Date: Fri, 1 Dec 2006 04:41:35 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lioux@FreeBSD.org Subject: ports/106090: [PATCH] x11/rxvt: Respect X11BASE (XPM) Message-ID: <200611302041.kAUKfZ8l068640@svm.csie.ntu.edu.tw> Resent-Message-ID: <200611302050.kAUKo8kR018113@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106090 >Category: ports >Synopsis: [PATCH] x11/rxvt: Respect X11BASE (XPM) >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 20:50:08 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: NTU CSIE >Environment: >Description: - Respect X11BASE for --enable-xpm Port maintainer (lioux@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rxvt-2.6.4_2.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/x11/rxvt/Makefile,v retrieving revision 1.60 diff -u -u -r1.60 Makefile --- Makefile 29 May 2006 13:29:10 -0000 1.60 +++ Makefile 30 Nov 2006 20:40:17 -0000 @@ -27,7 +27,9 @@ USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ - --with-xpm --enable-xpm-background --enable-transparency + --with-xpm --enable-xpm-background --enable-transparency \ + --with-xpm-includes=${X11BASE}/include/X11 \ + --with-xpm-library=${X11BASE}/lib USE_BZIP2= yes MAN1= rxvt.1 PLIST_FILES= bin/rxvt --- rxvt-2.6.4_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?200611302041.kAUKfZ8l068640>