From owner-freebsd-ports Sun Sep 8 17:10:34 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 2CEB737B405 for ; Sun, 8 Sep 2002 17:10:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 633C743E65 for ; Sun, 8 Sep 2002 17:10:04 -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 g890A4JU046157 for ; Sun, 8 Sep 2002 17:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g890A4Px046156; Sun, 8 Sep 2002 17:10:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A9C37B400 for ; Sun, 8 Sep 2002 17:07:53 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFE043E75 for ; Sun, 8 Sep 2002 17:07:52 -0700 (PDT) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [192.168.2.4]) by 21322530218.direct.eti.at (8.12.5/8.12.5) with ESMTP id g89097W9075309 for ; Mon, 9 Sep 2002 02:09:07 +0200 (CEST) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [127.0.0.1]) by sauna.arved.de (8.12.5/8.12.5) with ESMTP id g89086UK043980; Mon, 9 Sep 2002 02:08:06 +0200 (CEST) (envelope-from tilman@sauna.arved.de) Received: (from tilman@localhost) by sauna.arved.de (8.12.5/8.12.5/Submit) id g89086Cv043979; Mon, 9 Sep 2002 02:08:06 +0200 (CEST) Message-Id: <200209090008.g89086Cv043979@sauna.arved.de> Date: Mon, 9 Sep 2002 02:08:06 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de X-Send-Pr-Version: 3.113 Subject: ports/42570: Fix build after GNOMENG mass commit: audio/soundtracker 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: 42570 >Category: ports >Synopsis: Fix build after GNOMENG mass commit: audio/soundtracker >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:10:03 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: USE_REINPLACE gtk12 is always needed. gnomelibs if WITH_GNOME Switch to gnomenhack gnomeprefix >How-To-Repeat: >Fix: --- soundtracker.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/soundtracker/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 31 Aug 2002 00:13:18 -0000 1.12 +++ Makefile 9 Sep 2002 00:03:48 -0000 @@ -14,6 +14,8 @@ USE_X_PREFIX= yes USE_GNOMENG= yes +USE_GNOME= gtk12 +USE_REINPLACE= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -22,18 +24,15 @@ .include .if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME= gtk12 esound +USE_GNOME+= gnomelibs esound gnomeprefix gnomehack CONFIGURE_ARGS+=--enable-gnome PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+=--disable-gnome .endif -pre-patch: - @${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \ +post-patch: + @${REINPLACE_CMD} -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include --- soundtracker.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