Date: Fri, 30 Apr 1999 18:33:21 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11420: Fix: graphics/txtmerge Message-ID: <19990501013321.6DB071436@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 11420 >Category: ports >Synopsis: Fix: graphics/txtmerge >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 30 18:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Fix graphics/txtmerge and add master sites. This port has been broken for over a year now! Add patch-aa to fix this. >How-To-Repeat: >Fix: Index: txtmerge/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/graphics/txtmerge/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/01/12 16:51:11 1.5 +++ Makefile 1999/05/01 01:30:28 @@ -9,12 +9,12 @@ DISTNAME= txtmerge101 PKGNAME= txtmerge-1.01 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/www/xanime/ \ - ftp://ftp.doc.ic.ac.uk/computing/information-systems/WWW/xanime/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/graphics/ \ + ftp://ftp.math.bme.hu/pub/utils/xanim/ \ + ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/ +EXTRACT_SUFX= .tar.Z MAINTAINER= nacai@iname.com - -BROKEN= build WRKSRC= ${WRKDIR}/txtmerge ALL_TARGET= txtmerge Index: txtmerge/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/graphics/txtmerge/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1997/08/25 14:32:31 1.2 +++ md5 1999/05/01 01:17:34 @@ -1 +1 @@ -MD5 (txtmerge101.tar.gz) = a1a896a246e699fa9235142465b3010b +MD5 (txtmerge101.tar.Z) = 01dba2b4a81ce629027c9db2372b4e62 Index: txtmerge/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /dev/null Fri Apr 30 18:30:06 1999 +++ patch-aa Fri Apr 30 18:21:40 1999 @@ -0,0 +1,20 @@ +--- Makefile.orig Fri Jun 11 07:09:12 1993 ++++ Makefile Fri Apr 30 18:21:35 1999 +@@ -18,7 +18,7 @@ + # GNU C + #OPTIMIZE= -fcombine-regs -O + # standard +-OPTIMIZE = -O ++#OPTIMIZE = -O + + ##################################### + # Debug flags +@@ -28,7 +28,7 @@ + ##################################### + # + # +-CFLAGS = $(DEBUG) $(OPTIMIZE) $(INCLUDEDIR) ++CFLAGS += $(DEBUG) $(OPTIMIZE) -I$(INCLUDEDIR) + + txtmerge: + $(CC) $(CFLAGS) -o txtmerge txtmerge.c -Chris >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?19990501013321.6DB071436>