Index: head/audio/xmms-flac/Makefile =================================================================== --- head/audio/xmms-flac/Makefile (revision 431426) +++ head/audio/xmms-flac/Makefile (revision 431427) @@ -1,26 +1,29 @@ # $FreeBSD$ PORTNAME= xmms-flac -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/flac/ DISTNAME= flac-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= XMMS input plugin for playing FLAC files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.GPL LIB_DEPENDS= libxmms.so:multimedia/xmms \ libFLAC.so:audio/flac \ libogg.so:audio/libogg -USES= iconv libtool tar:xz +USES= gettext-runtime iconv libtool tar:xz +USE_GNOME= gtk12 +USE_XORG= xi xext x11 GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip MAKEFILE= ${FILESDIR}/Makefile PLIST_FILES= lib/xmms/Input/libxmms-flac.so .include Index: head/audio/xmms-flac/distinfo =================================================================== --- head/audio/xmms-flac/distinfo (revision 431426) +++ head/audio/xmms-flac/distinfo (revision 431427) @@ -1,2 +1,3 @@ -SHA256 (flac-1.3.1.tar.xz) = 4773c0099dba767d963fd92143263be338c48702172e8754b9bc5103efe1c56c -SIZE (flac-1.3.1.tar.xz) = 941848 +TIMESTAMP = 1484341501 +SHA256 (flac-1.3.2.tar.xz) = 91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f +SIZE (flac-1.3.2.tar.xz) = 776192 Index: head/audio/xmms-flac/files/Makefile =================================================================== --- head/audio/xmms-flac/files/Makefile (revision 431426) +++ head/audio/xmms-flac/files/Makefile (revision 431427) @@ -1,8 +1,8 @@ # $FreeBSD$ SUBDIRS= src/share src/plugin_common src/plugin_xmms -all install: +all install install-strip: @for d in ${SUBDIRS}; do \ (cd $$d; ${MAKE} $@); \ done Index: head/audio/xmms-flac/files/patch-configure =================================================================== --- head/audio/xmms-flac/files/patch-configure (revision 431426) +++ head/audio/xmms-flac/files/patch-configure (revision 431427) @@ -1,31 +1,13 @@ ---- configure.orig 2014-11-27 02:46:58 UTC +--- configure.orig 2017-01-01 03:46:48 UTC +++ configure -@@ -17885,7 +17885,7 @@ _ACEOF - - asm_optimisation=no - case "$host_cpu" in -- x86_64) -+ amd64|x86_64) - if test $ac_cv_sizeof_voidp = 4 ; then - # This must be a 32 bit user space running on 64 bit kernel so treat - # this as ia32. -@@ -19874,8 +19874,8 @@ if test "x$debug" = xtrue; then +@@ -20547,8 +20547,8 @@ if test "x$debug" = xtrue; then CFLAGS="-g $CFLAGS" else CPPFLAGS="-DNDEBUG $CPPFLAGS" -- CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//;s/-g//') +- CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//') - CFLAGS="-O3 -funroll-loops $CFLAGS" -+ #CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//;s/-g//') ++ #CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//') + #CFLAGS="-O3 -funroll-loops $CFLAGS" fi -@@ -20051,7 +20051,7 @@ rm -f core conftest.err conftest.$ac_obj - - fi - -- if test "x$asm_optimisation$sse_os" = "xyesyes" ; then -+ if false test "x$asm_optimisation$sse_os" = "xyesyes" ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -msse2" >&5 - $as_echo_n "checking if $CC accepts -msse2... " >&6; } - ac_add_cflags__old_cflags="$CFLAGS" Index: head/audio/xmms-flac/files/patch-src_plugin__xmms_Makefile.in =================================================================== --- head/audio/xmms-flac/files/patch-src_plugin__xmms_Makefile.in (revision 431426) +++ head/audio/xmms-flac/files/patch-src_plugin__xmms_Makefile.in (revision 431427) @@ -1,22 +1,22 @@ ---- src/plugin_xmms/Makefile.in.orig 2014-11-27 02:47:01 UTC +--- src/plugin_xmms/Makefile.in.orig 2017-01-01 03:46:49 UTC +++ src/plugin_xmms/Makefile.in -@@ -156,8 +156,7 @@ libxmms_flac_la_DEPENDENCIES = \ +@@ -166,8 +166,7 @@ libxmms_flac_la_DEPENDENCIES = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ $(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \ - $(top_builddir)/src/share/utf8/libutf8.la \ - $(top_builddir)/src/libFLAC/libFLAC.la + $(top_builddir)/src/share/utf8/libutf8.la am__objects_1 = charset.lo configure.lo fileinfo.lo http.lo plugin.lo \ tag.lo am_libxmms_flac_la_OBJECTS = $(am__objects_1) -@@ -413,8 +412,7 @@ libxmms_flac_la_LIBADD = \ +@@ -429,8 +428,7 @@ libxmms_flac_la_LIBADD = \ $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ $(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \ $(top_builddir)/src/share/utf8/libutf8.la \ - $(top_builddir)/src/libFLAC/libFLAC.la \ - -L$(top_builddir)/src/libFLAC/.libs \ + -lFLAC \ @XMMS_LIBS@ \ @LIBICONV@