aboutsummaryrefslogtreecommitdiff
path: root/print/ttf2pt1
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-01 18:56:40 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-01 18:56:40 +0000
commit74ff6092e892a2dcc35c2459a19af4209df97279 (patch)
treec85fd63c6d0d5ddfbc3deaddad60841ec9db0803 /print/ttf2pt1
parent42129f39bfe52f600f42eb944447ab62b3f7265d (diff)
downloadports-74ff6092e892a2dcc35c2459a19af4209df97279.tar.gz
ports-74ff6092e892a2dcc35c2459a19af4209df97279.zip
Update to 3.4.1
PR: 41066 Submitted by: kanou@mil.allnet.ne.jp
Notes
Notes: svn path=/head/; revision=65443
Diffstat (limited to 'print/ttf2pt1')
-rw-r--r--print/ttf2pt1/Makefile2
-rw-r--r--print/ttf2pt1/distinfo2
-rw-r--r--print/ttf2pt1/files/patch-Makefile12
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
#