Date: Wed, 29 Nov 2006 01:05:37 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: yinjieh@csie.nctu.edu.tw Subject: ports/105960: [PATCH] x11-toolkits/p5-Tk: Respect X11BASE Message-ID: <200611281705.kASH5bE5010882@svm.csie.ntu.edu.tw> Resent-Message-ID: <200611281710.kASHAKEC079993@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105960 >Category: ports >Synopsis: [PATCH] x11-toolkits/p5-Tk: 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: Tue Nov 28 17:10:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: NTU CSIE >Environment: >Description: - Respect X11BASE - portlint(1) Port maintainer (yinjieh@csie.nctu.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Tk-804.027.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/x11-toolkits/p5-Tk/Makefile,v retrieving revision 1.46 diff -u -u -r1.46 Makefile --- Makefile 25 Jun 2006 16:38:47 -0000 1.46 +++ Makefile 28 Nov 2006 17:05:19 -0000 @@ -17,6 +17,7 @@ USE_XLIB= yes PERL_CONFIGURE= yes +CONFIGURE_ARGS= X11LIB=${X11BASE}/lib X11INC=${X11BASE}/include WRKSRC= ${WRKDIR}/${DISTNAME} MAN1= ptked.1 \ @@ -142,7 +143,7 @@ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -IGNORE= "This port needs Perl 5.8.0 or greater, please upgrade your Perl!" +IGNORE= this port needs Perl 5.8.0 or greater, please upgrade your Perl! .endif .if defined(WITH_XFT) --- p5-Tk-804.027.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?200611281705.kASH5bE5010882>