Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Aug 2005 17:04:51 +0800 (CST)
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gaoj@cpsc.ucalgary.ca
Subject:   ports/84694: [PATCH] textproc/skim: s/bash/sh/g and correct pkg-message to current port tree
Message-ID:  <20050809090451.54BAA7301F@chinsan.twbbs.org>
Resent-Message-ID: <200508090910.j799ANYw076396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84694
>Category:       ports
>Synopsis:       [PATCH] textproc/skim: s/bash/sh/g and correct pkg-message to current port tree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 09 09:10:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 5.4-STABLE FreeBSD 5.4-STABLE #2: Sat Jul 30 16:27:25 CST 2005 root@chinsan.twbbs.org:/usr/obj/usr/src/sys/TAKAKO i386
>Description:
	- replace bash with sh for more platform compatable
	- correct pkg-message to the current port tree status
	- port maintainer(gaoj@cpsc.ucalgary.ca) is CC'd

	Thanks. :)

>How-To-Repeat:
>Fix:

--- skim.diff begins here ---
diff -ruN skim.orig/Makefile skim/Makefile
--- skim.orig/Makefile	Mon Aug  8 18:36:12 2005
+++ skim/Makefile	Tue Aug  9 16:54:20 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	skim
 PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	scim
@@ -42,6 +42,9 @@
 CONFIGURE_ENV+=	CXXFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__ ${CFLAGS}" \
 		LDFLAGS="-L${LOCALBASE}/lib -lintl"
 .endif
+
+post-patch:
+	${REINPLACE_CMD} s,bash,sh,g ${WRKSRC}/src/scim-panel-kde.in
 
 do-configure:
 	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./configure
diff -ruN skim.orig/pkg-message skim/pkg-message
--- skim.orig/pkg-message	Mon Aug  8 18:36:12 2005
+++ skim/pkg-message	Tue Aug  9 16:58:19 2005
@@ -9,13 +9,18 @@
  Chinese:
   chinese/scim-tables	Table based input methods: Array30, CangJie, Cantonese,
                         Dayi, Erbi, EZ, Jyutping, Simplex, Wubi, Ziranma, ZhuYin
-  chinese/scim-chinese	Smart pinyin
+  chinese/scim-pinyin	Smart pinyin
+  chinese/scim-chewing	Chewing
 
  Korean:
   korean/scim-tables	Table based input methods: Hangul, Hanja
 
  Japanese:
   japanese/scim-tables	Table based input methods: HIRAGANA, KATAKANA, Nippon
+  japanese/scim-anthy	Anthy
+  japanese/scim-canna	Canna
+  japanese/scim-skk	SKK
+  japanese/scim-uim	UIM
 
 You can use the command `skim' to start after properly setting SCIM (please
 refer to the message displayed by scim installation).
--- skim.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050809090451.54BAA7301F>