aboutsummaryrefslogtreecommitdiff
path: root/security/ftimes
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Also mark as not for riscv64.Mark Linimon2020-12-031-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=556905
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.Mark Linimon2016-11-081-1/+1
| | | | Notes: svn path=/head/; revision=425758
* Fix typo that is not detected by 'make describe'. Sigh.Mark Linimon2016-11-081-2/+2
| | | | Notes: svn path=/head/; revision=425662
* Mark as broken on arm64 and mips64: cpu not supported.Mark Linimon2016-11-081-0/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425659
* Replace bsd.openssl.mk with USES=sslMathieu Arnold2016-06-271-2/+2
| | | | | | | | | | | | | | | Add a qa hint about needing, or not, USES=ssl. Fix ports doing silly things, like including bsd.openssl.mk directly. PR: 210322 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6866 Notes: svn path=/head/; revision=417651
* security/ftimes: Fix build without SSLv3 methodsBernard Spil2016-06-122-2/+48
| | | | | | | | | | - Use SSLv23 methods and SSL_OP_NO_SSL3 PR: 203693 Sponsored by: BSDCan DevSummit Notes: svn path=/head/; revision=416819
* 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
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+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
* - Update to upstream release 3.11.0Thomas Zander2014-08-185-103/+37
| | | | | | | | | | | - Fix pkg-plist for all permutations of OPTIONS PR: 192615 Submitted by: klm@uidzero.org (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=365269
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* - StagifyDmitry Marakasov2014-07-022-14/+82
| | | | | | | | | | | | - Clarify LICENSE - Fix shebangs - Use new LIB_DEPENDS syntax - Chase devel/libklel .so version change Approved by: portmgr blanket Notes: svn path=/head/; revision=360276
* - 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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-1/+1
| | | | | | | Convert USE_GMAKE to USES Notes: svn path=/head/; revision=327414
* - Update to 3.10.0 [1]William Grzybowski2013-06-095-50/+157
| | | | | | | | | | | | | | | - Remove unnecessary depend [2] - Add LICENSE (BSD AL2 MIT) - Fix install of perl library Changes: http://ftimes.sourceforge.net/Files/ChangeLog/ChangeLog PR: ports/177738 [1], ports/178924 [2] Submitted by: klm <klm@uidzero.org> (maintainer) [1], az [2] Approved by: culot / jpaetzel (mentors, implicit), maintainer Notes: svn path=/head/; revision=320354
* Fix after conversion to new options frameworkBaptiste Daroussin2013-05-041-1/+1
| | | | Notes: svn path=/head/; revision=317342
* Convert security to new options frameworkBaptiste Daroussin2013-04-281-15/+14
| | | | Notes: svn path=/head/; revision=316749
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300264
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703Martin Matuska2010-09-211-0/+2
| | | | | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 Notes: svn path=/head/; revision=261560
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* Update to 3.8.0.Roman Bogorodskiy2007-04-153-6/+26
| | | | | | | | PR: 111584 Submitted by: klm <klm@uidzero.org> Notes: svn path=/head/; revision=189985
* - update to 3.7.0Cheng-Lung Sung2006-07-194-9/+10
| | | | | | | | PR: ports/100517 Submitted by: maintainer Notes: svn path=/head/; revision=168217
* Update to 3.6.0Emanuel Haupt2006-04-284-15/+17
| | | | | | | | PR: 95952 Submitted by: klm <klm@uidzero.org> (maintainer) Notes: svn path=/head/; revision=160654
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Update to 3.5.0 [1]Jean-Yves Lefort2005-06-183-13/+59
| | | | | | | | | | | | | - OPTIONSify - Use USE_PERL5_RUN - Add missing pcre dependency - Do not use -static PR: ports/82346 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=137675
* - Update to 3.4.0Pav Lucistnik2004-05-094-19/+22
| | | | | | | | PR: ports/66362 Submitted by: klm <klm@uidzero.org> (maintainer) Notes: svn path=/head/; revision=108769
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Respect CFLAGSTilman Keskinoz2004-02-282-0/+15
| | | | | | | | | Fix build on AMD64 Reported by: bento Notes: svn path=/head/; revision=102426
* PR: 55646Foxfair Hu2003-10-034-67/+17
| | | | | | | | | | | | | Submitted by: klm <klm@uidzero.org> Reviewed by: Approved by: Obtained from: MFC after: Update to 3.3.0 Notes: svn path=/head/; revision=90075
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Submitted by: MAINTAINERFoxfair Hu2003-05-062-0/+58
| | | | | | | Fix build problem on bento, point out by kris@ Notes: svn path=/head/; revision=80206
* Don't remove system directoriesKris Kennaway2003-04-051-5/+0
| | | | Notes: svn path=/head/; revision=78259
* strip binary, remove pkg-message as MAINTAINER's wish.Foxfair Hu2003-04-022-19/+3
| | | | Notes: svn path=/head/; revision=77994
* Add ftimes 3.2.1, a system baselining and evidence collection tool.Foxfair Hu2003-04-025-0/+67
PR: 50369 Submitted by: Klayton Monroe <klm@ir.exodus.net> Notes: svn path=/head/; revision=77982