From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 29 17:40:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6E8A16A4D3 for ; Thu, 29 Apr 2004 17:40:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BAE43D48 for ; Thu, 29 Apr 2004 17:40:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3U0eHYl011785 for ; Thu, 29 Apr 2004 17:40:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i3U0eHQE011781; Thu, 29 Apr 2004 17:40:17 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 29 Apr 2004 17:40:17 -0700 (PDT) Resent-Message-Id: <200404300040.i3U0eHQE011781@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Guido Falsi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD8A016A4CE for ; Thu, 29 Apr 2004 17:33:38 -0700 (PDT) Received: from relay.dada.it (relay.dada.it [195.110.100.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EBB643D2F for ; Thu, 29 Apr 2004 17:33:37 -0700 (PDT) (envelope-from mad@madpilot.net) Received: from mail3.dada.it (HELO mail.dada.it) (195.110.100.3) by relay.dada.it with SMTP; 30 Apr 2004 02:24:36 +0200 Received: (qmail 23458 invoked from network); 30 Apr 2004 00:24:34 -0000 Received: from unknown (HELO madpilot.net) (195.110.114.197) by mail.dada.it with SMTP; 30 Apr 2004 00:24:34 -0000 Received: (qmail 65755 invoked from network); 30 Apr 2004 00:24:36 -0000 Received: from wedge.madpilot.net (192.168.13.11) by 0 with SMTP; 30 Apr 2004 00:24:36 -0000 Received: from wedge.madpilot.net (localhost.madpilot.net [127.0.0.1]) by wedge.madpilot.net (8.12.11/8.12.11) with ESMTP id i3U0Oa6j059265 for ; Fri, 30 Apr 2004 02:24:36 +0200 (CEST) (envelope-from mad@wedge.madpilot.net) Received: (from mad@localhost) by wedge.madpilot.net (8.12.11/8.12.11/Submit) id i3U0OaSN059264; Fri, 30 Apr 2004 02:24:36 +0200 (CEST) (envelope-from mad) Message-Id: <200404300024.i3U0OaSN059264@wedge.madpilot.net> Date: Fri, 30 Apr 2004 02:24:36 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66097: [maintainer update] fix port building when WITHOUT_X11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 00:40:22 -0000 >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: