Date: Tue, 4 Aug 2009 01:15:18 -0400 (EDT) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/137410: [MAINTAINER] multimedia/transcode: Fix build after libtool bump Message-ID: <200908040515.n745FI7H078060@kirby.cyberbotx.com> Resent-Message-ID: <200908040520.n745K1DF031024@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137410 >Category: ports >Synopsis: [MAINTAINER] multimedia/transcode: Fix build after libtool bump >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 04 05:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun 3 04:24:13 EDT >Description: Fix build after libtool bump. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- transcode-1.1.3_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/transcode/Makefile /kirby/shared/ports/transcode/Makefile --- /usr/ports/multimedia/transcode/Makefile 2009-08-03 12:24:16.000000000 -0400 +++ /kirby/shared/ports/transcode/Makefile 2009-08-04 01:09:42.000000000 -0400 @@ -7,6 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ @@ -242,6 +243,7 @@ pre-configure: @${REINPLACE_CMD} -E -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -E -e 's|-ldl||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -E -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -E -e 's|WRKSRC|${WRKSRC}|g' ${WRKSRC}/export/Makefile.in @${REINPLACE_CMD} -E -e 's|<quicktime/|<lqt/|g' \ ${WRKSRC}/configure \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908040515.n745FI7H078060>