svn commit: r566024 - head/audio/mp3splt-gtk

Mark Linimon linimon at FreeBSD.org
Fri Feb 19 05:27:45 UTC 2021


Author: linimon
Date: Fri Feb 19 05:27:44 2021
New Revision: 566024
URL: https://svnweb.freebsd.org/changeset/ports/566024

Log:
  Mark BROKEN in 13/14 (via latest llvm update).
  
  While here, pet portlint (Makevar order).

Modified:
  head/audio/mp3splt-gtk/Makefile

Modified: head/audio/mp3splt-gtk/Makefile
==============================================================================
--- head/audio/mp3splt-gtk/Makefile	Fri Feb 19 05:23:13 2021	(r566023)
+++ head/audio/mp3splt-gtk/Makefile	Fri Feb 19 05:27:44 2021	(r566024)
@@ -12,6 +12,9 @@ COMMENT=	Utility to split mp3 and ogg files (via GTK I
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: tree_columns
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: tree_columns
+
 LIB_DEPENDS=	libmp3splt.so:audio/libmp3splt \
 		libmad.so:audio/libmad \
 		libogg.so:audio/libogg \
@@ -19,11 +22,11 @@ LIB_DEPENDS=	libmp3splt.so:audio/libmp3splt \
 		libid3tag.so:audio/libid3tag \
 		libltdl.so:devel/libltdl
 
+USES=		desktop-file-utils gmake gnome pkgconfig
 INSTALLS_OMF=	yes
 USE_GSTREAMER1=	yes
 USE_GNOME=	gtk30
 GNU_CONFIGURE=	yes
-USES=		desktop-file-utils gmake gnome pkgconfig
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list