summaryrefslogtreecommitdiff
path: root/print/transfig/files
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-01-07 11:01:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-01-07 11:01:52 +0000
commit7af75d953980a5d1aeb3aa7bab4facc1b62e51f5 (patch)
tree9eb529f6d0b1d6506b863ac6d190aa51ebf95963 /print/transfig/files
parentMove pre-extract target inside COOKIE (diff)
Upgrade to 3.0. Thanks, Philippe!
===== Submitted by: charnier@lirmm.fr To: ports@freebsd.org Subject: transfig.3.0 Date: Sat, 07 Jan 1995 10:21:29 +0100 From: "Philippe Charnier" <charnier@lirmm.fr> xfig 3.0 need transfig 3.0 which is not yet in the tree. Here is some patches. The Makefile need also to be changed (2.1.8 -> 3.0)
Notes
Notes: svn path=/head/; revision=733
Diffstat (limited to 'print/transfig/files')
-rw-r--r--print/transfig/files/patch-ac19
1 files changed, 11 insertions, 8 deletions
diff --git a/print/transfig/files/patch-ac b/print/transfig/files/patch-ac
index 0bc24e375065..7086b0239573 100644
--- a/print/transfig/files/patch-ac
+++ b/print/transfig/files/patch-ac
@@ -1,8 +1,11 @@
-*** fig2dev/read1_3.c.orig Wed Nov 23 14:23:28 1994
---- fig2dev/read1_3.c Wed Nov 23 14:23:35 1994
-***************
-*** 50,52 ****
- extern int errno;
-- extern char *sys_errlist[];
- extern int sys_nerr, errno;
---- 50,51 ----
+--- 1.1 1995/01/06 20:19:42
++++ ./fig2dev/Imakefile 1995/01/06 20:21:27
+@@ -61,7 +61,7 @@
+ arrow.o bound.o free.o read.o read1_3.o latex_line.o $(STRSTRO) \
+ dev/libtransfig.a
+
+-SYS_LIBRARIES = -lm
++SYS_LIBRARIES = -lm -lcompat
+ LOCAL_LIBRARIES = $(XPMLIB)
+
+ MakeSubdirs($(SUBDIRS))