Index: head/audio/faad/Makefile =================================================================== --- head/audio/faad/Makefile (revision 518637) +++ head/audio/faad/Makefile (revision 518638) @@ -1,42 +1,41 @@ # Created by: Sean McGovern # $FreeBSD$ PORTNAME= faad2 PORTVERSION= 2.8.8 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R}.0 MAINTAINER= multimedia@FreeBSD.org 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: @${LN} -sf faad.man ${WRKSRC}/frontend/faad.1 post-patch: @${REINPLACE_CMD} -e 's|faad.man|faad.1|g' \ ${WRKSRC}/frontend/Makefile.am @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g ; \ s|-iquote |-I|g' ${WRKSRC}/libfaad/Makefile.am @${REINPLACE_CMD} -e 's|= -DUSE_|= -fPIC -DPIC -DUSE_|g' \ ${WRKSRC}/common/mp4ff/Makefile.am @${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \ ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -E -e 's|(FAAD2_VERSION +)"unknown"|\1"${PORTVERSION:R}"|' \ ${WRKSRC}/include/neaacdec.h post-configure: @${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile .include Index: head/audio/faad/pkg-descr =================================================================== --- head/audio/faad/pkg-descr (revision 518637) +++ head/audio/faad/pkg-descr (revision 518638) @@ -1,7 +1,7 @@ FAAD2 (Freeware Advanced Audio Decoder) is a MPEG-2, MPEG-4 AAC decoder. FAAD2 is the fastest ISO AAC audio decoder available and can be used with 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/