Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16.0,1 26 May 2024 10:52:26 |
Daniel Engberg (diizzy) |
*/*: Remove incorrect libtool dependency
All these ports builds without libtool
Tested using Poudriere
Approved by: portmgr (blanket, build fix) |
0.16.0,1 07 Nov 2022 15:41:44 |
Matthias Fechner (mfechner) |
devel/thrift: update to 0.16.0
Changelog:
https://github.com/apache/thrift/blob/master/CHANGES.md#0160
This update to required for gitlab-ce 15.4.
PR: 267228
Approved by: komarov@valerka.net (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D37068 |
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) |
0.14.0,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 ) |
0.14.0,1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.14.0,1 29 Jun 2022 16:33:02 |
Po-Chuan Hsieh (sunpoet) |
devel/thrift: Update WWW
Approved by: portmgr (blanket) |
0.14.0,1 18 Oct 2021 19:25:53 |
Stefan Eßer (se) |
devel/thrift: Add CPE information
Approved by: portmgr (blanket) |
0.14.0,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.14.0,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.14.0,1 06 Mar 2021 10:01:09 |
mfechner |
Security related update to 0.14.0.
Changelog:
https://github.com/apache/thrift/blob/master/CHANGES.md
In the changelog I cannot find the information that this includes a security
related fix.
Neither in CVE database:
https://www.cvedetails.com/product/38295/Apache-Thrift.html?vendor_id=45
But gitlab mentions it that it updates to version 0.14.0 to mitigate security
concerns:
https://about.gitlab.com/releases/2021/03/04/security-release-gitlab-13-9-2-released/
This update is therefor required for the gitlab-ce security update to 13.9.2.
Changed build system to cmake, this fixed problems if openssl from ports is
used.
It also improves the build performance by factor of CPUs available.
Cmake also seems to be the recommended build system. |
0.13.0,1 03 Mar 2021 09:25:39 |
mfechner |
Update thrift ports to 0.13.0 which is required for gitlab-ce upgrade.
PR: 253804
Approved by: maintainer timeout |
0.11.0_2,1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.11.0_1,1 11 May 2019 09:03:52 |
tobik |
devel/thrift: Actually disable -Werror and fix build
src/thrift/generate/t_py_generator.cc:1603:38: error: unused variable 'a_iter'
[-Werror,-Wunused-variable]
vector<t_field*>::const_iterator a_iter;
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501065_s347375/logs/errors/thrift-0.11.0_1,1.log
PR: 230607 |
0.11.0_1,1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.11.0,1 09 Oct 2018 18:17:37 |
swills |
devel/thrift: fix build with GCC-based arches
PR: 231699
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: maintainer timeout (komarov@valerka.net, >2 weeks) |
0.11.0,1 18 Sep 2018 14:21:33 |
arved |
Remove Werror from CFLAGS.
According to the PR Werror breaks compilation with clang7
PR: 230607
Reported by: Jan Beich
Approved by: maintainer timeout |
0.11.0,1 02 Jul 2018 00:47:14 |
linimon |
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.11.0,1 18 Jun 2018 03:49:10 |
linimon |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
0.11.0,1 24 Feb 2018 20:40:27 |
lx |
Update thrift ports to 0.11.0.
PR: 225798
Approved by: maintainer timeout |
0.9.3,1 22 Feb 2017 15:02:18 |
bapt |
Drop useless dependency on gmake (bmake build those fine) |
0.9.3,1 06 Oct 2016 00:39:13 |
linimon |
This has built on a recent sparc64 run.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.9.3,1 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
0.9.3,1 21 Oct 2015 14:17:01 |
mat |
Update to 0.9.3
PR: 203767
Submitted by: devnexen gmail com
Approved by: maintainer
Sponsored by: Absolight |
0.9.1,1 04 Sep 2015 15:53:32 |
danfe |
Do not claim that builds are broken on PowerPC when they're in fact not.
While here, remove "support" for ia64, which had never been first-class
architecture and was officially killed in -CURRENT quite some time ago. |
0.9.1,1 21 Jun 2015 14:09:37 |
bapt |
Convert to USES=autoreconf |
0.9.1,1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.9.1,1 26 Aug 2014 19:33:32 |
amdmi3 |
- Switch to USES=libtool
Approved by: portmgr blanket |
0.9.1,1 24 Jul 2014 13:32:59 |
bapt |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
0.9.1,1 06 Feb 2014 08:54:09 |
ehaupt |
Support staging. |
0.9.1,1 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.9.1,1 09 Nov 2013 15:09:13 |
wg |
devel/thrift: update to 0.9.1
- Update to 0.9.1
- Update php and ruby subports
PR: ports/183053, ports/183055, ports/183058
Submitted by: Valery Komarov <komarov valerka.net>
Approved by: maintainer (timeout for ports/183055) |
0.9.0,1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.9.0,1 31 Jul 2013 09:17:08 |
mat |
Fixup build when using either GLIB or QT4.
Use the new bsd.options.mk knobs.
PR: ports/180950
Submitted by: mat
Approved by: maintainer |
0.9.0,1 23 May 2013 02:23:34 |
jgh |
- adoption of optionsNG
- trim historical headers
Approved by: portmgr (miwi) |
0.9.0,1 26 Feb 2013 16:17:27 |
scheidell |
- Update to to version 0.9.0[1]
- Update to new Makefile Header[2]
PR: ports/172806
Reviewed by: scheidell (me) [2]
Approved by: maintainer [1] |
0.8.0,1 09 Jan 2012 15:41:08 |
tabthorpe |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
0.8.0,1 06 Jan 2012 01:02:56 |
scheidell |
- Update thrift to 0.8.0 [1]
- Add bsd.thrift.mk file with portversion number to allow for sync of thrift
ports [2]
- pet portlint
PR: ports/163131 [1]
Submitted by: scheidell [2]
Approved by: gabor (mentor) |
0.7.0,1 08 Dec 2011 16:53:32 |
scheidell |
-Committer has become maintainer
Approved by: gabor (mentor)
Feature safe: yes |
0.7.0,1 08 Dec 2011 11:02:04 |
scheidell |
-Update to 0.7.0 [1]
-Fix Build C++ Library [1]
-pet portlint
PR: ports/159902 [1]
Submitted by: Valery Komarov <komarov@valerka.net> [1]
Approved by: skv (maintainer timeout, 100 days), gabor (mentor)
Feature safe: yes |
0.6.1,1 10 Nov 2011 05:38:32 |
linimon |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr |
0.6.1,1 01 Nov 2011 21:59:38 |
dougb |
Remove comments and optional dependencies for ports which are
about to be removed. |
0.6.1,1 11 Aug 2011 22:37:13 |
skv |
- Update to 0.6.1
- Add patches: THRIFT-1102, THRIFT-705
Changes:
http://svn.apache.org/viewvc/thrift/tags/thrift-0.6.1/CHANGES?revision=1096491&view=co
PR: ports/159380
Submitted by: Gasol Wu <gasol.wu@gmail.com> |
0.4.0,1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.4.0,1 13 Dec 2010 00:25:34 |
pgollucci |
- remove empty files |
0.4.0,1 10 Dec 2010 23:05:04 |
pgollucci |
- Update to 0.4.0
PR: ports/151128
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer timeout (skv ; 69 days) |
0.3.0_2,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.3.0_2,1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.3.0_2,1 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
0.3.0_2 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.3.0_1,1 17 Aug 2010 16:58:42 |
skv |
Add patch for issue THRIFT-817.
WWW: https://issues.apache.org/jira/browse/THRIFT-817 |
0.3.0,1 09 Aug 2010 05:55:13 |
skv |
Update to 0.3.0 |
0.2.0_1,1 25 Jul 2010 15:39:20 |
mm |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
0.2.0,1 21 Dec 2009 18:40:15 |
skv |
Update to 0.2.0 |
20090622 18 Nov 2009 22:39:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
20090622 15 Aug 2009 09:46:25 |
linimon |
Mark as broken on sparc64: does not compile.
Hat: portmgr |
20090622 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
20090622 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
20090622 04 Jul 2009 22:33:39 |
bms |
Document in Makefile what state of language support is.
Add a warning post-install that you should always use the same compiler
version when building C++ proxy/stub code against the Thrift libraries.
Add a pointer post-install to white paper which used to be installed
with port. |
20090622 23 Jun 2009 22:20:17 |
bms |
Update Thrift port to SVN rev 787160 of Apache Incubator source.
The original Facebook release of Thrift is 2 years old.
No feedback from maintainer yet (~2 days). |
20070917_2 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
20070917_2 19 Aug 2008 16:40:17 |
mnag |
- Update libevent dependency and bump PORTREVISION |
20070917_1 02 Jan 2008 23:43:03 |
mnag |
- Bump PORTREVISION since devel/libevent are updated. |
20070917 03 Nov 2007 23:36:42 |
gerald |
Remove lang/gcc40 which only has three dependencies left in the tree
(all of which only have it as a minimal requirement and also build with
lang/gcc42) and has issues on at least 8-CURRENT.
Approved by: portmgr (pav) |
20070917 26 Oct 2007 08:40:45 |
pav |
- Mark BROKEN on 5.X: incorrect plist
Reported by: pointyhat |
20070917 26 Sep 2007 20:08:29 |
skv |
Add thrift 20070917, framework for scalable cross-language services
development. |