ports/62527: Update port: audio/trm
KATO Tsuguru
tkato at prontomail.com
Sun Feb 8 12:10:15 UTC 2004
>Number: 62527
>Category: ports
>Synopsis: Update port: audio/trm
>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: Sun Feb 08 04:10:15 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix *_DEPENDS
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/audio/trm/Makefile audio/trm/Makefile
--- /usr/ports/audio/trm/Makefile Fri Feb 6 10:08:03 2004
+++ audio/trm/Makefile Sun Feb 8 17:52:03 2004
@@ -7,7 +7,7 @@
PORTNAME= trm
PORTVERSION= 0.2.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
ftp://ftp.nl.musicbrainz.org/ \
@@ -16,17 +16,24 @@
MAINTAINER= ports at FreeBSD.org
COMMENT= TRM generator to generate acoustic fingerprints
-BUILD_DEPENDS= madplay:${PORTSDIR}/audio/mad
-LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \
+BUILD_DEPENDS= madplay:${PORTSDIR}/audio/madplay
+LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
+ musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \
vorbisfile.4:${PORTSDIR}/audio/libvorbis
-USE_GMAKE= yes
USE_REINPLACE= yes
+USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
PLIST_FILES= bin/trm
post-patch:
@${REINPLACE_CMD} -e 's,-ldl,,g' ${WRKSRC}/configure
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/trm ${PREFIX}/bin
.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list