summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-05-01 04:24:32 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-05-01 04:24:32 +0000
commitd0d0910cb5f0d161492b72da8112221531e4cf1d (patch)
tree3120f9ad6cd042a5f2ab9cfc86efa6ba81339e24 /graphics
parentChanged MAINTAINER's e-mail address (diff)
unbroken it and add master sites
PR: 11420 Submitted by: Chris Piazza cpiazza@home.net
Notes
Notes: svn path=/head/; revision=18292
Diffstat (limited to 'graphics')
-rw-r--r--graphics/txtmerge/Makefile10
-rw-r--r--graphics/txtmerge/distinfo2
-rw-r--r--graphics/txtmerge/files/patch-aa20
3 files changed, 26 insertions, 6 deletions
diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile
index 1f89b0a80e80..31a38e0571d1 100644
--- a/graphics/txtmerge/Makefile
+++ b/graphics/txtmerge/Makefile
@@ -3,19 +3,19 @@
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.4 1998/03/23 04:56:22 asami Exp $
+# $Id: Makefile,v 1.5 1999/01/12 16:51:11 vanilla Exp $
#
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
diff --git a/graphics/txtmerge/distinfo b/graphics/txtmerge/distinfo
index 666c508373cf..93fb9556f189 100644
--- a/graphics/txtmerge/distinfo
+++ b/graphics/txtmerge/distinfo
@@ -1 +1 @@
-MD5 (txtmerge101.tar.gz) = a1a896a246e699fa9235142465b3010b
+MD5 (txtmerge101.tar.Z) = 01dba2b4a81ce629027c9db2372b4e62
diff --git a/graphics/txtmerge/files/patch-aa b/graphics/txtmerge/files/patch-aa
new file mode 100644
index 000000000000..c4f1ed486ff7
--- /dev/null
+++ b/graphics/txtmerge/files/patch-aa
@@ -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