From 435ea2a95a4af4ed962ba400c7f853a406421b66 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Sun, 9 Aug 2015 19:14:13 +0000 Subject: Re-commit of 64 bit linuxulator support (not activated by default): - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by antoine) * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with the new 64 bit parts - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (antoine after some EXP-runs) --- devel/linux-c6-dbus-glib/pkg-plist.i686 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 devel/linux-c6-dbus-glib/pkg-plist.i686 (limited to 'devel/linux-c6-dbus-glib/pkg-plist.i686') diff --git a/devel/linux-c6-dbus-glib/pkg-plist.i686 b/devel/linux-c6-dbus-glib/pkg-plist.i686 new file mode 100644 index 000000000000..9400416738ce --- /dev/null +++ b/devel/linux-c6-dbus-glib/pkg-plist.i686 @@ -0,0 +1,3 @@ +usr/bin/dbus-binding-tool +usr/lib/libdbus-glib-1.so.2 +usr/lib/libdbus-glib-1.so.2.1.0 -- cgit v1.2.3