summaryrefslogtreecommitdiff
path: root/print/pdflib/patches
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-29 05:38:40 +0000
committerjlam <jlam>2001-07-29 05:38:40 +0000
commit0ce92ef613cd4a737f620bbede9caa271492a275 (patch)
tree0b75989b5e9e18250d3b0b3b522072add7d21e74 /print/pdflib/patches
parentf7ca027c187e89e23e2e6fdb994103cf86025295 (diff)
downloadpkgsrc-0ce92ef613cd4a737f620bbede9caa271492a275.tar.gz
Update pdflib to 4.0.1. Changes from version 3.03 include some
optimizations, bug fixes in image-handling for JPEG, TIFF and PNG files, support for TrueType fonts, and pluggin some memory leaks. The API changed slightly and a major number bump on the shared library occurred. Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Add a buildlink.mk file for use by other package Makefiles. Also install the license info and PDFlib manual.
Diffstat (limited to 'print/pdflib/patches')
-rw-r--r--print/pdflib/patches/patch-ab22
-rw-r--r--print/pdflib/patches/patch-ad13
2 files changed, 0 insertions, 35 deletions
diff --git a/print/pdflib/patches/patch-ab b/print/pdflib/patches/patch-ab
deleted file mode 100644
index 76dce5700ff..00000000000
--- a/print/pdflib/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2000/02/03 19:33:01 drochner Exp $
-
---- Makefile.in.orig Sun Aug 1 14:36:05 1999
-+++ Makefile.in Wed Feb 2 20:54:50 2000
-@@ -29,7 +29,7 @@
-
- # ------------------------- default target -------------------------------
-
--all: pdflib @BINDINGS@
-+all: pdflib
-
- pdflib::
- cd pdflib && $(MAKE)
-@@ -83,7 +83,7 @@
-
- # --------------------------- install ---------------------------------
-
--install: pdflib_install @BINDINGS_INSTALL@
-+install: pdflib_install
-
- pdflib_install:
- -cd pdflib && $(MAKE) install
diff --git a/print/pdflib/patches/patch-ad b/print/pdflib/patches/patch-ad
deleted file mode 100644
index a1cfabf51e8..00000000000
--- a/print/pdflib/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2001/01/15 18:09:03 drochner Exp $
-
---- pdflib/Makefile.in.orig Fri Dec 22 03:03:00 2000
-+++ pdflib/Makefile.in Mon Jan 15 16:03:30 2001
-@@ -27,7 +27,7 @@
- TIFFLIBINC = @TIFFLIBINC@
- ZLIBINC = @ZLIBINC@
- PNGLIBINC = @PNGLIBINC@
--PDFLIBLINKSELF = @PDFLIBLINKSELF@
-+PDFLIBLINKSELF = @PDFLIBLINKSELF@ -Wl,-R${PREFIX}/lib
-
- CFLAGS = @DEFS@ @DEFINES@ @DEBUGFLAGS@ $(TIFFLIBINC) $(ZLIBINC) $(PNGLIBINC)
-