Date: Sat, 2 Dec 2006 22:26:25 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: infofarmer@FreeBSD.org Subject: ports/106213: [PATCH] x11-toolkits/tktreectrl: Respect X11BASE Message-ID: <200612021426.kB2EQPvc063006@svm.csie.ntu.edu.tw> Resent-Message-ID: <200612021430.kB2EU6m2032402@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106213 >Category: ports >Synopsis: [PATCH] x11-toolkits/tktreectrl: 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: Sat Dec 02 14:30:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: NTU CSIE >Environment: >Description: - Respect X11BASE Port maintainer (infofarmer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tktreectrl-2.2.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/x11-toolkits/tktreectrl/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 29 Nov 2006 15:34:15 -0000 1.3 +++ Makefile 2 Dec 2006 14:25:59 -0000 @@ -19,7 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl${TK_VER} \ --with-tk=${LOCALBASE}/lib/tk${TK_VER} \ - --exec-prefix=${PREFIX} --enable-shared + --exec-prefix=${PREFIX} --enable-shared \ + --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${TCL_INCLUDES} ${TK_INCLUDES}" TCL_INCLUDES= -I${LOCALBASE}/include/tcl${TK_VER} -I${LOCALBASE}/include/tcl${TK_VER}/generic TK_INCLUDES= -I${LOCALBASE}/include/tk${TK_VER} -I${LOCALBASE}/include/tk${TK_VER}/generic \ --- tktreectrl-2.2.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?200612021426.kB2EQPvc063006>