notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/leofs/Makefile

Number of commits found: 63

Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Wednesday, 28 Jun 2023
06:27 Mikolaj Golub (trociny) search for other commits by this committer
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.
commit hash: ba4c77cf20f8eb6991c17843d7fd95628c0aeb2e commit hash: ba4c77cf20f8eb6991c17843d7fd95628c0aeb2e commit hash: ba4c77cf20f8eb6991c17843d7fd95628c0aeb2e commit hash: ba4c77cf20f8eb6991c17843d7fd95628c0aeb2e ba4c77c
Sunday, 30 Oct 2022
15:47 Mikael Urankar (mikael) search for other commits by this committer 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)
commit hash: 58449f2308f4e165fbdfae324794a803820831b3 commit hash: 58449f2308f4e165fbdfae324794a803820831b3 commit hash: 58449f2308f4e165fbdfae324794a803820831b3 commit hash: 58449f2308f4e165fbdfae324794a803820831b3 58449f2
Friday, 9 Sep 2022
21:02 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Update path set in BUILD_DEPENDS for CMake in more ports

Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
commit hash: e2438a86b81aea7cd41a66ca23fc49510679d85b commit hash: e2438a86b81aea7cd41a66ca23fc49510679d85b commit hash: e2438a86b81aea7cd41a66ca23fc49510679d85b commit hash: e2438a86b81aea7cd41a66ca23fc49510679d85b e2438a8
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 d076ad9
Thursday, 20 May 2021
13:41 Piotr Kubaj (pkubaj) search for other commits by this committer
databases/leofs: fix build on powerpc*

Same fix as the one for databases/p5-Tie-LevelDB.
commit hash: db917ae45eeedce0b9a508f7875fd85905b1df9f commit hash: db917ae45eeedce0b9a508f7875fd85905b1df9f commit hash: db917ae45eeedce0b9a508f7875fd85905b1df9f commit hash: db917ae45eeedce0b9a508f7875fd85905b1df9f db917ae
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 2 Jan 2021
01:46 linimon search for other commits by this committer
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)
Original commitRevision:559904 
Sunday, 27 Sep 2020
07:55 linimon search for other commits by this committer
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)
Original commitRevision:550250 
Thursday, 28 Nov 2019
22:31 dch search for other commits by this committer
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
Original commitRevision:518609 
Sunday, 10 Mar 2019
09:08 trociny search for other commits by this committer
update to 1.4.3
Original commitRevision:495235 
Sunday, 16 Sep 2018
10:46 trociny search for other commits by this committer
update to 1.4.2
Original commitRevision:479886 
Friday, 13 Jul 2018
18:39 trociny search for other commits by this committer
fix dependencies

Reported by:	Ken Thomson <thomsonk@yandex.com>
Original commitRevision:474599 
Monday, 11 Jun 2018
18:24 pi search for other commits by this committer
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
Original commitRevision:472198 
Thursday, 30 Nov 2017
13:43 trociny search for other commits by this committer
update to 1.3.8
Original commitRevision:455199 
Thursday, 2 Nov 2017
21:41 olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.

This round is @FreeBSD.org residents except teams.
Original commitRevision:453381 
Friday, 6 Oct 2017
19:06 trociny search for other commits by this committer
update to 1.3.7
Original commitRevision:451402 
Tuesday, 16 May 2017
07:36 trociny search for other commits by this committer
need use gmake to build
Original commitRevision:440990 
Sunday, 14 May 2017
07:54 trociny search for other commits by this committer
update to 1.3.4
Original commitRevision:440868 
Thursday, 27 Apr 2017
22:40 linimon search for other commits by this committer
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)
Original commitRevision:439588 
Saturday, 11 Feb 2017
17:42 trociny search for other commits by this committer
update to 1.3.2.1
Original commitRevision:433896 
Sunday, 5 Feb 2017
11:14 sunpoet search for other commits by this committer
Move devel/libcheck to devel/check

- Bump PORTREVISION for dependent ports
Original commitRevision:433395 
Thursday, 2 Feb 2017
06:56 trociny search for other commits by this committer
fix build
Original commitRevision:433123 
Wednesday, 1 Feb 2017
21:47 trociny search for other commits by this committer
update to 1.3.2
Original commitRevision:433109 
Monday, 30 Jan 2017
16:44 mat search for other commits by this committer
Convert to GH_TUPLE.

Sponsored by:	Absolight
Original commitRevision:432858 
Thursday, 19 Jan 2017
21:00 trociny search for other commits by this committer
update to 1.3.1
Original commitRevision:431916 
Wednesday, 14 Dec 2016
16:06 mat search for other commits by this committer
More USE_GITHUB cleanup.

Use GH_SUBDIR, or GH_TUPLE, where applicable.

Sponsored by:	Absolight
Original commitRevision:428569 
Monday, 14 Nov 2016
06:49 linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:426088 
Sunday, 14 Aug 2016
18:38 trociny search for other commits by this committer
Update to 1.3.0
Original commitRevision:420196 
Monday, 30 May 2016
17:28 trociny search for other commits by this committer
Update to 1.2.22
Original commitRevision:416165 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Saturday, 9 Apr 2016
08:19 trociny search for other commits by this committer
Update to 1.2.21
Original commitRevision:412801 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Sunday, 10 Jan 2016
09:12 trociny search for other commits by this committer
Update to 1.2.18
Original commitRevision:405679 
Saturday, 24 Oct 2015
14:21 trociny search for other commits by this committer
Update to 1.2.16
Original commitRevision:400123 
Tuesday, 15 Sep 2015
18:32 trociny search for other commits by this committer
Update to 1.2.14
Original commitRevision:397012 
Wednesday, 26 Aug 2015
02:45 amdmi3 search for other commits by this committer
- Drop @dirrm* from plist

Approved by:	portmgr blanket
Original commitRevision:395338 
Sunday, 26 Jul 2015
09:05 trociny search for other commits by this committer
Update to 1.2.12
Original commitRevision:392915 
Saturday, 4 Jul 2015
18:40 trociny search for other commits by this committer
- update to 1.2.11
- fix build on i386
- change the daemons default starting order (managers should start first)
Original commitRevision:391327 
Tuesday, 23 Jun 2015
16:56 amdmi3 search for other commits by this committer
- 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
Original commitRevision:390431 
Saturday, 30 May 2015
08:15 mat search for other commits by this committer
Also, don't fetch/extract the main distfile twice.

Sponsored by:	Absolight
Original commitRevision:387916 
08:11 mat search for other commits by this committer
Fix patch.

Sponsored by:	Absolight
Original commitRevision:387915 
Thursday, 28 May 2015
16:37 mat search for other commits by this committer
Convert a few ports to use the new multi-github framework.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:387743 
Sunday, 24 May 2015
07:16 trociny search for other commits by this committer
* Update to 1.2.10.
* Dynamically generate plist (static plist does not work as it
  depends on erlang runtime used to build the package).
Original commitRevision:387248 
Wednesday, 13 May 2015
06:16 trociny search for other commits by this committer
* Build with erlang17.
* Don't depend on WX (by default erlang-runtime package is built with WX off).
Original commitRevision:386203 
Monday, 4 May 2015
08:38 trociny search for other commits by this committer
Remove GH_PROJECT and GH_TAGNAME, which match the defaults.

Submitted by:	mat
Original commitRevision:385383 
07:07 trociny search for other commits by this committer
Update to 1.2.8.
Original commitRevision:385377 
Saturday, 7 Mar 2015
15:19 trociny search for other commits by this committer
Update to 1.2.7.
Original commitRevision:380704 
Saturday, 31 Jan 2015
18:08 trociny search for other commits by this committer
Update to 1.2.5.
Original commitRevision:378224 
Sunday, 25 Jan 2015
12:04 trociny search for other commits by this committer
Update to 1.2.4.
Original commitRevision:377886 
Saturday, 20 Dec 2014
08:52 trociny search for other commits by this committer
Update to 1.2.2.
Original commitRevision:374993 
Wednesday, 12 Nov 2014
07:01 trociny search for other commits by this committer
Update to 1.2.1.
Original commitRevision:372483 
Saturday, 8 Nov 2014
18:32 trociny search for other commits by this committer
Update to 1.2.0.
Original commitRevision:372325 
Friday, 17 Oct 2014
20:34 trociny search for other commits by this committer
Update to 1.1.5.
Original commitRevision:371077 
Saturday, 4 Oct 2014
14:37 trociny search for other commits by this committer
Update to 1.1.4.
Original commitRevision:369967 
Sunday, 14 Sep 2014
08:58 trociny search for other commits by this committer
Update to 1.1.3.
Original commitRevision:368162 
Friday, 5 Sep 2014
20:43 trociny search for other commits by this committer
Update to 1.1.2.
Original commitRevision:367387 
Saturday, 16 Aug 2014
15:20 trociny search for other commits by this committer
Update to 1.1.0.
Original commitRevision:365091 
Friday, 1 Aug 2014
19:02 trociny search for other commits by this committer
- 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.
Original commitRevision:363753 
Saturday, 26 Jul 2014
08:20 trociny search for other commits by this committer
Fix "Could not get redundancy" errors after the storage node restart,  by
making the manager automatically send redundancy configuration to
storage node after restart.
Original commitRevision:362959 
Sunday, 6 Jul 2014
17:42 trociny search for other commits by this committer
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/
Original commitRevision:360945 

Number of commits found: 63