From owner-freebsd-ports Wed Feb 23 18:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 077C037BABA for ; Wed, 23 Feb 2000 18:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA47685; Wed, 23 Feb 2000 18:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 799C237BA6C for ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16947: GXAnim upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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