mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- Update to 2.7.4
PR: ports/78881 Submitted by: Ports Fury
This commit is contained in:
parent
1154832109
commit
d4fef59fd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131312
3 changed files with 23 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= xpaint
|
PORTNAME= xpaint
|
||||||
PORTVERSION= 2.7.3
|
PORTVERSION= 2.7.4
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
ftp://ftp.ac-grenoble.fr/Office/
|
ftp://ftp.ac-grenoble.fr/Office/
|
||||||
|
@ -15,14 +15,18 @@ MASTER_SITE_SUBDIR= sf-${PORTNAME}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A simple paint program
|
COMMENT= A simple paint program
|
||||||
|
|
||||||
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||||
png.5:${PORTSDIR}/graphics/png
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||||
|
Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
USE_XPM= yes
|
USE_XPM= yes
|
||||||
ALL_TARGET= xaw95static
|
ALL_TARGET= xaw3d
|
||||||
|
|
||||||
MAN1= xpaint.1
|
MAN1= xpaint.1
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
@cd ${WRKSRC} && ${LN} -sf ${X11BASE}/include/X11/Xaw3d xaw_incdir
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (xpaint-2.7.3.tar.bz2) = acfdb2c7faeb3124988727727a41672d
|
MD5 (xpaint-2.7.4.tar.bz2) = 69d8956cbbf9f2abb852e44770b636db
|
||||||
SIZE (xpaint-2.7.3.tar.bz2) = 615007
|
SIZE (xpaint-2.7.4.tar.bz2) = 378090
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Imakefile.orig Sun Aug 22 00:15:08 2004
|
--- Imakefile.orig Mon Mar 14 05:42:26 2005
|
||||||
+++ Imakefile Sat Aug 28 02:46:25 2004
|
+++ Imakefile Mon Mar 14 20:22:16 2005
|
||||||
@@ -90,7 +90,7 @@
|
@@ -101,7 +101,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DEPLIBS = always xpaint.man XPaint.ad
|
DEPLIBS = always xpaint.man XPaint.ad
|
||||||
|
@ -9,7 +9,16 @@
|
||||||
|
|
||||||
SUBDIRS = rw
|
SUBDIRS = rw
|
||||||
|
|
||||||
@@ -172,7 +172,7 @@
|
@@ -163,7 +163,7 @@
|
||||||
|
|
||||||
|
xaw3d::
|
||||||
|
-$(RM) $(XAW3DDEPENDS)
|
||||||
|
- -$(RM) xaw_incdir ; ln -sf /usr/include/X11/Xaw3d xaw_incdir
|
||||||
|
+ -$(RM) xaw_incdir ; ln -sf $(INCDIR)/X11/Xaw3d xaw_incdir
|
||||||
|
echo "XAWLIB_DEFINES = -DXAW3D" > Local.xawdefs
|
||||||
|
echo "SYS_LIBRARIES = -lXaw3d -L." >> Local.xawdefs
|
||||||
|
xmkmf ; cd rw ; xmkmf ; cd .. ; make
|
||||||
|
@@ -219,7 +219,7 @@
|
||||||
XPAINT_PRINT_COMMAND "$(PRINT_COMMAND)" \
|
XPAINT_PRINT_COMMAND "$(PRINT_COMMAND)" \
|
||||||
XPAINT_POSTSCRIPT_VIEWER "$(POSTSCRIPT_VIEWER)" \
|
XPAINT_POSTSCRIPT_VIEWER "$(POSTSCRIPT_VIEWER)" \
|
||||||
XPAINT_EXTERN_VIEWER "$(EXTERN_VIEWER)"
|
XPAINT_EXTERN_VIEWER "$(EXTERN_VIEWER)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue