ports/81052: Update port: graphics/xpaint to 2.7.7

KATO Tsuguru tkato432 at yahoo.com
Sun May 15 10:10:06 UTC 2005


>Number:         81052
>Category:       ports
>Synopsis:       Update port: graphics/xpaint to 2.7.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 15 10:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to verison 2.7.7

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/xpaint/Makefile graphics/xpaint/Makefile
--- /usr/ports/graphics/xpaint/Makefile	Fri Apr 22 02:36:29 2005
+++ graphics/xpaint/Makefile	Mon May  9 00:53:21 2005
@@ -6,20 +6,17 @@
 #
 
 PORTNAME=	xpaint
-PORTVERSION=	2.7.6.3
+PORTVERSION=	2.7.7
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		ftp://ftp.ac-grenoble.fr/Office/
 MASTER_SITE_SUBDIR=	sf-${PORTNAME}
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}_${PORTVERSION:E}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A simple paint program
 
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff
-
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 
 USE_BZIP2=	yes
 USE_IMAKE=	yes
diff -urN /usr/ports/graphics/xpaint/distinfo graphics/xpaint/distinfo
--- /usr/ports/graphics/xpaint/distinfo	Fri Apr 22 02:36:30 2005
+++ graphics/xpaint/distinfo	Mon May  9 00:53:00 2005
@@ -1,2 +1,2 @@
-MD5 (xpaint-2.7.6_3.tar.bz2) = 26d66235051efe48837cf78b9f898113
-SIZE (xpaint-2.7.6_3.tar.bz2) = 405613
+MD5 (xpaint-2.7.7.tar.bz2) = e6086b87adf5bac8e6d207248b760eff
+SIZE (xpaint-2.7.7.tar.bz2) = 403208
diff -urN /usr/ports/graphics/xpaint/files/patch-Imakefile graphics/xpaint/files/patch-Imakefile
--- /usr/ports/graphics/xpaint/files/patch-Imakefile	Thu Apr  7 13:32:25 2005
+++ graphics/xpaint/files/patch-Imakefile	Mon May  9 00:54:56 2005
@@ -1,14 +1,6 @@
---- Imakefile.orig	Sun Mar 20 21:15:32 2005
-+++ Imakefile	Wed Apr  6 16:17:16 2005
-@@ -13,6 +13,7 @@
-           "-DSHAREDIR=\"$(SHAREDIR)\"" \
-           "-DXAPPLOADDIR=\"$(XAPPLOADDIR)\"" \
- 	  "-DXPAINT_VERSION=\"$(VERSION)\"" \
-+	  "-DARROW_SCROLLBAR" \
- 
- #ifdef LPCCMD
- DEFINES += "-DLPCCMD=\"$(LPCCMD)\""
-@@ -98,7 +99,7 @@
+--- Imakefile.orig	Thu Apr 28 05:59:37 2005
++++ Imakefile	Mon May  9 00:54:49 2005
+@@ -102,7 +102,7 @@
  #endif
  
  DEPLIBS = always xpaint.man XPaint.ad
@@ -17,7 +9,7 @@
  
  SUBDIRS = rw
  
-@@ -148,7 +149,7 @@
+@@ -152,7 +152,7 @@
  
  xaw::
  	-$(RM) $(XAWDEPENDS)
@@ -26,7 +18,7 @@
  	echo "XAWLIB_DEFINES = -DXAWPLAIN" > Local.xawdefs			
  	echo "SYS_LIBRARIES = XawClientLibs -lm" >> Local.xawdefs
  	xmkmf -a ; make
-@@ -160,7 +161,7 @@
+@@ -164,7 +164,7 @@
  
  xaw3d::
  	-$(RM) $(XAWDEPENDS)
@@ -35,7 +27,7 @@
  	echo "XAWLIB_DEFINES = -DXAW3D" > Local.xawdefs
  	echo "SYS_LIBRARIES = -lXaw3d -L." >> Local.xawdefs
  	xmkmf ; cd rw ; xmkmf ; cd .. ; make
-@@ -171,7 +172,7 @@
+@@ -175,7 +175,7 @@
  	
  xaw3dg::
  	-$(RM) $(XAWDEPENDS)
@@ -44,7 +36,7 @@
  	echo "XAWLIB_DEFINES = -DXAW3D -DXAW3DG" > Local.xawdefs
  	echo "SYS_LIBRARIES = -lXaw3d -L." >> Local.xawdefs
  	xmkmf ; cd rw ; xmkmf ; cd .. ; make
-@@ -182,7 +183,7 @@
+@@ -186,7 +186,7 @@
  
  nextaw::
  	-$(RM) $(XAWDEPENDS)
@@ -53,7 +45,7 @@
  	echo "XAWLIB_DEFINES = -DXAW3D" > Local.xawdefs
  	echo "SYS_LIBRARIES = -lneXtaw -L." >> Local.xawdefs
  	xmkmf ; cd rw ; xmkmf ; cd .. ; make
-@@ -193,7 +194,7 @@
+@@ -197,7 +197,7 @@
  
  xaw95::
  	-$(RM) $(XAWDEPENDS)
@@ -62,7 +54,7 @@
  	echo "XAWLIB_DEFINES = -DXAW95" > Local.xawdefs
  	echo "SYS_LIBRARIES = -lXaw95 -L." >> Local.xawdefs
  	xmkmf -a ; make
-@@ -225,7 +226,7 @@
+@@ -229,7 +229,7 @@
  		    XPAINT_PRINT_COMMAND "$(PRINT_COMMAND)" \
  		    XPAINT_POSTSCRIPT_VIEWER "$(POSTSCRIPT_VIEWER)" \
  		    XPAINT_EXTERN_VIEWER "$(EXTERN_VIEWER)"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list