ports/105873: [PATCH] chinese/zh-libtabe: respect X11BASE
Rong-En Fan
rafan at FreeBSD.org
Sun Nov 26 18:14:05 UTC 2006
>Number: 105873
>Category: ports
>Synopsis: [PATCH] chinese/zh-libtabe: respect X11BASE
>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: Sun Nov 26 18:10:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Rong-En Fan
>Release: FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect X11BASE
- pet portlint(1)
Port maintainer (clsung at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- zh-libtabe-0.2.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/chinese/libtabe/Makefile,v
retrieving revision 1.33
diff -u -u -r1.33 Makefile
--- Makefile 11 Sep 2006 02:20:46 -0000 1.33
+++ Makefile 26 Nov 2006 18:02:22 -0000
@@ -13,7 +13,7 @@
MAINTAINER= clsung at FreeBSD.org
COMMENT= Unified library for Chinese text processing
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_BDB= yes
@@ -33,6 +33,7 @@
.if !defined(WITHOUT_X11)
USE_XLIB= yes
PLIST_SUB+= X11=""
+CONFIGURE_ARGS+=--with-x --x-includes=${X11BASE} --x-libraries=${X11BASE}
.else
CONFIGURE_ARGS+=--without-x
PLIST_SUB+= X11="@comment "
--- zh-libtabe-0.2.6.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list