pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 16:21:41 UTC 2025
Modified Files:
pkgsrc/audio/amp: Makefile
pkgsrc/audio/cd-discid: Makefile
pkgsrc/audio/lame: Makefile
pkgsrc/audio/libao: buildlink3.mk
pkgsrc/audio/libao-oss: Makefile
pkgsrc/audio/libcdaudio: Makefile
pkgsrc/audio/maplay: Makefile
pkgsrc/audio/mixer.app: Makefile
pkgsrc/audio/nas: Makefile
pkgsrc/audio/nosefart: Makefile
pkgsrc/audio/nspmod: Makefile
pkgsrc/audio/sidplay: Makefile
pkgsrc/audio/sidplay2: Makefile
pkgsrc/audio/tfmxplay: Makefile
pkgsrc/audio/wmsmixer: Makefile
pkgsrc/audio/xmix: Makefile
pkgsrc/audio/xmms-cdread: Makefile
Log Message:
*: Interix support
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/amp/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/cd-discid/Makefile
cvs rdiff -u -r1.93 -r1.94 pkgsrc/audio/lame/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/libao/buildlink3.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/libao-oss/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/libcdaudio/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/maplay/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/mixer.app/Makefile
cvs rdiff -u -r1.104 -r1.105 pkgsrc/audio/nas/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/nosefart/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/nspmod/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/sidplay/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/sidplay2/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/tfmxplay/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/wmsmixer/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/xmix/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/xmms-cdread/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/amp/Makefile
diff -u pkgsrc/audio/amp/Makefile:1.24 pkgsrc/audio/amp/Makefile:1.25
--- pkgsrc/audio/amp/Makefile:1.24 Thu Oct 9 14:05:55 2014
+++ pkgsrc/audio/amp/Makefile Mon Apr 21 16:21:39 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/10/09 14:05:55 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.25 2025/04/21 16:21:39 wiz Exp $
DISTNAME= amp-0.7.6
PKGREVISION= 1
@@ -13,8 +12,6 @@ COMMENT= Another mp3 player
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
-NOT_FOR_PLATFORM= Interix-*-*
-
GNU_CONFIGURE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
Index: pkgsrc/audio/cd-discid/Makefile
diff -u pkgsrc/audio/cd-discid/Makefile:1.20 pkgsrc/audio/cd-discid/Makefile:1.21
--- pkgsrc/audio/cd-discid/Makefile:1.20 Mon Jan 27 20:21:13 2025
+++ pkgsrc/audio/cd-discid/Makefile Mon Apr 21 16:21:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/01/27 20:21:13 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2025/04/21 16:21:39 wiz Exp $
DISTNAME= cd-discid-1.4
CATEGORIES= audio
@@ -9,8 +9,6 @@ HOMEPAGE= http://linukz.org/cd-discid.sh
COMMENT= Read CD to obtain CDDB discid information
LICENSE= gnu-gpl-v2
-NOT_FOR_PLATFORM= Interix-*-*
-
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
Index: pkgsrc/audio/lame/Makefile
diff -u pkgsrc/audio/lame/Makefile:1.93 pkgsrc/audio/lame/Makefile:1.94
--- pkgsrc/audio/lame/Makefile:1.93 Wed Feb 12 06:44:23 2025
+++ pkgsrc/audio/lame/Makefile Mon Apr 21 16:21:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2025/02/12 06:44:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.94 2025/04/21 16:21:39 wiz Exp $
DISTNAME= lame-3.100
CATEGORIES= audio
@@ -31,7 +31,7 @@ CFLAGS+= -O2 -Wall -fomit-frame-pointer
-finline-functions -DFLOAT=double -DFLOAT_MAX=DBL_MAX
.endif
-.if ${MACHINE_ARCH} == "i386" && ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin" && ${OPSYS} != "Interix"
+.if ${MACHINE_ARCH} == "i386" && ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin"
TOOL_DEPENDS+= nasm>=0.98:../../devel/nasm
CONFIGURE_ARGS+= --enable-nasm
.endif
Index: pkgsrc/audio/libao/buildlink3.mk
diff -u pkgsrc/audio/libao/buildlink3.mk:1.18 pkgsrc/audio/libao/buildlink3.mk:1.19
--- pkgsrc/audio/libao/buildlink3.mk:1.18 Sat Jan 23 12:11:12 2021
+++ pkgsrc/audio/libao/buildlink3.mk Mon Apr 21 16:21:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.18 2021/01/23 12:11:12 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.19 2025/04/21 16:21:39 wiz Exp $
BUILDLINK_TREE+= libao
@@ -17,8 +17,6 @@ DEPENDS+= libao-sun-[0-9]*:../../audio/l
DEPENDS+= libao-alsa-[0-9]*:../../audio/libao-alsa
. elif ${OPSYS} == "Darwin"
DEPENDS+= libao-macosx-[0-9]*:../../audio/libao-macosx
-. elif ${OPSYS} != "Interix"
-DEPENDS+= libao-oss-[0-9]*:../../audio/libao-oss
. endif
.endif
Index: pkgsrc/audio/libao-oss/Makefile
diff -u pkgsrc/audio/libao-oss/Makefile:1.12 pkgsrc/audio/libao-oss/Makefile:1.13
--- pkgsrc/audio/libao-oss/Makefile:1.12 Sun Dec 15 23:15:01 2019
+++ pkgsrc/audio/libao-oss/Makefile Mon Apr 21 16:21:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/12/15 23:15:01 nia Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/21 16:21:39 wiz Exp $
.include "../../audio/libao/Makefile.common"
@@ -7,7 +7,7 @@ PKGREVISION= 1
COMMENT+= (OSS plugin)
-NOT_FOR_PLATFORM+= Darwin-*-* Interix-*-* SunOS-5.[0-9]-* SunOS-5.10-*
+NOT_FOR_PLATFORM+= Darwin-*-* SunOS-5.[0-9]-* SunOS-5.10-*
CONFIGURE_ENV:= ${CONFIGURE_ENV:S/ac_cv_header_sys_soundcard_h=no//1}
CONFIGURE_ENV:= ${CONFIGURE_ENV:S/ac_cv_header_machine_soundcard_h=no//1}
Index: pkgsrc/audio/libcdaudio/Makefile
diff -u pkgsrc/audio/libcdaudio/Makefile:1.38 pkgsrc/audio/libcdaudio/Makefile:1.39
--- pkgsrc/audio/libcdaudio/Makefile:1.38 Mon Jul 25 11:12:19 2022
+++ pkgsrc/audio/libcdaudio/Makefile Mon Apr 21 16:21:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2022/07/25 11:12:19 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2025/04/21 16:21:40 wiz Exp $
DISTNAME= libcdaudio-0.99.12
PKGREVISION= 2
@@ -10,8 +10,6 @@ HOMEPAGE= http://libcdaudio.sourceforge.
COMMENT= Multi-platform CD player development library
LICENSE= gnu-gpl-v2
-NOT_FOR_PLATFORM= Interix-*-*
-
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE= libcdaudio.pc.in
Index: pkgsrc/audio/maplay/Makefile
diff -u pkgsrc/audio/maplay/Makefile:1.27 pkgsrc/audio/maplay/Makefile:1.28
--- pkgsrc/audio/maplay/Makefile:1.27 Wed Apr 21 09:18:10 2021
+++ pkgsrc/audio/maplay/Makefile Mon Apr 21 16:21:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2021/04/21 09:18:10 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/04/21 16:21:40 wiz Exp $
DISTNAME= maplay1_2
PKGNAME= maplay-1.2
@@ -14,7 +14,6 @@ LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}
USE_LANGUAGES= c++
-NOT_FOR_PLATFORM= Interix-*-*
INSTALLATION_DIRS= bin
Index: pkgsrc/audio/mixer.app/Makefile
diff -u pkgsrc/audio/mixer.app/Makefile:1.21 pkgsrc/audio/mixer.app/Makefile:1.22
--- pkgsrc/audio/mixer.app/Makefile:1.21 Mon Jan 27 20:21:13 2025
+++ pkgsrc/audio/mixer.app/Makefile Mon Apr 21 16:21:40 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/01/27 20:21:13 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.22 2025/04/21 16:21:40 wiz Exp $
DISTNAME= Mixer.app-1.8.0
PKGNAME= mixer.app-1.8.0
@@ -11,8 +10,6 @@ MAINTAINER= ptiJo%noos.fr@localhost
#HOMEPAGE= http://www.fukt.bth.se/~per/mixer/
COMMENT= Another mixer intended for the windowmaker dockapp
-NOT_FOR_PLATFORM= Interix-*-*
-
USE_LANGUAGES= c++
INSTALLATION_DIRS= bin
Index: pkgsrc/audio/nas/Makefile
diff -u pkgsrc/audio/nas/Makefile:1.104 pkgsrc/audio/nas/Makefile:1.105
--- pkgsrc/audio/nas/Makefile:1.104 Fri Aug 19 12:17:46 2022
+++ pkgsrc/audio/nas/Makefile Mon Apr 21 16:21:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2022/08/19 12:17:46 tnn Exp $
+# $NetBSD: Makefile,v 1.105 2025/04/21 16:21:40 wiz Exp $
DISTNAME= nas-1.9.4.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -53,7 +53,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.clients
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} != "Darwin" && ${OPSYS} != "Interix"
+.if ${OPSYS} != "Darwin"
RCD_SCRIPTS= nasd
PLIST_SRC+= ${PKGDIR}/PLIST.server
EGDIR= ${PREFIX}/share/examples/nas
Index: pkgsrc/audio/nosefart/Makefile
diff -u pkgsrc/audio/nosefart/Makefile:1.17 pkgsrc/audio/nosefart/Makefile:1.18
--- pkgsrc/audio/nosefart/Makefile:1.17 Sun Jan 26 05:26:12 2020
+++ pkgsrc/audio/nosefart/Makefile Mon Apr 21 16:21:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/01/26 05:26:12 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2025/04/21 16:21:40 wiz Exp $
DISTNAME= nosefart-2.9-mls
PKGNAME= ${DISTNAME:S/-mls//}
@@ -11,8 +11,6 @@ HOMEPAGE= http://nosefart.sourceforge.n
COMMENT= Player for NES Sound Format (NSF) files
LICENSE= gnu-gpl-v2
-NOT_FOR_PLATFORM= Interix-*-*
-
USE_TOOLS+= gmake
NO_CONFIGURE= YES
Index: pkgsrc/audio/nspmod/Makefile
diff -u pkgsrc/audio/nspmod/Makefile:1.21 pkgsrc/audio/nspmod/Makefile:1.22
--- pkgsrc/audio/nspmod/Makefile:1.21 Sun Jul 7 08:59:45 2024
+++ pkgsrc/audio/nspmod/Makefile Mon Apr 21 16:21:40 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/07/07 08:59:45 nia Exp $
-#
+# $NetBSD: Makefile,v 1.22 2025/04/21 16:21:40 wiz Exp $
DISTNAME= nspmod-0.1
CATEGORIES= audio
@@ -10,8 +9,6 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+
LICENSE= gnu-gpl-v2
-NOT_FOR_PLATFORM= Interix-*-*
-
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
MAKE_ENV+= OPSYS=${OPSYS:Q}
Index: pkgsrc/audio/sidplay/Makefile
diff -u pkgsrc/audio/sidplay/Makefile:1.24 pkgsrc/audio/sidplay/Makefile:1.25
--- pkgsrc/audio/sidplay/Makefile:1.24 Tue May 12 11:27:58 2020
+++ pkgsrc/audio/sidplay/Makefile Mon Apr 21 16:21:40 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/05/12 11:27:58 nia Exp $
-#
+# $NetBSD: Makefile,v 1.25 2025/04/21 16:21:40 wiz Exp $
DISTNAME= sidplay-base-1.0.9
PKGNAME= sidplay-1.0.9
@@ -13,8 +12,6 @@ HOMEPAGE= https://web.archive.org/web/20
COMMENT= Tools for playing sidtunes
LICENSE= gnu-gpl-v2
-NOT_FOR_PLATFORM= Interix-*-*
-
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
Index: pkgsrc/audio/sidplay2/Makefile
diff -u pkgsrc/audio/sidplay2/Makefile:1.6 pkgsrc/audio/sidplay2/Makefile:1.7
--- pkgsrc/audio/sidplay2/Makefile:1.6 Sun Jan 26 05:26:13 2020
+++ pkgsrc/audio/sidplay2/Makefile Mon Apr 21 16:21:40 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/26 05:26:13 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.7 2025/04/21 16:21:40 wiz Exp $
DISTNAME= sidplay-2.0.9
PKGNAME= sidplay2-2.0.9
@@ -11,8 +10,6 @@ HOMEPAGE= http://sidplay2.sourceforge.ne
COMMENT= Tool for playing sidtunes
LICENSE= gnu-gpl-v2
-NOT_FOR_PLATFORM= Interix-*-*
-
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
Index: pkgsrc/audio/tfmxplay/Makefile
diff -u pkgsrc/audio/tfmxplay/Makefile:1.18 pkgsrc/audio/tfmxplay/Makefile:1.19
--- pkgsrc/audio/tfmxplay/Makefile:1.18 Wed Sep 6 10:40:25 2017
+++ pkgsrc/audio/tfmxplay/Makefile Mon Apr 21 16:21:40 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/09/06 10:40:25 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.19 2025/04/21 16:21:40 wiz Exp $
DISTNAME= tfmxplay-0.6
CATEGORIES= audio
@@ -11,8 +10,6 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Console TFMX (amiga games sound file format) player
LICENSE= gnu-gpl-v2
-NOT_FOR_PLATFORM= Interix-*-*
-
INSTALLATION_DIRS= bin
do-install:
Index: pkgsrc/audio/wmsmixer/Makefile
diff -u pkgsrc/audio/wmsmixer/Makefile:1.22 pkgsrc/audio/wmsmixer/Makefile:1.23
--- pkgsrc/audio/wmsmixer/Makefile:1.22 Sat Nov 2 21:09:18 2019
+++ pkgsrc/audio/wmsmixer/Makefile Mon Apr 21 16:21:41 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/11/02 21:09:18 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.23 2025/04/21 16:21:41 wiz Exp $
DISTNAME= wmsmixer-0.5.1
PKGREVISION= 2
@@ -11,8 +10,6 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Another mixer designed for WindowMaker (dockapp)
LICENSE= gnu-gpl-v2
-NOT_FOR_PLATFORM= Interix-*-*
-
USE_IMAKE= YES
USE_LANGUAGES= c++
NO_INSTALL_MANPAGES= YES
Index: pkgsrc/audio/xmix/Makefile
diff -u pkgsrc/audio/xmix/Makefile:1.29 pkgsrc/audio/xmix/Makefile:1.30
--- pkgsrc/audio/xmix/Makefile:1.29 Tue Jul 16 10:46:45 2019
+++ pkgsrc/audio/xmix/Makefile Mon Apr 21 16:21:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/07/16 10:46:45 micha Exp $
+# $NetBSD: Makefile,v 1.30 2025/04/21 16:21:41 wiz Exp $
DISTNAME= xmix-2.1
PKGREVISION= 4
@@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Mixer for X Window System
LICENSE= gnu-gpl-v1
-NOT_FOR_PLATFORM= Interix-*-*
-
WRKSRC= ${WRKDIR}/xmix
USE_IMAKE= yes
INSTALLATION_DIRS= lib/X11/app-defaults
Index: pkgsrc/audio/xmms-cdread/Makefile
diff -u pkgsrc/audio/xmms-cdread/Makefile:1.12 pkgsrc/audio/xmms-cdread/Makefile:1.13
--- pkgsrc/audio/xmms-cdread/Makefile:1.12 Mon Jan 27 20:21:14 2025
+++ pkgsrc/audio/xmms-cdread/Makefile Mon Apr 21 16:21:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/01/27 20:21:14 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/21 16:21:41 wiz Exp $
DISTNAME= xmms-cdread-0.14a
PKGREVISION= 4
@@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v2
# - CDIOREADTOCENTRY ioctl, which NetBSD and OpenBSD don't have
# - CDIOCREADAUDIO ioctl, which only Dragonfly has
BROKEN_ON_PLATFORM+= NetBSD-*-* FreeBSD-*-* OpenBSD-*-*
-# no cdrom access code
-NOT_FOR_PLATFORM= Interix-*-*
ONLY_FOR_COMPILER= gcc clang
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index