Commit graph

69 commits

Author SHA1 Message Date
Colin Percival
1b264a3e3c This port depends on urwfonts, not urwfonfs.
Reported by:	Portsnap buildbox
2006-09-21 10:19:45 +00:00
Johan van Selst
91f722cd53 - Fix run-time dependencies
PR:		ports/102291
Submitted by:	Wesley Shields (maintainer)
2006-09-21 09:06:48 +00:00
Cheng-Lung Sung
62dd3b493a - updated maintainer's email address
PR:		ports/102705
Submitted by:	maintainer (Wesley Shields)
2006-08-31 04:21:27 +00:00
Marcus Alves Grando
fcd16abf29 - Add libxml2 dependency [1]
- 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]
2006-03-22 19:25:52 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Sam Lawrance
19ef03a114 - Install rc.d script with USE_RC_SUBR (PORTREVISION bumped).
- 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>
2005-12-12 07:03:16 +00:00
Pav Lucistnik
2403ea92cb - Add SHA256 2005-11-25 16:48:31 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Andreas Klemm
34335dac02 Revert to old method to be installed without execution permission
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>
2005-11-04 05:54:04 +00:00
Andreas Klemm
c3d1587fb3 ntop start/stop script installed without execute persmissions 2005-11-02 05:08:01 +00:00
Clement Laforet
5b4c7abf93 - Update to 3.2
- Re-add version checking allow ntop developers to know how many FreeBSD
  people use it
- Drop maintainership
2005-11-01 10:04:22 +00:00
Clement Laforet
7b59b125eb - Fix build if rrdtool 1.2 is intalled
- 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
2005-08-01 10:14:10 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Clement Laforet
28d0ee4065 - Bump PORTREVISION (I forget to commit this file) 2005-02-03 21:12:33 +00:00
Clement Laforet
3c00956749 - Fix plist
Reported by:	pointyhat via kris
2005-02-03 21:10:50 +00:00
Clement Laforet
83a39eb793 - Update to 3.1
Notes:
    - IPv6 support is disabled
    - now startup script prompts for admin password, if unset.
2005-01-16 11:13:37 +00:00
Joe Marcus Clarke
14d6c6a69a Fix a potential segmentation faul when loading certain pages in the web
interface as well as in shutting down ntop.

Approved by:	maintainer
2004-11-17 05:12:46 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
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
2004-07-09 17:43:11 +00:00
Clement Laforet
5a5d040898 - Fix ntop startup script
PR:             65276
Submitted by:   Douglas K. Rand <rand@meridian-enviro.com>
2004-04-07 13:55:49 +00:00
Clement Laforet
2e7b491771 - Update to 3.0
- Add ipv6 to CATEGORIES
2004-03-23 15:06:46 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
Clement Laforet
682db0fb10 - Update to 3.0-pre2
Submitted by: ale
2004-03-13 15:57:13 +00:00
Clement Laforet
9ad2b45ab8 - Use OPTIONS
- SIZEify distinfo
2004-02-07 16:40:37 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Clement Laforet
fc775c0f10 - fix typo in pkg-message [1]
- Change my email address

Noticed by:         Bob Rakov <bob@rakov.net> [1]
Approved by:        erwin (mentor)
2003-12-21 18:35:30 +00:00
Pav Lucistnik
7dd5bb0b69 - Fix Makefile syntax if WITH_RRD is defined
PR:		ports/60256
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-12-15 18:42:52 +00:00
Pav Lucistnik
a44b9103bf - Fix graphs by: use bundled gdchart and use gd1 instead of gd2
- Get rid of interactive menu
- Rework build options
- Fix optional XML dumping support

PR:		ports/60184
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-12-12 21:03:57 +00:00
Pav Lucistnik
c8cf4c87fc - Give maintainership to volunteer
PR:		ports/60160
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-12-11 20:15:00 +00:00
Pav Lucistnik
8caf43c2d8 - Fix build on 5.x
PR:		ports/59641
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-12-05 21:07:23 +00:00
Joe Marcus Clarke
6fc78fcdf1 Chase the libintl.so shared lib version. 2003-08-25 05:52:46 +00:00
Tilman Keskinoz
59dc8c7b7a Fix ntop @filename
PR:		54482
Submitted by:	 Melvyn Sopacua <melvyn@webteckies.org>
2003-07-22 15:47:34 +00:00
Daichi GOTO
1075b5af6e update net/ntop: add identification to net/ntop configuration dialog
PR:		54300
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-07-17 04:57:17 +00:00
FUJISHIMA Satsuki
b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
Oliver Lehmann
f4a77f8e56 Add a missed dependency to gdbm
Reported by:	kris
2003-06-18 17:42:25 +00:00
Oliver Lehmann
1c5bee2711 update ntop to 2.2
PR:		51077
Submitted by:	Ying-Chieh Liao <ijliao@terry.dorm11.nctu.edu.tw>
2003-06-15 18:50:37 +00:00
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
06465908a8 BROKEN on 5.1: does not compile 2003-05-18 12:28:52 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Johann Visagie
faedfd378e - Relinquish maintainership. I don't use ntop anymore, and I've been
consistently unable to find the time to update the port.
2003-02-17 14:42:02 +00:00
Ying-Chieh Liao
27ebc7aa15 chase gdbm lib version 2003-01-03 08:26:35 +00:00
Akinori MUSHA
e0254c9e7a Chase the gdchart update and bump PORTREVISION. 2002-09-15 12:11:38 +00:00
Johann Visagie
ae896a0c22 - Fix an error I introduced into rc.d startup script during previous commit.
- Bump PORTREVISION
2002-06-26 13:24:41 +00:00
Johann Visagie
c06e10de07 - Update to version 2.0.99.r2 which is only a release candidate, but there
has been a "massive public demand" that this port be unFORBIDDEN.
- Remove FORBIDDEN.
- Add a PKGMESSAGE to explain new post-install procedure, and to warn the
  user that this port/package is likely to have future security issues.
- Install startup script mode 444, forcing the user to change this explicitly
  to run ntop at system startup.  Document this in PKGMESSAGE.
2002-06-24 14:51:21 +00:00
Maxim Sobolev
8345350ec1 Chase openssl shlib version increase.
Pointy hat to:	dinoex
2002-05-07 09:18:40 +00:00
Johann Visagie
10b14d392b - Mark FORBIDDEN. Remote exploit has been published on Bugtraq, and there
has been no official response from the author as yet.
2002-03-05 14:28:26 +00:00
Johann Visagie
0ee1c3906b - Enable suport for libwrap.
- Bump PORTREVISION.
- Update pkg-{comment,descr} while I'm at it.

Requested by:   Dave Cole <dacole@corp.attcanada.ca> (libwrap support)
2002-01-25 08:59:58 +00:00
Johann Visagie
a4eadd0644 - Add a patch which should allow this port to build on a machine with a
modified LOCALBASE.
- This port should now also build on OSVERSIONs before OpenSSL was imported
  (untested).
- Bumped PORTREVISION.

PR:		34052
Submitted by:	Thomas Hurst <freaky@aagh.net>
2002-01-24 09:15:32 +00:00
Johann Visagie
8c8d8c5dec - Update/rewrite to version 2.0
- Major update of ntop - much of it rewritten
- Take over maintainership for a while

Approved by:	billf (previous maintainer)
2002-01-16 08:41:15 +00:00