Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 01:01:28 +0800 (CST)
From:      "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        statue@freebsd.sinica.edu.tw
Subject:   ports/53322: fix ports/chinese/chinput3
Message-ID:  <200306141701.h5EH1SaL039851@alumni.csie.nctu.edu.tw>
Resent-Message-ID: <200306141710.h5EHA70E052280@freefall.freebsd.org>

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

>Number:         53322
>Category:       ports
>Synopsis:       fix ports/chinese/chinput3
>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:   Sat Jun 14 10:10:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
yinjieh's lab
>Environment:
System: FreeBSD stable.yinjieh.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	

	Fix build of ports/chinese/chinput3.
	Both tested on 4.8-RELEASE and 5.1-RELEASE.

>How-To-Repeat:
	
>Fix:

	

--- chinput3.patch begins here ---
diff -ruN /usr/ports/chinese/chinput3/Makefile /tmp/chinput3/Makefile
--- /usr/ports/chinese/chinput3/Makefile	Sat Jun  7 02:32:59 2003
+++ /tmp/chinput3/Makefile	Sat Jun 14 13:00:38 2003
@@ -14,16 +14,13 @@
 COMMENT=	Chinese GB2312,BIG5 code input server
 
 USE_XLIB=	yes
-USE_IMLIB=	yes
-USE_GNOME=	gtk12
+USE_GNOME=	gtk12 imlib
 
-.include <bsd.port.pre.mk>
+MSG_FILE=	${.CURDIR}/pkg-message
+PKGMESSAGE=	${WRKDIR}/pkg-message
 
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not link"
-.endif
+post-install:
+	@${SED} -e 's,%%X11BASE%%,${X11BASE},g' ${MSG_FILE} > ${PKGMESSAGE}
+	@${CAT} ${PKGMESSAGE}
 
-port-install:
-	@${SED} -e 's,%%X11BASE%%,${X11BASE},g' < ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- chinput3.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?200306141701.h5EH1SaL039851>