aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-11 15:42:57 +0000
committerRene Ladan <rene@FreeBSD.org>2024-06-11 15:42:57 +0000
commitd1d5f92b181625b19c96ec6cb52c37d9c69c3edf (patch)
tree91ae937c414e765675ae0db9582bf1330e6b3860
parent0e36c9bfdf92b023bcd52f98270092ff9f05f943 (diff)
audio/mp3plot: Remove expired port
2024-05-31 audio/mp3plot: Dead upstream and fails to build
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/mp3plot/Makefile43
-rw-r--r--audio/mp3plot/distinfo2
-rw-r--r--audio/mp3plot/files/patch-src_macros.h11
-rw-r--r--audio/mp3plot/pkg-descr2
6 files changed, 1 insertions, 59 deletions
diff --git a/MOVED b/MOVED
index d3a60caaa826..56dbdc5731e3 100644
--- a/MOVED
+++ b/MOVED
@@ -3287,3 +3287,4 @@ devel/py-gtfslib||2024-06-11|Has expired: Depends on expired databases/py-sqlalc
databases/py-sqlalchemy11||2024-06-11|Has expired: Upstream makred EOL in Release Status
www/smarty2||2024-06-11|Has expired: Does not support current php versions in tree
www/librtcdcpp||2024-06-11|Has expired: Dead upstream fails to build
+audio/mp3plot||2024-06-11|Has expired: Dead upstream and fails to build
diff --git a/audio/Makefile b/audio/Makefile
index 788943272698..a81decd380ba 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -494,7 +494,6 @@
SUBDIR += mp3guessenc
SUBDIR += mp3lint
SUBDIR += mp3mover
- SUBDIR += mp3plot
SUBDIR += mp3riot
SUBDIR += mp3splt
SUBDIR += mp3stat
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile
deleted file mode 100644
index e1120cf6bc0d..000000000000
--- a/audio/mp3plot/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-PORTNAME= mp3plot
-DISTVERSION= 0.6.0
-PORTREVISION= 37
-CATEGORIES= audio
-MASTER_SITES= http://p.outlyer.net/mp3plot/files/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= MP3 bitrate plot tool
-WWW= https://p.outlyer.net/mp3plot/
-
-BROKEN= fails to build with newest Boost
-DEPRECATED= Dead upstream and fails to build
-EXPIRATION_DATE=2024-05-31
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-USES= compiler:c++11-lang
-LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-
-USE_CXXSTD= c++98
-
-OPTIONS_DEFINE= GD IMAGEMAGICK
-OPTIONS_DEFAULT=GD
-
-CONFIGURE_ARGS= --with-boost-program-options=boost_program_options \
- --with-boost-thread=boost_thread
-CPPFLAGS+= -I${LOCALBASE}/include
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-LIBS+= -L${LOCALBASE}/lib -lboost_system
-
-PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
-
-GD_CONFIGURE_ENABLE= gd
-GD_LIB_DEPENDS= libgd.so:graphics/gd
-IMAGEMAGICK_CONFIGURE_ENABLE= magick
-IMAGEMAGICK_USES= magick:6
-
-post-patch:
- @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/audio/mp3plot/distinfo b/audio/mp3plot/distinfo
deleted file mode 100644
index 1052dc11ad90..000000000000
--- a/audio/mp3plot/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mp3plot-0.6.0.tar.gz) = 9368d0aef2495989c2d5cebcb416f2db0ea47e05846276d655a9af997beccbdb
-SIZE (mp3plot-0.6.0.tar.gz) = 205728
diff --git a/audio/mp3plot/files/patch-src_macros.h b/audio/mp3plot/files/patch-src_macros.h
deleted file mode 100644
index a6e8f1f8b7de..000000000000
--- a/audio/mp3plot/files/patch-src_macros.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/macros.h.orig 2009-04-14 02:21:18 UTC
-+++ src/macros.h
-@@ -34,7 +34,7 @@
- // References of interest:
- // <http://sourcefrog.net/weblog/software/languages/C/unused.html>
- #ifndef UNUSED_
--# ifdef __GNUC__
-+# if (defined(__GNUC__) && __GNUC__ > 3)
- # define UNUSED_ __attribute__((unused))
- # define DEPRECATED_ __attribute__((deprecated))
- # // MSVC (_MSC_VER) doesn't seem to have an unused attribute (__declspec(...))
diff --git a/audio/mp3plot/pkg-descr b/audio/mp3plot/pkg-descr
deleted file mode 100644
index 636317fa82b0..000000000000
--- a/audio/mp3plot/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-mp3plot prints out a plot of the bitrate distribution of a VBR MP3 file
-(it will also do it for CBR files although it isn't very meaningful).