Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2000 18:01:54 -0800 (PST)
From:      rbt@zort.on.ca
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16947: GXAnim upgrade
Message-ID:  <200002240201.SAA46853@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         16947
>Category:       ports
>Synopsis:       GXAnim upgrade
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 23 18:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Rod Taylor
>Release:        
>Organization:
Zort
>Environment:
>Description:
GXAnim has been updated.  Less bugs, GTK fixes, better memory management and a history function
>How-To-Repeat:

>Fix:
diff -ruN gxanim.old/Makefile gxanim/Makefile
--- gxanim.old/Makefile Wed Feb 23 20:49:24 2000
+++ gxanim/Makefile     Wed Feb 23 20:59:10 2000
@@ -6,11 +6,12 @@
 # $FreeBSD: ports/graphics/gxanim/Makefile,v 1.1.1.1 1999/09/20 18:41:15 mph Exp $
 #
 
-DISTNAME=      gxanim-0.45
+DISTNAME=      gxanim-0.50
 CATEGORIES=    graphics
-MASTER_SITES=  http://www.iag.net/~aleris/
+MASTER_SITES=  http://www.iag.net/~aleris/ \
+               http://www.zort.on.ca/software/
 
-MAINTAINER=    rod@idiotswitch.org
+MAINTAINER=    rbt@zort.on.ca
 
 LIB_DEPENDS=   gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
 RUN_DEPENDS=   xanim:${PORTSDIR}/graphics/xanim
@@ -20,7 +21,6 @@
 USE_XLIB=      yes
 
 USE_BZIP2=     yes
-WRKSRC=                ${WRKDIR}/gxanim
 MAKE_ENV=      GTK_CONFIG="${GTK_CONFIG}"
 
 .include <bsd.port.mk>
diff -ruN gxanim.old/files/md5 gxanim/files/md5
--- gxanim.old/files/md5        Wed Feb 23 20:49:24 2000
+++ gxanim/files/md5    Wed Feb 23 20:50:03 2000
@@ -1 +1 @@
-MD5 (gxanim-0.45.tar.bz2) = 43a6c20583c69ece93efb2a2eabe87c9
+MD5 (gxanim-0.50.tar.bz2) = 7f6ef02d37c7aa7732945d98297a186c
diff -ruN gxanim.old/patches/patch-aa gxanim/patches/patch-aa
--- gxanim.old/patches/patch-aa Wed Feb 23 20:49:24 2000
+++ gxanim/patches/patch-aa     Wed Feb 23 20:53:08 2000
@@ -1,19 +1,18 @@
---- Makefile.orig      Tue Aug 31 14:57:46 1999
-+++ Makefile   Mon Sep 20 11:32:09 1999
+--- Makefile.orig      Wed Feb 23 20:51:53 2000
++++ Makefile   Wed Feb 23 20:52:51 2000
 @@ -1,8 +1,8 @@
--CC = gcc
+ CC = gcc
 -CFLAGS = -O2 `gtk-config --cflags`
 -INSTALLDIR = /usr/local/bin
-+# CC = gcc
-+CFLAGS += `${GTK_CONFIG} --cflags`
++CFLAGS = -O2 `${GTK_CONFIG} --cflags`
 +INSTALLDIR = ${PREFIX}/bin
  
 -LIBS =  `gtk-config --libs`
 +LIBS =  `${GTK_CONFIG} --libs`
- OBJS = runxanim.o gxanim.o memory.o filesel.o util.o valxanim.o control.o windows.o config.o prefs.o
- 
- FINAL = gxanim
-@@ -29,5 +29,5 @@
+ OBJS = runxanim.o gxanim.o memory.o filesel.o util.o \
+        valxanim.o control.o windows.o config.o prefs.o \
+        history.o gtkmovie.o
+@@ -31,5 +31,5 @@
        rm -f ${FINAL}
  
  install :

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002240201.SAA46853>