pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Enable cwrappers for Dragonfly and FreeBSD...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b5590686f9a
branches:  trunk
changeset: 355527:8b5590686f9a
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Dec 04 15:37:41 2016 +0000

description:
Enable cwrappers for Dragonfly and FreeBSD. Remove Linux emulation (gone)
for Dragonfly.

>From David Shao in PR pkg/51688.

diffstat:

 mk/platform/DragonFly.mk |  5 +++--
 mk/platform/FreeBSD.mk   |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 79a08a5aa037 -r 8b5590686f9a mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk  Sun Dec 04 15:28:36 2016 +0000
+++ b/mk/platform/DragonFly.mk  Sun Dec 04 15:37:41 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.50 2016/10/25 20:00:47 marino Exp $
+# $NetBSD: DragonFly.mk,v 1.51 2016/12/04 15:37:41 bsiegert Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
@@ -25,7 +25,7 @@
 ULIMIT_CMD_memorysize?=        ulimit -m `ulimit -H -m`
 ULIMIT_CMD_cputime?=   ulimit -t `ulimit -H -t`
 
-_OPSYS_EMULDIR.linux=  /compat/linux
+_OPSYS_EMULDIR.linux=  # empty
 
 _OPSYS_SYSTEM_RPATH?=          /lib:/usr/lib:/usr/lib/gcc47:/usr/lib/gcc50
 _OPSYS_LIB_DIRS?=              /lib /usr/lib
@@ -52,6 +52,7 @@
 DEFAULT_SERIAL_DEVICE?=        /dev/cuaa0
 SERIAL_DEVICES?=       /dev/cuaa0
 
+_OPSYS_SUPPORTS_CWRAPPERS=     yes
 _OPSYS_CAN_CHECK_SHLIBS=       yes # use readelf in check/bsd.check-vars.mk
 
 # check for kqueue(2) support
diff -r 79a08a5aa037 -r 8b5590686f9a mk/platform/FreeBSD.mk
--- a/mk/platform/FreeBSD.mk    Sun Dec 04 15:28:36 2016 +0000
+++ b/mk/platform/FreeBSD.mk    Sun Dec 04 15:37:41 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FreeBSD.mk,v 1.32 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: FreeBSD.mk,v 1.33 2016/12/04 15:37:41 bsiegert Exp $
 #
 # Variable definitions for the FreeBSD operating system.
 
@@ -63,6 +63,7 @@
 PKG_HAVE_KQUEUE=       # defined
 .endif
 
+_OPSYS_SUPPORTS_CWRAPPERS=     yes
 _OPSYS_CAN_CHECK_SHLIBS=       yes # use readelf in check/bsd.check-vars.mk
 
 # check for maximum command line length and set it in configure's environment,



Home | Main Index | Thread Index | Old Index