Index: head/audio/libvorbis/Makefile =================================================================== --- head/audio/libvorbis/Makefile (revision 541993) +++ head/audio/libvorbis/Makefile (revision 541994) @@ -1,35 +1,33 @@ # Created by: t.vanklaveren@student.utwente.nl # $FreeBSD$ PORTNAME= libvorbis PORTVERSION= 1.3.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \ https://download.videolan.org/videolan/testing/contrib/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg -# The included libtool is broken and loses the -lm dependency_lib. -USES= libtool:build pathfix tar:xz +USES= libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} -MAKE_ARGS= LIBTOOL=${PREFIX}/bin/libtool INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOCS post-install: cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} ${DISTNAME} libvorbis .include Index: head/audio/libvorbis/files/patch-lib_Makefile.in =================================================================== --- head/audio/libvorbis/files/patch-lib_Makefile.in (nonexistent) +++ head/audio/libvorbis/files/patch-lib_Makefile.in (revision 541994) @@ -0,0 +1,13 @@ +The included libtool is broken and loses the -lm dependency_lib. + +--- lib/Makefile.in.orig 2020-07-11 16:57:29 UTC ++++ lib/Makefile.in +@@ -461,7 +461,7 @@ libvorbis_la_LDFLAGS = -no-undefined -version-info @V_ + libvorbis_la_LIBADD = @VORBIS_LIBS@ @OGG_LIBS@ + libvorbisfile_la_SOURCES = vorbisfile.c + libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@ +-libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@ ++libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@ -lm + libvorbisenc_la_SOURCES = vorbisenc.c + libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@ + libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@ Property changes on: head/audio/libvorbis/files/patch-lib_Makefile.in ___________________________________________________________________ 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