Date: Wed, 21 Jul 2004 18:10:21 -0600 From: "Jie Gao" <gaoj@cpsc.ucalgary.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69400: [maintainer update] textproc/scim update to 0.99.4 Message-ID: <200407220010.i6M0AMpi016026@imgw1.cpsc.ucalgary.ca> Resent-Message-ID: <200407220020.i6M0KGqb024949@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69400 >Category: ports >Synopsis: [maintainer update] textproc/scim update to 0.99.4 >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: Thu Jul 22 00:20:16 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jie Gao >Release: FreeBSD 5.2.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD aibsd 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #0: Mon May 3 02:43:15 MDT 2004 gaoj@aibsd:/usr/obj/usr/src/sys/AIBSD i386 >Description: Update textproc/scim to 0.99.4, and remove a post-patch reinplacement that is now in the new version. Note: The attached patch is strange. It will succeed if I do a patch -p1 in textproc/scim. However it will fail if I patch without strip prefix in textproc directory. Really weird. >How-To-Repeat: >Fix: --- patch-scim begins here --- diff -ruN scim.orig/Makefile scim/Makefile --- scim.orig/Makefile Wed Jul 21 17:28:51 2004 +++ scim/Makefile Wed Jul 21 17:29:20 2004 @@ -6,7 +6,7 @@ # PORTNAME= scim -PORTVERSION= 0.99.2 +PORTVERSION= 0.99.4 CATEGORIES= textproc MASTER_SITES= http://freedesktop.org/~suzhe/sources/ @@ -31,11 +31,6 @@ .if ${OSVERSION} <= 499999 BROKEN= "4.x lacks C99 compliant wctypes implementation" .endif - -# Pay attention to the quotes usage below -post-patch: - ${REINPLACE_CMD} 's/,.GB2312"/,.GB2312,.eucCN"/g' \ - ${WRKSRC}/src/scim_utility.cpp post-configure: ${REINPLACE_CMD} '/^pkgconfigdir/s|$$(libdir)|$${exec_prefix}/libdata|' \ diff -ruN scim.orig/distinfo scim/distinfo --- scim.orig/distinfo Wed Jul 21 17:28:51 2004 +++ scim/distinfo Wed Jul 21 17:30:07 2004 @@ -1,2 +1,2 @@ -MD5 (scim-0.99.2.tar.gz) = 0c63b30d1ec1a6e9668305ad2bdfd0c5 -SIZE (scim-0.99.2.tar.gz) = 1954220 +MD5 (scim-0.99.4.tar.gz) = 8ac0a8bb8b25e198a4f9b67fa4ca950b +SIZE (scim-0.99.4.tar.gz) = 2104313 diff -ruN scim.orig/pkg-plist scim/pkg-plist --- scim.orig/pkg-plist Wed Jul 21 17:28:51 2004 +++ scim/pkg-plist Wed Jul 21 17:29:42 2004 @@ -40,10 +40,10 @@ include/scim-1.0/scim_utility.h lib/libscim-1.0.a lib/libscim-1.0.so -lib/libscim-1.0.so.1 +lib/libscim-1.0.so.3 lib/libscim-gtkutils-1.0.a lib/libscim-gtkutils-1.0.so -lib/libscim-gtkutils-1.0.so.1 +lib/libscim-gtkutils-1.0.so.3 lib/gtk-2.0/immodules/im-scim.so lib/scim-1.0/1.0.0/Config/gconf.so lib/scim-1.0/1.0.0/Config/simple.so @@ -64,6 +64,7 @@ share/control-center-2.0/capplets/scim-setup.desktop share/locale/zh_CN/LC_MESSAGES/scim.mo share/locale/zh_TW/LC_MESSAGES/scim.mo +share/locale/ja_JP/LC_MESSAGES/scim.mo share/pixmaps/scim-setup.png share/scim/icons/down.png share/scim/icons/full-letter.png --- patch-scim ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407220010.i6M0AMpi016026>