Index: head/audio/bcg729/Makefile =================================================================== --- head/audio/bcg729/Makefile (revision 383392) +++ head/audio/bcg729/Makefile (revision 383393) @@ -1,42 +1,32 @@ # Created by: sobomax # $FreeBSD$ PORTNAME= bcg729 PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SAVANNAH/linphone/plugins/sources -MAINTAINER= ports@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= Software G729A encoder and decoder library written in C -BROKEN= Distfile size mismatch LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-strict INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig +USES= autoreconf libtool pkgconfig USE_LDCONFIG= yes OPTIONS_DEFINE= MEDIASTREAMER OPTIONS_DEFAULT= MEDIASTREAMER MEDIASTREAMER_DESC= Mediastreamer(linphone) support OPTIONS_SUB= yes +MEDIASTREAMER_CONFIGURE_ENABLE= msplugin MEDIASTREAMER_LIB_DEPENDS= libortp.so:${PORTSDIR}/net/ortp \ libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer - -.include - -.if ! ${PORT_OPTIONS:MMEDIASTREAMER} -# If the option is disabled, force it to not build mediastreamer interface even if -# configure found the needed dependencies -pre-configure: - @${REINPLACE_CMD} -e '/^@BUILD_MSBCG729_TRUE@/d' \ - ${WRKSRC}/Makefile.in -.endif .include Index: head/audio/bcg729/distinfo =================================================================== --- head/audio/bcg729/distinfo (revision 383392) +++ head/audio/bcg729/distinfo (revision 383393) @@ -1,2 +1,2 @@ -SHA256 (bcg729-1.0.0.tar.gz) = 6f80f9820f081fbd8b3f97b7bdc9c584bd54ba4558fa714130f8a53b154509ac -SIZE (bcg729-1.0.0.tar.gz) = 416311 +SHA256 (bcg729-1.0.0.tar.gz) = f7d2ff2789c132f43ac2223e418023f512474c819ef96a24fee5b75edab840cc +SIZE (bcg729-1.0.0.tar.gz) = 446709 Index: head/audio/bcg729/files/patch-include_basicOperationsMacros.h =================================================================== --- head/audio/bcg729/files/patch-include_basicOperationsMacros.h (revision 383392) +++ head/audio/bcg729/files/patch-include_basicOperationsMacros.h (nonexistent) @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- include/basicOperationsMacros.h -+++ include/basicOperationsMacros.h -@@ -19,7 +19,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - #ifndef BASICOPERATIONSMACROS_H --#define BASICOPERATIONSMACROS__H -+#define BASICOPERATIONSMACROS_H - - #include "fixedPointMacros.h" - Property changes on: head/audio/bcg729/files/patch-include_basicOperationsMacros.h ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/bcg729/files/patch-Makefile.am =================================================================== --- head/audio/bcg729/files/patch-Makefile.am (nonexistent) +++ head/audio/bcg729/files/patch-Makefile.am (revision 383393) @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2015-02-25 20:45:18 UTC ++++ Makefile.am +@@ -10,7 +10,7 @@ endif + if RUN_TESTS + SUBDIRS += test + endif +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = libbcg729.pc + + rpm: Property changes on: head/audio/bcg729/files/patch-Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/bcg729/files/patch-include_bcg729_Makefile.am =================================================================== --- head/audio/bcg729/files/patch-include_bcg729_Makefile.am (nonexistent) +++ head/audio/bcg729/files/patch-include_bcg729_Makefile.am (revision 383393) @@ -0,0 +1,13 @@ +--- include/bcg729/Makefile.am.orig 2015-03-12 20:39:23 UTC ++++ include/bcg729/Makefile.am +@@ -2,9 +2,6 @@ bcg729_includedir=$(includedir)/bcg729 + + public_headers=encoder.h decoder.h + +-bcg729_include_HEADERS= +-if !BUILD_MSBCG729 +-bcg729_include_HEADERS+=$(public_headers) +-endif ++bcg729_include_HEADERS=$(public_headers) + + EXTRA_DIST=$(public_headers) Property changes on: head/audio/bcg729/files/patch-include_bcg729_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/bcg729/files/patch-src_Makefile.am =================================================================== --- head/audio/bcg729/files/patch-src_Makefile.am (nonexistent) +++ head/audio/bcg729/files/patch-src_Makefile.am (revision 383393) @@ -0,0 +1,11 @@ +--- src/Makefile.am.orig 2015-03-12 20:39:18 UTC ++++ src/Makefile.am +@@ -1,8 +1,4 @@ +-if BUILD_MSBCG729 +-noinst_LTLIBRARIES = libbcg729.la +-else + lib_LTLIBRARIES = libbcg729.la +-endif + + libbcg729_la_SOURCES= LP2LSPConversion.c \ + LPSynthesisFilter.c \ Property changes on: head/audio/bcg729/files/patch-src_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property