summaryrefslogtreecommitdiff
path: root/print/transfig
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2003-11-10 03:06:12 +0000
committerdanw <danw@pkgsrc.org>2003-11-10 03:06:12 +0000
commitfe7fed4c172e9d5fbd26bce03184da045871b6ff (patch)
tree246eb36c4e277b4381ff5924756f5bebd0f5f512 /print/transfig
parent71ba5a3368eeee051787adccdb77530fca50590b (diff)
downloadpkgsrc-fe7fed4c172e9d5fbd26bce03184da045871b6ff.tar.gz
Remove MASTER_SITE_XCONTRIB from the MASTER_SITES, since 3.2.4 is not
actually available on any of the xcontrib mirrors. Patch out a varargs.h include because newer gccs consider it an error (and it wasn't needed anyway)
Diffstat (limited to 'print/transfig')
-rw-r--r--print/transfig/Makefile5
-rw-r--r--print/transfig/distinfo3
-rw-r--r--print/transfig/patches/patch-ae12
3 files changed, 16 insertions, 4 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile
index 007dad5cd7e..d8792cd848f 100644
--- a/print/transfig/Makefile
+++ b/print/transfig/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2003/09/05 10:49:39 martti Exp $
+# $NetBSD: Makefile,v 1.23 2003/11/10 03:06:12 danw Exp $
#
DISTNAME= transfig.3.2.4
PKGNAME= transfig-3.2.4
PKGREVISION= 1
CATEGORIES= graphics print
-MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/drawing_tools/transfig/} \
- ftp://epb.lbl.gov/xfig/
+MASTER_SITES= ftp://epb.lbl.gov/xfig/
MAINTAINER= root@garbled.net
COMMENT= TeX document creation tool utilizing portable graphics
diff --git a/print/transfig/distinfo b/print/transfig/distinfo
index c92dad6c9a1..75529866e9c 100644
--- a/print/transfig/distinfo
+++ b/print/transfig/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/09/24 13:52:31 tron Exp $
+$NetBSD: distinfo,v 1.8 2003/11/10 03:06:12 danw Exp $
SHA1 (transfig.3.2.4.tar.gz) = edfec1865dbfe9e7a06ae8be016f1a489b3d307d
Size (transfig.3.2.4.tar.gz) = 326284 bytes
@@ -6,3 +6,4 @@ SHA1 (patch-aa) = efc4eb298f4c5871432569c041226127ee0527c1
SHA1 (patch-ab) = f1193557969ca7f6cc9d507710348d38dbfb7bf6
SHA1 (patch-ac) = ac0823470d4de6df7bd5e3ff0f87decf8b4c44b8
SHA1 (patch-ad) = b3a0d55eca4defbec4276f9aa4ce8f1352c3f1fb
+SHA1 (patch-ae) = 899ce33d0cfc57cb5fb13d2fa47719d5639abdd5
diff --git a/print/transfig/patches/patch-ae b/print/transfig/patches/patch-ae
new file mode 100644
index 00000000000..aed00951994
--- /dev/null
+++ b/print/transfig/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2003/11/10 03:06:12 danw Exp $
+
+--- fig2dev/fig2dev.h.orig Sun Nov 9 21:59:10 2003
++++ fig2dev/fig2dev.h Sun Nov 9 21:59:12 2003
+@@ -22,7 +22,6 @@
+ #include <sys/file.h>
+ #include <signal.h>
+ #include <string.h>
+-#include <varargs.h>
+ #include <pwd.h>
+ #include <errno.h>
+ #include <time.h>