From owner-freebsd-ports Wed May 15 10:30:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9283A37B404 for ; Wed, 15 May 2002 10:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHU3O71474; Wed, 15 May 2002 10:30:03 -0700 (PDT) (envelope-from gnats) Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.130.34.35]) by hub.freebsd.org (Postfix) with ESMTP id 3D33337B403; Wed, 15 May 2002 10:26:12 -0700 (PDT) Received: from tl.kom.tuwien.ac.at (localhost [127.0.0.1]) by tl.kom.tuwien.ac.at (8.12.2/8.12.2) with ESMTP id g4FHVNTc027909; Wed, 15 May 2002 19:31:24 +0200 (CEST) (envelope-from tilman@tl.kom.tuwien.ac.at) Received: (from tilman@localhost) by tl.kom.tuwien.ac.at (8.12.2/8.12.2/Submit) id g4FHVNSq027908; Wed, 15 May 2002 19:31:23 +0200 (CEST) Message-Id: <200205151731.g4FHVNSq027908@tl.kom.tuwien.ac.at> Date: Wed, 15 May 2002 19:31:23 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/38115: Fix Build of irc/bitchx HAVE_GNOME=yes 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: 38115 >Category: ports >Synopsis: Fix Build of irc/bitchx HAVE_GNOME=yes >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: Wed May 15 10:30:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.6-PRERELEASE i386 >Organization: Vienna University of Technology >Environment: System: FreeBSD tl.kom.tuwien.ac.at 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #1: Fri May 3 16:38:54 CEST 2002 tilman@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: The gnome@freebsd.org people moved gnome headers into a gnome-1.0 Directory. This fixes ports/36387. >How-To-Repeat: >Fix: --- Makefile.orig Wed May 15 14:31:17 2002 +++ Makefile Wed May 15 19:22:04 2002 @@ -12,7 +12,7 @@ ftp://ftp.bitchx.org/pub/BitchX/source/ DISTNAME= ircii-pana-1.0c19 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsdports@arved.de WRKSRC= ${WRKDIR}/BitchX @@ -34,6 +34,7 @@ .if defined(HAVE_GNOME) USE_GNOME= yes CONFIGURE_ARGS+=--with-gtk +CONFIGURE_ENV+= CFLAGS="-I${X11BASE}/include/gnome-1.0/" .else CONFIGURE_ARGS+=--without-gtk .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message