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) --- graphics/linux-c6-glx-utils/Makefile | 6 ++---- graphics/linux-c6-glx-utils/distinfo.x86_64 | 4 ++++ graphics/linux-c6-glx-utils/pkg-plist.i686 | 4 ++++ graphics/linux-c6-glx-utils/pkg-plist.x86_64 | 4 ++++ 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 graphics/linux-c6-glx-utils/distinfo.x86_64 create mode 100644 graphics/linux-c6-glx-utils/pkg-plist.i686 create mode 100644 graphics/linux-c6-glx-utils/pkg-plist.x86_64 (limited to 'graphics/linux-c6-glx-utils') diff --git a/graphics/linux-c6-glx-utils/Makefile b/graphics/linux-c6-glx-utils/Makefile index 3a3b3130e8f9..eddfba33a235 100644 --- a/graphics/linux-c6-glx-utils/Makefile +++ b/graphics/linux-c6-glx-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= glx-utils PORTVERSION= 10.1.2 +PORTREVISION= 1 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org @@ -22,11 +23,8 @@ NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-dr linux-c6-libGLU>0:${PORTSDIR}/graphics/linux-c6-libGLU NVIDIA_GL_USE_OFF= linux_apps=dri -PLIST_FILES= usr/bin/glxgears usr/bin/glxinfo \ - usr/bin/xdriinfo usr/share/man/man1/xdriinfo.1.gz - .if defined(PACKAGE_BUILDING) -SRC_DISTFILES= mesa-10.1.2-2.el6.src.rpm +SRC_DISTFILES= mesa-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE .endif .include diff --git a/graphics/linux-c6-glx-utils/distinfo.x86_64 b/graphics/linux-c6-glx-utils/distinfo.x86_64 new file mode 100644 index 000000000000..30ddbce5f53a --- /dev/null +++ b/graphics/linux-c6-glx-utils/distinfo.x86_64 @@ -0,0 +1,4 @@ +SHA256 (rpm/x86_64/centos/6.6/glx-utils-10.1.2-2.el6.x86_64.rpm) = da0ecfd5affb73f01d01fd2c2f89148d3593b82b271b98821682191833ac67d2 +SIZE (rpm/x86_64/centos/6.6/glx-utils-10.1.2-2.el6.x86_64.rpm) = 25712 +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-glx-utils/pkg-plist.i686 b/graphics/linux-c6-glx-utils/pkg-plist.i686 new file mode 100644 index 000000000000..0077a2e97ede --- /dev/null +++ b/graphics/linux-c6-glx-utils/pkg-plist.i686 @@ -0,0 +1,4 @@ +usr/bin/glxgears +usr/bin/glxinfo +usr/bin/xdriinfo +usr/share/man/man1/xdriinfo.1.gz diff --git a/graphics/linux-c6-glx-utils/pkg-plist.x86_64 b/graphics/linux-c6-glx-utils/pkg-plist.x86_64 new file mode 100644 index 000000000000..0077a2e97ede --- /dev/null +++ b/graphics/linux-c6-glx-utils/pkg-plist.x86_64 @@ -0,0 +1,4 @@ +usr/bin/glxgears +usr/bin/glxinfo +usr/bin/xdriinfo +usr/share/man/man1/xdriinfo.1.gz -- cgit v1.2.3