Index: head/audio/lame/files/patch-configure =================================================================== --- head/audio/lame/files/patch-configure (revision 452031) +++ head/audio/lame/files/patch-configure (nonexistent) @@ -1,65 +0,0 @@ ---- configure.orig 2012-02-28 18:54:37 UTC -+++ configure -@@ -11922,7 +11922,6 @@ for ac_header in \ - sys/soundcard.h \ - sys/time.h \ - unistd.h \ -- xmmintrin.h \ - linux/soundcard.h - do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -@@ -11937,6 +11936,31 @@ fi - done - - -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking working SSE intrinsics" >&5 -+$as_echo_n "checking working SSE intrinsics... " >&6; } -+cat confdefs.h - <<_ACEOF >conftest.$ac_ext -+/* end confdefs.h. */ -+#include -+int -+main () -+{ -+_mm_sfence(); -+ ; -+ return 0; -+} -+_ACEOF -+if ac_fn_c_try_compile "$LINENO"; then : -+ -+$as_echo "#define HAVE_XMMINTRIN_H 1" >>confdefs.h -+ -+ ac_cv_header_xmmintrin_h=yes -+else -+ ac_cv_header_xmmintrin_h=no -+fi -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_cv_header_xmmintrin_h}" >&5 -+$as_echo "${ac_cv_header_xmmintrin_h}" >&6; } -+ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 - $as_echo_n "checking for an ANSI C-conforming const... " >&6; } - if ${ac_cv_c_const+:} false; then : ---- configure.in.orig 2012-02-28 18:50:27 UTC -+++ configure.in -@@ -96,9 +96,19 @@ AC_CHECK_HEADERS( \ - sys/soundcard.h \ - sys/time.h \ - unistd.h \ -- xmmintrin.h \ - linux/soundcard.h) - -+dnl Checks for actually working SSE intrinsics -+AC_MSG_CHECKING(working SSE intrinsics) -+AC_COMPILE_IFELSE( -+ [AC_LANG_PROGRAM( -+ [[#include ]], -+ [[_mm_sfence();]])], -+ [AC_DEFINE([HAVE_XMMINTRIN_H], [1], [Define if SSE intrinsics work.]) -+ ac_cv_header_xmmintrin_h=yes], -+ [ac_cv_header_xmmintrin_h=no]) -+AC_MSG_RESULT(${ac_cv_header_xmmintrin_h}) -+ - dnl Checks for typedefs, structures, and compiler characteristics. - AC_C_CONST - AC_C_INLINE Property changes on: head/audio/lame/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/lame/Makefile =================================================================== --- head/audio/lame/Makefile (revision 452031) +++ head/audio/lame/Makefile (revision 452032) @@ -1,52 +1,51 @@ # Created by: yoshiaki Uchikawa # $FreeBSD$ PORTNAME= lame -PORTVERSION= 3.99.5 -PORTREVISION= 3 +PORTVERSION= 3.100 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/3.99 +MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/3.100 MAINTAINER= netchild@FreeBSD.org COMMENT= Fast MP3 encoder kit USES= gmake iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest RESTRICTED= patent issues # http://www.mp3licensing.com/ only talks about the FhG and Technicolor patent portfolio # but there are also portfolios from Sisvel (from Philips) and # Nokia (from AT&T -> Lucent -> Alcatel). # Some "old" patents are now expired, but there are more recent MP3 patents. Some # of the more recent ones are multi-channel related, which is not implemented in LAME. # There was no investigation (in the LAME project) about which patent exists, which # one is implemented in LAME, and which one is not (yet) expired. As such it is not # known if LAME could now be distributed as a binary package or not. # Linux distributions seem to go the "let's see if get sued" way, FreeBSD doesn't # follow this. DOC_FILES= API LICENSE README TODO USAGE OPTIONS_DEFINE= DOCS .include .if ${ARCH} == "i386" BUILD_DEPENDS+= nasm:devel/nasm .endif post-patch: # Fix parallel builds @${REINPLACE_CMD} -e 's,test -d \.libs || mkdir,mkdir -p,' \ ${WRKSRC}/libmp3lame/i386/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmp3lame.so.0 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${DOC_FILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/audio/lame/distinfo =================================================================== --- head/audio/lame/distinfo (revision 452031) +++ head/audio/lame/distinfo (revision 452032) @@ -1,2 +1,3 @@ -SHA256 (lame-3.99.5.tar.gz) = 24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff -SIZE (lame-3.99.5.tar.gz) = 1445348 +TIMESTAMP = 1507928741 +SHA256 (lame-3.100.tar.gz) = ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e +SIZE (lame-3.100.tar.gz) = 1524133