| From | Sent On | Attachments |
|---|---|---|
| Takefu | Jun 26, 2011 11:03 pm |
| Subject: | [PATCH] audio/libsamplerate portlint complains | |
|---|---|---|
| From: | Takefu (tak...@airport.fm) | |
| Date: | Jun 26, 2011 11:03:35 pm | |
| List: | org.freebsd.freebsd-multimedia | |
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 (mult...@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= mult...@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 ---
_______________________________________________ free...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia To unsubscribe, send any mail to "free...@freebsd.org"





