Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2004 02:24:36 +0200 (CEST)
From:      Guido Falsi <mad@madpilot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66097: [maintainer update] fix port building when WITHOUT_X11
Message-ID:  <200404300024.i3U0OaSN059264@wedge.madpilot.net>
Resent-Message-ID: <200404300040.i3U0eHQE011781@freefall.freebsd.org>

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

>Number:         66097
>Category:       ports
>Synopsis:       [maintainer update] fix port building when WITHOUT_X11
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 29 17:40:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
none
>Environment:
System: FreeBSD wedge.madpilot.net 5.2-CURRENT FreeBSD 5.2-CURRENT #17: Sun Apr 25 20:15:35 CEST 2004 root@wedge.madpilot.net:/usr/obj/usr/src/sys/WEDGE i386

>Description:

Fix the gnome dependancies logic when defining WITHOUT_X11

reported by: Blaz Zupan

>How-To-Repeat:
>Fix:

diff -ruN gnokii.old/Makefile gnokii/Makefile
--- gnokii.old/Makefile	Fri Apr 30 01:00:20 2004
+++ gnokii/Makefile	Fri Apr 30 02:21:25 2004
@@ -52,7 +52,6 @@
 PLIST_SUB+=	SMSD='@comment '
 PLIST_SUB+=	PGM='@comment '
 PLIST_SUB+=	MSM='@comment '
-USE_GNOME+=	glib12
 .else
 PLIST_SUB+=	SMSD=''
 MAN8+=		smsd.8
@@ -70,6 +69,7 @@
 .else
 PLIST_SUB+=	PGM='@comment '
 .endif
+USE_GNOME+=	glib12
 .endif
 
 .if defined(WITHOUT_X11)
>Release-Note:
>Audit-Trail:
>Unformatted:



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