From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 11 22:50:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8E1B1065673 for ; Tue, 11 Aug 2009 22:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 79FE18FC39 for ; Tue, 11 Aug 2009 22:50:06 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7BMo6Cc027728 for ; Tue, 11 Aug 2009 22:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7BMo6DC027727; Tue, 11 Aug 2009 22:50:06 GMT (envelope-from gnats) Resent-Date: Tue, 11 Aug 2009 22:50:06 GMT Resent-Message-Id: <200908112250.n7BMo6DC027727@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CB25106564A for ; Tue, 11 Aug 2009 22:43:01 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0A38FC3F for ; Tue, 11 Aug 2009 22:43:00 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69) (envelope-from ) id 1Mb03X-00074L-LA; Wed, 12 Aug 2009 02:42:59 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 68936B860; Wed, 12 Aug 2009 02:42:58 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 44367108842; Wed, 12 Aug 2009 02:42:53 +0400 (MSD) Message-Id: <20090811224253.44367108842@hades.panopticon> Date: Wed, 12 Aug 2009 02:42:53 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: steve@energistic.com Subject: ports/137683: [PATCH] net/openh323: fix build with custom PREFIX/LOCALBASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2009 22:50:07 -0000 >Number: 137683 >Category: ports >Synopsis: [PATCH] net/openh323: fix build with custom PREFIX/LOCALBASE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 11 22:50:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Fri Jul 31 16:00:15 MSD 2009 >Description: Fix build with custom PREFIX/LOCALBASE Port maintainer (steve@energistic.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- openh323-1.19.0.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/net/openh323/Makefile,v retrieving revision 1.83 diff -u -u -r1.83 Makefile --- Makefile 5 Jan 2009 19:04:27 -0000 1.83 +++ Makefile 11 Aug 2009 22:41:49 -0000 @@ -49,4 +49,7 @@ CFLAGS+= -fPIC .endif +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure.ac + .include --- openh323-1.19.0.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: