diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-31 21:40:26 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-31 21:40:26 +0000 |
commit | 7b64fa3bd2940424ca43143d473eab60a1b78aaf (patch) | |
tree | 41fec4ea8d08d510a038351e8749d0906120ca69 /x11-servers/Xfstt | |
parent | 6db349a3d69061352aef3682c79802493f3fb92a (diff) | |
download | ports-7b64fa3bd2940424ca43143d473eab60a1b78aaf.tar.gz ports-7b64fa3bd2940424ca43143d473eab60a1b78aaf.zip |
Notes
Diffstat (limited to 'x11-servers/Xfstt')
-rw-r--r-- | x11-servers/Xfstt/Makefile | 6 | ||||
-rw-r--r-- | x11-servers/Xfstt/distinfo | 2 | ||||
-rw-r--r-- | x11-servers/Xfstt/files/patch-aa | 9 |
3 files changed, 8 insertions, 9 deletions
diff --git a/x11-servers/Xfstt/Makefile b/x11-servers/Xfstt/Makefile index 4353e3097ae8..80ae6470533c 100644 --- a/x11-servers/Xfstt/Makefile +++ b/x11-servers/Xfstt/Makefile @@ -1,20 +1,18 @@ # New ports collection makefile for: Xfstt -# Version required: 1.0 +# Version required: 1.1 # Date created: 11 September 1998 # Whom: jabley@clear.co.nz # # $FreeBSD$ # -DISTNAME= xfstt-1.0 +DISTNAME= xfstt-1.1 CATEGORIES= x11-servers MASTER_SITES= $(MASTER_SITE_SUNSITE) MASTER_SITE_SUBDIR= X11/fonts MAINTAINER= rip@pinetec.co.za -WRKSRC= $(WRKDIR)/xfstt-1.0 - USE_X_PREFIX= yes MAN1= xfstt.1 diff --git a/x11-servers/Xfstt/distinfo b/x11-servers/Xfstt/distinfo index 1719025646d3..001da8065d3a 100644 --- a/x11-servers/Xfstt/distinfo +++ b/x11-servers/Xfstt/distinfo @@ -1 +1 @@ -MD5 (xfstt-1.0.tar.gz) = 1c5809f3f64c5000d86bed1baa25b616 +MD5 (xfstt-1.1.tar.gz) = e6588126aa49a5a50458591948424209 diff --git a/x11-servers/Xfstt/files/patch-aa b/x11-servers/Xfstt/files/patch-aa index 2ff414ce74d2..e004f5798459 100644 --- a/x11-servers/Xfstt/files/patch-aa +++ b/x11-servers/Xfstt/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Oct 25 11:21:12 1998 -+++ Makefile Wed Dec 23 19:32:02 1998 +--- Makefile.orig Mon May 31 09:28:44 1999 ++++ Makefile Fri Mar 17 17:42:37 2000 @@ -2,13 +2,13 @@ MISCOPT = OPT = $(MISCOPT) $(MAXOPT) @@ -7,7 +7,8 @@ -CFLAGS = $(OPT) -DMAGNIFY=0 -DNDEBUG +#CFLAGS = $(OPT) -DMAGNIFY=0 -DNDEBUG #CFLAGS = -fprofile-arcs -ftest-coverage -DMAGNIFY=0 - CFLAGS = -g -Wall -pedantic $(MISCOPT) -DMAGNIFY=0 +-CFLAGS = -g -Wall -pedantic $(MISCOPT) -DMAGNIFY=0 ++CFLAGS += -g -Wall -pedantic $(MISCOPT) -DMAGNIFY=0 #CFLAGS = -O -Wall -pedantic -DDEBUG $(MISCOPT) -LFLAGS = -L/usr/X11R6/lib -L/usr/openwin/lib/X11 @@ -17,7 +18,7 @@ CC = c++ LD = c++ -@@ -55,8 +55,8 @@ +@@ -56,8 +56,8 @@ $(LD) -o $@ $(OBJS) xfstt.o encoding.o $(LFLAGS) -lm xfstt.o : xfstt.cpp xfstt.h ttf.h arch.h Makefile |