1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

. Update to 3.2.5d.

. Fix MASTER_SITES to make it fetchable.
This commit is contained in:
Greg Lewis 2011-06-18 01:02:22 +00:00
parent 737f9e6908
commit d53b7984af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275759
4 changed files with 9 additions and 23 deletions

View File

@ -6,11 +6,9 @@
#
PORTNAME= transfig
PORTVERSION= 3.2.5
PORTREVISION= 2
PORTVERSION= 3.2.5d
CATEGORIES= print
MASTER_SITES= http://xfig.org/software/xfig/${PORTVERSION}/ \
ftp://www-epb.lbl.gov/xfig/
MASTER_SITES= SF/mcj/mcj_dist_src/3.0/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org

View File

@ -1,3 +1,2 @@
MD5 (transfig.3.2.5.tar.gz) = 3b2cffdd25529ae5877e305f29aae6d1
SHA256 (transfig.3.2.5.tar.gz) = ea5a5724c8fa1dcb52531c4d44ec8a59830b2dc2da11e561e15240e8dd16d043
SIZE (transfig.3.2.5.tar.gz) = 394296
SHA256 (transfig.3.2.5d.tar.gz) = ae81214177fb05f91f6e43b0b42633b6e0024570cbc6591a3858e12100ce8aaa
SIZE (transfig.3.2.5d.tar.gz) = 497451

View File

@ -1,11 +0,0 @@
--- fig2dev/dev/readgif.c.orig Tue Apr 8 14:42:07 2003
+++ fig2dev/dev/readgif.c
@@ -197,7 +197,7 @@
/* make name for temp output file */
sprintf(pcxname, "%s/%s%06d.pix", TMPDIR, "xfig-pcx", getpid());
/* make command to convert gif to pcx into temp file */
- sprintf(buf, "giftopnm | ppmtopcx > %s 2> /dev/null", pcxname);
+ sprintf(buf, "giftopnm -quiet | ppmtopcx -quiet > %s", pcxname);
if ((giftopcx = popen(buf,"w" )) == 0) {
fprintf(stderr,"Cannot open pipe to giftoppm\n");
return 0;

View File

@ -1,11 +1,11 @@
--- fig2dev/fig2dev.h.orig Tue Jul 15 09:21:12 2003
+++ fig2dev/fig2dev.h
@@ -213,7 +213,7 @@
--- fig2dev/fig2dev.h.orig 2010-03-16 11:53:20.000000000 -0700
+++ fig2dev/fig2dev.h 2011-06-16 22:23:27.000000000 -0700
@@ -214,7 +214,7 @@
#endif /* MAXPATHLEN */
#endif /* PATH_MAX */
-#if ( !defined(__NetBSD__) && !defined(__DARWIN__))
+#if ( !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DARWIN__))
-#if ( !defined(__NetBSD__) && !defined(__DARWIN__) && !defined(__FreeBSD) )
+#if ( !defined(__NetBSD__) && !defined(__DARWIN__) && !defined(__FreeBSD__) )
extern int sys_nerr, errno;
#endif