Date: Fri, 20 Aug 2004 23:03:17 +0800 (CST) From: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org Cc: ports@freebsd.org Subject: [UPDATE] Enable OPTIONS feature of ports/x11-wm/windowmaker Message-ID: <200408201503.i7KF3Hpe053391@alumni.csie.nctu.edu.tw>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Ying-Chieh Chen >Organization: NCTU CSIE >Confidential: no >Synopsis: [UPDATE] Enable OPTIONS feature of ports/x11-wm/windowmaker >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 4.10-STABLE i386 >Environment: System: FreeBSD alumni 4.10-STABLE FreeBSD 4.10-STABLE #25: Fri Jul 2 07:46:15 CST 2004 wcpan@ccduty:/bsdhome/bsd4/obj/bsdhome/bsd4/src/sys/CSIEBSD i386 >Description: Enable OPTIONS feature of ports/x11-wm/windowmaker >How-To-Repeat: Apply the patch. >Fix: --- windowmaker.patch begins here --- diff -ruN /usr/ports/x11-wm/windowmaker/Makefile windowmaker/Makefile --- /usr/ports/x11-wm/windowmaker/Makefile Sun Aug 1 00:07:44 2004 +++ windowmaker/Makefile Fri Aug 20 20:58:22 2004 @@ -42,6 +42,10 @@ --with-appspath="${PREFIX}/GNUstep/Apps" \ --disable-debug +OPTIONS= HERMES "Hermes library support" on \ + XKB_STATUS "XKB STATUS" off \ + KDE "add hooks for KDE" off + .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" @@ -73,18 +77,6 @@ .if defined(WITH_KDE) CONFIGURE_ARGS+= --enable-kde -.endif - -pre-everything:: -.if !defined(WITHOUT_HERMES) - @${ECHO_MSG} - @${ECHO_MSG} "You can disable the Hermes library by defining WITHOUT_HERMES" - @${ECHO_MSG} -.endif -.if !defined(WITH_KDE) - @${ECHO_MSG} - @${ECHO_MSG} "You can add hooks for KDE by defining WITH_KDE" - @${ECHO_MSG} .endif post-patch: --- windowmaker.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408201503.i7KF3Hpe053391>