Date: Tue, 11 Aug 2015 17:25:16 +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: r393950 - in head/audio/ifp-line: . files Message-ID: <201508111725.t7BHPGXl043282@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Aug 11 17:25:15 2015 New Revision: 393950 URL: https://svnweb.freebsd.org/changeset/ports/393950 Log: - Add LICENSE_FILE - Switch to USES=autoreconf Added: head/audio/ifp-line/files/ head/audio/ifp-line/files/patch-Makefile.am (contents, props changed) Modified: head/audio/ifp-line/Makefile Modified: head/audio/ifp-line/Makefile ============================================================================== --- head/audio/ifp-line/Makefile Tue Aug 11 17:24:32 2015 (r393949) +++ head/audio/ifp-line/Makefile Tue Aug 11 17:25:15 2015 (r393950) @@ -10,10 +10,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Command line interface to iRiver music players LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= iconv -USE_AUTOTOOLS= aclocal autoheader automake autoconf -ACLOCAL_ARGS= -I m4 +USES= autoreconf iconv +GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include Added: head/audio/ifp-line/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/ifp-line/files/patch-Makefile.am Tue Aug 11 17:25:15 2015 (r393950) @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2005-12-10 07:35:04 UTC ++++ Makefile.am +@@ -2,6 +2,8 @@ + + EXTRA_DIST = $(man1_MANS) $(pkgdata_DATA) + ++ACLOCAL_AMFLAGS = -I m4 ++ + bin_PROGRAMS = ifp + ifp_SOURCES = ifp.c ifp_routines.c ifp_routines.h + ifp_CFLAGS = @LIBUSB_CFLAGS@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508111725.t7BHPGXl043282>