From owner-freebsd-ports Mon Sep 9 11:30:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35E1C37B409 for ; Mon, 9 Sep 2002 11:30:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D44843E75 for ; Mon, 9 Sep 2002 11:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g89IU3JU061663 for ; Mon, 9 Sep 2002 11:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g89IU30K061662; Mon, 9 Sep 2002 11:30:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4581537B401; Mon, 9 Sep 2002 11:22:21 -0700 (PDT) Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.131.34.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6563C43E3B; Mon, 9 Sep 2002 11:22:20 -0700 (PDT) (envelope-from tilman@arved.de) Received: from tl.kom.tuwien.ac.at (localhost [127.0.0.1]) by tl.kom.tuwien.ac.at (8.12.5/8.12.5) with ESMTP id g89DxloK040888; Mon, 9 Sep 2002 16:01:02 +0200 (CEST) (envelope-from tilman@tl.kom.tuwien.ac.at) Received: (from tilman@localhost) by tl.kom.tuwien.ac.at (8.12.5/8.12.5/Submit) id g89Dxl4O040887; Mon, 9 Sep 2002 15:59:47 +0200 (CEST) Message-Id: <200209091359.g89Dxl4O040887@tl.kom.tuwien.ac.at> Date: Mon, 9 Sep 2002 15:59:47 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: jim@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42605: Fix Build after GNOMENG mass commit: deskutils/gaddr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42605 >Category: ports >Synopsis: Fix Build after GNOMENG mass commit: deskutils/gaddr >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: Mon Sep 09 11:30:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.6-STABLE i386 >Organization: Vienna University of Technology >Environment: System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Yet another port that was broken.... >How-To-Repeat: >Fix: --- gaddr.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/gaddr/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 30 Aug 2002 13:21:13 -0000 1.10 +++ Makefile 9 Sep 2002 13:57:10 -0000 @@ -16,11 +16,12 @@ GNU_CONFIGURE= yes USE_GNOMENG= yes WANT_GNOME= yes +USE_GNOME+= gtk12 .include .if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME= gtk12 +USE_GNOME+= gnomelibs CONFIGURE_ARGS+= --enable-gnome .endif --- gaddr.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