aboutsummaryrefslogtreecommitdiffstats
path: root/security/masscan
Commit message (Collapse)AuthorAgeFilesLines
* Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-021-8/+1
| | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
* Update clang/llvm version to 6.0 (used on FreeBSD 10)brooks2018-08-141-2/+2
| | | | | | PR: 230486 Approved by: Chie Taguchi (taguchi.ch@gmail.com> (maintainer) Sponsored by: DARPA, AFRL
* Depend on the real port, not the removed METAPORT on 10.x.brooks2018-08-091-1/+1
| | | | | | No functional change. PR: 230468
* - Switch to more suitable ONLY_FOR_ARCHSamdmi32018-07-031-9/+4
| | | | | | - Switch to new test framework Approved by: portmgr blanket
* Try to bring some consistency to ports that have x86-specific pieces.linimon2017-12-211-2/+7
| | | | | | | | | | | | | | - in general, if we think that the code is not architecture-specific, and instead just enables x86 assembler by default, those should use BROKEN rather than IGNORE. This will allow them to be attempted with TRYBROKEN. - spell i386 as x86. - spell asm as assembler. - pet portlint. These changes should have no effect on tier-1 builds. Approved by: portmgr (tier-2 blanket)
* Begin deorbit burn of ia64. We have not attempted to build packages forlinimon2017-06-251-1/+1
| | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
* security/masscan: Update to 1.0.4dbaio2017-06-203-7/+22
| | | | | | | | | | | Include a patch for build it in 10.3, 11 and CURRENT Changes: https://github.com/robertdavidgraham/masscan/releases/tag/1.0.4 PR: 219886 Submitted by: taguchi.ch@gmail.com (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11260
* Mark as broken on sparc64 and others: uses x86 assembler.linimon2015-09-261-0/+3
| | | | Approved by: portmgr (sparc64 blanket)
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-192-3/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Quote ${CC} and similar variables in MAKE_ARGS.tijl2014-05-211-1/+1
| | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
* - Update to version 1.0.3pawel2014-03-042-5/+9
| | | | | | | | - Fix CFLAGS and MAKE_ARGS - Suppress error message of gcc and git PR: ports/186651 Submitted by: maintainer
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
|
* New port: security/masscanantoine2013-11-163-0/+37
masscan is a very fast port scanner PR: ports/183786 Submitted by: Chie Taguchi