Commit de22ce34 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

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
parent 168c4603
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -487,7 +487,6 @@
    SUBDIR += mp3rename
    SUBDIR += mp3riot
    SUBDIR += mp3splt
    SUBDIR += mp3splt-gtk
    SUBDIR += mp3stat
    SUBDIR += mp3unicode
    SUBDIR += mp3val

audio/mp3splt-gtk/Makefile

deleted100644 → 0
+0 −46
Original line number Diff line number Diff line
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>

audio/mp3splt-gtk/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (mp3splt-gtk-0.9.2.tar.gz) = 2084cc942b5d1aa6ff74848a41d05cb37876cbc74dfdc341ceb424c763887650
SIZE (mp3splt-gtk-0.9.2.tar.gz) = 1070580
+0 −82
Original line number Diff line number Diff line
--- 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
 
 
 
Loading