aboutsummaryrefslogtreecommitdiff
path: root/net/ntop
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.3.8Wesley Shields2008-10-174-35/+33
| | | | | | | | PR: ports/128153 Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=221703
* 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
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Require rrdtool-1.2 or higher. rrdtool10 results in a build error.Wesley Shields2008-06-141-2/+2
| | | | | | | Submitted by: Craig Green (private mail) Notes: svn path=/head/; revision=214806
* 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
* Explicitly disable SNMP which breaks the build when net-mgmt/net-snmp is ↵Wesley Shields2008-03-021-2/+3
| | | | | | | | | | | installed on 7.0. PR: ports/120793 Submitted by: Helmut Schneider <jumper99@gmx.de> Approved by: garga (mentor) Notes: svn path=/head/; revision=208337
* Update my address.Wesley Shields2008-02-041-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=206711
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* [MAINTAINER]: Fix net/ntopEdwin Groothuis2007-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | | net/ntop doesn't build under certain circumstances (it is confusing versions of autoconf). Attached is a patch submitted to me by Edward Sutton and tested by Jeffrey Goldberg which fixes this problem. I haven't been able to reproduce this problem but Jeffrey pointed out that this patch fixed it for him. I don't believe that a bump of PORTREVISION is necessary for this, but feel free to correct me if I am wrong. :) A discussion of this can be found at http://docs.freebsd.org/cgi/getmsg.cgi?fetch=333895+0+current/freebsd-ports PR: ports/116289 Submitted by: Wesley Shields <wxs@atarininja.org> Notes: svn path=/head/; revision=199358
* - Update to 3.3Pav Lucistnik2007-07-229-144/+115
| | | | | | | | PR: ports/114681 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=196032
* - Fix build with qt4.Martin Wilke2007-05-252-5/+14
| | | | | | | | | | - Bump PORTREVISION PR: 112689 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=191851
* - 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
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* This port depends on urwfonts, not urwfonfs.Colin Percival2006-09-211-1/+1
| | | | | | | Reported by: Portsnap buildbox Notes: svn path=/head/; revision=173523
* - Fix run-time dependenciesJohan van Selst2006-09-211-1/+4
| | | | | | | | PR: ports/102291 Submitted by: Wesley Shields (maintainer) Notes: svn path=/head/; revision=173512
* - updated maintainer's email addressCheng-Lung Sung2006-08-311-1/+1
| | | | | | | | PR: ports/102705 Submitted by: maintainer (Wesley Shields) Notes: svn path=/head/; revision=171688
* - Add libxml2 dependency [1]Marcus Alves Grando2006-03-226-54/+65
| | | | | | | | | | | | | | - Bump PORTREVISION [1] - Remove IS_INTERACTIVE and admin password creation from installation and put admin password check in rc.d script - Add OPTIONS to install AS data [2] - portlint(1) PR: 94672 [1], 94809 [2] Submitted by: maintainer Notified by: Andy Wettstein [1] Notes: svn path=/head/; revision=157978
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Install rc.d script with USE_RC_SUBR (PORTREVISION bumped).Sam Lawrance2005-12-126-90/+67
| | | | | | | | | | | | | - Prompt for ntop admin password and set IS_INTERACTIVE only if necessary. - Quote BROKEN message. - Adds pkg-deinstall with cleanup instructions. - Submitter takes maintainership. PR: ports/90264 Submitted by: Wesley Shields <wxs@csh.rit.edu> Notes: svn path=/head/; revision=150955
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Revert to old method to be installed without execution permissionAndreas Klemm2005-11-041-1/+1
| | | | | | | | | | to prevent hang on reboot, since ntop asks for password on 1st execution. The real fix is to convert script to rc-ng. Submitted by: Clement Laforet <clement@FreeBSD.org> Notes: svn path=/head/; revision=147187
* ntop start/stop script installed without execute persmissionsAndreas Klemm2005-11-021-1/+1
| | | | Notes: svn path=/head/; revision=146993
* - Update to 3.2Clement Laforet2005-11-014-23/+8
| | | | | | | | | - Re-add version checking allow ntop developers to know how many FreeBSD people use it - Drop maintainership Notes: svn path=/head/; revision=146892
* - Fix build if rrdtool 1.2 is intalledClement Laforet2005-08-012-0/+12
| | | | | | | | | | | - mark port BROKEN if WITH_XMLDUMP defined (does not build) Submitted by: mich Reported by: Bryan Fullerton <fehwalker@gmail.com> (PR: ports/84019), piotrekk@excite.com Notes: svn path=/head/; revision=140634
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Bump PORTREVISION (I forget to commit this file)Clement Laforet2005-02-031-0/+1
| | | | Notes: svn path=/head/; revision=127994
* - Fix plistClement Laforet2005-02-031-0/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=127993
* - Update to 3.1Clement Laforet2005-01-167-67/+51
| | | | | | | | | Notes: - IPv6 support is disabled - now startup script prompts for admin password, if unset. Notes: svn path=/head/; revision=126571
* Fix a potential segmentation faul when loading certain pages in the webJoe Marcus Clarke2004-11-172-0/+13
| | | | | | | | | interface as well as in shutting down ntop. Approved by: maintainer Notes: svn path=/head/; revision=121791
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - Fix ntop startup scriptClement Laforet2004-04-071-1/+1
| | | | | | | | PR: 65276 Submitted by: Douglas K. Rand <rand@meridian-enviro.com> Notes: svn path=/head/; revision=106403
* - Update to 3.0Clement Laforet2004-03-233-12/+10
| | | | | | | - Add ipv6 to CATEGORIES Notes: svn path=/head/; revision=105060
* 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
* - Update to 3.0-pre2Clement Laforet2004-03-137-191/+148
| | | | | | | Submitted by: ale Notes: svn path=/head/; revision=103885
* - Use OPTIONSClement Laforet2004-02-072-4/+13
| | | | | | | - SIZEify distinfo Notes: svn path=/head/; revision=100258
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - fix typo in pkg-message [1]Clement Laforet2003-12-212-2/+2
| | | | | | | | | | - Change my email address Noticed by: Bob Rakov <bob@rakov.net> [1] Approved by: erwin (mentor) Notes: svn path=/head/; revision=96338
* - Fix Makefile syntax if WITH_RRD is definedPav Lucistnik2003-12-151-1/+1
| | | | | | | | PR: ports/60256 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=95901
* - Fix graphs by: use bundled gdchart and use gd1 instead of gd2Pav Lucistnik2003-12-124-138/+182
| | | | | | | | | | | | - Get rid of interactive menu - Rework build options - Fix optional XML dumping support PR: ports/60184 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=95683
* - Give maintainership to volunteerPav Lucistnik2003-12-111-1/+1
| | | | | | | | PR: ports/60160 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=95634
* - Fix build on 5.xPav Lucistnik2003-12-051-0/+11
| | | | | | | | PR: ports/59641 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=95159
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87646
* Fix ntop @filenameTilman Keskinoz2003-07-221-0/+13
| | | | | | | | PR: 54482 Submitted by: Melvyn Sopacua <melvyn@webteckies.org> Notes: svn path=/head/; revision=85390
* update net/ntop: add identification to net/ntop configuration dialogDaichi GOTO2003-07-171-1/+1
| | | | | | | | PR: 54300 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=85023
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-141-4/+4
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* Add a missed dependency to gdbmOliver Lehmann2003-06-181-1/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=83260
* update ntop to 2.2Oliver Lehmann2003-06-156-430/+490
| | | | | | | | PR: 51077 Submitted by: Ying-Chieh Liao <ijliao@terry.dorm11.nctu.edu.tw> Notes: svn path=/head/; revision=83032