summaryrefslogtreecommitdiff
path: root/print/pdflib3/files/patch-ad
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-09-13 21:46:33 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-09-13 21:46:33 +0000
commitb46212005617dd77e941b5486b5336b409a08972 (patch)
tree29a8d7760abe4616d2987fe5e9ce2e1d82f4d90a /print/pdflib3/files/patch-ad
parentAdd IPv6 support (diff)
new port pdflib3 (repocopy from pdflib):
version 3 of pdflib has odd restrictions for usage (and you may need to purchase a license depending on what you do with it). It is however needed for php4's pdf functions and is of use to many, so we'll keep a seperate restricted port available for those of us who need it. Support for languages other then C/C++ are turned off for now, but I may change that (turning on perl/tcl/python support involves turning _off_ C/C++ support, so I'll add a WITH_FOO knob later) Submitted by: sobomax, billf
Notes
Notes: svn path=/head/; revision=32591
Diffstat (limited to 'print/pdflib3/files/patch-ad')
-rw-r--r--print/pdflib3/files/patch-ad32
1 files changed, 7 insertions, 25 deletions
diff --git a/print/pdflib3/files/patch-ad b/print/pdflib3/files/patch-ad
index a8d0d5636b06..a481416c61af 100644
--- a/print/pdflib3/files/patch-ad
+++ b/print/pdflib3/files/patch-ad
@@ -1,29 +1,11 @@
---- configure.orig Mon Aug 2 18:04:00 1999
-+++ configure Tue Sep 7 23:14:14 1999
-@@ -557,7 +557,7 @@
+--- configure.old Wed Sep 13 17:10:19 2000
++++ configure Wed Sep 13 17:10:01 2000
+@@ -578,7 +578,7 @@
--VERSION="2.01"
-+VERSION="2"
-
- WITH_CXX=nope
- WITH_JAVA=nope
-@@ -1936,7 +1936,7 @@
- PDFLIB_STATIC=libpdf$VERSION.a
-
- case $ac_sys_system in
-- NetBSD*) PDFLIB_SHARED=libpdf$SO.$VERSION;;
-+ NetBSD*|FreeBSD*) PDFLIB_SHARED=libpdf$SO.$VERSION;;
- *) PDFLIB_SHARED=libpdf$VERSION$SO;;
- esac
-
-@@ -1971,7 +1971,7 @@
- # This must work with the shared as well as the dynamic version.
-
- case $ac_sys_system in
-- NetBSD*) PDFLIBLINK="-lpdf $TIFFLINK $ZLIBLINK -lm";;
-+ NetBSD*|FreeBSD*) PDFLIBLINK="-lpdf $TIFFLINK $ZLIBLINK -lm";;
- *) PDFLIBLINK="-lpdf$VERSION $TIFFLINK $ZLIBLINK -lm";;
- esac
+-PDFLIB_CURRENT=1
++PDFLIB_CURRENT=3
+ PDFLIB_REVISION=0
+ PDFLIB_AGE=0