notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/thrift/Makefile
SVNWeb

Number of commits found: 56

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 18 Oct 2021
[ 19:25 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b9bc987168a6d3367853ef0398f5eba0eda8b4bf  commit hash:b9bc987168a6d3367853ef0398f5eba0eda8b4bf  commit hash:b9bc987168a6d3367853ef0398f5eba0eda8b4bf  b9bc987 
devel/thrift: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 6 Mar 2021
[ 10:01 mfechner search for other commits by this committer ] Original commit   Revision:567474 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 3 Mar 2021
[ 09:25 mfechner search for other commits by this committer ] Original commit   Revision:567034
Update thrift ports to 0.13.0 which is required for gitlab-ce upgrade.

PR:		253804
Approved by:	maintainer timeout
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Sat, 11 May 2019
[ 09:03 tobik search for other commits by this committer ] Original commit   Revision:501237
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Tue, 9 Oct 2018
[ 18:17 swills search for other commits by this committer ] Original commit   Revision:481648
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)
Tue, 18 Sep 2018
[ 14:21 arved search for other commits by this committer ] Original commit   Revision:480025
Remove Werror from CFLAGS.

According to the PR Werror breaks compilation with clang7

PR:             230607
Reported by:    Jan Beich
Approved by:    maintainer timeout
Mon, 2 Jul 2018
[ 00:47 linimon search for other commits by this committer ] Original commit   Revision:473692 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Mark various ports broken on mips64 and, where appropriate, mips.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Mon, 18 Jun 2018
[ 03:49 linimon search for other commits by this committer ] Original commit   Revision:472670 (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Mark ports broken on powerpc64, categories d-f.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
Wed, 22 Feb 2017
[ 15:02 bapt search for other commits by this committer ] Original commit   Revision:434587 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Drop useless dependency on gmake (bmake build those fine)
Thu, 6 Oct 2016
[ 00:39 linimon search for other commits by this committer ] Original commit   Revision:423395
This has built on a recent sparc64 run.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Wed, 25 May 2016
[ 15:43 mat search for other commits by this committer ] Original commit   Revision:415839 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
Remove useless WRKSRC definitions.

While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
Wed, 21 Oct 2015
[ 14:17 mat search for other commits by this committer ] Original commit   Revision:399916
Update to 0.9.3

PR:		203767
Submitted by:	devnexen gmail com
Approved by:	maintainer
Sponsored by:	Absolight
Fri, 4 Sep 2015
[ 15:53 danfe search for other commits by this committer ] Original commit   Revision:396101
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.
Sun, 21 Jun 2015
[ 14:09 bapt search for other commits by this committer ] Original commit   Revision:390232
Convert to USES=autoreconf
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Tue, 26 Aug 2014
[ 19:33 amdmi3 search for other commits by this committer ] Original commit   Revision:366253
- Switch to USES=libtool

Approved by:	portmgr blanket
Thu, 6 Feb 2014
[ 08:54 ehaupt search for other commits by this committer ] Original commit   Revision:342975
Support staging.
Mon, 30 Dec 2013
[ 20:55 ohauer search for other commits by this committer ] Original commit   Revision:338168 (Only the first 10 of 238 ports in this commit are shown above. View all ports for this commit)
- 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@)
Sat, 9 Nov 2013
[ 15:09 wg search for other commits by this committer ] Original commit   Revision:333296
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)
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Wed, 31 Jul 2013
[ 09:17 mat search for other commits by this committer ] Original commit   Revision:324020
Fixup build when using either GLIB or QT4.
Use the new bsd.options.mk knobs.

PR:		ports/180950
Submitted by:	mat
Approved by:	maintainer
Thu, 23 May 2013
[ 02:23 jgh search for other commits by this committer ] Original commit   Revision:318827
- adoption of optionsNG
- trim historical headers

Approved by:	portmgr (miwi)
Tue, 26 Feb 2013
[ 16:17 scheidell search for other commits by this committer ] Original commit   Revision:312988 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- 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]
Mon, 9 Jan 2012
[ 15:41 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 6 Jan 2012
[ 01:02 scheidell search for other commits by this committer ] Original commit 
- 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)
Thu, 8 Dec 2011
[ 16:53 scheidell search for other commits by this committer ] Original commit 
-Committer has become maintainer

Approved by:    gabor (mentor)
Feature safe:   yes
[ 11:02 scheidell search for other commits by this committer ] Original commit 
-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
Thu, 10 Nov 2011
[ 05:38 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Mark broken on powerpc as well as sparc64.  (In fact, on all the tier-2s.)

Hat:            portmgr
Tue, 1 Nov 2011
[ 21:59 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Remove comments and optional dependencies for ports which are
about to be removed.
Thu, 11 Aug 2011
[ 22:37 skv search for other commits by this committer ] Original commit 
- 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>
Fri, 10 Dec 2010
[ 23:05 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.4.0

PR:             ports/151128
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Approved by:    maintainer timeout (skv ; 69 days)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Tue, 5 Oct 2010
[ 19:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Round one migration of ports from automake{19,110} to automake111
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Tue, 17 Aug 2010
[ 16:58 skv search for other commits by this committer ] Original commit 
Add patch for issue THRIFT-817.

WWW:    https://issues.apache.org/jira/browse/THRIFT-817
Mon, 9 Aug 2010
[ 05:55 skv search for other commits by this committer ] Original commit 
Update to 0.3.0
Sun, 25 Jul 2010
[ 15:39 mm search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Update libevent to 1.4.14b

PR:             ports/147723
Approved by:    maintainer (timeout)
Mon, 21 Dec 2009
[ 18:40 skv search for other commits by this committer ] Original commit 
Update to 0.2.0
Wed, 18 Nov 2009
[ 22:39 pav search for other commits by this committer ] Original commit  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Sat, 15 Aug 2009
[ 09:46 linimon search for other commits by this committer ] Original commit 
Mark as broken on sparc64: does not compile.

Hat:            portmgr
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Tue, 28 Jul 2009
[ 11:45 pav search for other commits by this committer ] Original commit  (Only the first 10 of 167 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 4 Jul 2009
[ 22:33 bms search for other commits by this committer ] Original commit 
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.
Tue, 23 Jun 2009
[ 22:20 bms search for other commits by this committer ] Original commit 
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).
Mon, 5 Jan 2009
[ 19:44 pav search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Tue, 19 Aug 2008
[ 16:40 mnag search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Update libevent dependency and bump PORTREVISION
Wed, 2 Jan 2008
[ 23:43 mnag search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION since devel/libevent are updated.
Sat, 3 Nov 2007
[ 23:36 gerald search for other commits by this committer ] Original commit 
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)
Fri, 26 Oct 2007
[ 08:40 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on 5.X: incorrect plist

Reported by:    pointyhat
Wed, 26 Sep 2007
[ 20:08 skv search for other commits by this committer ] Original commit 
Add thrift 20070917, framework for scalable cross-language services
development.

Number of commits found: 56