aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/etherape
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken GUI due to infamous "libglade-WARNING **: could not find signaldanfe2015-04-112-9/+22
| | | | | | | | | | | | handler" errors. This usually happens when signal handlers are not being exported correctly (via G_MODULE_EXPORT), but I'd leave it for upstream to decide how to come up with a proper fix. For now, adding `-export-dynamic' to LDFLAGS is probably OK for a quick'n'dirty remedy. While here: rephrase COMMENT text, install a few documentation files, and reformat and amend port description text. PR: 199139
* Get rid of gnomehierbapt2014-12-211-1/+2
|
* Cleanup plistantoine2014-11-251-7/+0
|
* - Update to 0.9.13miwi2014-04-266-47/+63
| | | | | PR: 188862 Submitted by: Ports Fury
* Add USE_GNOME+= gnomedocutils to 5 portsmarino2014-04-171-3/+3
| | | | | | | | | | | | These ports will fail configuration if gnome-doc-utils is not present. Likely a common dependency loaded it in the past, but not anymore. Explicitly list gnome-doc-utils as a build dependency in order to fix the recent breakage of these ports. Also reset maintainership of etherape - maintainer gone for more than one yet now. Approved by: portmgr (bdrewery)
* Remove trailing whitespaces from category net-mgmtehaupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-mgmt)
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-061-6/+4
| | | | While here do some conversion to new options framework
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* - Update to 0.9.9sylvio2010-04-184-28/+57
| | | | Approved by: itetcu (mentor, implicit)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Update to 0.9.8sylvio2009-12-033-27/+27
| | | | Approved by: miwi (mentor)
* - Update my mail address to FreeBSDsylvio2009-11-281-1/+1
| | | | Approved by: miwi (mentor)
* - Update to 0.9.7pav2009-09-184-37/+5
| | | | | | | | - Take maintainership PR: ports/138921 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Feature safe: yes
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with N
* Reset sbahra at his request due to lack of time to work on these ports.linimon2009-08-201-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+0
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-28/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update maintainer's email address.linimon2007-03-071-1/+1
| | | | Requested by: maintainer
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-32/+29
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* - Update to 0.9.6pav2006-05-319-54/+83
| | | | Approved by: Samy Al Bahra <sbahra@kerneled.org> (maintainer)
* - Add --zero-delay optionmnag2006-04-305-8/+51
| | | | | | | | - Bump PORTREVISION PR: 94777 Submitted by: Ben Allen <benjamin___umn.edu> Approved by: maintainer timeout (39 days)
* Change maintainer email address.cperciva2006-04-161-1/+1
| | | | Submitted by: maintainer
* Conversion to a single libtool environment.ade2006-02-231-1/+0
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-02-011-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+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.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* Directory share/pixmaps is now included in mtreelesi2005-06-151-1/+0
| | | | (BSD.x11-4.dist rev. 1.27), so remove it from plist.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* - Fix packing list.flz2005-03-032-5/+2
| | | | | | | | - Bump PORTREVISION. PR: ports/78128 Submitted by: Samy Al Bahra <samy@kerneled.org> (maintainer) Approved by: pav (mentor)
* [net-mgmt/etherape] Port update.daichi2004-11-244-26/+18
| | | | | PR: ports/74174 Submitted by: Samy Al Bahra <samy@kerneled.org> (maintainer)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
| | | | big upgrade.
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Add size data, approved by maintainers.trevor2004-03-211-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-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
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* - update to 0.9.0petef2003-06-245-55/+35
| | | | | | | - pass maintainership to Samy Al Bahra <samy@kerneled.com> - proper use of USE_GNOME Submitted by: Samy Al Bahra <samy@kerneled.com>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* GNOME policy:sobomax2002-05-132-35/+35
| | | | | - Fix libintl detection; - use ${PREFIX}/share/gnome properly.
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Fix build.petef2002-03-261-0/+2
| | | | Submitted by: bento
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Change my email address to petef@FreeBSD.org for the ports I maintain.petef2001-08-231-1/+1
| | | | Reviewed by: ade
* Update to version 0.8.2kevlo2001-08-132-4/+3
| | | | | PR: 29619 Submitted by: MAINTAINER
* o Update to 0.8.0lioux2001-08-053-12/+2
| | | | | | | o Remove patch: integrated in the distribution PR: 29419 Submitted by: MAINTAINER
* Update to 0.7.8dwcjr2001-07-225-15/+73
| | | | | | | | | | | | Give originator maintainership Use sourceforge USE_X_PREFIX=yes Add files/patch-conversations.c Add WWW to pkg-descr PR: 28955 Submitted by: petef@databits.net Reviewed by: maintainer
* Various patches (mainly shared library revision changes) for thoseade2001-05-051-3/+2
| | | | ports that depend on GNOME and need to change for 1.4
* Add etherape 0.5.7, a graphical network traffic visualization toolwill2001-04-075-0/+41
for gnome. PR: 26374 Submitted by: Holger Lamm <holger@eit.uni-kl.de>