Date: Tue, 28 Feb 2017 09:01:41 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435010 - head/audio/muse Message-ID: <201702280901.v1S91fLS050910@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Feb 28 09:01:41 2017 New Revision: 435010 URL: https://svnweb.freebsd.org/changeset/ports/435010 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to options helpers Added: head/audio/muse/pkg-plist (contents, props changed) Modified: head/audio/muse/Makefile Modified: head/audio/muse/Makefile ============================================================================== --- head/audio/muse/Makefile Tue Feb 28 08:51:22 2017 (r435009) +++ head/audio/muse/Makefile Tue Feb 28 09:01:41 2017 (r435010) @@ -10,7 +10,8 @@ MASTER_SITES= https://files.dyne.org/mus MAINTAINER= ports@FreeBSD.org COMMENT= Multiple Streaming Engine -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis @@ -26,10 +27,6 @@ CPPFLAGS+= -I${LOCALBASE}/include -DHAVE LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lintl PORTDOCS= AUTHORS ChangeLog NEWS KNOWN-BUGS README TODO USAGE -PLIST_FILES= bin/muse man/man1/muse.1.gz -.for lang in es it -PLIST_FILES+= share/locale/${lang}/LC_MESSAGES/muse.mo -.endfor LAME_LIB_DEPENDS= libmp3lame.so:audio/lame LAME_CONFIGURE_ENV= ac_cv_header_lame_lame_h=no @@ -40,11 +37,12 @@ X11_CONFIGURE_OFF= --without-x --with-ru post-patch: @${REINPLACE_CMD} -e 's|machine/soundcard.h|sys/soundcard.h|' \ ${WRKSRC}/src/portaudio/pa_unix_oss.c + post-patch-SNDFILE-off: @${REINPLACE_CMD} -e '/sndfile >=/s|$$PKG_CONFIG|${FALSE}|' \ ${WRKSRC}/configure -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) Added: head/audio/muse/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/muse/pkg-plist Tue Feb 28 09:01:41 2017 (r435010) @@ -0,0 +1,4 @@ +bin/muse +man/man1/muse.1.gz +share/locale/es/LC_MESSAGES/muse.mo +share/locale/it/LC_MESSAGES/muse.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702280901.v1S91fLS050910>