summaryrefslogtreecommitdiff
path: root/graphics/hp2xx/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-07-18 22:04:14 +0000
committerfrueauf <frueauf>1998-07-18 22:04:14 +0000
commit66e056fc838978ad29009fd9180fa5382a314476 (patch)
treec16bae4cb478cbbe5b6c27d91e39e907706d21ae /graphics/hp2xx/patches
parent57c3b7bc638fa75b501058211a7764996d25fc8c (diff)
downloadpkgsrc-66e056fc838978ad29009fd9180fa5382a314476.tar.gz
Initial addition of hp2xx-3.1.4, a HPGL converter and previewer.
Closes pr 5734 by Dan McMahill.
Diffstat (limited to 'graphics/hp2xx/patches')
-rw-r--r--graphics/hp2xx/patches/patch-aa31
-rw-r--r--graphics/hp2xx/patches/patch-ab34
-rw-r--r--graphics/hp2xx/patches/patch-ac8
-rw-r--r--graphics/hp2xx/patches/patch-ad9
-rw-r--r--graphics/hp2xx/patches/patch-ae17
5 files changed, 99 insertions, 0 deletions
diff --git a/graphics/hp2xx/patches/patch-aa b/graphics/hp2xx/patches/patch-aa
new file mode 100644
index 00000000000..e0fb159d9cd
--- /dev/null
+++ b/graphics/hp2xx/patches/patch-aa
@@ -0,0 +1,31 @@
+--- Makefile.orig Thu Jul 9 10:33:50 1998
++++ Makefile Thu Jul 9 10:44:38 1998
+@@ -0,0 +1,28 @@
++all:
++ cd sources; make all
++
++check:
++ cd sources; make check
++
++clean:
++ cd sources; make clean
++
++install:
++ cd sources; make install
++
++install-bin:
++ cd sources; make install-bin
++
++install-man:
++ cd sources; make install-man
++
++install-info:
++ cd sources; make install-info
++
++mostlyclean:
++ cd sources; make mostlyclean
++
++realclean:
++ cd sources; make realclean
++
++
diff --git a/graphics/hp2xx/patches/patch-ab b/graphics/hp2xx/patches/patch-ab
new file mode 100644
index 00000000000..3b460dabd74
--- /dev/null
+++ b/graphics/hp2xx/patches/patch-ab
@@ -0,0 +1,34 @@
+--- sources/Makefile.orig Mon Nov 15 16:47:49 1993
++++ sources/Makefile Fri Jul 10 11:16:20 1998
+@@ -35,5 +35,5 @@
+ # Installation sites (GNU conventions):
+ #
+-prefix = /usr/local
++prefix = ${PREFIX}
+ bindir = $(prefix)/bin
+ includedir = $(prefix)/include
+@@ -48,5 +48,5 @@
+ CFLAGS = -O2 -Wall -ansi -fstrength-reduce -finline-functions
+
+-LFLAGS = # only sometimes needed; see below for examples
++LFLAGS = -L${X11BASE}/lib # only sometimes needed; see below for examples
+ CPPFLAGS = -I. # only sometimes needed; see below for examples
+ BINDCMD = # only needed for EMX and DJGPP DOS extenders
+@@ -280,14 +280,10 @@
+
+ install-bin: $(PROGRAM)
+- -$(STRIP) $(PROGRAM)
+- $(CP) $(PROGRAM) $(bindir)
+- $(CHMOD) 755 $(bindir)/$(PROGRAM)
++ ${BSD_INSTALL_PROGRAM} $(PROGRAM) $(bindir)
+
+ install-info: hp2xx.info
+- $(CP) hp2xx.info $(infodir)
+- $(CHMOD) 644 $(infodir)/hp2xx.info
++ ${BSD_INSTALL_MAN} hp2xx.info $(infodir)
+
+ install-man: ../doc/hp2xx.1
+- $(CP) ../doc/hp2xx.1 $(man1dir)
+- $(CHMOD) 644 $(man1dir)/hp2xx.1
++ ${BSD_INSTALL_MAN} ../doc/hp2xx.1 $(man1dir)
+
diff --git a/graphics/hp2xx/patches/patch-ac b/graphics/hp2xx/patches/patch-ac
new file mode 100644
index 00000000000..cde9dcf349d
--- /dev/null
+++ b/graphics/hp2xx/patches/patch-ac
@@ -0,0 +1,8 @@
+--- sources/picbuf.c.orig Thu Jul 9 11:36:03 1998
++++ sources/picbuf.c Thu Jul 9 11:36:56 1998
+@@ -44,4 +44,5 @@
+ #include <stdlib.h>
+ #include <string.h>
++#include <unistd.h>
+ #include <math.h>
+ #include "bresnham.h"
diff --git a/graphics/hp2xx/patches/patch-ad b/graphics/hp2xx/patches/patch-ad
new file mode 100644
index 00000000000..2b23dc66e71
--- /dev/null
+++ b/graphics/hp2xx/patches/patch-ad
@@ -0,0 +1,9 @@
+--- sources/getopt.c.orig Thu Jul 9 11:38:13 1998
++++ sources/getopt.c Thu Jul 9 11:39:08 1998
+@@ -41,4 +41,6 @@
+
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+
+ /* This needs to come after some library #include
diff --git a/graphics/hp2xx/patches/patch-ae b/graphics/hp2xx/patches/patch-ae
new file mode 100644
index 00000000000..788cf087779
--- /dev/null
+++ b/graphics/hp2xx/patches/patch-ae
@@ -0,0 +1,17 @@
+--- doc/hp2xxinf.tex.orig Thu Jul 9 17:30:12 1998
++++ doc/hp2xxinf.tex Fri Jul 10 11:04:20 1998
+@@ -33,6 +33,5 @@
+ @format
+ START-INFO-DIR-ENTRY
+-* HP2XX:(hp2xx). Conversion of HP-GL graphics into raster and
+-* vector graphics formats
++* HP2XX:(hp2xx). HPGL converter and previewer
+ END-INFO-DIR-ENTRY
+ @end format
+@@ -887,5 +886,5 @@
+ @menu
+ * Installation of run-time versions::
+-* Source-level installation::
++* Source-level Installation::
+ @end menu
+