aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ettercap
Commit message (Collapse)AuthorAgeFilesLines
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Readd GTK2 back which should not be part of r482244Sunpoet Po-Chuan Hsieh2018-10-171-1/+2
| | | | | | | | | - Bump PORTREVISION for dependency change Notified by: tobik Notes: svn path=/head/; revision=482293
* Fix build with OpenSSL 1.1.xSunpoet Po-Chuan Hsieh2018-10-163-1/+244
| | | | | | | | Obtained from: https://github.com/LocutusOfBorg/ettercap/commit/f0d63b27c82df2ad5f7ada6310727d841b43fbcc https://github.com/LocutusOfBorg/ettercap/commit/def7a62c542241367428223dc460906b0634dcd1 Notes: svn path=/head/; revision=482244
* Improve patch for better understandingSunpoet Po-Chuan Hsieh2018-02-261-6/+6
| | | | Notes: svn path=/head/; revision=463058
* Use CMAKE_BOOL, CMAKE_ON and CMAKE_OFFSunpoet Po-Chuan Hsieh2018-02-191-20/+12
| | | | Notes: svn path=/head/; revision=462292
* Convert PORTDATA=* and PORTDOCS=* to PLIST entriesSunpoet Po-Chuan Hsieh2017-10-082-4/+36
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=451541
* Update WWWSunpoet Po-Chuan Hsieh2017-07-151-1/+1
| | | | Notes: svn path=/head/; revision=445885
* Use USES=gnomeSunpoet Po-Chuan Hsieh2017-06-281-0/+1
| | | | Notes: svn path=/head/; revision=444614
* - Use USES=sslSunpoet Po-Chuan Hsieh2016-11-191-1/+1
| | | | Notes: svn path=/head/; revision=426414
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* - Fix NCURSES option: USE_NCURSES has been replaced by USES=ncursesSunpoet Po-Chuan Hsieh2016-04-302-6/+6
| | | | | | | - Fix PLIST Notes: svn path=/head/; revision=414351
* - Fix PLIST with DESKTOP option enabledSunpoet Po-Chuan Hsieh2016-04-302-0/+12
| | | | | | | Reported by: Ivan Klymenko <fidaj@ukr.net> Notes: svn path=/head/; revision=414337
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Cleanup MakefileSunpoet Po-Chuan Hsieh2016-03-201-2/+1
| | | | Notes: svn path=/head/; revision=411475
* Install net/libnet headers and libraries back in the location where otherTijl Coosemans2016-03-201-2/+2
| | | | | | | | | | | | ports expect it. The files were put in a different location to avoid a conflict with net/libnet10 but this port has been removed a while ago now. PR: 208122 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411432
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-11-121-2/+5
| | | | | | | | - Use USES=localbase - Convert to new options target helper Notes: svn path=/head/; revision=401400
* - Cleanup GH_* knobs:Sunpoet Po-Chuan Hsieh2015-05-132-4/+3
| | | | | | | | - Use DISTVERSIONPREFIX - Remove GH_PROJECT Notes: svn path=/head/; revision=386252
* - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120Sunpoet Po-Chuan Hsieh2015-03-241-1/+0
| | | | Notes: svn path=/head/; revision=382151
* - Update to 0.8.2Sunpoet Po-Chuan Hsieh2015-03-217-255/+3
| | | | | | | Changes: https://github.com/Ettercap/ettercap/releases Notes: svn path=/head/; revision=381871
* - Convert to new USE_GITHUB usage and remove deprecated GH_COMMITSunpoet Po-Chuan Hsieh2015-03-212-3/+3
| | | | Notes: svn path=/head/; revision=381857
* - Fix USE_LDCONFIGSunpoet Po-Chuan Hsieh2015-03-121-2/+1
| | | | Notes: svn path=/head/; revision=381125
* - Replace deprecated des_* methods with DES_* onesSunpoet Po-Chuan Hsieh2015-03-031-0/+46
| | | | | | | | | PR: 198184 Submitted by: Bernard Spil <spil.oss@gmail.com> Obtained from: https://github.com/Ettercap/ettercap/commit/f71cd222712d6ecec6f086f3b8acca981e25f819 Notes: svn path=/head/; revision=380379
* - Import upstream patches:Sunpoet Po-Chuan Hsieh2015-02-215-0/+206
| | | | | | | | | | | | | | - Fix when determine MTU on BSD system [1] - Reset logfile ownership upon dropping privileges [2] - Bump PORTREVISION for package change PR: 197509 [2] Submitted by: Rafal Grzeszczuk <rafi.root@gmail.com> [2] Obtained from: https://github.com/Ettercap/ettercap/commit/00f864d7dd2d82b640064db81aad065794b9b11b [1] https://github.com/Ettercap/ettercap/commit/42600aada0ba56b9c63dabcc2b0cb1417fa27863 [2] Notes: svn path=/head/; revision=379520
* There is no PKGNAMESUFFIX helper.Mathieu Arnold2015-02-191-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=379351
* - Update to 0.8.1Sunpoet Po-Chuan Hsieh2014-11-246-198/+13
| | | | | | | | | - Cleanup PLIST Changes: https://github.com/Ettercap/ettercap/releases Notes: svn path=/head/; revision=373233
* - Add CPE informationSunpoet Po-Chuan Hsieh2014-08-161-1/+3
| | | | Notes: svn path=/head/; revision=365086
* - Fix PLISTSunpoet Po-Chuan Hsieh2014-07-142-12/+10
| | | | | | | | | | - Use @sample - Convert to new options helper - Simplify Makefile - Bump PORTREVISION for package change Notes: svn path=/head/; revision=361804
* - Convert net/libnet to USES=libtool and bump dependent portsTijl Coosemans2014-07-141-0/+1
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361791
* - Remove MASTER_SITESSunpoet Po-Chuan Hsieh2014-05-151-2/+0
| | | | Notes: svn path=/head/; revision=354115
* - Update to 0.8.0Sunpoet Po-Chuan Hsieh2013-10-228-280/+248
| | | | | | | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Add options: DESKTOP, IPV6 and NCURSES - Add ipv6 to CATEGORIES conditionally - Support STAGEDIR - Reformat pkg-descr - Update WWW Changes: https://github.com/Ettercap/ettercap/releases Notes: svn path=/head/; revision=331309
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forBoris Samorodov2013-09-071-1/+2
| | | | | | | | | | pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326683
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326137
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325161
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* - update libnet to 1.1.6Dirk Meyer2013-02-181-3/+3
| | | | | | | | | - build shared lib - fix dependend ports when libnet.so.8 was linked in - fix dependend ports when includes where missing Notes: svn path=/head/; revision=312526
* 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
* - Convert to new options frameworkSunpoet Po-Chuan Hsieh2012-10-091-24/+20
| | | | | | | | | | - Rename options: GTK -> GTK2, ICONV -> UTF8 - Pet portlint: remove ABI version number from LIB_DEPENDS - Cleanup Makefile header - Cosmetic change Notes: svn path=/head/; revision=305590
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.7.4.1Sunpoet Po-Chuan Hsieh2012-04-182-5/+4
| | | | | | | Changes: http://ettercap.sourceforge.net/history.php Notes: svn path=/head/; revision=295002
* - Fix build with clangSunpoet Po-Chuan Hsieh2012-04-101-7/+56
| | | | | | | | PR: ports/166377 Submitted by: Niclas Zeising <zeising@daemonic.se> Notes: svn path=/head/; revision=294532
* - Mark BROKEN on 7.X: does not compilePav Lucistnik2012-03-021-1/+7
| | | | | | | | | ec_send.c:37:23: error: pcap/pcap.h: No such file or directory Reported by: pointyhat Notes: svn path=/head/; revision=292549
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* - Update distinfo: tarball rerolled without functional changeSunpoet Po-Chuan Hsieh2012-02-121-2/+2
| | | | | | | Changes: http://people.FreeBSD.org/~sunpoet/ettercap-0.7.4.diff Notes: svn path=/head/; revision=291001
* - Restore LIBNET_CONFIGSunpoet Po-Chuan Hsieh2012-02-091-1/+3
| | | | Notes: svn path=/head/; revision=290752
* - Update to 0.7.4Sunpoet Po-Chuan Hsieh2012-02-075-175/+155
| | | | | | | | | | | - Sort OPTIONS - Cosmetic change - Take maintainership Changes: http://ettercap.sourceforge.net/history.php Notes: svn path=/head/; revision=290582
* - Reassign to the heapThomas Abthorpe2012-02-011-1/+1
| | | | Notes: svn path=/head/; revision=290231
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+1
| | | | | | | | | | | | - 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