[PATCH] audio/libsamplerate portlint complains

Takefu takefu at airport.fm
Mon Jun 27 06:04:11 UTC 2011


>Category:	ports
>Synopsis:	[PATCH] audio/libsamplerate portlint complains
>Confidential:	no
>Severity:	non-critical
>Priority:	low
>Class:		update
>Submitter-Id:	current-users
>Originator:	Takefu
>Release:	FreeBSD 8.2-RELEASE-p2 amd64
>Organization:	FOX Amateur Radio Club
>Description:
- portlint complains
- add LICENSE_FILE

Port maintainer (multimedia at FreeBSD.org) is cc'd.
>Fix:
--- libsamplerate.patch begins here ---
diff -ruN /usr/ports/audio/libsamplerate/Makefile audio/libsamplerate/Makefile
--- /usr/ports/audio/libsamplerate/Makefile	2010-12-06 08:30:48.000000000 +0900
+++ audio/libsamplerate/Makefile	2011-06-22 16:26:08.000000000 +0900
@@ -14,14 +14,14 @@
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Secret Rabbit Code: a Sample Rate Converter for audio

-LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS+=	sndfile.1:${PORTSDIR}/audio/libsndfile \
 		fftw3.5:${PORTSDIR}/math/fftw3

 USE_GNOME=	gnomehack pkgconfig
 USE_AUTOTOOLS=	libtool
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--disable-gcc-pipe
 USE_LDCONFIG=	yes

 post-install:
--- libsamplerate.patch ends here ---


More information about the freebsd-multimedia mailing list