aboutsummaryrefslogtreecommitdiff
path: root/devel/fb303
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=autoreconf.Tijl Coosemans2017-12-232-4/+12
| | | | Notes: svn path=/head/; revision=457064
* fb303 is not compatible with python3Antoine Brodin2017-12-091-1/+1
| | | | Notes: svn path=/head/; revision=455849
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Fix build by not using outdated distinfoDmitry Marakasov2015-10-263-3/+3
| | | | | | | | | - Fix plist PR: 203767 Notes: svn path=/head/; revision=400195
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-7/+0
| | | | Notes: svn path=/head/; revision=371544
* - Convert ports of devel/ to USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371280
* - StagifyDmitry Marakasov2014-08-261-5/+3
| | | | Notes: svn path=/head/; revision=366257
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360604
* Do not include bsd.port.pre.mk twiceAntoine Brodin2014-06-061-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=356854
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - 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@) Notes: svn path=/head/; revision=338168
* devel/fb303: catch up with thrift updateWilliam Grzybowski2013-11-095-9/+49
| | | | | | | | PR: ports/183056 Submitted by: maintainer Notes: svn path=/head/; revision=333300
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* - convert to the new perl5 frameworkAndrej Zverev2013-09-071-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326644
* - trim Makefile headerRuslan Makhmatkhanov2013-03-133-10/+5
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=314031
* - Update to 0.9.0Michael Scheidell2013-02-263-7/+6
| | | | | | | PR: ports/172807 Notes: svn path=/head/; revision=312991
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Update to version 0.8.0 [1]Michael Scheidell2012-01-082-6/+6
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=288715
* - Needs MASTER_SITE_SUBDIRMichael Scheidell2011-12-081-0/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=287089
* -Committer has become maintainerMichael Scheidell2011-12-081-1/+1
| | | | | | | | Approved by: gabor (mentor) Feature safe: yes Notes: svn path=/head/; revision=287075
* -Update fb303 to version 0.7.0 [1]Michael Scheidell2011-12-083-29/+29
| | | | | | | | | | | | -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 Notes: svn path=/head/; revision=287060
* - Mark BROKEN: does not compilePav Lucistnik2011-08-211-7/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=280137
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Mark BROKEN on 6.X: does not compilePav Lucistnik2010-08-211-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=259691
* - Update to 20090908Martin Wilke2010-06-062-5/+4
| | | | | | | | PR: 147495 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=255882
* - Removed IGNORE for OSVERSION < 7.0 - builds fine in 6.4 TinderboxGreg Larkin2010-01-141-4/+0
| | | | | | | Approved by: gslin@gslin.org (maintainer - via private email) Notes: svn path=/head/; revision=247873
* - Add Perl supportWen Heping2009-10-112-0/+16
| | | | | | | | | PR: ports/139451 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Approved by: miwi(mentor) Notes: svn path=/head/; revision=242659
* A standard interface to monitoring, dynamic options andMartin Wilke2009-09-254-0/+74
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 Notes: svn path=/head/; revision=242089