diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-09-02 02:56:40 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-09-02 02:56:40 +0800 |
commit | b3bc0cb970f4715a158d0ac649be95c8224477ba (patch) | |
tree | 5437b6e432c28a40b4414493c48e2b7dcfcf4f91 /print | |
parent | 9fa629453c57082018f1f74fdf352bbd276cdda7 (diff) | |
download | freebsd-ports-gnome-b3bc0cb970f4715a158d0ac649be95c8224477ba.tar.gz freebsd-ports-gnome-b3bc0cb970f4715a158d0ac649be95c8224477ba.tar.zst freebsd-ports-gnome-b3bc0cb970f4715a158d0ac649be95c8224477ba.zip |
Update to 3.4.1
PR: 41066
Submitted by: kanou@mil.allnet.ne.jp
Diffstat (limited to 'print')
-rw-r--r-- | print/ttf2pt1/Makefile | 2 | ||||
-rw-r--r-- | print/ttf2pt1/distinfo | 2 | ||||
-rw-r--r-- | print/ttf2pt1/files/patch-Makefile | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/print/ttf2pt1/Makefile b/print/ttf2pt1/Makefile index 8f5efbfee0b8..59c01f03518e 100644 --- a/print/ttf2pt1/Makefile +++ b/print/ttf2pt1/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ttf2pt1 -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/print/ttf2pt1/distinfo b/print/ttf2pt1/distinfo index 8816874ba7d5..c5bc739c02ee 100644 --- a/print/ttf2pt1/distinfo +++ b/print/ttf2pt1/distinfo @@ -1 +1 @@ -MD5 (ttf2pt1-3.4.0.tgz) = 98c7f1f4359cdf094229be7bc0884f87 +MD5 (ttf2pt1-3.4.1.tgz) = 2775078bd8988f50a9f390c8d15c1d64 diff --git a/print/ttf2pt1/files/patch-Makefile b/print/ttf2pt1/files/patch-Makefile index 0d04bcb79469..57cf5d7e905d 100644 --- a/print/ttf2pt1/files/patch-Makefile +++ b/print/ttf2pt1/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Nov 26 21:09:14 2001 -+++ Makefile Mon Nov 26 21:11:59 2001 +--- Makefile.orig Fri Jun 14 09:51:39 2002 ++++ Makefile Sun Jul 21 19:58:47 2002 @@ -20,7 +20,7 @@ # # Default @@ -24,13 +24,13 @@ # To enable use of the FreeType-2 library # (if the include and lib directory do not match your installation, -@@ -87,17 +87,17 @@ +@@ -114,17 +114,17 @@ CFLAGS_EXTT1ASM= #CFLAGS_EXTT1ASM= -DEXTERNAL_T1ASM --CFLAGS= $(CFLAGS_SYS) $(CFLAGS_FT) $(CFLAGS_PREF) -+CFLAGS+= $(CFLAGS_SYS) $(CFLAGS_FT) $(CFLAGS_PREF) - LIBS= $(LIBS_SYS) $(LIBS_FT) +-CFLAGS= $(CFLAGS_SYS) $(CFLAGS_FT) $(CFLAGS_AT) $(CFLAGS_PREF) ++CFLAGS+= $(CFLAGS_SYS) $(CFLAGS_FT) $(CFLAGS_AT) $(CFLAGS_PREF) + LIBS= $(LIBS_SYS) $(LIBS_FT) $(LIBS_AT) # Installation-related stuff # |