Date: Mon, 27 Jun 2011 15:04:35 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@freebsd.org, multimedia@FreeBSD.org Subject: [PATCH] audio/libsamplerate portlint complains Message-ID: <4E081D73.4060202@airport.fm>
next in thread | raw e-mail | index | archive | help
>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@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@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E081D73.4060202>
