ports/146207: [patch] multimedia/mediainfo: reduce noise and dependencies
Anonymous
swell.k at gmail.com
Sat May 1 00:40:16 UTC 2010
>Number: 146207
>Category: ports
>Synopsis: [patch] multimedia/mediainfo: reduce noise and dependencies
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat May 01 00:40:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Anonymous
>Release: FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
- extract silently, imitating default tar(1) behaviour
- split autotools dependency to include only recent batch
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: multimedia/mediainfo/Makefile
===================================================================
RCS file: /a/.cvsup/ports/multimedia/mediainfo/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- multimedia/mediainfo/Makefile 25 Apr 2010 00:22:47 -0000 1.5
+++ multimedia/mediainfo/Makefile 1 May 2010 00:18:57 -0000
@@ -21,13 +21,12 @@ EXTRACT_DEPENDS= p7zip>=0:${PORTSDIR}/ar
PLIST_FILES= bin/mediainfo
EXTRACT_CMD= 7z
-USE_AUTOTOOLS= autotools:build
+EXTRACT_BEFORE_ARGS= x -o${WRKSRC}
+EXTRACT_AFTER_ARGS= >/dev/null
+USE_AUTOTOOLS= aclocal:110:env automake:110:env autoconf:262:env libtool:22:env
WRKSRC= ${WRKDIR}/MediaInfo${DISTVERSIONSUFFIX}
-do-extract:
- @(${MKDIR} ${WRKSRC} && ${EXTRACT_CMD} x -o${WRKSRC} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES})
-
pre-build:
@(cd ${WRKSRC} && ${CP} ./MediaInfo/Project/GNU/CLI/AddThisToRoot_CLI_compile.sh ./CLI_Compile.sh)
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list