[UPDATE] Enable OPTIONS feature of ports/x11-wm/windowmaker

Ying-Chieh Chen yinjieh at csie.nctu.edu.tw
Fri Aug 20 08:03:28 PDT 2004


>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 at 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 ---




More information about the freebsd-ports mailing list