Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 02:33:07 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42572: Fix Build after GNOMENG sysutils/guitar
Message-ID:  <200209090033.g890X7at051535@sauna.arved.de>

next in thread | raw e-mail | index | archive | help

>Number:         42572
>Category:       ports
>Synopsis:       Fix Build after GNOMENG sysutils/guitar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 08 17:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	gtk is always needed, gnomelibs if WITH_GNOME
	
>How-To-Repeat:
	
>Fix:

	

--- guitar.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/guitar/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	1 Sep 2002 15:26:30 -0000	1.7
+++ Makefile	9 Sep 2002 00:31:01 -0000
@@ -15,15 +15,16 @@
 
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
+USE_GNOME+=	gtk12
 USE_GNOMENG=	yes
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${HAVE_GNOME:Mgtk12}!=""
-USE_GNOME+=	gtk12
-PKGNAMESUFFIX=	-gtk
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+PKGNAMESUFFIX=	-gnome
+USE_GNOME+=	gnomelibs
 .else
 CONFIGURE_ARGS+=--disable-gnome
 .endif
--- guitar.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209090033.g890X7at051535>