aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.10.12 with the usual number of security fixes, new features, andJoe Marcus Clarke2005-07-271-2/+10
| | | | | | | | | | improved dissector support. See http://www.ethereal.com/news/item_20050726_01.html for the list of changes. Security: See http://www.ethereal.com/news/item_20050726_01.html for the list of security fixes in this release Notes: svn path=/head/; revision=140270
* * Add USE_PYTHON_BUILDJoe Marcus Clarke2005-05-201-2/+2
| | | | | | | | | | * Replace the static iconv dependency with USE_ICONV (bad Joe!) PR: 81236 Submitted by: Tod McQuillin <devin@spamcop.net> Notes: svn path=/head/; revision=135671
* * Add a dependency on gnometargetJoe Marcus Clarke2005-05-111-3/+7
| | | | | | | | | * Add a dependency on libiconv to fix the gtk12/glib12 build [1] Reported by: pointyhat via kris [1] Notes: svn path=/head/; revision=135072
* Update to 0.10.11 which fixes a number of security issues as well as addsJoe Marcus Clarke2005-05-071-1/+1
| | | | | | | | | | | a slew of new features. See http://www.ethereal.com/news/item_20050504_01.html for the list of all the changes. Security: See http://www.ethereal.com/news/item_20050504_01.html for all of the security fixes in this release Notes: svn path=/head/; revision=134801
* Update to 0.10.10.Joe Marcus Clarke2005-03-141-2/+1
| | | | Notes: svn path=/head/; revision=131148
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 0.10.9. See http://www.ethereal.com/news/item_20050120_01.html forJoe Marcus Clarke2005-01-271-1/+1
| | | | | | | the list of fixes and improvements. All users are encouraged to upgrade. Notes: svn path=/head/; revision=127509
* * Update to 0.10.8 (see http://www.ethereal.com/news/item_20041215_01.html forJoe Marcus Clarke2004-12-191-4/+3
| | | | | | | | | | | a list of what's new) * Make portlint a bit happier * Assume maintainership Approved by: billf (previous maintainer) Notes: svn path=/head/; revision=124446
* Bump the net-snmp shared lib version.Joe Marcus Clarke2004-12-051-1/+1
| | | | | | | PR: 74718 Notes: svn path=/head/; revision=123261
* 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.10.6. The release notes can be found atJoe Marcus Clarke2004-08-141-5/+3
| | | | | | | | | http://www.ethereal.com/news/item_20040812_01.html. Approved by: billf (maintainer) Notes: svn path=/head/; revision=116165
* Add a forgotten patch to really fix the capture lockups when ethereal isJoe Marcus Clarke2004-07-221-0/+1
| | | | | | | built with GTK+ 2 support. Notes: svn path=/head/; revision=114377
* * Update to 0.10.5 to add new features, and fix some security issues [1]Joe Marcus Clarke2004-07-211-10/+11
| | | | | | | | | | | | | | | | * Use the new libtool scheme * Add USE_PERL5_BUILD [2] * Make the GTK+ 2 frontend the default [2] * Fix the lockup waiting for packets to arrive while capturing when built with GTK+ 2 PR: 68819 [1] Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> [1] billf [2] Approved by: maintainer Notes: svn path=/head/; revision=114324
* . update to 0.10.3Bill Fumerola2004-03-301-30/+57
| | | | | | | | | | | | | | | | | | | . fix pkg-plist to include installed libraries and new modules . fix net-snmp configure args PR: ports/64777, ports/64808 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (#64777) Ken Stailey <kstailey@yahoo.com> (#64808) . follow master_site layout changes Submitted by: lost private email (sorry!) . introduce a LITE variable and add [t]ethereal-lite slave ports to build packages that don't depend on the kitchen sink. Notes: svn path=/head/; revision=105725
* Mark forbidden due to boat loads of vulnerabilities in versions prior toJacques Vidrine2004-03-261-0/+1
| | | | | | | | | 0.10.3. http://www.vuxml.org/freebsd/cdf18ed9-7f4a-11d8-9645-0020ed76ef5a.html Notes: svn path=/head/; revision=105358
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Improve WITH_GTK2 knob:Pav Lucistnik2004-02-281-5/+9
| | | | | | | | | | | | autodetect USE_GNOME instead of direct dependency PR: ports/56083 Submitted by: Rolf Grossmann <grossman@progtech.net> Approved by: maintainer timeout (2 months) Notes: svn path=/head/; revision=102475
* 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-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* [PATCH] ethereal-0.9.16 uses adnsEdwin Groothuis2004-01-101-0/+8
| | | | | | | | | | | | | Ethereal has a --with-adns switch. ./configure tests for presence of the library even if --with-adns is not specified, and if it finds it, the build fails later on because /usr/local/lib is not in -L. PR: ports/59855 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=97867
* Merge GTK2 support.Brian Feldman2003-12-171-0/+5
| | | | | | | | Submitted by: Sebastian Yepes F.ESN <esn@x123.info> PR: 60255 Notes: svn path=/head/; revision=96066
* Make sure to compress/package the new ethereal-filter.4 manpage.Brian Feldman2003-12-171-0/+1
| | | | | | | | Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> PR: 58954 Notes: svn path=/head/; revision=96062
* Update to Ethereal 0.10.0a to fix various security bugs.Brian Feldman2003-12-171-2/+2
| | | | Notes: svn path=/head/; revision=96022
* Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.Jun Kuriyama2003-11-181-1/+2
| | | | Notes: svn path=/head/; revision=94222
* [Port Update]:: net/ethereal 0.9.13 -> 0.9.14Edwin Groothuis2003-09-071-5/+0
| | | | | | | | | | (actually all I took from this PR was the removal of pre-install) PR: ports/55142 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> Notes: svn path=/head/; revision=88684
* Update net/ethreal 0.9.13 -> 0.9.14Edwin Groothuis2003-09-071-1/+1
| | | | | | | | | | | Update, new features. No change in installed files. PR: ports/56080 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> Approved by: billf@FreeBSD.org Notes: svn path=/head/; revision=88683
* Update to 0.9.13.Norikatsu Shigemura2003-07-111-1/+1
| | | | | | | | | PR: ports/53643 Submitted by: Joseph Scott <joseph@randomnetworks.com> Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=84716
* update to 0.9.12Bill Fumerola2003-05-201-1/+1
| | | | Notes: svn path=/head/; revision=81511
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* upgrade to 0.9.10 to pick up a security fix in the socks dissector.Bill Fumerola2003-03-081-3/+4
| | | | | | | | | | | Approved by: portmgr (wca) properly disable ucd-snmp Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=77066
* upgrade to 0.9.9Bill Fumerola2003-02-241-3/+6
| | | | | | | Submitted by: marcus Notes: svn path=/head/; revision=76418
* upgrade to 0.9.7Bill Fumerola2002-10-161-1/+1
| | | | Notes: svn path=/head/; revision=68169
* upgrade to 0.9.6, unFORBIDDENBill Fumerola2002-08-231-3/+1
| | | | Notes: svn path=/head/; revision=64876
* forbid because of possible security bugTrevor Johnson2002-08-221-0/+2
| | | | Notes: svn path=/head/; revision=64834
* Complete USE_GLIB-->USE_GNOMENG+USE_GNOME transition.Maxim Sobolev2002-07-151-2/+2
| | | | Notes: svn path=/head/; revision=63014
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-151-1/+2
| | | | Notes: svn path=/head/; revision=63003
* ethereal 0.9.5Bill Fumerola2002-07-041-1/+1
| | | | Notes: svn path=/head/; revision=62446
* upgrade to 0.9.4Bill Fumerola2002-05-291-1/+1
| | | | Notes: svn path=/head/; revision=60242
* I did not check this port works fine with net-snmp 5.x.Jun Kuriyama2002-05-191-1/+1
| | | | | | | Maintainer, feel free to depend on 5.x if you are sure. Notes: svn path=/head/; revision=59492
* Chase net-snmp library versionKris Kennaway2002-05-191-1/+1
| | | | Notes: svn path=/head/; revision=59488
* wiretapped.net mirror changed layoutBill Fumerola2002-05-011-1/+2
| | | | | | | | PR: ports/34827 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=58430
* upgrade to 0.9.3, use USE_GLIBBill Fumerola2002-05-011-3/+2
| | | | Notes: svn path=/head/; revision=58429
* update to 0.9.1Bill Fumerola2002-02-051-1/+1
| | | | Notes: svn path=/head/; revision=54217
* ethereal:Bill Fumerola2002-02-051-6/+18
| | | | | | | | | | add hooks for only building tethereal, which doesn't require X build with SNMP dissection (requires ucd-snmp) by default add tethereal as a slave port to ethereal Notes: svn path=/head/; revision=54216
* 0) upgrade to 0.9.0, the latest and greatestBill Fumerola2002-01-041-7/+8
| | | | | | | | | | | | | 1) include 'old-versions' in MASTER_SITE_SUBDIR for the next time the maintainers move the distfile around 2) include a forgotten man page in Makefile and plugins in pkg-plist 3) include some xml that gets installed in pkg-plist PR: ports/31434 (2) Submitted by: jhb (1), Scott Renfro <scott@renfro.org> (2) Notes: svn path=/head/; revision=52548
* contrary to david obrien's opinion. if I don't upgrade my port in time,Bill Fumerola2001-10-221-1/+2
| | | | | | | that _doesn't_ give him the right to touch it. Notes: svn path=/head/; revision=49048
* Update to 0.8.20.David E. O'Brien2001-10-221-2/+1
| | | | Notes: svn path=/head/; revision=49047
* fix building of a few man pages on systems w/o autoconf installedBill Fumerola2001-08-191-3/+2
| | | | | | | | PR: ports/29381 Submitted by: Scott Renfro <scott@renfro.org> Notes: svn path=/head/; revision=46461
* update to 0.8.19, add SNMP hooksBill Fumerola2001-07-251-1/+14
| | | | | | | | PR: ports/27503 Submitted by: Scott Renfro <scott@renfro.org> Notes: svn path=/head/; revision=45462
* upgrade to 0.8.16Bill Fumerola2001-03-111-1/+1
| | | | Notes: svn path=/head/; revision=39494