Po-Chuan Hsieh
19aa52f01a
databases/rocksdb: Update to 9.7.3
...
Changes: https://github.com/facebook/rocksdb/releases
2024-10-25 19:17:07 +08:00
Po-Chuan Hsieh
79e5358813
databases/rocksdb: Update to 9.7.2
...
Changes: https://github.com/facebook/rocksdb/releases
2024-10-18 03:02:34 +08:00
Po-Chuan Hsieh
99510f4118
databases/rocksdb: Update to 9.6.1
...
Changes: https://github.com/facebook/rocksdb/releases
2024-09-16 04:09:34 +08:00
Po-Chuan Hsieh
4950c4acb7
databases/rocksdb: Clean up CXXFLAGS
2024-09-09 02:36:58 +08:00
Po-Chuan Hsieh
ebdfcf26c9
databases/rocksdb: Fix build on i386 with Clang 17+
...
mkdir -p utilities/transactions/lock/range/range_tree/lib/locktree && clang++ -O2 -pipe -DOS_FREEBSD -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wno-inconsistent-missing-override -Wno-unused-parameter -Wno-unused-variable -Wno-unused-private-field -isystem /usr/local/include -std=c++17 -fPIC -DROCKSDB_DLL -DROCKSDB_USE_RTTI -g -W -Wextra -Wall -Wsign-compare -Wshadow -Wunused-parameter -Werror -I. -I./include -std=c++17 -O2 -pipe -DOS_FREEBSD -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wno-inconsistent-missing-override -Wno-unused-parameter -Wno-unused-variable -Wno-unused-private-field -isystem /usr/local/include -std=c++17 -faligned-new -DHAVE_ALIGNED_NEW -DROCKSDB_PLATFORM_POSIX -DROCKSDB_LIB_IO_POSIX -O2 -pipe -DOS_FREEBSD -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -D_REENTRANT -DOS_FREEBSD -DSNAPPY -DGFLAGS=1 -DZLIB -DBZIP2 -DLZ4 -DZSTD -DROCKSDB_MALLOC_USABLE_SIZE -DROCKSDB_PTHREAD_ADAPTIVE_MUTEX -DROCKSDB_BACKTRACE -DROCKSDB_SCHED_GETCPU_PRESENT -isystem third-party/gtest-1.8.1/fused-src -O2 -fno-omit-frame-pointer -momit-leaf-frame-pointer -DNDEBUG -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-invalid-offsetof -c utilities/transactions/lock/range/range_tree/lib/locktree/manager.cc -o utilities/transactions/lock/range/range_tree/lib/locktree/manager.o
In file included from utilities/transactions/lock/range/range_tree/lib/locktree/manager.cc:58:
In file included from utilities/transactions/lock/range/range_tree/lib/locktree/../portability/toku_pthread.h:60:
In file included from utilities/transactions/lock/range/range_tree/lib/locktree/../portability/toku_portability.h:71:
utilities/transactions/lock/range/range_tree/lib/locktree/../portability/toku_atomic.h:80:10: error: __sync builtin operation MUST have natural alignment (consider using __atomic). [-Werror,-Wsync-alignment]
80 | return __sync_fetch_and_add(addr, diff);
| ^
utilities/transactions/lock/range/range_tree/lib/locktree/../portability/toku_atomic.h:92:10: error: __sync builtin operation MUST have natural alignment (consider using __atomic). [-Werror,-Wsync-alignment]
92 | return __sync_fetch_and_sub(addr, diff);
| ^
2 errors generated.
gmake: *** [Makefile:2566: utilities/transactions/lock/range/range_tree/lib/locktree/manager.o] Error 1
Tested on: 13.3-RELEASE-p5 (17.0.6), 15.0-CURRENT (18.1.6)
Reference: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p1963f6d23107_s10d5b43424d/logs/rocksdb-9.4.0.log
https://github.com/llvm/llvm-project/issues/69146
2024-09-05 14:11:22 +08:00
Po-Chuan Hsieh
b0391241ed
databases/rocksdb: Update to 9.4.0
...
Changes: https://github.com/facebook/rocksdb/releases
2024-07-14 04:17:34 +08:00
Po-Chuan Hsieh
fb53d29d6e
databases/rocksdb: Update to 9.3.1
...
Changes: https://github.com/facebook/rocksdb/releases
2024-07-07 00:01:39 +08:00
Po-Chuan Hsieh
d82a47d7c2
databases/rocksdb: Fix build on i386
...
Reference: https://pkg-status.freebsd.org/beefy21/data/140i386-default/02faf78f4c9b/logs/rocksdb-9.2.1.log
2024-06-03 10:37:26 +08:00
Po-Chuan Hsieh
89d44847eb
databases/rocksdb: Update to 9.2.1
...
Changes: https://github.com/facebook/rocksdb/releases
2024-05-29 04:19:18 +08:00
Po-Chuan Hsieh
901447f0bf
databases/rocksdb: Update to 9.1.1
...
Changes: https://github.com/facebook/rocksdb/releases
2024-05-20 01:15:04 +08:00
Po-Chuan Hsieh
65cade3e71
databases/rocksdb: Update to 9.1.0
...
Changes: https://github.com/facebook/rocksdb/releases
2024-04-21 02:28:02 +08:00
Po-Chuan Hsieh
8b7f925794
databases/rocksdb: Update to 9.0.1
...
Changes: https://github.com/facebook/rocksdb/releases
2024-04-20 22:25:35 +08:00
Po-Chuan Hsieh
cdbaac6699
databases/rocksdb: Update to 9.0.0
...
Changes: https://github.com/facebook/rocksdb/releases
2024-03-31 11:05:37 +08:00
Po-Chuan Hsieh
7602c851f1
databases/rocksdb: Fix build on aarch64
...
util/crc32c_arm64.cc:60:16: error: use of undeclared identifier 'AT_HWCAP'
elf_aux_info(AT_HWCAP, &auxv, sizeof(auxv));
^
util/crc32c_arm64.cc:89:16: error: use of undeclared identifier 'AT_HWCAP'
elf_aux_info(AT_HWCAP, &auxv, sizeof(auxv));
^
2 errors generated.
Reference: https://pkg-status.freebsd.org/ampere3/data/132arm64-default/1e21f425f6c4/logs/rocksdb-8.11.3.log
Tested on: ref14-aarch64
2024-03-23 22:30:39 +08:00
Po-Chuan Hsieh
724c9182c5
databases/rocksdb: Update to 8.11.3
...
Changes: https://github.com/facebook/rocksdb/releases
2024-03-09 22:05:17 +08:00
Po-Chuan Hsieh
b307369d4b
databases/rocksdb: Update to 8.10.0
...
Changes: https://github.com/facebook/rocksdb/releases
2024-02-21 23:06:18 +08:00
Muhammad Moinur Rahman
bbab7f59e9
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
...
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
2023-12-31 01:37:05 +01:00
Po-Chuan Hsieh
1949c4ca5a
databases/rocksdb: Update to 8.9.1
...
Changes: https://github.com/facebook/rocksdb/releases
2023-12-15 04:44:51 +08:00
Po-Chuan Hsieh
a318727341
databases/rocksdb: Update to 8.8.1
...
Changes: https://github.com/facebook/rocksdb/releases
2023-11-27 18:28:04 +08:00
Po-Chuan Hsieh
c00f8dae49
databases/rocksdb: Update to 8.6.7
...
Changes: https://github.com/facebook/rocksdb/releases
2023-10-08 19:54:06 +08:00
Po-Chuan Hsieh
7f5e7669aa
databases/rocksdb: Update to 8.5.4
...
Changes: https://github.com/facebook/rocksdb/releases
2023-09-30 08:44:20 +08:00
Po-Chuan Hsieh
02e6acd633
databases/rocksdb: Clean up Makefile
...
These lines are added in d7ec4632b50c4102ae08342d8b53ec9881e73f76 to find out
why it is broken on our package building clusters. It seems the problem was
fixed in b5c33f2db3696971ee290078164828d589062f2c.
2023-09-11 11:07:37 +08:00
Po-Chuan Hsieh
dffdaab0c8
databases/rocksdb: Fix build on i386
...
utilities/transactions/pessimistic_transaction.cc:691:25: error: implicit conversion from 'type' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295 [-Werror,-Wconstant-conversion]
: std::numeric_limits<uint64_t>::max();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utilities/transactions/pessimistic_transaction.cc:766:23: error: implicit conversion from 'type' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295 [-Werror,-Wconstant-conversion]
: std::numeric_limits<uint64_t>::max();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
2023-09-05 10:10:12 +08:00
Po-Chuan Hsieh
b5c33f2db3
databases/rocksdb: Do not delete built shared libraries before building static library
...
Hope it would fix the build on the package building cluster.
2023-09-05 05:39:13 +08:00
Po-Chuan Hsieh
65d51f736c
databases/rocksdb: Update to 8.5.3
...
- Install librocksdb_test.so: it is required by table_reader_bench
(rocksdb-8.5.3) /wrkdirs/usr/ports/databases/rocksdb/work/stage//usr/local/bin/table_reader_bench - required shared library librocksdb_test.so not found
Changes: https://github.com/facebook/rocksdb/releases
2023-09-05 05:30:04 +08:00
Po-Chuan Hsieh
2ac4ee659a
databases/rocksdb: Update to 8.3.2
...
Changes: https://github.com/facebook/rocksdb/releases
2023-07-09 18:17:04 +08:00
Po-Chuan Hsieh
5682397c0b
databases/rocksdb: Update to 8.1.1
...
Changes: https://github.com/facebook/rocksdb/releases
2023-04-27 23:45:32 +08:00
Po-Chuan Hsieh
6ca7096afe
databases/rocksdb: Update to 8.0.0
...
Changes: https://github.com/facebook/rocksdb/releases
2023-04-06 01:29:44 +08:00
Antoine Brodin
471af3153f
databases/rocksdb: mark BROKEN
...
strip: open /wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so failed: No such file or directory
Reported by: pkg-fallout
2023-02-20 10:51:40 +00:00
Po-Chuan Hsieh
42761afdd0
databases/rocksdb: Update to 7.9.2
...
Changes: https://github.com/facebook/rocksdb/releases
2023-02-05 23:47:41 +08:00
Po-Chuan Hsieh
b300497da9
databases/rocksdb: Update to 7.8.3
...
- Enable ZSTD option by default
Changes: https://github.com/facebook/rocksdb/releases
2023-01-30 20:58:59 +08:00
Po-Chuan Hsieh
0541d15e1c
databases/rocksdb: Update to 7.7.3
...
- Update WWW
Changes: https://github.com/facebook/rocksdb/releases
2022-12-30 17:04:06 +08:00
Po-Chuan Hsieh
e9d3d1f9b3
databases/rocksdb: Clean up Makefile
...
- Use = instead of ?= after 09bd0656bb445fed1675360acc33460e6d6fde44
2022-11-19 16:11:17 +08:00
Po-Chuan Hsieh
0744117495
databases/rocksdb: Update to 7.7.2
...
Changes: https://github.com/facebook/rocksdb/releases
2022-10-10 03:45:25 +08:00
Po-Chuan Hsieh
e4ad21833c
databases/rocksdb: Update to 7.6.0
...
Changes: https://github.com/facebook/rocksdb/releases
2022-10-04 01:10:16 +08:00
Stefan Eßer
fb16dfecae
Remove WWW entries moved into port Makefiles
...
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0
Add WWW entries to port Makefiles
...
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Po-Chuan Hsieh
49c761540e
databases/rocksdb: Update to 7.5.3
...
Changes: https://github.com/facebook/rocksdb/releases
2022-09-01 02:49:28 +08:00
Po-Chuan Hsieh
17eadf1e58
databases/rocksdb: Update to 7.4.5
...
Changes: https://github.com/facebook/rocksdb/releases
2022-08-27 18:23:31 +08:00
Po-Chuan Hsieh
d5337e9c08
databases/rocksdb: Update to 7.4.4
...
Changes: https://github.com/facebook/rocksdb/releases
2022-07-31 03:24:06 +08:00
Po-Chuan Hsieh
acdb2f5b1a
databases/rocksdb: Update to 7.4.3
...
Changes: https://github.com/facebook/rocksdb/releases
2022-07-30 13:57:08 +08:00
Dmitry Marakasov
d053c682cf
databases/rocksdb: mark BROKEN
...
Approved by: portmgr blanket
2022-07-26 14:41:47 +03:00
Tobias C. Berner
d076ad94e2
databases: remove 'Created by' lines
...
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org>
* Aldis Berjoza <graudeejs@gmail.com>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov,com>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Novitsky
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Degtyarev <alexey@renatasystems.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andrei Antoukh <niwi@niwi.be>
* Andrew McNaughton <andrew@scoop.co.nz>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey Simonenko
* Andrey Zakhvatov
* Anes Mukhametov <anes@anes.su>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antonio Carlos Venancio Junior (<antonio@php.net>)
* Autrijus Tang <autrijus@autrijus.org>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Bartek Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@FreeBSD.org>
* Brent J. Nordquist <bjn@visi.com>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Choe, Cheng-Dae
* Chris D. Faulhaber <jedgar@FreeBSD.org>
* Chris Larsen <darth@vader.dk>
* Damian Gerow <dgerow@afflictions.org>
* Daniel O'Connor
* Daniel Wijnands <daniel@itxl.nl>
* Dave Green <dg@fastmail.co.uk>
* David Thiel <lx@FreeBSD.org>
* Davíð Steinn Geirsson <david@isnic.is>
* Denis Generalov <gd.workbox@gmail.com>
* Denis Generalov <gd@rambler-co.ru>
* Denis Shaposhnikov <dsh@bamus.cz>
* Dermot Tynan <dtynan@kalopa.com>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Domas Mituzas <midom@dammit.lt>
* Dominic Mitchell
* Don Owens <don@regexguy.com>
* Dryice Dong Liu <dryice@dryice.name>
* Edwin Groothuis (edwin@mavetju.org )
* Eric Freeman <freebsdports@chillibear.com>
* Espen Tagestad <espen@tagestad.no>
* Espen Volden aka voldern <voldern@hoeggen.net>
* Evan Sarmiento <bsdports@wayfair.com>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Frank Wall <fw@moov.de>
* Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
* Gary Palmer <gpalmer@FreeBSD.org>
* Gea-Suan Lin <gslin@gslin.org>
* Geraud CONTINSOUZAS <geraud@gcu.info>
* Gerrit Beine <tux@pinguru.net>
* Greg Larkin <glarkin@FreeBSD.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Hodne <henrik@hodne.io>
* Hiroyuki Hanai <hanai@FreeBSD.org>
* Horia Racoviceanu <horia@racoviceanu.com>
* Hye-Shik Chang
* Hye-Shik Chang <perky@python.or.kr>
* Ilia Chipitsine <ilia@jane.cgu.chel.su>
* Ivan Voras <ivoras@FreeBSD.org>
* J.F. Dockes
* Jaap Boender <jaapb@kerguelen.org>
* Jake Smith <jake@xz.cx>
* James FitzGibbon <jfitz@FreeBSD.org>
* Janos Mohacsi <janos.mohacsi@bsd.hu>
* Janos.Mohacsi@bsd.hu
* Jason Helfman <jgh@FreeBSD.org>
* Jens Rehsack <rehsack@liwing.de>
* Jeremy Chadwick <koitsu@FreeBSD.org>
* Jev Björsell <ports@ecadlabs.com>
* Jim Ohlstein <jim@ohlste.in>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Horn <joehorn@gmail.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Chen <johnpupu@gmail.com>
* John Marino <marino@FreeBSD.org>
* John Merryweather Cooper
* John Merryweather Cooper et al
* Jon Nistor <nistor@snickers.org>
* Jonathan Weiss (<jw@innerewut.de>)
* Jose Jachuf <jjachuf@gmail.com>
* Joshua D. Abraham <jabra@ccs.neu.edu>
* Jov <amutu@amutu.com>
* Jov amutu@amutu.com
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julien Laffaye <kimelto@gmail.com>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* Keith Gaughan <k@sterechro.me>
* Kevin Bowling <kbowling@freebsd.org>
* Kimo <kimor79@yahoo.com>
* Kimura Fuyuki <fuyuki@nigredo.org>
* Koop Mast <kwm@FreeBSD.org>
* Lars Balker Rasmussen <lbr@FreeBSD.org
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Eggert <larse@isi.edu>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Loïc BARTOLETTI
* Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
* Lubomir Marinov <lubomir_m@abv.bg>
* Mahdi Mokhtari <mokhi64@gmail.com>
* Mahlon E. Smith <mahlon@martini.nu>
* Marc G. Fournier <scrappy@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Markus Brueffer <markus@FreeBSD.org>
* Martin Matuska <martin@matuska.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Mathieu Arnold <m@absolight.net>
* Matthew Seaman
* Matthias Andree <mandree@FreeBSD.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Matthias Petermann <matthias@petermann-it.de>
* Max Khon
* Max Khon <fjoe@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael Winking <mwfp@foldl.net>
* Mikael URANKAR and Loïc BARTOLETTI
* Mike Carlson (carlson39@llnl.gov )
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin
* Mikhail Teterin <mi@aldan.algebra.com>
* Mikolaj Golub <trociny@FreeBSD.org>
* Mirko Zinn <mail@derzinn.de>
* Mohammad S. Babaei <info@babaei.net>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Nick Hibma <n_hibma@freebsd.org>
* Nick Hilliard <nick@foobar.org>
* Nick Sayer <nsayer@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicolas Embriz <nbari@tequila.io>
* Nicolas de Bari Embriz <nbari@dalmp.com>
* Oleg Sharoiko <os@rsu.ru>
* Olexander Melnyk <olexander.v.melnyk@gmail.com>
* Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Palle Girgensohn <girgen@FreeBSD.org>
* Palle Girgensohn <girgen@partitur.se>
* Palle Girgensohn <girgen@pingpong.net>
* Parv <parv@pair.org>
* Pete Fritchman <petef@databits.net>
* Peter Avalos <pavalos@theshell.com>
* Philip M. Gollucci
* Philip M. Gollucci <philip@p6m7g8.com>
* Philip Stoev <philip.stoev@galeracluster.com>
* Pierre-Emmanuel Andre <pea@raveland.org>
* Pietro Cerutti <gahr@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qing Feng <qingfeng@douban.com>
* Quinton Dolan <q@onthenet.com.au>
* Radim Kolar
* Rainer Hurling <rhurlin@gwdg.de>
* Rick Miller
* Robert Kruus <rob.kruus@gmail.com>
* Rod Taylor <ports@rbt.ca>
* Roland van Laar <roland@micite.net>
* Rong-En Fan <rafan@FreeBSD.org>
* Roy Boerner
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Rusty Nejdl
* Ryan Steinmetz <rpsfa@rit.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Sam Lawrance <boris@brooknet.com.au>
* Scott McWhirter <scott@surreytech.co.uk>
* Seamus Venasse <svenasse@polaris.ca>
* Sean Chittenden <seanc@FreeBSD.org>
* Sergei Kolobov <sergei@kolobov.com>
* Sergei Vyshenski <svysh.fbsd@gmail.com>
* Sergey A. Osokin <osa@FreeBSD.org.ru>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Skvortsov <skv@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Sevan Janiyan <venture37@geeklan.co.uk>
* Sheldon Hearn <sheldonh@FreeBSD.org>
* Stanislav Svirid <count@211.ru>
* Stefan Schmidt <stefan.schmidt@stadtbuch.de>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@freebsd.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* T. William Wells <bill@twwells.com>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas (<thierry@pompo.net>)
* Thomas Gellekum <tg@FreeBSD.org>
* Timur I. Bakeyev <bat@cpan.org>
* Tom Judge <tj@FreeBSD.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuhlsdorff <ports@toco-domains.de>
* Toshiya Saitoh (<toshiya@saitoh.nu>)
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Vasil Dimov <vd@FreeBSD.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vladimir Timofeev <vovkasm@gmail.com>
* Wen Heping
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>
* William Grzybowski <wg@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yarema <yds@CoolRat.org>
* Yarema <yds@Necessitu.de>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yoichi NAKAYAMA <yoichi@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zach Thompson <lin-chi@lastamericanempire.com>
* ache@FreeBSD.org
* alfred
* alp@sfedu.ru
* andrew@scoop.co.nz
* andrey@kostenko.name
* chinsan
* chinsan <chinsan.tw@gmail.com>
* clive
* clive@FreeBSD.org
* clsung@dragon2.net
* dcf@aracnet.com
* elvstone@gmail.com
* erikhb@bgnett.no
* erwin@FreeBSD.org
* gahr
* ijliao
* ijlioa
* ivoras
* johnpupu <johnpupu@gmail.com>
* kirk@daycos.com
* kuriyama
* lbartoletti <lbartoletti@FreeBSD.org>
* loïc bartoletti <lbartoletti@FreeBSD.org>
* mharo@FreeBSD.org
* michael johnson <ahze@ahze.net>
* milki <milki@rescomp.berkeley.edy>
* mm@FreeBSD.org
* nbm
* nectar@FreeBSD.org
* nork@FreeBSD.org
* nork@cityfujisawa.ne.jp
* olevole@olevole.ru
* proler@gmail.com
* sergey@migsoft.com.ua
* sobomax
* spam@rm-rf.kiev.ua
* stas
* tobez
* tremere@cainites.net
* vanilla
* vanilla@
* wen@FreeBSD.org
* wenheping<wenheping@gmail.com>
* wolman@cs.washington.edu
* # Created by Kevin Bowling <kbowling@FreeBSD.org>
* # Created by Matthias Fechner <mfechner@FreeBSD.org>
With hat: portmgr
2022-07-20 16:21:07 +02:00
Po-Chuan Hsieh
d7ec4632b5
databases/rocksdb: Try to find the reason why it is broken on our package building clusters
...
- Locate all shared libraries before running strip
- Clean up Makefile:
- Use INSTALL_LIB to install librocksdb_tools.so
- Remove PKGNAMESUFFIX: it is no-op after decouple rocksdb-lite from rocksdb
(09bd0656bb445fed1675360acc33460e6d6fde44 and e4bc1f63b9dbdbde2463e8e4e33687aceb51bf1e)
from poudriere log [1]:
...
CCLD librocksdb.so.7.3.1
ln -fs librocksdb.so.7.3.1 librocksdb.so.7.3
ln -fs librocksdb.so.7.3.1 librocksdb.so.7
ln -fs librocksdb.so.7.3.1 librocksdb.so
...
[ -e librocksdb.so.7.3.1 ] && gmake install-shared || :
...
/usr/bin/strip /wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so /wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb_tools.so
strip: open /wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so failed: No such file or directory
*** Error code 1
Stop.
make: stopped in /usr/ports/databases/rocksdb
Reference: http://beefy2.nyi.freebsd.org/data/123amd64-quarterly/3dc475798ba8/logs/rocksdb-7.3.1.log [1]
2022-07-13 08:19:05 +08:00
Po-Chuan Hsieh
e4bc1f63b9
databases/rocksdb: Update to 7.3.1
...
Changes: https://github.com/facebook/rocksdb/releases
2022-06-16 21:59:07 +08:00
Po-Chuan Hsieh
8022172d3a
databases/rocksdb: Update to 7.2.2
...
Changes: https://github.com/facebook/rocksdb/releases
2022-05-13 19:39:14 +08:00
Po-Chuan Hsieh
26d629f17f
databases/rocksdb: Update to 7.1.2
...
Changes: https://github.com/facebook/rocksdb/releases
2022-04-26 23:01:11 +08:00
Po-Chuan Hsieh
cb5529d343
databases/rocksdb: Update to 7.1.1
...
Changes: https://github.com/facebook/rocksdb/releases
2022-04-18 07:58:00 +08:00
Po-Chuan Hsieh
45639c2ef0
databases/rocksdb: Update to 7.0.4
...
Changes: https://github.com/facebook/rocksdb/releases
2022-04-16 12:19:06 +08:00
Po-Chuan Hsieh
9086b7364f
databases/rocksdb: Update to 7.0.2
...
Changes: https://github.com/facebook/rocksdb/releases
2022-03-31 06:02:42 +08:00