Date: Fri, 1 Dec 2006 00:08:38 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: obrien@FreeBSD.org Subject: ports/106071: [PATCH] editors/vim6: Respect X11BASE Message-ID: <200611301608.kAUG8clY057782@svm.csie.ntu.edu.tw> Resent-Message-ID: <200611301630.kAUGUAQS087898@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106071 >Category: ports >Synopsis: [PATCH] editors/vim6: 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: Thu Nov 30 16:30:10 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 (obrien@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- vim6-6.4.9.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/editors/vim6/Makefile,v retrieving revision 1.146 diff -u -u -r1.146 Makefile --- Makefile 26 Jun 2006 18:24:05 -0000 1.146 +++ Makefile 30 Nov 2006 16:08:20 -0000 @@ -140,7 +140,7 @@ @${REINPLACE_CMD} -e ' \ s|\$$gtk_config_prefix/bin/gtk-config|\$${GTK_CONFIG}|g; \ s|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|g; \ - s|/usr/local|${LOCALBASE}|g' \ + s|/usr/local|${LOCALBASE}|g; s|/usr/X11R6|${X11BASE}|g '\ ${WRKSRC}/auto/configure # Clean up junk files to keep them from being installed. --- vim6-6.4.9.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?200611301608.kAUG8clY057782>