summaryrefslogtreecommitdiff
path: root/print/cups/patches
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups/patches')
-rw-r--r--print/cups/patches/patch-ag6
-rw-r--r--print/cups/patches/patch-aj23
-rw-r--r--print/cups/patches/patch-ak40
-rw-r--r--print/cups/patches/patch-al13
4 files changed, 79 insertions, 3 deletions
diff --git a/print/cups/patches/patch-ag b/print/cups/patches/patch-ag
index 3ea74d1e582..f8cd593d134 100644
--- a/print/cups/patches/patch-ag
+++ b/print/cups/patches/patch-ag
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.12 2002/09/18 22:58:49 jlam Exp $
+$NetBSD: patch-ag,v 1.13 2002/10/20 18:57:38 jlam Exp $
---- filter/Makefile.orig Mon May 13 18:14:28 2002
+--- filter/Makefile.orig Tue Jul 30 15:09:27 2002
+++ filter/Makefile
-@@ -154,7 +154,7 @@ libcupsimage_s.a: $(IMAGEOBJS) ../Makede
+@@ -158,7 +158,7 @@ libcupsimage_s.a: $(IMAGEOBJS) ../Makede
libcupsimage.la: $(IMAGEOBJS) ../Makedefs
echo Linking $@...
diff --git a/print/cups/patches/patch-aj b/print/cups/patches/patch-aj
new file mode 100644
index 00000000000..072a020ec48
--- /dev/null
+++ b/print/cups/patches/patch-aj
@@ -0,0 +1,23 @@
+$NetBSD: patch-aj,v 1.9 2002/10/20 18:57:38 jlam Exp $
+
+--- pdftops/Makefile.orig Wed Sep 18 12:58:19 2002
++++ pdftops/Makefile
+@@ -24,7 +24,6 @@ LIBOBJS = Annot.o \
+ Decrypt.o \
+ Dict.o \
+ Error.o \
+- FTFont.o \
+ FontEncoding.o \
+ FontEncodingTables.o \
+ FontFile.o \
+@@ -47,10 +46,7 @@ LIBOBJS = Annot.o \
+ Page.o \
+ Params.o \
+ Parser.o \
+- SFont.o \
+ Stream.o \
+- T1Font.o \
+- TTFont.o \
+ UnicodeMap.o \
+ XRef.o \
+ gfile.o \
diff --git a/print/cups/patches/patch-ak b/print/cups/patches/patch-ak
new file mode 100644
index 00000000000..57d01608a80
--- /dev/null
+++ b/print/cups/patches/patch-ak
@@ -0,0 +1,40 @@
+$NetBSD: patch-ak,v 1.9 2002/10/20 18:57:38 jlam Exp $
+
+--- doc/Makefile.orig Sun Oct 20 13:19:53 2002
++++ doc/Makefile
+@@ -96,7 +96,7 @@ WEBIMAGES = images/accept-jobs.gif \
+ #
+
+ all: $(DOCUMENTS:.shtml=.pdf) $(DOCUMENTS:.shtml=.html) overview.pdf
+- cd fr; make all
++ cd fr; $(MAKE) $(MFLAGS) all
+
+
+ #
+@@ -104,7 +104,7 @@ all: $(DOCUMENTS:.shtml=.pdf) $(DOCUMENT
+ #
+
+ ps: $(DOCUMENTS:.shtml=.ps) overview.ps
+- cd fr; make ps
++ cd fr; $(MAKE) $(MFLAGS) ps
+
+
+ #
+@@ -115,7 +115,7 @@ clean:
+ $(RM) $(DOCUMENTS:.shtml=.pdf)
+ $(RM) $(DOCUMENTS:.shtml=.html)
+ $(RM) overview.pdf
+- cd fr; make clean
++ cd fr; $(MAKE) $(MFLAGS) clean
+
+
+ #
+@@ -139,7 +139,7 @@ install:
+ for file in $(WEBIMAGES) $(DOCIMAGES); do \
+ $(INSTALL_MAN) $$file $(DOCDIR)/images; \
+ done
+- cd fr; make install
++ cd fr; $(MAKE) $(MFLAGS) install
+
+
+ #
diff --git a/print/cups/patches/patch-al b/print/cups/patches/patch-al
new file mode 100644
index 00000000000..6b3adfa8cf1
--- /dev/null
+++ b/print/cups/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.4 2002/10/20 18:57:38 jlam Exp $
+
+--- templates/Makefile.orig Sun Oct 20 13:19:53 2002
++++ templates/Makefile
+@@ -99,7 +99,7 @@ install:
+ for file in $(FILES); do \
+ $(INSTALL_DATA) $$file $(DATADIR)/templates; \
+ done
+- cd fr; make install
++ cd fr; $(MAKE) $(MFLAGS) install
+
+
+ #