pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio NOT_FOR_PLATFORM Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db4a6a2714dc
branches:  trunk
changeset: 501913:db4a6a2714dc
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 15:37:50 2005 +0000

description:
NOT_FOR_PLATFORM Interix.

diffstat:

 audio/libcdaudio/Makefile  |  4 +++-
 audio/libhydrogen/Makefile |  4 +++-
 audio/maplay/Makefile      |  6 ++++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diffs (56 lines):

diff -r 5f8101c5effa -r db4a6a2714dc audio/libcdaudio/Makefile
--- a/audio/libcdaudio/Makefile Mon Oct 31 15:33:19 2005 +0000
+++ b/audio/libcdaudio/Makefile Mon Oct 31 15:37:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/08/10 20:56:11 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2005/10/31 15:37:50 tv Exp $
 
 DISTNAME=      libcdaudio-0.99.12
 PKGREVISION=   1
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://libcdaudio.sourceforge.net/
 COMMENT=       Multi-platform CD player development library
 
+NOT_FOR_PLATFORM=      Interix-*-*
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_TOOLS+=            pkg-config
diff -r 5f8101c5effa -r db4a6a2714dc audio/libhydrogen/Makefile
--- a/audio/libhydrogen/Makefile        Mon Oct 31 15:33:19 2005 +0000
+++ b/audio/libhydrogen/Makefile        Mon Oct 31 15:37:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:38 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/10/31 15:42:43 tv Exp $
 
 DISTNAME=      libhydrogen-0.8.0
 PKGREVISION=   1
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://hydrogen.sourceforge.net/
 COMMENT=       Shared library for the Hydrogen drum machine
 
+NOT_FOR_PLATFORM=      Interix-*-*
+
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake
 GNU_CONFIGURE= yes
diff -r 5f8101c5effa -r db4a6a2714dc audio/maplay/Makefile
--- a/audio/maplay/Makefile     Mon Oct 31 15:33:19 2005 +0000
+++ b/audio/maplay/Makefile     Mon Oct 31 15:37:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/03/24 21:12:50 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/10/31 15:47:05 tv Exp $
 
 DISTNAME=       maplay1_2
 PKGNAME=       maplay-1.2
@@ -12,7 +12,9 @@
 
 WRKSRC=                ${WRKDIR}
 
+NOT_FOR_PLATFORM=      Interix-*-*
+
 pre-configure:
-       @(cd ${WRKSRC}; ${MAKE} pre-install)
+       cd ${WRKSRC} && ${MAKE} pre-install
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index