diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2015-08-09 19:14:13 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2015-08-09 19:14:13 +0000 |
commit | 435ea2a95a4af4ed962ba400c7f853a406421b66 (patch) | |
tree | 5205db7c3150c2000d8091bebe7ce6fc273be03c /databases | |
parent | Make sure these compiz ports depend on gconf2 so the GCONF_SCHEMAS (diff) |
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)
Notes
Notes:
svn path=/head/; revision=393817
Diffstat (limited to 'databases')
-rw-r--r-- | databases/linux-c6-sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/linux-c6-sqlite3/distinfo.x86_64 | 4 | ||||
-rw-r--r-- | databases/linux-c6-sqlite3/pkg-plist.i686 | 4 | ||||
-rw-r--r-- | databases/linux-c6-sqlite3/pkg-plist.x86_64 | 4 |
4 files changed, 13 insertions, 3 deletions
diff --git a/databases/linux-c6-sqlite3/Makefile b/databases/linux-c6-sqlite3/Makefile index 87f7ddd2ee4e..b9c56df02b1c 100644 --- a/databases/linux-c6-sqlite3/Makefile +++ b/databases/linux-c6-sqlite3/Makefile @@ -3,7 +3,7 @@ PORTNAME= sqlite PORTVERSION= 3.6.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases linux PKGNAMEPREFIX= linux-${USE_LINUX}- @@ -19,8 +19,6 @@ USE_LINUX_RPM= yes BRANDELF_FILES= usr/bin/sqlite3 USE_LDCONFIG= yes -PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \ - usr/lib/libsqlite3.so.0.8.6 usr/share/man/man1/sqlite3.1.gz DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION} PORTDOCS= README DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr diff --git a/databases/linux-c6-sqlite3/distinfo.x86_64 b/databases/linux-c6-sqlite3/distinfo.x86_64 new file mode 100644 index 000000000000..7c0fad934a4d --- /dev/null +++ b/databases/linux-c6-sqlite3/distinfo.x86_64 @@ -0,0 +1,4 @@ +SHA256 (rpm/x86_64/centos/6.6/sqlite-3.6.20-1.el6.x86_64.rpm) = 359d8f3d2de7dabcbfe4cec80657ebc3c954852e17d2086a23debdf5409873cd +SIZE (rpm/x86_64/centos/6.6/sqlite-3.6.20-1.el6.x86_64.rpm) = 308488 +SHA256 (rpm/x86_64/centos/6.6/sqlite-3.6.20-1.el6.src.rpm) = f75ce08d6f66259df76adcb4a5551f6bc7b530ed524eb3da13689ffd475b34bd +SIZE (rpm/x86_64/centos/6.6/sqlite-3.6.20-1.el6.src.rpm) = 5324043 diff --git a/databases/linux-c6-sqlite3/pkg-plist.i686 b/databases/linux-c6-sqlite3/pkg-plist.i686 new file mode 100644 index 000000000000..f808d65c65a1 --- /dev/null +++ b/databases/linux-c6-sqlite3/pkg-plist.i686 @@ -0,0 +1,4 @@ +usr/bin/sqlite3 +usr/lib/libsqlite3.so.0 +usr/lib/libsqlite3.so.0.8.6 +usr/share/man/man1/sqlite3.1.gz diff --git a/databases/linux-c6-sqlite3/pkg-plist.x86_64 b/databases/linux-c6-sqlite3/pkg-plist.x86_64 new file mode 100644 index 000000000000..5fb0bf0c996c --- /dev/null +++ b/databases/linux-c6-sqlite3/pkg-plist.x86_64 @@ -0,0 +1,4 @@ +usr/bin/sqlite3 +usr/lib64/libsqlite3.so.0 +usr/lib64/libsqlite3.so.0.8.6 +usr/share/man/man1/sqlite3.1.gz |