git: 798a2f2bf27b - main - audio/cpige: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 00:01:15 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=798a2f2bf27b70005177cc156b61be7b1ba28a95
commit 798a2f2bf27b70005177cc156b61be7b1ba28a95
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-25 12:54:36 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:28 +0000
audio/cpige: Remove expired port:
2023-03-31 audio/cpige: Doesn't work, newer versions also fails
---
MOVED | 1 +
audio/Makefile | 1 -
audio/cpige/Makefile | 29 -----------------------------
audio/cpige/distinfo | 2 --
audio/cpige/files/patch-gui_Makefile.in | 10 ----------
audio/cpige/files/patch-gui_configure | 20 --------------------
audio/cpige/files/patch-mynet.c | 20 --------------------
audio/cpige/pkg-descr | 3 ---
8 files changed, 1 insertion(+), 85 deletions(-)
diff --git a/MOVED b/MOVED
index 7545a8fab121..b5eb4926d04e 100644
--- a/MOVED
+++ b/MOVED
@@ -17827,3 +17827,4 @@ japanese/mutt-devel||2023-03-25|Has expired: Broken since 2019
audio/amarok||2023-03-31|Has expired: No longer actively maintained upstream.
audio/cd2mp3||2023-03-31|Has expired: Depends on deprecated port audio/dagrab, consider using audio/abcde or audio/cyanrip
audio/cmp3||2023-03-31|Has expired: Abandonware, no development in 20 years. Please consider using audio/cmus or audio/musicpd
+audio/cpige||2023-03-31|Has expired: Doesn't work, newer versions also fails
diff --git a/audio/Makefile b/audio/Makefile
index 77fc8acbf7cd..79971fa6be99 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -92,7 +92,6 @@
SUBDIR += cmt
SUBDIR += cmus
SUBDIR += codec2
- SUBDIR += cpige
SUBDIR += crip
SUBDIR += csound
SUBDIR += csoundqt
diff --git a/audio/cpige/Makefile b/audio/cpige/Makefile
deleted file mode 100644
index c06a08047544..000000000000
--- a/audio/cpige/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= cpige
-DISTVERSION= 1.5
-PORTREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= http://old.ed.zehome.com/cpige/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Icecast/Shoutcast stream ripper
-WWW= https://old.ed.zehome.com/?page=cpige
-
-BROKEN= segfaults on startup
-DEPRECATED= Doesn't work, newer versions also fails
-EXPIRATION_DATE=2023-03-31
-
-USES= gmake
-
-MAKE_ARGS= CC="${CC}"
-
-PLIST_FILES= bin/cpige
-
-.ifdef(WITH_DEBUG)
-CFLAGS+= -g -DDEBUG
-STRIP=
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/audio/cpige/distinfo b/audio/cpige/distinfo
deleted file mode 100644
index 96c43de4b5ce..000000000000
--- a/audio/cpige/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cpige-1.5.tar.gz) = 9853c6bd74e41cc535c05c8d2d87cd03d75ea8d6e2764d31b2e1483c687afda0
-SIZE (cpige-1.5.tar.gz) = 60970
diff --git a/audio/cpige/files/patch-gui_Makefile.in b/audio/cpige/files/patch-gui_Makefile.in
deleted file mode 100644
index 3259cf4e73b1..000000000000
--- a/audio/cpige/files/patch-gui_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- gui/Makefile.in.orig 2006-08-20 14:51:17 UTC
-+++ gui/Makefile.in
-@@ -1,6 +1,6 @@
- CFLAGS += @CFLAGS@ -I..
- CLIBS += @CLIBS@
--CC := gcc
-+CC ?= gcc
-
- all: configurator
-
diff --git a/audio/cpige/files/patch-gui_configure b/audio/cpige/files/patch-gui_configure
deleted file mode 100644
index e19adcc597b4..000000000000
--- a/audio/cpige/files/patch-gui_configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- gui/configure.orig 2006-08-20 14:51:17 UTC
-+++ gui/configure
-@@ -3,8 +3,6 @@
- PKG_CONFIG=`which pkg-config`
-
- libs="gdk-2.0 glib-2.0 gtk+-2.0 gobject-2.0"
--CLIBS=""
--CFLAGS=""
-
- if [ ! -x "$PKG_CONFIG" ]; then
- echo "cPige GUI requires pkg-config to build."
-@@ -12,7 +10,7 @@ if [ ! -x "$PKG_CONFIG" ]; then
- fi
-
- for lib in $libs; do
-- echo -ne "Checking $lib... "
-+ echo -n "Checking $lib... "
- $PKG_CONFIG --exists $lib >/dev/null 2>&1
- if [ "$?" = "0" ]; then
- echo "yes"
diff --git a/audio/cpige/files/patch-mynet.c b/audio/cpige/files/patch-mynet.c
deleted file mode 100644
index 0fd801d9fe0d..000000000000
--- a/audio/cpige/files/patch-mynet.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- mynet.c.orig 2006-08-20 14:51:17 UTC
-+++ mynet.c
-@@ -86,7 +86,7 @@ int server_connect (char *servername, in
- {
- struct sockaddr_in serverSockAddr;
- struct hostent *serverHostEnt;
-- long hostAddr;
-+ in_addr_t hostAddr;
-
- #if WIN32
- int res;
-@@ -105,7 +105,7 @@ int server_connect (char *servername, in
- hostAddr = inet_addr(servername);
-
- /* If it is an ip address */
-- if ((long) hostAddr != (long)-1)
-+ if ( hostAddr != INADDR_NONE )
- memcpy(&serverSockAddr.sin_addr, &hostAddr, sizeof(hostAddr));
- else {
- serverHostEnt = gethostbyname(servername);
diff --git a/audio/cpige/pkg-descr b/audio/cpige/pkg-descr
deleted file mode 100644
index 78afcd2e4b9c..000000000000
--- a/audio/cpige/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-cPige records an audio stream, separating into individual
-"Artist - Track.mp3" files. It can also record on an
-hour-by-hour basis.