svn commit: r518638 - head/audio/faad

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Nov 29 09:40:30 UTC 2019


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/


More information about the svn-ports-all mailing list