ports/72633: [PATCH] chinese/gcin: update to 0.4.5

Kuang-che Wu kcwu at csie.org
Wed Oct 13 12:01:04 UTC 2004


>Number:         72633
>Category:       ports
>Synopsis:       [PATCH] chinese/gcin: update to 0.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 12:00:58 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kuang-che Wu
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD kcwu.homeip.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Sep  4 05:33:38 CST
>Description:
- Update to 0.4.5
- Honor ${PREFIX}, become PortTools ready :)

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- gcin-0.4.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/chinese/gcin/Makefile /files/home/kcwu/work/ports/x/chinese/gcin/Makefile
--- /usr/ports/chinese/gcin/Makefile	Wed Oct 13 13:22:44 2004
+++ /files/home/kcwu/work/ports/x/chinese/gcin/Makefile	Wed Oct 13 19:33:50 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gcin
-PORTVERSION=	0.3.1
+PORTVERSION=	0.4.5
 CATEGORIES=	chinese
 MASTER_SITES=	http://www.csie.nctu.edu.tw/~cp76/gcin/download/
 
@@ -15,6 +15,7 @@
 
 USE_BZIP2=	YES
 HAS_CONFIGURE=	YES
+CONFIGURE_ARGS=	--prefix=${PREFIX}
 USE_GNOME=	gtk20
 USE_GMAKE=	YES
 
diff -ruN --exclude=CVS /usr/ports/chinese/gcin/distinfo /files/home/kcwu/work/ports/x/chinese/gcin/distinfo
--- /usr/ports/chinese/gcin/distinfo	Wed Oct 13 13:22:44 2004
+++ /files/home/kcwu/work/ports/x/chinese/gcin/distinfo	Wed Oct 13 19:28:22 2004
@@ -1,2 +1,2 @@
-MD5 (gcin-0.3.1.tar.bz2) = 9d253924a6d472e04c4c099b90a8b714
-SIZE (gcin-0.3.1.tar.bz2) = 541591
+MD5 (gcin-0.4.5.tar.bz2) = 6382cfb519213d8930de95344d5d701a
+SIZE (gcin-0.4.5.tar.bz2) = 537445
diff -ruN --exclude=CVS /usr/ports/chinese/gcin/files/patch-Makefile /files/home/kcwu/work/ports/x/chinese/gcin/files/patch-Makefile
--- /usr/ports/chinese/gcin/files/patch-Makefile	Sat Sep  4 03:35:07 2004
+++ /files/home/kcwu/work/ports/x/chinese/gcin/files/patch-Makefile	Wed Oct 13 19:40:41 2004
@@ -5,7 +5,7 @@
  	install -m 644 menu/* $(libdir)/menu
  	$(MAKE) -C data install
 -	if [ $(prefix) = /usr/local ]; then \
-+	if [ $(prefix) != /usr/local ]; then \
++	if [ $(prefix) = /usr/local -a `uname` != FreeBSD ]; then \
  	   install -m 644 menu/* /usr/lib/menu; \
  	   which update-menus >& /dev/null && update-menus; \
  	   sh modify-XIM; \
diff -ruN --exclude=CVS /usr/ports/chinese/gcin/pkg-plist /files/home/kcwu/work/ports/x/chinese/gcin/pkg-plist
--- /usr/ports/chinese/gcin/pkg-plist	Wed Oct 13 13:22:44 2004
+++ /files/home/kcwu/work/ports/x/chinese/gcin/pkg-plist	Wed Oct 13 19:45:12 2004
@@ -8,6 +8,8 @@
 bin/tslearn
 lib/menu/gcin
 lib/menu/gcin-setup
+share/gcin/script/gcin-user-setup
+share/gcin/script/gcin-utf8-setup
 share/gcin/table/ar30.gtab
 share/gcin/table/cj.gtab
 share/gcin/table/et.kbm
@@ -26,4 +28,5 @@
 @dirrm share/icons/gcin
 @unexec rmdir %D/share/icons 2>/dev/null || true
 @dirrm share/gcin/table
+ at dirrm share/gcin/script
 @dirrm share/gcin
--- gcin-0.4.5.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list