diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-16 00:56:29 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-16 00:56:29 +0800 |
commit | 94bfc84cb11446eba56633636182b2f4a8ff2f59 (patch) | |
tree | d064be58e5da0bebc5bbc046c071001526e21faf | |
parent | 85f49d6dbe3193e55fa9e7ac13ec7c519266d74f (diff) | |
download | freebsd-ports-gnome-94bfc84cb11446eba56633636182b2f4a8ff2f59.tar.gz freebsd-ports-gnome-94bfc84cb11446eba56633636182b2f4a8ff2f59.tar.zst freebsd-ports-gnome-94bfc84cb11446eba56633636182b2f4a8ff2f59.zip |
- Update to 2.7.4
PR: ports/78881
Submitted by: Ports Fury
-rw-r--r-- | graphics/xpaint/Makefile | 12 | ||||
-rw-r--r-- | graphics/xpaint/distinfo | 4 | ||||
-rw-r--r-- | graphics/xpaint/files/patch-Imakefile | 17 |
3 files changed, 23 insertions, 10 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 7dbb4ea150b3..5415afa1c888 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xpaint -PORTVERSION= 2.7.3 +PORTVERSION= 2.7.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ac-grenoble.fr/Office/ @@ -15,14 +15,18 @@ MASTER_SITE_SUBDIR= sf-${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A simple paint program -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff \ + Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d USE_BZIP2= yes USE_IMAKE= yes USE_XPM= yes -ALL_TARGET= xaw95static +ALL_TARGET= xaw3d MAN1= xpaint.1 +pre-configure: + @cd ${WRKSRC} && ${LN} -sf ${X11BASE}/include/X11/Xaw3d xaw_incdir + .include <bsd.port.mk> diff --git a/graphics/xpaint/distinfo b/graphics/xpaint/distinfo index 1d8702ed48cd..9ad5cf53ff3b 100644 --- a/graphics/xpaint/distinfo +++ b/graphics/xpaint/distinfo @@ -1,2 +1,2 @@ -MD5 (xpaint-2.7.3.tar.bz2) = acfdb2c7faeb3124988727727a41672d -SIZE (xpaint-2.7.3.tar.bz2) = 615007 +MD5 (xpaint-2.7.4.tar.bz2) = 69d8956cbbf9f2abb852e44770b636db +SIZE (xpaint-2.7.4.tar.bz2) = 378090 diff --git a/graphics/xpaint/files/patch-Imakefile b/graphics/xpaint/files/patch-Imakefile index 6b07f21b05e8..7c8649901d85 100644 --- a/graphics/xpaint/files/patch-Imakefile +++ b/graphics/xpaint/files/patch-Imakefile @@ -1,6 +1,6 @@ ---- Imakefile.orig Sun Aug 22 00:15:08 2004 -+++ Imakefile Sat Aug 28 02:46:25 2004 -@@ -90,7 +90,7 @@ +--- Imakefile.orig Mon Mar 14 05:42:26 2005 ++++ Imakefile Mon Mar 14 20:22:16 2005 +@@ -101,7 +101,7 @@ #endif DEPLIBS = always xpaint.man XPaint.ad @@ -9,7 +9,16 @@ 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_POSTSCRIPT_VIEWER "$(POSTSCRIPT_VIEWER)" \ XPAINT_EXTERN_VIEWER "$(EXTERN_VIEWER)" |