Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2006 02:02:53 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/105873: [PATCH] chinese/zh-libtabe: respect X11BASE
Message-ID:  <200611261802.kAQI2rYm006408@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200611261810.kAQIA7Kx071215@freefall.freebsd.org>

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

>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@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@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:



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