Date: Mon, 27 Jun 2011 15:04:35 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@FreeBSD.org, multimedia@FreeBSD.org Subject: ports/158333: [PATCH] audio/libsamplerate portlint complains Message-ID: <4E081D73.4060202@airport.fm> Resent-Message-ID: <201106270610.p5R6ABE7065626@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 158333 >Category: ports >Synopsis: [PATCH] audio/libsamplerate portlint complains >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 27 06:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.2-RELEASE-p2 amd64 >Organization: FOX Amateur Radio Club >Environment: >Description: - portlint complains - add LICENSE_FILE Port maintainer (multimedia@FreeBSD.org) is cc'd. >How-To-Repeat: >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 --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E081D73.4060202>