Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.3_2 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
1.4.3_2 28 Jun 2023 06:27:40 |
Mikolaj Golub (trociny) |
databases/leofs: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because Makefile does not explicitly set its C++ standard, this leads
to the error when building eleveldb:
util/bloom.cc:100:10: error: no template named 'auto_ptr' in namespace 'std'
std::auto_ptr<const FilterPolicy> m_Item;
~~~~~^
Add USE_CXXSTD=gnu++11 to avoid this error. |
1.4.3_1 30 Oct 2022 15:47:39 |
Mikael Urankar (mikael) Author: Robert Clausecker |
databases/leofs: fix build on armv6, armv7, aarch64
Apply the fix from db917ae to armv6, armv7, and aarch64.
PR: 265587
Approved by: portmgr (blanket: build fix)
Approved by: trociny (maintainer) |
1.4.3_1 09 Sep 2022 21:02:04 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.4.3_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.4.3_1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
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> (Only the first 15 lines of the commit message are shown above ) |
1.4.3_1 20 May 2021 13:41:42 |
Piotr Kubaj (pkubaj) |
databases/leofs: fix build on powerpc*
Same fix as the one for databases/p5-Tie-LevelDB. |
1.4.3_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.4.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.3_1 02 Jan 2021 01:46:09 |
linimon |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket) |
1.4.3_1 27 Sep 2020 07:55:23 |
linimon |
Mark BROKEN on powerpc64le the same as on powerpc64.
While here, move the BROKEN/ARCH lines to appease portlint.
Approved by: portmgr (tier-2 blanket) |
1.4.3_1 28 Nov 2019 22:31:44 |
dch |
databases/leofs: move to a supported OTP release
Reviewed by: trociny, jrm
Approved by: olgeni
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D20450 |
1.4.3 10 Mar 2019 09:08:27 |
trociny |
update to 1.4.3 |
1.4.2 16 Sep 2018 10:46:36 |
trociny |
update to 1.4.2 |
1.4.1_1 13 Jul 2018 18:39:27 |
trociny |
fix dependencies
Reported by: Ken Thomson <thomsonk@yandex.com> |
1.4.1 11 Jun 2018 18:24:23 |
pi |
databases/leofs: update 1.3.8 -> 1.4.1
PR: 228887
Requested by: Franco Ricci <franco.ricc@gmail.com>
Approved by: trociny (maintainer)
Relnotes: https://github.com/leo-project/leofs/releases |
1.3.8 30 Nov 2017 13:43:15 |
trociny |
update to 1.3.8 |
1.3.7 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
1.3.7 06 Oct 2017 19:06:37 |
trociny |
update to 1.3.7 |
1.3.4 16 May 2017 07:36:26 |
trociny |
need use gmake to build |
1.3.4 14 May 2017 07:54:50 |
trociny |
update to 1.3.4 |
1.3.2.1 27 Apr 2017 22:40:50 |
linimon |
Give powerpc64 failure its real error message. It is the same as sparc64.
Switch to NOT_FOR, because it is really a case of the implementation being
missing, not just a bug.
Approved by: portmgr (tier-2 blanket) |
1.3.2.1 11 Feb 2017 17:42:07 |
trociny |
update to 1.3.2.1 |
1.3.2 05 Feb 2017 11:14:37 |
sunpoet |
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports |
1.3.2 02 Feb 2017 06:56:08 |
trociny |
fix build |
1.3.2 01 Feb 2017 21:47:03 |
trociny |
update to 1.3.2 |
1.3.1 30 Jan 2017 16:44:13 |
mat |
Convert to GH_TUPLE.
Sponsored by: Absolight |
1.3.1 20 Jan 2017 22:20:40 |
trociny |
fix build on i386 |
1.3.1 19 Jan 2017 21:00:50 |
trociny |
update to 1.3.1 |
1.3.0 14 Dec 2016 16:06:20 |
mat |
More USE_GITHUB cleanup.
Use GH_SUBDIR, or GH_TUPLE, where applicable.
Sponsored by: Absolight |
1.3.0 14 Nov 2016 06:49:45 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.3.0 14 Aug 2016 18:38:53 |
trociny |
Update to 1.3.0 |
1.2.22 30 May 2016 17:28:53 |
trociny |
Update to 1.2.22 |
1.2.21 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
1.2.21 09 Apr 2016 08:19:15 |
trociny |
Update to 1.2.21 |
1.2.18.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.2.18.1 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
1.2.18.1 10 Jan 2016 09:12:17 |
trociny |
Update to 1.2.18 |
1.2.16 24 Oct 2015 14:21:40 |
trociny |
Update to 1.2.16 |
1.2.14 15 Sep 2015 18:32:56 |
trociny |
Update to 1.2.14 |
1.2.12 26 Aug 2015 02:45:31 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
1.2.12 26 Jul 2015 09:05:18 |
trociny |
Update to 1.2.12 |
1.2.11 04 Jul 2015 18:40:53 |
trociny |
- update to 1.2.11
- fix build on i386
- change the daemons default starting order (managers should start first) |
1.2.10 23 Jun 2015 16:56:50 |
amdmi3 |
- Mark BROKEN on i386:
work/leofs-1.2.10/deps/eleveldb/c_src/eleveldb.cc:244:17: error: no matching
function for call to 'enif_get_ulong'
Approved by: portmgr blanket |
1.2.10 06 Jun 2015 08:46:27 |
trociny |
Fix build on systems without gcc. |
1.2.10 30 May 2015 08:15:27 |
mat |
Also, don't fetch/extract the main distfile twice.
Sponsored by: Absolight |
1.2.10 30 May 2015 08:11:41 |
mat |
Fix patch.
Sponsored by: Absolight |
28 May 2015 16:37:50
|
mat |
Convert a few ports to use the new multi-github framework.
With hat: portmgr
Sponsored by: Absolight |
1.2.10 24 May 2015 07:16:55 |
trociny |
* Update to 1.2.10.
* Dynamically generate plist (static plist does not work as it
depends on erlang runtime used to build the package). |
1.2.8_1 13 May 2015 06:16:54 |
trociny |
* Build with erlang17.
* Don't depend on WX (by default erlang-runtime package is built with WX off). |
1.2.8 04 May 2015 08:38:42 |
trociny |
Remove GH_PROJECT and GH_TAGNAME, which match the defaults.
Submitted by: mat |
1.2.8 04 May 2015 07:07:28 |
trociny |
Update to 1.2.8. |
1.2.7 07 Mar 2015 15:19:45 |
trociny |
Update to 1.2.7. |
1.2.5 31 Jan 2015 18:08:54 |
trociny |
Update to 1.2.5. |
1.2.4 25 Jan 2015 12:04:09 |
trociny |
Update to 1.2.4. |
1.2.2 20 Dec 2014 08:52:16 |
trociny |
Update to 1.2.2. |
1.2.1 12 Nov 2014 07:01:10 |
trociny |
Update to 1.2.1. |
1.2.0 08 Nov 2014 18:32:30 |
trociny |
Update to 1.2.0. |
1.1.5 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.1.5 17 Oct 2014 20:34:33 |
trociny |
Update to 1.1.5. |
1.1.4 04 Oct 2014 14:37:04 |
trociny |
Update to 1.1.4. |
1.1.3 14 Sep 2014 08:58:54 |
trociny |
Update to 1.1.3. |
1.1.2 05 Sep 2014 20:43:09 |
trociny |
Update to 1.1.2. |
1.1.0 16 Aug 2014 15:20:41 |
trociny |
Update to 1.1.0. |
1.0.2_2 01 Aug 2014 19:02:54 |
trociny |
- make cowboy correctly parse target URI that has method in uppercase;
- sbin/leofs script improvements: on start wait for a node to begin
responding to ping, white-space cleanup;
- rc script cleanup. |
1.0.2_1 26 Jul 2014 08:20:51 |
trociny |
Fix "Could not get redundancy" errors after the storage node restart, by
making the manager automatically send redundancy configuration to
storage node after restart. |
1.0.2 06 Jul 2014 17:42:02 |
trociny |
Add leofs -- highly scalable, fault-tolerant distributed file
system.
LeoFS is a highly scalable, fault-tolerant distributed file system
for the Web.
LeoFS provides High Cost Performance Ratio. It allows you to build
LeoFS clusters using commodity hardware. LeoFS will require a smaller
cluster than other storage to achieve the same performance. LeoFS is
also very easy to setup and to operate.
LeoFS provides High Reliability thanks to its great design on top of
the Erlang/OTP capabilities. LeoFS system will stay up regardless of
software errors or hardware failures happening inside the cluster.
LeoFS provides High Scalability. Adding and removing nodes is simple
and quick, allowing you to react swiftly when your needs change. A
LeoFS cluster can be thought as elastic storage that you can stretch
as much and as often as you need.
WWW: http://leo-project.net/ |