pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/mpg123-0.65: remove (mechanical cleanup)



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 05:18:48 2015 +0200
Changeset:	def1b34e693c304ad7115c74b7e7e7be52a5deaa

Removed Files:
	mpg123-0.65/DESCR
	mpg123-0.65/Makefile
	mpg123-0.65/PLIST
	mpg123-0.65/TODO
	mpg123-0.65/patches/patch-aa
	mpg123-0.65/patches/patch-ab

Log Message:
wip/mpg123-0.65: remove (mechanical cleanup)

- pkgsrc/audio/mpg123 exists
- pkgsrc (1.22.2) >= wip (0.65)
- doc/CHANGES-2014: Updated to 1.21.0 [mef 2014-11-20]
- doc/CHANGES-2015: Updated to 1.22.2 [adam 2015-07-20]
- wip/mpg123-0.65 last touched [asau 2012-10-03]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=def1b34e693c304ad7115c74b7e7e7be52a5deaa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mpg123-0.65/DESCR            |  4 ----
 mpg123-0.65/Makefile         | 36 ------------------------------------
 mpg123-0.65/PLIST            |  3 ---
 mpg123-0.65/TODO             |  3 ---
 mpg123-0.65/patches/patch-aa | 22 ----------------------
 mpg123-0.65/patches/patch-ab | 13 -------------
 6 files changed, 81 deletions(-)

diffs:
diff --git a/mpg123-0.65/DESCR b/mpg123-0.65/DESCR
deleted file mode 100644
index 54b4106..0000000
--- a/mpg123-0.65/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-mpg123 reads one or more files (or standard input if ``-'' is
-specified) or URLs and plays them on the audio device (default) or
-outputs them to stdout.  file/URL is assumed to be an MPEG-1/2 audio
-bit stream.
diff --git a/mpg123-0.65/Makefile b/mpg123-0.65/Makefile
deleted file mode 100644
index 6911291..0000000
--- a/mpg123-0.65/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/10/03 15:09:58 asau Exp $
-#
-
-DISTNAME=	mpg123-0.65
-CATEGORIES=	audio
-MASTER_SITES=	http://www.mpg123.de/download/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	blair.sadewitz%gmail.com@localhost
-HOMEPAGE=	http://www.mpg123.de/
-COMMENT=	Command line player for MPEG layer 1, 2, and 3 audio
-LICENSE=	mpg123-license
-
-GNU_CONFIGURE=	yes
-
-CONFIGURE_ARGS+=	--with-optimization=4
-CONFIGURE_ARGS+=	--with-audio=sun
-CONFIGURE_ARGS+=	--with-audio=oss
-.if ${MACHINE_ARCH} == "i386"
-CONFIGURE_ARGS+=	--with-cpu=i386_fpu
-#CONFIGURE_ARGS+=	--with-cpu=i586_dither  # If you use i386, play with
-#CONFIGURE_ARGS+=	--with-cpu=mmx		# these.
-.else
-CONFIGURE_ARGS+=	--with-cpu=generic_fpu
-.endif
-
-CONFIGURE_ARGS+=	LIBS="-lossaudio"
-
-CONFIGURE_ENV+=	CFLAGS=${MPG_CFLAGS:M*:Q}
-
-CPPFLAGS+=	-DDEVOSSAUDIO=\"${DEVOSSAUDIO:Q}\"
-CPPFLAGS+=	-DDEVOSSSOUND=\"${DEVOSSSOUND:Q}\"
-
-.include "../../mk/oss.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/mpg123-0.65/PLIST b/mpg123-0.65/PLIST
deleted file mode 100644
index 083b418..0000000
--- a/mpg123-0.65/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2007/04/21 20:41:55 bsadewitz Exp $
-bin/mpg123
-man/man1/mpg123.1
diff --git a/mpg123-0.65/TODO b/mpg123-0.65/TODO
deleted file mode 100644
index 09c4afc..0000000
--- a/mpg123-0.65/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-A lot.  Support all of the usual platforms, merge in any relevant 
-fixes from pkgsrc, options.mk, etc.  This should work for at least
-NetBSD/i386 and NetBSD/amd64, though.
diff --git a/mpg123-0.65/patches/patch-aa b/mpg123-0.65/patches/patch-aa
deleted file mode 100644
index 9b2f0c0..0000000
--- a/mpg123-0.65/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/04/21 20:41:55 bsadewitz Exp $
-
---- src/audio_oss.c.orig	2007-02-07 04:24:33.000000000 -0500
-+++ src/audio_oss.c
-@@ -173,7 +173,7 @@ int audio_open(struct audio_info_struct 
-     return -1;
- 
-   if(!ai->device) {
--    ai->device = "/dev/dsp";
-+    ai->device = DEVOSSAUDIO;
-     usingdefdev = 1;
-   }
- 
-@@ -182,7 +182,7 @@ int audio_open(struct audio_info_struct 
-   if(ai->fn < 0)
-   {
-     if(usingdefdev) {
--      ai->device = "/dev/sound/dsp";
-+      ai->device = DEVOSSSOUND;
-       ai->fn = open(ai->device,O_WRONLY);
-       if(ai->fn < 0) {
-       error("Can't open default sound device!");
diff --git a/mpg123-0.65/patches/patch-ab b/mpg123-0.65/patches/patch-ab
deleted file mode 100644
index bbaf358..0000000
--- a/mpg123-0.65/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2007/04/21 20:41:55 bsadewitz Exp $
-
---- configure.orig	2007-04-20 03:06:43.000000000 -0400
-+++ configure
-@@ -8385,8 +8385,6 @@ echo "${ECHO_T}no" >&6; }
-   *)
-   	{ echo "$as_me:$LINENO: WARNING: Unknown target operating system" >&5
- echo "$as_me: WARNING: Unknown target operating system" >&2;}
--    cpu_type="generic_fpu"
--    CFLAGS="$CFLAGS -DGENERIC"
-   ;;
- esac
- 


Home | Main Index | Thread Index | Old Index