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

Ying-Chieh Chen yinjieh at csie.nctu.edu.tw
Fri Aug 20 15:10:24 UTC 2004


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


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list