git: de22ce3468ac - main - audio/mp3splt-gtk: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:08:14 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=de22ce3468ac1bf7b608594ce380d005b592b815 commit de22ce3468ac1bf7b608594ce380d005b592b815 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-30 04:13:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-31 00:06:26 +0000 audio/mp3splt-gtk: Remove expired port 2023-12-31 audio/mp3splt-gtk: BROKEN on all supported versions for more than 2 years after the EOL of 12 --- MOVED | 1 + audio/Makefile | 1 - audio/mp3splt-gtk/Makefile | 46 ------------ audio/mp3splt-gtk/distinfo | 2 - audio/mp3splt-gtk/files/patch-configure | 82 ---------------------- audio/mp3splt-gtk/files/patch-src_player__window.c | 10 --- audio/mp3splt-gtk/pkg-descr | 8 --- audio/mp3splt-gtk/pkg-plist | 22 ------ 8 files changed, 1 insertion(+), 171 deletions(-) diff --git a/MOVED b/MOVED index 03f2f9916833..c690e7d150d4 100644 --- a/MOVED +++ b/MOVED @@ -8243,3 +8243,4 @@ editors/pdfedit||2023-12-31|Has expired: BROKEN on all supported versions for 2 games/spring||2023-12-31|Has expired: Fails to build and marked broken for several months java/wildfly10||2023-12-31|Has expired: End of life upstream graphics/xfpovray||2023-12-31|Has expired: BROKEN for more than 2 years on all supported versions after the EOL of 12 +audio/mp3splt-gtk||2023-12-31|Has expired: BROKEN on all supported versions for more than 2 years after the EOL of 12 diff --git a/audio/Makefile b/audio/Makefile index d314317ded80..b305a612eb2c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -487,7 +487,6 @@ SUBDIR += mp3rename SUBDIR += mp3riot SUBDIR += mp3splt - SUBDIR += mp3splt-gtk SUBDIR += mp3stat SUBDIR += mp3unicode SUBDIR += mp3val diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile deleted file mode 100644 index 6f13f89203f6..000000000000 --- a/audio/mp3splt-gtk/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -PORTNAME= mp3splt-gtk -PORTVERSION= 0.9.2 -PORTREVISION= 5 -CATEGORIES= audio -MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} - -MAINTAINER= beyert@cs.ucr.edu -COMMENT= Utility to split mp3 and ogg files (via GTK Interface) -WWW= https://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 - -LIB_DEPENDS= libmp3splt.so:audio/libmp3splt \ - libmad.so:audio/libmad \ - libogg.so:audio/libogg \ - libvorbis.so:audio/libvorbis \ - libid3tag.so:audio/libid3tag \ - libltdl.so:devel/libltdl - -USES= desktop-file-utils gmake gnome gstreamer localbase:ldflags pkgconfig -USE_GNOME= gtk30 -GNU_CONFIGURE= yes - -CONFIGURE_ARGS+= --disable-audacious --with-mp3splt=${LOCALBASE} \ - --with-mp3splt-includes=${LOCALBASE}/include \ - --with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest - -#PORTDOCS= * - -#OPTIONS_DEFINE= DOCS NLS -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext - -#DOXYGEN_LIB_DEPENDS= libgvc.so:graphics/graphviz -#DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen -#DOXYGEN_CONFIGURE_OFF= --disable-doxygen-doc - -.include <bsd.port.mk> diff --git a/audio/mp3splt-gtk/distinfo b/audio/mp3splt-gtk/distinfo deleted file mode 100644 index ad6e1fbb936b..000000000000 --- a/audio/mp3splt-gtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mp3splt-gtk-0.9.2.tar.gz) = 2084cc942b5d1aa6ff74848a41d05cb37876cbc74dfdc341ceb424c763887650 -SIZE (mp3splt-gtk-0.9.2.tar.gz) = 1070580 diff --git a/audio/mp3splt-gtk/files/patch-configure b/audio/mp3splt-gtk/files/patch-configure deleted file mode 100644 index d67c4b35aac8..000000000000 --- a/audio/mp3splt-gtk/files/patch-configure +++ /dev/null @@ -1,82 +0,0 @@ ---- configure.orig 2014-11-09 16:50:32 UTC -+++ configure -@@ -15153,53 +15153,12 @@ if test -z "$AM_DEFAULT_VERBOSITY"; then - fi - - --gdu_cv_version_required=0.3.2 - --{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gnome-doc-utils >= $gdu_cv_version_required" >&5 --$as_echo_n "checking gnome-doc-utils >= $gdu_cv_version_required... " >&6; } --if test -n "$PKG_CONFIG" && \ -- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\""; } >&5 -- ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5 -- ac_status=$? -- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 -- test $ac_status = 0; }; then -- gdu_cv_have_gdu=yes --else -- gdu_cv_have_gdu=no --fi -- --if test "$gdu_cv_have_gdu" = "yes"; then -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 --$as_echo "yes" >&6; } -- -- if true; then -- GNOME_TRUE= -- GNOME_FALSE='#' --else -- GNOME_TRUE='#' -- GNOME_FALSE= --fi -- -- if true; then -- HAVE_GNOME_DOC_UTILS_TRUE= -- HAVE_GNOME_DOC_UTILS_FALSE='#' --else - HAVE_GNOME_DOC_UTILS_TRUE='#' - HAVE_GNOME_DOC_UTILS_FALSE= --fi - -- gnome="yes" - --else -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --$as_echo "no" >&6; } -- as_fn_error $? "gnome-doc-utils not found. - -- Install it or configure with \"--disable-gnome\"." "$LINENO" 5 --fi -- -- -- - # Check whether --with-help-dir was given. - if test "${with_help_dir+set}" = set; then : - withval=$with_help_dir; -@@ -15239,25 +15198,15 @@ else - enable_scrollkeeper=yes - fi - -- if test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"; then -- ENABLE_SK_TRUE= -- ENABLE_SK_FALSE='#' --else - ENABLE_SK_TRUE='#' - ENABLE_SK_FALSE= --fi - - - DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper $DISTCHECK_CONFIGURE_FLAGS" - - -- if test "$gdu_cv_have_gdu" = "yes"; then -- HAVE_GNOME_DOC_UTILS_TRUE= -- HAVE_GNOME_DOC_UTILS_FALSE='#' --else - HAVE_GNOME_DOC_UTILS_TRUE='#' - HAVE_GNOME_DOC_UTILS_FALSE= --fi - - - diff --git a/audio/mp3splt-gtk/files/patch-src_player__window.c b/audio/mp3splt-gtk/files/patch-src_player__window.c deleted file mode 100644 index b59ec5148a03..000000000000 --- a/audio/mp3splt-gtk/files/patch-src_player__window.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/player_window.c.orig 2014-05-10 14:48:57 UTC -+++ src/player_window.c -@@ -36,6 +36,7 @@ - * this file is used for the player control tab - **********************************************************/ - -+#include <time.h> - #include <sys/timeb.h> - - #include "player_window.h" diff --git a/audio/mp3splt-gtk/pkg-descr b/audio/mp3splt-gtk/pkg-descr deleted file mode 100644 index 96559a336275..000000000000 --- a/audio/mp3splt-gtk/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Mp3Splt is a command line utility to split mp3 and ogg files selecting a begin -and an end time position, without decoding. It's very useful to split large -mp3/ogg to make smaller files or to split entire albums to obtain original -tracks. If you want to split an album, you can select split points and -filenames manually or you can get them automatically from CDDB (Internet or a -local file) or from .cue files. Otherwise if you have a file created either -with Mp3Wrap or AlbumWrap you can extract tracks just in few seconds. Supports -VBR mp3. diff --git a/audio/mp3splt-gtk/pkg-plist b/audio/mp3splt-gtk/pkg-plist deleted file mode 100644 index 669bd3ad4f5f..000000000000 --- a/audio/mp3splt-gtk/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/mp3splt-gtk -man/man1/mp3splt-gtk.1.gz -share/applications/mp3splt-gtk.desktop -%%NLS%%share/locale/cs/LC_MESSAGES/mp3splt-gtk.mo -%%NLS%%share/locale/de_DE/LC_MESSAGES/mp3splt-gtk.mo -%%NLS%%share/locale/es/LC_MESSAGES/mp3splt-gtk.mo -%%NLS%%share/locale/es_CL/LC_MESSAGES/mp3splt-gtk.mo -%%NLS%%share/locale/fr_FR/LC_MESSAGES/mp3splt-gtk.mo -%%NLS%%share/locale/ro/LC_MESSAGES/mp3splt-gtk.mo -%%NLS%%share/locale/ru_RU/LC_MESSAGES/mp3splt-gtk.mo -%%DATADIR%%/backward.svg -%%DATADIR%%/backward_inactive.svg -%%DATADIR%%/forward.svg -%%DATADIR%%/forward_inactive.svg -%%DATADIR%%/pause.svg -%%DATADIR%%/pause_inactive.svg -%%DATADIR%%/play.svg -%%DATADIR%%/play_inactive.svg -%%DATADIR%%/stop.svg -%%DATADIR%%/stop_inactive.svg -share/pixmaps/mp3splt-gtk.png -share/pixmaps/mp3splt-gtk_ico.svg