From owner-freebsd-ports Fri Apr 30 18:40: 7 1999 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 37B6D14CCE for ; Fri, 30 Apr 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA98945; Fri, 30 Apr 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 111AD14CCE for ; Fri, 30 Apr 1999 18:33:22 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 6DB071436; Fri, 30 Apr 1999 18:33:21 -0700 (PDT) Message-Id: <19990501013321.6DB071436@norn.ca.eu.org> Date: Fri, 30 Apr 1999 18:33:21 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11420: Fix: graphics/txtmerge Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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