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: ports/70718: [UPDATE] Enable OPTIONS feature of ports/x11-wm/windowmaker Message-ID: <200408201503.i7KF3Hpe053391@alumni.csie.nctu.edu.tw> Resent-Message-ID: <200408201510.i7KFANUD024146@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70718 >Category: ports >Synopsis: [UPDATE] Enable OPTIONS feature of ports/x11-wm/windowmaker >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 20 15:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.10-STABLE i386 >Organization: NCTU CSIE >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 --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408201503.i7KF3Hpe053391>