From 3aeeb3f1bd9a7412e909b8d97e56f4b53720b0de Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Sun, 26 Jul 2015 13:06:24 +0000 Subject: 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 * 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 it - 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 (implicit, I remember blanked approval for linux parts loooong ago, punish me if you don't agree anymore) --- graphics/linux-c6-libGLU/Makefile | 5 ++--- graphics/linux-c6-libGLU/distinfo.x86_64 | 4 ++++ graphics/linux-c6-libGLU/pkg-plist.i686 | 2 ++ graphics/linux-c6-libGLU/pkg-plist.x86_64 | 2 ++ 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 graphics/linux-c6-libGLU/distinfo.x86_64 create mode 100644 graphics/linux-c6-libGLU/pkg-plist.i686 create mode 100644 graphics/linux-c6-libGLU/pkg-plist.x86_64 (limited to 'graphics/linux-c6-libGLU') diff --git a/graphics/linux-c6-libGLU/Makefile b/graphics/linux-c6-libGLU/Makefile index 4db4fbb60f37..b7e279bb2922 100644 --- a/graphics/linux-c6-libGLU/Makefile +++ b/graphics/linux-c6-libGLU/Makefile @@ -3,6 +3,7 @@ PORTNAME= libGLU PORTVERSION= 10.1 +PORTREVISION= 1 CATEGORIES= graphics linux DISTNAME= mesa-libGLU-10.1.2-2.el6 @@ -15,14 +16,12 @@ CONFLICTS= linux-f10-dri-[0-9]* linux-f10-libGLU-[0-9]* linux-c6-dri-[0-9]* ONLY_FOR_ARCHS= i386 amd64 .if defined(PACKAGE_BUILDING) -SRC_DISTFILES= mesa-10.1.2-2.el6.src.rpm +SRC_DISTFILES= mesa-10.1.2-2.el6.src.rpm:SOURCE .endif USE_LINUX= c6 USE_LINUX_RPM= yes USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -PLIST_FILES= usr/lib/libGLU.so.1 \ - usr/lib/libGLU.so.1.3.1 .include diff --git a/graphics/linux-c6-libGLU/distinfo.x86_64 b/graphics/linux-c6-libGLU/distinfo.x86_64 new file mode 100644 index 000000000000..abc16d2aaf17 --- /dev/null +++ b/graphics/linux-c6-libGLU/distinfo.x86_64 @@ -0,0 +1,4 @@ +SHA256 (rpm/x86_64/centos/6.6/mesa-libGLU-10.1.2-2.el6.x86_64.rpm) = 3c2b7144d7ceac6e273671d89c1683b2ebd5aa87154e3baab20cbc23aab32c13 +SIZE (rpm/x86_64/centos/6.6/mesa-libGLU-10.1.2-2.el6.x86_64.rpm) = 201592 +SHA256 (rpm/x86_64/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = eecc2fcd5f3478d420a2decb61e201c91c8cfcaf3ae2bf7e6c5b69d342a5d98c +SIZE (rpm/x86_64/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = 23953214 diff --git a/graphics/linux-c6-libGLU/pkg-plist.i686 b/graphics/linux-c6-libGLU/pkg-plist.i686 new file mode 100644 index 000000000000..4a10efbeee5a --- /dev/null +++ b/graphics/linux-c6-libGLU/pkg-plist.i686 @@ -0,0 +1,2 @@ +usr/lib/libGLU.so.1 +usr/lib/libGLU.so.1.3.1 diff --git a/graphics/linux-c6-libGLU/pkg-plist.x86_64 b/graphics/linux-c6-libGLU/pkg-plist.x86_64 new file mode 100644 index 000000000000..a5685d9c84be --- /dev/null +++ b/graphics/linux-c6-libGLU/pkg-plist.x86_64 @@ -0,0 +1,2 @@ +usr/lib64/libGLU.so.1 +usr/lib64/libGLU.so.1.3.1 -- cgit v1.2.3