diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 19:48:41 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-29 22:53:40 +0000 |
commit | d89aac61efdc0f275c9ac6f86b1104325486c3e1 (patch) | |
tree | 9fc39c782d1b6e2c8ea1a0b6cb84e7893222afc5 /audio | |
parent | e52ab3feca1dfd848c240437dcf69f56c28e87e0 (diff) | |
download | ports-d89aac61efdc0f275c9ac6f86b1104325486c3e1.tar.gz ports-d89aac61efdc0f275c9ac6f86b1104325486c3e1.zip |
audio/mp3splt-gtk: Mark DEPRECATED
- BROKEN on all supported versions for more than 2 years after the EOL of 12
- Set EXPIRATION_DATE 2023-12-31
Approved by: portmgr (blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index c735aa4cf8d8..8fc2645c919b 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -10,6 +10,8 @@ WWW= http://mp3splt.sourceforge.net/ LICENSE= GPLv2 +DEPRECATED= BROKEN on all supported versions for more than 2 years after the EOL of 12 +EXPIRATION_DATE= 2023-12-31 BROKEN_FreeBSD_13= ld: error: duplicate symbol: tree_columns BROKEN_FreeBSD_14= ld: error: duplicate symbol: tree_columns @@ -20,12 +22,10 @@ LIB_DEPENDS= libmp3splt.so:audio/libmp3splt \ libid3tag.so:audio/libid3tag \ libltdl.so:devel/libltdl -USES= desktop-file-utils gmake gnome gstreamer pkgconfig +USES= desktop-file-utils gmake gnome gstreamer localbase:ldflags pkgconfig USE_GNOME= gtk30 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --disable-audacious --with-mp3splt=${LOCALBASE} \ --with-mp3splt-includes=${LOCALBASE}/include \ --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest |