pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/coreutils



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu May  2 15:31:16 UTC 2019

Modified Files:
        pkgsrc/sysutils/coreutils: Makefile Makefile.common

Log Message:
coreutils: Report uname -o as "illumos" where appropriate.

Fixes joyent/pkgsrc#195.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/sysutils/coreutils/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/coreutils/Makefile.common

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

Modified files:

Index: pkgsrc/sysutils/coreutils/Makefile
diff -u pkgsrc/sysutils/coreutils/Makefile:1.73 pkgsrc/sysutils/coreutils/Makefile:1.74
--- pkgsrc/sysutils/coreutils/Makefile:1.73     Wed Aug 22 09:46:33 2018
+++ pkgsrc/sysutils/coreutils/Makefile  Thu May  2 15:31:16 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2018/08/22 09:46:33 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2019/05/02 15:31:16 jperkin Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../sysutils/coreutils/Makefile.common"
 
 CONFIGURE_ARGS+=       --without-gmp

Index: pkgsrc/sysutils/coreutils/Makefile.common
diff -u pkgsrc/sysutils/coreutils/Makefile.common:1.18 pkgsrc/sysutils/coreutils/Makefile.common:1.19
--- pkgsrc/sysutils/coreutils/Makefile.common:1.18      Wed May  9 08:41:19 2018
+++ pkgsrc/sysutils/coreutils/Makefile.common   Thu May  2 15:31:16 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2018/05/09 08:41:19 wen Exp $
+# $NetBSD: Makefile.common,v 1.19 2019/05/02 15:31:16 jperkin Exp $
 #
 # used by sysutils/coreutils/Makefile
 # used by misc/gnuls/Makefile
@@ -55,6 +55,11 @@ CONFIGURE_ENV.SunOS+=        gl_cv_warn_c__errw
 # Explicitly disable inotify support whilst it is Linux-specific.
 CONFIGURE_ENV.SunOS+=  ac_cv_func_inotify_init=no
 
+# Identify Solaris vs illumos where appropriate
+.if ${OPSYS} == "SunOS" && ${OS_VARIANT} != "Solaris"
+CONFIGURE_ENV+=                gl_cv_host_operating_system=illumos
+.endif
+
 .if !empty(MACHINE_PLATFORM:MDarwin-[9].*-*)
 CONFIGURE_ENV+=                ac_cv_header_sys_acl_h=no jm_cv_func_svid_putenv=yes
 .endif



Home | Main Index | Thread Index | Old Index