aboutsummaryrefslogtreecommitdiff
path: root/security/fwbuilder
Commit message (Collapse)AuthorAgeFilesLines
* Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.Mathieu Arnold2017-04-111-12/+5
| | | | | | | | | | | | | | | | | | | | There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight Notes: svn path=/head/; revision=438272
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Get rid of QT_PREFIX in favour of PREFIX.Tobias C. Berner2016-12-181-1/+1
| | | | | | | | | | | QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825 Notes: svn path=/head/; revision=428889
* security/fwbuilder: Fix bad RUN_DEPENDS specification for rcsJohn Marino2016-08-041-3/+3
| | | | | | | | | | | | | | | | | | | | | The fwbuilder makefile specifies devel/rcs as a run dependency for FreeBSD 10 and later, but the specification is ignored on a stock FreeBSD 10.3 installed from an ISO. At some point rcs was removed before FreeBSD-10 release, but it seems to have been put back and controlled with a build knob, so it may or may not be present on FreeBSD 10 or later. Change the test from checking OSVERSION to checking for the existence of /usr/bin/rcs. It's a better chek and it fixes a potential dependency mismatch issue between the port and the built package. While here, change RUN_DEPENDS= to RUN_DEPENDS+= to avoid a potential overwrite of existing values. Approved by: infrastructure blanket (redundant deps work) Notes: svn path=/head/; revision=419652
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Run included autogen.sh instead of autoreconf because it will also copyTijl Coosemans2015-04-201-6/+13
| | | | | | | | | config.sub and config.guess Reported by: antoine Notes: svn path=/head/; revision=384364
* Modernise configure.inTijl Coosemans2015-04-191-0/+80
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=384321
* Convert to USES=autoreconfTijl Coosemans2015-04-181-2/+2
| | | | Notes: svn path=/head/; revision=384225
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-5/+1
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* Cleanup plistAntoine Brodin2014-11-131-26/+0
| | | | Notes: svn path=/head/; revision=372514
* Rename security/ patches to reflect the files they modify.Adam Weinberger2014-07-291-0/+0
| | | | Notes: svn path=/head/; revision=363328
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-4/+4
| | | | Notes: svn path=/head/; revision=360671
* UnbreakAntoine Brodin2014-05-311-3/+1
| | | | Notes: svn path=/head/; revision=356012
* Stagify. Modernize.Cy Schubert2014-05-302-17/+18
| | | | Notes: svn path=/head/; revision=355762
* - Convert gmake, bzip2 to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355321
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331274
* r329531 makes this patchfile unnecessary.Cy Schubert2013-10-061-11/+0
| | | | Notes: svn path=/head/; revision=329561
* With the impending removal of rcs from base/head/, add new rcs 5.7 portCy Schubert2013-10-061-0/+5
| | | | | | | | | which is compatible with the soon to be removed rcs (5.7) in base/ and make security/fwbuilder (which will not work with any rcs newer than 5.7) depend on it. Notes: svn path=/head/; revision=329531
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* On installations that have devel/rcs (GNU rcs) installed, fwbuilder failsCy Schubert2013-09-112-1/+12
| | | | | | | | | to check in udates to its .fwb files (they are saved but not checked into its RCS database). This patch prefers rcs in base (/usr/bin/rcs) over GNU rcs (/usr/local/bin/rcs). Notes: svn path=/head/; revision=326938
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+2
| | | | Notes: svn path=/head/; revision=297915
* Update 5.0.1 ---> 5.1.0Cy Schubert2012-04-243-4/+6
| | | | Notes: svn path=/head/; revision=295429
* Update 5.0.0 --> 5.0.1Cy Schubert2011-12-303-4/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=288297
* Adjust -devel bits for use in -devel version of this port.Cy Schubert2011-11-191-6/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286033
* Set default DEVEL option (documentation).Cy Schubert2011-11-151-7/+8
| | | | | | | | | | | Add version 4 to conflicts. Adjust version 5 nightly builds URL for devel version of this Makefile. Feature safe: yes Notes: svn path=/head/; revision=285822
* Update 4.2.2 --> 5.0.0Cy Schubert2011-11-144-23/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285789
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Now builds under 9.0-CURRENT.Cy Schubert2011-09-111-4/+0
| | | | Notes: svn path=/head/; revision=281645
* - Chase net-snmp shlib version bump.Sylvio Cesar Teixeira2011-07-281-1/+2
| | | | Notes: svn path=/head/; revision=278482
* Update 4.2.1 --> 4.2.2. This is a bugfix release.Cy Schubert2011-05-123-4/+5
| | | | | | | Notified by: Vadim Kurland <vadim@netcitadel.com> (Fwbuilder upline) Notes: svn path=/head/; revision=273987
* Update 4.2.0 --> 4.2.1. This is a bugfix release.Cy Schubert2011-05-113-4/+7
| | | | | | | Notified by: Vadim Kurland <vadim@netcitadel.com> (Fwbuilder upline) Notes: svn path=/head/; revision=273929
* Fix build on AMD64. Debugging information caused failure on pointyhat dueCy Schubert2011-05-091-2/+10
| | | | | | | | | | to ulimit. Rremoval of debugging information reduces the size of a static library file by 80%. Discovered by: pointyhat on amd64 8 Notes: svn path=/head/; revision=273876
* Update 4.1.3 --> 4.2.0.Cy Schubert2011-05-035-33/+137
| | | | | | | Libfwbuilder has been merged into fwbuilder. Notes: svn path=/head/; revision=273526
* Update 4.1.2 --> 4.1.3Cy Schubert2011-02-093-6/+6
| | | | Notes: svn path=/head/; revision=268806
* 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
* Update 4.1.1 --> 4.1.2Cy Schubert2010-10-103-5/+5
| | | | Notes: svn path=/head/; revision=262776
* 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
* Update 4.0.1 --> 4.1.1Cy Schubert2010-08-254-5/+13
| | | | Notes: svn path=/head/; revision=259945
* Fix build error.Cy Schubert2010-05-301-1/+1
| | | | Notes: svn path=/head/; revision=255341
* Update 4.0.0 --> 4.0.1.Cy Schubert2010-05-253-4/+15
| | | | Notes: svn path=/head/; revision=255032
* Fix an autotools dependency issue.Cy Schubert2010-05-241-1/+1
| | | | | | | | Thans to Mike Harding <mvharding@gmail.com> for allowing me to use one of his systems to debug this problem. Notes: svn path=/head/; revision=254938
* Add AUTOTOOLS dependency when using packages as opposed to portsCy Schubert2010-05-141-1/+1
| | | | | | | to satisfy dependencies. Notes: svn path=/head/; revision=254293
* Resolve autotools issue.Cy Schubert2010-05-121-0/+1
| | | | | | | Thanks to: pointyhat Notes: svn path=/head/; revision=254180
* Update 3.0.7 --> 4.0.0.Cy Schubert2010-05-054-57/+218
| | | | Notes: svn path=/head/; revision=253715
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Mark BROKEN on HEAD: fails to build with new utmpxMartin Wilke2010-03-201-0/+5
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251273