Date: Wed, 3 Mar 2004 19:16:52 +0100 (CET) From: Melvyn Sopacua <webmaster@idg.nl> To: FreeBSD-gnats-submit@FreeBSD.org Cc: MAINTAINER <holger@e-gitt.net> Subject: ports/63706: Unbreak index build with WITHOUT_GUI in /etc/make.conf Message-ID: <20040303181652.B94951C69E3@mailout.hackademy.nl> Resent-Message-ID: <200403031820.i23IKAc2062608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040303181652.B94951C69E3>