From nobody@FreeBSD.org  Wed Feb 23 18:01:54 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 799C237BA6C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Feb 2000 18:01:54 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id SAA46853;
	Wed, 23 Feb 2000 18:01:54 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200002240201.SAA46853@freefall.freebsd.org>
Date: Wed, 23 Feb 2000 18:01:54 -0800 (PST)
From: rbt@zort.on.ca
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: GXAnim upgrade
X-Send-Pr-Version: www-1.0

>Number:         16947
>Category:       ports
>Synopsis:       GXAnim upgrade
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 23 18:10:01 PST 2000
>Closed-Date:    Thu Feb 24 18:15:35 PST 2000
>Last-Modified:  Thu Feb 24 18:17:19 PST 2000
>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:

From: Ade Lovett <ade@lovett.com>
To: rbt@zort.on.ca
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/16947: GXAnim upgrade
Date: Thu, 24 Feb 2000 12:05:40 -0600

 Rod,
 
 Had a look at this last night -- it looks like the patches don't
 apply cleanly:
 
 viper 28# cd /usr/ports/graphics/gxanim
 viper 29# patch -p1 -s < PR.16947
 2 out of 2 hunks failed--saving rejects to Makefile.rej
 1 out of 1 hunks failed--saving rejects to patches/patch-aa.rej
 
 If you can remedy this, I'll get it committed.
 
 -aDe
 
 -- 
 Ade Lovett, Austin, TX.
 
State-Changed-From-To: open->closed 
State-Changed-By: ade 
State-Changed-When: Thu Feb 24 18:15:35 PST 2000 
State-Changed-Why:  
Update committed, thanks! 
>Unformatted:
