Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/hal hal: avoid version checking that would've...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a52eb11fc66b
branches:  trunk
changeset: 428598:a52eb11fc66b
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 29 19:50:02 2020 +0000

description:
hal: avoid version checking that would've benefitted netbsd<5

(And hurt netbsd>=10)

diffstat:

 sysutils/hal/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 033b80bf80de -r a52eb11fc66b sysutils/hal/Makefile
--- a/sysutils/hal/Makefile     Wed Apr 29 19:47:46 2020 +0000
+++ b/sysutils/hal/Makefile     Wed Apr 29 19:50:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2020/03/08 16:48:11 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2020/04/29 19:50:02 maya Exp $
 
 DISTNAME=              hal-0.5.14
 PKGREVISION=           23
@@ -49,7 +49,7 @@
 CONFIGURE_ARGS+=       --with-backend=freebsd
 PLIST_SRC=             PLIST.FreeBSD PLIST
 
-.elif !empty(MACHINE_PLATFORM:MNetBSD-[5-9]*)
+.elif ${OPSYS} == "NetBSD"
 .include "../../devel/libvolume_id/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-backend=netbsd
 HAL_GROUP=             operator



Home | Main Index | Thread Index | Old Index