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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/fb303/Makefile

Number of commits found: 36

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Thursday, 2 May 2019
08:57 pkubaj search for other commits by this committer
devel/fb303: fix build with GCC-based architectures

/usr/local/include/thrift/concurrency/ThreadManager.h:61: error: ISO C++ forbids
declaration of 'function' with no type
/usr/local/include/thrift/concurrency/ThreadManager.h:61: error: typedef name
may not be a nested-name-specifier
/usr/local/include/thrift/concurrency/ThreadManager.h:61: error: expected ';'
before '<' token
/usr/local/include/thrift/concurrency/ThreadManager.h:191: error:
'ExpireCallback' has not been declared

Approved by:	mentors (implicit approval)
Original commitRevision:500642 
Saturday, 26 May 2018
18:06 krion search for other commits by this committer
Unbreak fb303 with upstream patch.

PR:		228493
Submitted by:	timon@timon.net.nz
Original commitRevision:470938 
Sunday, 4 Mar 2018
07:26 antoine search for other commits by this committer
Mark BROKEN: fails to build

In file included from FacebookBase.cpp:20:
./FacebookBase.h:97:30: error: implicit instantiation of undefined template
'boost::shared_ptr<apache::thrift::server::TServer>'
  boost::shared_ptr<TServer> server_;
                             ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is
declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^

Reported by:	pkg-fallout
Original commitRevision:463554 
Saturday, 23 Dec 2017
16:13 tijl search for other commits by this committer
Convert to USES=autoreconf.
Original commitRevision:457064 
Saturday, 9 Dec 2017
12:12 antoine search for other commits by this committer
fb303 is not compatible with python3
Original commitRevision:455849 
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 
Monday, 26 Oct 2015
17:41 amdmi3 search for other commits by this committer
- Fix build by not using outdated distinfo
- Fix plist

PR:		203767
Original commitRevision:400195 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Tuesday, 26 Aug 2014
19:34 amdmi3 search for other commits by this committer
- Stagify
Original commitRevision:366257 
Friday, 4 Jul 2014
12:06 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360604 
Friday, 6 Jun 2014
21:35 antoine search for other commits by this committer
Do not include bsd.port.pre.mk twice

With hat:	portmgr
Original commitRevision:356854 
Monday, 30 Dec 2013
20:55 ohauer search for other commits by this committer
- 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@)
Original commitRevision:338168 
Saturday, 9 Nov 2013
15:19 wg search for other commits by this committer
devel/fb303: catch up with thrift update

PR:		ports/183056
Submitted by:	maintainer
Original commitRevision:333300 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Saturday, 7 Sep 2013
15:51 az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:326644 
Wednesday, 13 Mar 2013
06:51 rm search for other commits by this committer
- trim Makefile header
- remove indefinite article from COMMENT
- remove unused PYTHON_VERSION_SHORTNAME from Makefile
- tab -> space change in pkg-descr:WWW
- do not hardcode python versions in pkg-plist
- do not try to remove directories, that we didn't created

Submitted by:	rm (myself)
Approved by:	Valery Komarov <komarov@valerka.net> (maintainer)
Original commitRevision:314031 
Tuesday, 26 Feb 2013
16:20 scheidell search for other commits by this committer
- Update to 0.9.0

PR:		ports/172807
Original commitRevision:312991 
Monday, 9 Jan 2012
15:41 tabthorpe search for other commits by this committer
- 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
Original commit
Sunday, 8 Jan 2012
01:16 scheidell search for other commits by this committer
- Update to version 0.8.0 [1]
- Committer has become maintainer via private email
- add bsd.thrift.mk include file

PR:             ports/163132 [1]
Submitted by:   Valery Komaorv <komarov@valerka.net> [1]
Approved by:    komarov@valerka.net (maintainer), gabor (mentor)
Original commit
Thursday, 8 Dec 2011
21:50 scheidell search for other commits by this committer
- Needs MASTER_SITE_SUBDIR
- Would not build unless dependency thrift tarball was in distfiles
- (which is not specific to this port/patch level, but legacy)
- found by pointyhat

Approved by:    gslin@gslin.org (maintainer, implicit), gabor (mentor)
Feature safe:   yes
Original commit
16:52 scheidell search for other commits by this committer
-Committer has become maintainer

Approved by:    gabor (mentor)
Feature safe:   yes
Original commit
11:08 scheidell search for other commits by this committer
-Update fb303 to version 0.7.0 [1]
-pet portlint

PR:             ports/162052 [1]
Submitted by:   Valery Komarov <komarov@valerka.net> [1]
Approved by:    gslin@gslin.org (maintainer timeout, 30 days), gabor (mentor)
Feature safe:   yes
Original commit
Sunday, 21 Aug 2011
21:39 pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Tuesday, 5 Oct 2010
19:57 ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Saturday, 21 Aug 2010
19:56 pav search for other commits by this committer
- Mark BROKEN on 6.X: does not compile

Reported by:    pointyhat
Original commit
Sunday, 6 Jun 2010
07:19 miwi search for other commits by this committer
- Update to 20090908

PR:             147495
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Original commit
Thursday, 14 Jan 2010
18:04 glarkin search for other commits by this committer
- Removed IGNORE for OSVERSION < 7.0 - builds fine in 6.4 Tinderbox

Approved by:    gslin@gslin.org (maintainer - via private email)
Original commit
Sunday, 11 Oct 2009
09:00 wen search for other commits by this committer
- Add Perl support

PR:             ports/139451
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by:    miwi(mentor)
Original commit
Friday, 25 Sep 2009
18:23 miwi search for other commits by this committer
A standard interface to monitoring, dynamic options and
configuration, uptime reports, activity, etc.

WWW:    http://incubator.apache.org/thrift/

PR:             ports/137730
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Feature safe:   yes
Original commit

Number of commits found: 36