diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2015-07-26 13:06:24 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2015-07-26 13:06:24 +0000 |
commit | 3aeeb3f1bd9a7412e909b8d97e56f4b53720b0de (patch) | |
tree | e209e06ced549984f72de2e41fc9452f6156d081 /print/linux-c6-cups-libs | |
parent | dd69971504c1d13e3c1276c13839143138d75427 (diff) | |
download | ports-3aeeb3f1bd9a7412e909b8d97e56f4b53720b0de.tar.gz ports-3aeeb3f1bd9a7412e909b8d97e56f4b53720b0de.zip |
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)
Notes
Notes:
svn path=/head/; revision=392921
Diffstat (limited to 'print/linux-c6-cups-libs')
-rw-r--r-- | print/linux-c6-cups-libs/Makefile | 6 | ||||
-rw-r--r-- | print/linux-c6-cups-libs/distinfo.x86_64 | 4 | ||||
-rw-r--r-- | print/linux-c6-cups-libs/pkg-plist.i686 | 6 | ||||
-rw-r--r-- | print/linux-c6-cups-libs/pkg-plist.x86_64 | 6 |
4 files changed, 18 insertions, 4 deletions
diff --git a/print/linux-c6-cups-libs/Makefile b/print/linux-c6-cups-libs/Makefile index ead9589553d1..fe51d9b3a91a 100644 --- a/print/linux-c6-cups-libs/Makefile +++ b/print/linux-c6-cups-libs/Makefile @@ -3,7 +3,7 @@ PORTNAME= cups-libs PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print linux MASTER_SITES= CENTOS_LINUX_UPDATES @@ -13,12 +13,10 @@ COMMENT= Common UNIX Printing System libraries USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= gnutls -SRC_DISTFILES= cups-${PORTVERSION}-${RPMVERSION}.src.rpm +SRC_DISTFILES= cups-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE RPMVERSION= 67.el6_6.1 USE_LDCONFIG= yes -PLIST_FILES= usr/lib/libcups.so.2 usr/lib/libcupscgi.so.1 usr/lib/libcupsdriver.so.1 \ - usr/lib/libcupsimage.so.2 usr/lib/libcupsmime.so.1 usr/lib/libcupsppdc.so.1 DESCR= ${.CURDIR}/../cups-base/pkg-descr .include <bsd.port.mk> diff --git a/print/linux-c6-cups-libs/distinfo.x86_64 b/print/linux-c6-cups-libs/distinfo.x86_64 new file mode 100644 index 000000000000..e0bc3fb64d31 --- /dev/null +++ b/print/linux-c6-cups-libs/distinfo.x86_64 @@ -0,0 +1,4 @@ +SHA256 (rpm/x86_64/centos/6.6/cups-libs-1.4.2-67.el6_6.1.x86_64.rpm) = b6da7e01721b2ce11affe423d77de600ffedb9f6499399a7f23102705d4dfbf2 +SIZE (rpm/x86_64/centos/6.6/cups-libs-1.4.2-67.el6_6.1.x86_64.rpm) = 327548 +SHA256 (rpm/x86_64/centos/6.6/cups-1.4.2-67.el6_6.1.src.rpm) = 232eea3a52f7b16c040c3e8dec51ff3ff9727439bb6aebc414f93cbed320ce24 +SIZE (rpm/x86_64/centos/6.6/cups-1.4.2-67.el6_6.1.src.rpm) = 4659734 diff --git a/print/linux-c6-cups-libs/pkg-plist.i686 b/print/linux-c6-cups-libs/pkg-plist.i686 new file mode 100644 index 000000000000..d9a696dcf549 --- /dev/null +++ b/print/linux-c6-cups-libs/pkg-plist.i686 @@ -0,0 +1,6 @@ +usr/lib/libcups.so.2 +usr/lib/libcupscgi.so.1 +usr/lib/libcupsdriver.so.1 +usr/lib/libcupsimage.so.2 +usr/lib/libcupsmime.so.1 +usr/lib/libcupsppdc.so.1 diff --git a/print/linux-c6-cups-libs/pkg-plist.x86_64 b/print/linux-c6-cups-libs/pkg-plist.x86_64 new file mode 100644 index 000000000000..7a857a9ab6c3 --- /dev/null +++ b/print/linux-c6-cups-libs/pkg-plist.x86_64 @@ -0,0 +1,6 @@ +usr/lib64/libcups.so.2 +usr/lib64/libcupscgi.so.1 +usr/lib64/libcupsdriver.so.1 +usr/lib64/libcupsimage.so.2 +usr/lib64/libcupsmime.so.1 +usr/lib64/libcupsppdc.so.1 |