aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ettercap
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Mark MAKE_JOBS_UNSAFE=yesPhilip M. Gollucci2010-09-091-0/+1
| | | | | | | | | PR: ports/149433 Submitted by: Ivan Klymenko <fidaj@ukr.net> Approved by: maintainer timeout (mnag ; 32 days) Notes: svn path=/head/; revision=260872
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-5/+0
| | | | Notes: svn path=/head/; revision=225335
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix objformatMarcus Alves Grando2007-02-061-0/+3
| | | | | | | Notified by: kris Notes: svn path=/head/; revision=184363
* - Patch net/libnet* to versioned libraries and header files, so they canPav Lucistnik2007-01-311-6/+13
| | | | | | | | | | | | coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=183770
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+30
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* libnet update:Sergey Matveychuk2005-11-141-2/+2
| | | | | | | | | | | | | | | | | - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com> Notes: svn path=/head/; revision=148262
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - OPTIONS'ifyRenato Botelho2005-09-092-63/+37
| | | | | | | | | | | | - Reorganize Makefile - Make portlint happyer - Pass maintainership to submitter PR: ports/85892 Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=142292
* Update to 0.7.3.Roman Bogorodskiy2005-06-172-4/+4
| | | | | | | | PR: 82357 Submitted by: Marcus Grando (maintainer) Notes: svn path=/head/; revision=137634
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Language fixes.Christian Brueffer2005-02-091-2/+2
| | | | Notes: svn path=/head/; revision=128361
* Update to 0.7.2. For changes since 0.7.1 please see:Marius Strobl2004-12-293-5/+5
| | | | | | | | | http://ettercap.sourceforge.net/history.php Approved by: netchild Notes: svn path=/head/; revision=125471
* Use file unique to net/libnet-devel to check whether this dependencyMarius Strobl2004-11-201-1/+1
| | | | | | | | | | | is already installed rather than the library itself which has the same name in both net/libnet and net/libnet-devel in order to not try to build this port with net/libnet. Approved by: netchild Notes: svn path=/head/; revision=121999
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* - Update to 0.7.1. For changes since 0.6.b see:Marius Strobl2004-10-259-263/+239
| | | | | | | | | | | | http://ettercap.sourceforge.net/history.php - Switch to build all the extras (like pcre and UTF-8 support, GTK2+ GUI, plugins etc.) by default but provide WITHOUT knobs so one can save on dependencies. Approved by: netchild Notes: svn path=/head/; revision=120132
* - Obey PTHREAD_LIBS also when libpthread exists.Alexander Leidinger2004-02-273-45/+74
| | | | | | | | | - Use/respect DATADIR and DOCSDIR. Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=102284
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Reset maintainer of ports owned by inactive committers who were just retired.Kris Kennaway2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92900
* Update to 0.6.b.Alexander Leidinger2003-10-147-22/+217
| | | | | | | | | | | | | | | | | | | | | | | | | - gtk2 support - new sniffing method was added as a plugin - three new plugins - bumb PORTEPOCH, otherwise 0.6.b (they mean hex B) wouldn't be recognised as newer by pkg_version etc. - add 'security' as a second category (as nmap and friends are mainly there) - respect CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS - make SSL-support optional - base compilation of gnome frontend on autodetection of installed gtk20, use gnome-PKGNAMESUFFIX - disable auto-download of new version via wget (saves dependency on wget, FreeBSD-users should update via the ports-collection anyway) - enable compilation and installation of the plug-ins - compile lc-converter (an application port IMO should not install sources) - don't install ettercap.fr.8.in Submitted by: Marius Strobl <marius@alchemy.franken.de> PR: 51898 Approved by: maintainer timeout (~5 months) Notes: svn path=/head/; revision=91214
* Add MASTER_SITE_PACKETSTORM as an additional mirror.Pete Fritchman2003-08-161-1/+2
| | | | | | | | | PR: 52109 Submitted by: Jim Geovedi <jim@corebsd.or.id> Approved by: various maintainers, timeouts Notes: svn path=/head/; revision=87066
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* - Update to version 0.6.7Johann Visagie2002-07-175-43/+50
| | | | | | | | | - Add %%PORTDOCS%% pragmas to $PLIST Approved by: greid (MAINTAINER) Notes: svn path=/head/; revision=63139
* 1) Update to 0.6.4George C A Reid2002-02-155-14/+31
| | | | | | | | | | 2) Respect CFLAGS PR: 34944 (1) Submitted by: Kirby Kuehl <kkuehl@cisco.com> (1) Notes: svn path=/head/; revision=54718
* Update to 0.6.3.1. This version fixes many security vulnerabilities,Jim Mock2002-01-024-45/+40
| | | | | | | | | | | which is why I'm committing it (the submitter said there was no reply from MAINTAINER). PR: 33405 Submitted by: Kirby Kuehl <vacuum@technotronic.com> Notes: svn path=/head/; revision=52506