Date: Fri, 29 Nov 2019 09:40:29 +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: r518638 - head/audio/faad Message-ID: <201911290940.xAT9eTIl030296@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Nov 29 09:40:29 2019 New Revision: 518638 URL: https://svnweb.freebsd.org/changeset/ports/518638 Log: - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/audio/faad/Makefile head/audio/faad/pkg-descr Modified: head/audio/faad/Makefile ============================================================================== --- head/audio/faad/Makefile Fri Nov 29 09:17:53 2019 (r518637) +++ head/audio/faad/Makefile Fri Nov 29 09:40:29 2019 (r518638) @@ -13,12 +13,11 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio decoder LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool +USES= autoreconf gmake libtool localbase:ldflags INSTALL_TARGET= install-strip GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib +LDFLAGS+= -lpthread USE_LDCONFIG= yes post-extract: Modified: head/audio/faad/pkg-descr ============================================================================== --- head/audio/faad/pkg-descr Fri Nov 29 09:17:53 2019 (r518637) +++ head/audio/faad/pkg-descr Fri Nov 29 09:40:29 2019 (r518638) @@ -4,4 +4,4 @@ FAAD2 is the fastest ISO AAC audio decoder available a DRM (Digital Radio Mondiale), and supports HE (High Efficiency), Main, LC, LD, LTP, PS (Parametric Stereo) AAC files. -WWW: http://www.audiocoding.com/ +WWW: https://www.audiocoding.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911290940.xAT9eTIl030296>