pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils No need to restrict ipw and iwi firmware imag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d2b22a423e6
branches:  trunk
changeset: 502058:7d2b22a423e6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 01 22:58:42 2005 +0000

description:
No need to restrict ipw and iwi firmware images to NetBSD. Other systems
can use them too, after all.

diffstat:

 sysutils/ipw-firmware/Makefile |  4 +---
 sysutils/iwi-firmware/Makefile |  5 +----
 2 files changed, 2 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r b8aa354ad75b -r 7d2b22a423e6 sysutils/ipw-firmware/Makefile
--- a/sysutils/ipw-firmware/Makefile    Tue Nov 01 22:57:06 2005 +0000
+++ b/sysutils/ipw-firmware/Makefile    Tue Nov 01 22:58:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/08/30 00:25:04 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2005/11/01 22:58:42 joerg Exp $
 
 DISTNAME=      ipw2100-fw-1.2
 PKGNAME=       ipw-firmware-1.0
@@ -14,8 +14,6 @@
 
 WRKSRC=         ${WRKDIR}
 
-ONLY_FOR_PLATFORM=     NetBSD-*-i386
-
 RESTRICTED=            "Intel Licensed Software: see http://ipw2100.sourceforge.net/firmware.php?fid=3";
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
diff -r b8aa354ad75b -r 7d2b22a423e6 sysutils/iwi-firmware/Makefile
--- a/sysutils/iwi-firmware/Makefile    Tue Nov 01 22:57:06 2005 +0000
+++ b/sysutils/iwi-firmware/Makefile    Tue Nov 01 22:58:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/10/29 08:46:45 scw Exp $
+# $NetBSD: Makefile,v 1.6 2005/11/01 22:58:42 joerg Exp $
 #
 
 DISTNAME=              ipw2200-fw-2.3
@@ -14,9 +14,6 @@
 
 LICENSE=               intel-ipw-license
 
-
-ONLY_FOR_PLATFORM=     NetBSD-*-*
-
 RESTRICTED=            "Intel Licensed Software: see http://ipw2200.sourceforge.net/firmware.php?fid=5";
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}



Home | Main Index | Thread Index | Old Index