summaryrefslogtreecommitdiff
path: root/graphics/barcode/patches
diff options
context:
space:
mode:
authordillo <dillo>2001-07-12 21:32:53 +0000
committerdillo <dillo>2001-07-12 21:32:53 +0000
commit01390598e6be9d66015ccb55e3e7b728d5c87920 (patch)
tree6ee7543b470b47efbb89bf5fc9110d523a7b5439 /graphics/barcode/patches
parentee271396214b7287cad26010e388bc8037b0fc70 (diff)
downloadpkgsrc-01390598e6be9d66015ccb55e3e7b728d5c87920.tar.gz
added barcode-0.96:
create bar codes as EPS (program and library)
Diffstat (limited to 'graphics/barcode/patches')
-rw-r--r--graphics/barcode/patches/patch-aa16
-rw-r--r--graphics/barcode/patches/patch-ab13
2 files changed, 29 insertions, 0 deletions
diff --git a/graphics/barcode/patches/patch-aa b/graphics/barcode/patches/patch-aa
new file mode 100644
index 00000000000..22b70c3631b
--- /dev/null
+++ b/graphics/barcode/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/07/12 21:32:54 dillo Exp $
+
+--- doc/barcode.info.orig Thu Nov 9 16:26:37 2000
++++ doc/barcode.info
+@@ -13,6 +13,11 @@
+ This file documents version 0.96 of the barcode library and sample
+ programs (November 2000).
+
++INFO-DIR-SECTION Miscellaneous
++START-INFO-DIR-ENTRY
++* Barcode: (barcode). A barcode generation program and library.
++END-INFO-DIR-ENTRY
++
+ * Menu:
+
+ * Overview::
diff --git a/graphics/barcode/patches/patch-ab b/graphics/barcode/patches/patch-ab
new file mode 100644
index 00000000000..24a2ceb149a
--- /dev/null
+++ b/graphics/barcode/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/07/12 21:32:54 dillo Exp $
+
+--- Makefile.in.orig Wed Nov 8 19:17:40 2000
++++ Makefile.in
+@@ -55,7 +55,7 @@
+ $(RANLIB) $(LIBRARY)
+
+ $(MAN1) $(MAN3): doc/doc.$(TARGET)
+- gawk -f doc/manpager doc/doc.$(TARGET)
++ ${AWK} -f doc/manpager doc/doc.$(TARGET)
+
+
+ # Unfortunately, pmake has no "-C". Also, "pmake -n" doesn't follow the cd.