Update to version 3.2.3d
PR: 28061 Submitted by: KATO Tsuguru <tkato@prontomail.com> No response: maintainer
This commit is contained in:
parent
f3dc05b0ce
commit
48eab8c261
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44985
@ -6,16 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= transfig
|
||||
PORTVERSION= 3.2.3c
|
||||
PORTVERSION= 3.2.3d
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
||||
MASTER_SITES= http://www.xfig.org/xfigdist/ \
|
||||
ftp://www-epb.lbl.gov/xfig/
|
||||
MASTER_SITE_SUBDIR= applications/drawing_tools/transfig
|
||||
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
||||
|
||||
MAINTAINER= chuckr@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.4:${PORTSDIR}/graphics/png
|
||||
RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
@ -1 +1 @@
|
||||
MD5 (transfig.3.2.3c.tar.gz) = cefd377ff3c4ec9aa38a42e98944d9b3
|
||||
MD5 (transfig.3.2.3d.tar.gz) = 4fbf4184fe2df4fe9bb5130b6e19907c
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- fig2dev/Imakefile.orig Fri Jul 21 01:38:53 2000
|
||||
+++ fig2dev/Imakefile Sat Jul 29 00:55:31 2000
|
||||
--- fig2dev/Imakefile.orig Fri Apr 20 02:19:38 2001
|
||||
+++ fig2dev/Imakefile Tue Jun 5 23:18:08 2001
|
||||
@@ -28,7 +28,7 @@
|
||||
XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled
|
||||
XCOMM and installed xfig. This will be made automatic in the future.
|
||||
@ -18,7 +18,18 @@
|
||||
|
||||
XCOMM ****************
|
||||
XCOMM Change RGB if necessary, to point to your rgb.txt color database
|
||||
@@ -67,11 +67,11 @@
|
||||
@@ -65,8 +65,8 @@
|
||||
#define USEPNG
|
||||
|
||||
#ifdef USEPNG
|
||||
-PNGLIBDIR = $(USRLIBDIR)
|
||||
-PNGINC = -I/usr/include/X11
|
||||
+PNGLIBDIR = ${LOCALBASE}/lib
|
||||
+PNGINC = -I${LOCALBASE}/include
|
||||
#endif
|
||||
|
||||
XCOMM ****************
|
||||
@@ -78,11 +78,11 @@
|
||||
XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h)
|
||||
XCOMM
|
||||
|
||||
@ -32,7 +43,7 @@
|
||||
#endif
|
||||
|
||||
XCOMM ****************
|
||||
@@ -91,8 +91,8 @@
|
||||
@@ -104,8 +104,8 @@
|
||||
|
||||
#ifdef USEJPEG
|
||||
#ifdef USEINSTALLEDJPEG
|
||||
@ -43,12 +54,7 @@
|
||||
#else
|
||||
JPEGLIBDIR = ../jpeg
|
||||
JPEGINCDIR = $(JPEGLIBDIR)
|
||||
@@ -141,11 +141,11 @@
|
||||
XCOMM ****************
|
||||
XCOMM Uncomment the next line if you want use Japanese (i18n) on xfig.
|
||||
|
||||
-XCOMM #define I18N
|
||||
+#define I18N
|
||||
@@ -158,7 +158,7 @@
|
||||
|
||||
#ifdef I18N
|
||||
I18N_DEFS = -DI18N
|
||||
|
@ -3,6 +3,7 @@ bin/fig2ps2tex
|
||||
bin/fig2ps2tex.sh
|
||||
bin/pic2tpic
|
||||
bin/transfig
|
||||
lib/X11/fig2dev/cs_CZ.ps
|
||||
lib/X11/fig2dev/japanese.ps
|
||||
@exec ln -sf japanese.ps %D/lib/X11/fig2dev/ja.ps
|
||||
@exec ln -sf japanese.ps %D/lib/X11/fig2dev/ja_JP.EUC.ps
|
||||
|
Loading…
Reference in New Issue
Block a user