ports/101872: [PATCH] chinese/libchewing: Respect DESTDIR

Gea-Suan Lin gslin at gslin.org
Sat Aug 12 07:40:15 UTC 2006


>Number:         101872
>Category:       ports
>Synopsis:       [PATCH] chinese/libchewing: Respect DESTDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 12 07:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Respect DESTDIR
- Use USE_LDCONFIG

Port maintainer (clsung at FreeBSD.org) is cc'd.

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

--- libchewing-0.3.0_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/chinese/libchewing/Makefile /home/staff/gslin/work/ports/libchewing/Makefile
--- /usr/ports/chinese/libchewing/Makefile	Mon May 22 09:09:04 2006
+++ /home/staff/gslin/work/ports/libchewing/Makefile	Sat Aug 12 15:29:52 2006
@@ -14,11 +14,11 @@
 MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	The Chewing intelligent phonetic input method library
 
+GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack pkgconfig
 USE_GCC=	3.2+
-GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
-DATADIR=	${PREFIX}/share/chewing
+DATADIR=	${TARGETDIR}/share/chewing
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/chinese/libchewing/pkg-plist /home/staff/gslin/work/ports/libchewing/pkg-plist
--- /usr/ports/chinese/libchewing/pkg-plist	Tue May 16 10:50:15 2006
+++ /home/staff/gslin/work/ports/libchewing/pkg-plist	Sat Aug 12 15:30:02 2006
@@ -1,3 +1,4 @@
+ at comment $FreeBSD$
 include/chewing/char.h
 include/chewing/chewing.h
 include/chewing/chewingio.h
--- libchewing-0.3.0_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list