pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/transfig Remove MASTER_SITE_XCONTRIB from the MA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00f9977337af
branches:  trunk
changeset: 463406:00f9977337af
user:      danw <danw%pkgsrc.org@localhost>
date:      Mon Nov 10 03:06:12 2003 +0000

description:
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:

 print/transfig/Makefile         |   5 ++---
 print/transfig/distinfo         |   3 ++-
 print/transfig/patches/patch-ae |  12 ++++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r a0db7657e4f2 -r 00f9977337af print/transfig/Makefile
--- a/print/transfig/Makefile   Mon Nov 10 02:45:01 2003 +0000
+++ b/print/transfig/Makefile   Mon Nov 10 03:06:12 2003 +0000
@@ -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@localhost
 COMMENT=               TeX document creation tool utilizing portable graphics
diff -r a0db7657e4f2 -r 00f9977337af print/transfig/distinfo
--- a/print/transfig/distinfo   Mon Nov 10 02:45:01 2003 +0000
+++ b/print/transfig/distinfo   Mon Nov 10 03:06:12 2003 +0000
@@ -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-ab) = f1193557969ca7f6cc9d507710348d38dbfb7bf6
 SHA1 (patch-ac) = ac0823470d4de6df7bd5e3ff0f87decf8b4c44b8
 SHA1 (patch-ad) = b3a0d55eca4defbec4276f9aa4ce8f1352c3f1fb
+SHA1 (patch-ae) = 899ce33d0cfc57cb5fb13d2fa47719d5639abdd5
diff -r a0db7657e4f2 -r 00f9977337af print/transfig/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/transfig/patches/patch-ae   Mon Nov 10 03:06:12 2003 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index