ports/84624: [MAINTAINER UPDATE] games/tuxpaint: fix wrong intl (gettext) dependency

Alejandro Pulver alejandro at varnet.biz
Sat Aug 6 17:40:15 UTC 2005


>Number:         84624
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/tuxpaint: fix wrong intl (gettext) dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 06 17:40:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:





>Description:


* Change "USE_GNOME=intltool" to "USE_GETTEXT=yes".
* Rename the patch to the correct name.


>How-To-Repeat:





>Fix:


--- tuxpaint.diff begins here ---
diff -urN /usr/ports/games/tuxpaint/Makefile committed/tuxpaint/Makefile
--- /usr/ports/games/tuxpaint/Makefile	Fri Jul 22 04:35:42 2005
+++ committed/tuxpaint/Makefile	Sat Aug  6 11:28:13 2005
@@ -15,8 +15,8 @@
 COMMENT=	Drawing program designed for young children
 
 USE_GMAKE=	yes
+USE_GETTEXT=	yes
 USE_SDL=	image mixer sdl ttf
-USE_GNOME=	intltool
 USE_REINPLACE=	yes
 
 MAN1=		tuxpaint.1 tuxpaint-import.1
diff -urN /usr/ports/games/tuxpaint/files/patch-src-tuxpaint-import.sh committed/tuxpaint/files/patch-src-tuxpaint-import.sh
--- /usr/ports/games/tuxpaint/files/patch-src-tuxpaint-import.sh	Wed Dec 31 21:00:00 1969
+++ committed/tuxpaint/files/patch-src-tuxpaint-import.sh	Sat Aug  6 11:27:21 2005
@@ -0,0 +1,11 @@
+--- src/tuxpaint-import.sh.orig	Tue Jun 17 06:10:59 2003
++++ src/tuxpaint-import.sh	Thu Jul 14 16:17:58 2005
+@@ -23,7 +23,7 @@
+   exit
+ fi
+ 
+-if [[ $1 == "--help" ]]; then
++if [ $1 = "--help" ]; then
+   # --help, show usage:
+   echo
+   echo "tuxpaint-import"
diff -urN /usr/ports/games/tuxpaint/files/patch-src-tuxpaint-imprt.sh committed/tuxpaint/files/patch-src-tuxpaint-imprt.sh
--- /usr/ports/games/tuxpaint/files/patch-src-tuxpaint-imprt.sh	Tue Jul 19 18:34:19 2005
+++ committed/tuxpaint/files/patch-src-tuxpaint-imprt.sh	Wed Dec 31 21:00:00 1969
@@ -1,11 +0,0 @@
---- src/tuxpaint-import.sh.orig	Tue Jun 17 06:10:59 2003
-+++ src/tuxpaint-import.sh	Thu Jul 14 16:17:58 2005
-@@ -23,7 +23,7 @@
-   exit
- fi
- 
--if [[ $1 == "--help" ]]; then
-+if [ $1 = "--help" ]; then
-   # --help, show usage:
-   echo
-   echo "tuxpaint-import"
--- tuxpaint.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list