ports/63706: Unbreak index build with WITHOUT_GUI in /etc/make.conf

Melvyn Sopacua webmaster at idg.nl
Wed Mar 3 18:20:11 UTC 2004


>Number:         63706
>Category:       ports
>Synopsis:       Unbreak index build with WITHOUT_GUI in /etc/make.conf
>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:   Wed Mar 03 10:20:10 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Melvyn Sopacua
>Release:        FreeBSD 5.2-RELEASE-p2 i386
>Organization:
IDG.NL
>Environment:
System: FreeBSD hackademy.nl 5.2-RELEASE-p2 FreeBSD 5.2-RELEASE-p2 #3: Sat Feb 7 18:33:26 CET 2004 root at viconia.idg.nl:/usr/obj/usr/src/sys/WEBSERVER i386


	
>Description:
	Having WITHOUT_GUI in /etc/make.conf (not uncommon on servers), breaks
	the index build for the mldonkey-gui slave port.
>How-To-Repeat:
	echo 'WITHOUT_GUI=yes' >> /etc/make.conf ; (cd /usr/ports && make index)
>Fix:

--- Makefile.orig	Sun Jun 15 21:55:31 2003
+++ Makefile	Wed Mar  3 18:12:25 2004
@@ -7,6 +7,8 @@
 
 # build only the GUI
 WITHOUT_CORE=	yes
+# unbreak index build with a common variable
+.undef WITHOUT_GUI
 
 COMMENT=	A OCAML/GTK GUI for the MLdonkey peer-to-peer network client
 
	


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



More information about the freebsd-ports-bugs mailing list