Date: Tue, 24 Oct 2006 09:07:38 +0800 From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kris@FreeBSD.org, delphij@FreeBSD.org Subject: ports/104724: [MAINTAINER] chinese/gcin: Fix pkg-plist and some issue, bump version Message-ID: <20061024010658.997DC2E9DF@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200610240110.k9O1AXAd008671@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104724 >Category: ports >Synopsis: [MAINTAINER] chinese/gcin: Fix pkg-plist and some issue, bump version >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 24 01:10:32 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006 >Description: - Fix pkg-plist and some issue, bump version Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gcin-1.2.7_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/chinese/gcin/Makefile /usr/home/chinsan/project/gcin/Makefile --- /usr/ports/chinese/gcin/Makefile Mon Oct 23 05:52:49 2006 +++ /usr/home/chinsan/project/gcin/Makefile Tue Oct 24 09:02:40 2006 @@ -7,7 +7,7 @@ PORTNAME= gcin PORTVERSION= 1.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese textproc gnome MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main \ LOCAL/chinsan:main \ @@ -52,10 +52,12 @@ s/\/usr\/share/$$prefix\/share/; \ 123,124 s/control-center-2\.0/gnome\/control-center-2\.0/g; \ s/gcc/$$CC/; s/gcin-$$GCIN_VERSION/gcin/' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,\/usr\/share,$$(prefix)\/share,' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's/qsort/mergesort/' ${WRKSRC}/gcin2tab.c @${REINPLACE_CMD} -e 's|/usr/local|/usr|g' \ ${WRKSRC}/gtk-im/Makefile \ ${WRKSRC}/menu/Makefile + @${REINPLACE_CMD} -e '28,29 d' ${WRKSRC}/im-client/Makefile @${REINPLACE_CMD} -e 's/modify-XIM //; 8,10 d' ${WRKSRC}/scripts/Makefile @${REINPLACE_CMD} -e 's/bash/sh/; s/&//;' ${WRKSRC}/scripts/gcin-user-setup @${REINPLACE_CMD} -e 's/bash/sh/; s/&//; s/opt\/gnome/usr\/X11R6/;' \ diff -ruN --exclude=CVS /usr/ports/chinese/gcin/pkg-plist /usr/home/chinsan/project/gcin/pkg-plist --- /usr/ports/chinese/gcin/pkg-plist Sun Oct 15 05:18:18 2006 +++ /usr/home/chinsan/project/gcin/pkg-plist Tue Oct 24 08:55:22 2006 @@ -66,5 +66,7 @@ @dirrmtry %%DATADIR%%/table @dirrmtry %%DATADIR%%/script @dirrmtry %%DATADIR%% +@dirrmtry lib/gtk-2.0/immodules +@dirrmtry lib/gtk-2.0 @exec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules @unexec gtk-query-immodules-2.0 > %D/etc/gtk-2.0/gtk.immodules --- gcin-1.2.7_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061024010658.997DC2E9DF>