summaryrefslogtreecommitdiff
path: root/print/dviselect/files
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-07-02 22:45:55 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-07-02 22:45:55 +0000
commitc2310184f9944c27a15418718467b3145c0bb660 (patch)
treec9df48ed99ba5faf23363f673baad17454d9eed5 /print/dviselect/files
parentPort has been broken since 12/96..goodbye :-) (diff)
Correct a mistake when I modified the port last week. Changes were relative
to the wrong distfile (there are 2 or 3 different versions of dviselect, but the differences are essentially cosmetic)
Notes
Notes: svn path=/head/; revision=30083
Diffstat (limited to 'print/dviselect/files')
-rw-r--r--print/dviselect/files/patch-aa13
-rw-r--r--print/dviselect/files/patch-ac6
2 files changed, 9 insertions, 10 deletions
diff --git a/print/dviselect/files/patch-aa b/print/dviselect/files/patch-aa
index 769c72ad7541..46cd859599ff 100644
--- a/print/dviselect/files/patch-aa
+++ b/print/dviselect/files/patch-aa
@@ -1,11 +1,10 @@
---- dviselect.c~ Thu Mar 14 21:53:21 1991
-+++ dviselect.c Tue Aug 19 18:39:09 1997
-@@ -124,8 +124,6 @@
+--- dviselect.c~ Wed Nov 15 13:19:15 1989
++++ dviselect.c Mon Jul 3 00:38:25 2000
+@@ -122,7 +122,6 @@
+ /* save some string space: we use this a lot */
+ char writeerr[] = "error writing DVI file";
- #ifdef _AIX
- char *malloc(), *realloc();
--#else
-char *malloc(), *realloc(), *sprintf();
- #endif
/*
+ * lint gets rather confused with the current definitions of getc and putc,
diff --git a/print/dviselect/files/patch-ac b/print/dviselect/files/patch-ac
index 1a4e3d34242f..610e850e63ef 100644
--- a/print/dviselect/files/patch-ac
+++ b/print/dviselect/files/patch-ac
@@ -1,10 +1,10 @@
---- lib/font.c~ Thu Mar 14 21:57:06 1991
-+++ lib/font.c Tue Aug 19 18:43:47 1997
+--- lib/font.c~ Wed Nov 15 13:19:43 1989
++++ lib/font.c Mon Jul 3 00:39:32 2000
@@ -67,9 +67,6 @@
*/
extern int errno;
char *getenv(), *malloc(), *strsave();
--#if !(defined(sys5) || defined(_AIX))
+-#ifndef sys5
-char *sprintf();
-#endif