Date: Sun, 26 Nov 2006 19:19:11 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105877: [PATCH] sysutils/wmlmmon: respect X11BASE Message-ID: <20061126181911.9351839DBD@pin.if.uz.zgora.pl> Resent-Message-ID: <200611261820.kAQIKHR2072155@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105877 >Category: ports >Synopsis: [PATCH] sysutils/wmlmmon: 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:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 >Description: Respect X11BASE. http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5-exp.2006101300/wmlmmon-0.60.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- wmlmmon-0.60.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/wmlmmon/Makefile /home/trasz/wmlmmon/Makefile --- /usr/ports/sysutils/wmlmmon/Makefile Fri Aug 11 08:10:43 2006 +++ /home/trasz/wmlmmon/Makefile Sun Nov 26 19:18:35 2006 @@ -19,6 +19,8 @@ USE_XPM= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-xpm-includes=${X11BASE}/include \ + --with-xpm-libraries=${X11BASE}/lib MAN8= wmlmmon.8 MANCOMPRESSED= yes PLIST_FILES= bin/wmlmmon --- wmlmmon-0.60.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?20061126181911.9351839DBD>