pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/hal



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Apr 29 19:50:02 UTC 2020

Modified Files:
        pkgsrc/sysutils/hal: Makefile

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

(And hurt netbsd>=10)


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/sysutils/hal/Makefile

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

Modified files:

Index: pkgsrc/sysutils/hal/Makefile
diff -u pkgsrc/sysutils/hal/Makefile:1.88 pkgsrc/sysutils/hal/Makefile:1.89
--- pkgsrc/sysutils/hal/Makefile:1.88   Sun Mar  8 16:48:11 2020
+++ pkgsrc/sysutils/hal/Makefile        Wed Apr 29 19:50:02 2020
@@ -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-eject=/usr/sbin/
 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