Commit graph

67 commits

Author SHA1 Message Date
dbj
09a8763fee fixes to compile and run on darwin.
. modify configure.in to look for libpcap.dylib
 . set INSTALL_UNSTRIPPED=yes
2009-01-09 08:53:26 +00:00
adam
dee39abe6f PLIST fix 2008-11-22 14:35:14 +00:00
adam
3ea27e7a65 Changes 3.3.8:
* Bug fixes and improvements.
2008-10-16 12:24:09 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
adam
87a6a332dc Changes 3.3:
* Improved stability
* Ease of use
* U3 support and graphical GUI (Win32)
2007-09-15 07:35:37 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
0c75bc22cf - Using "gcc -o /dev/null" has led to /dev/null being unlinked on
Solaris. Enhanced patch-aa with a work-around. Fixes PR 32089.
- Fixed invalid variable names (having dashes instead of underscores).
- Added patch-ab, which is the same as patch-aa, except it is intended to
  be reported upstream.
2005-11-18 13:03:53 +00:00
adam
bc16aefa57 Changes 3.2:
* VoIP support
* NetFlow v9/IPFIX enhancements
* performance boost
* more statistics and stability
2005-10-26 15:43:08 +00:00
reed
7a7fc9777d gdome2 uses libtool, so use USE_LIBTOOL=YES.
Bump PKGREVISION as the share library versioning changes.

Bump BUILDLINK_DEPENDS.gdome2 required.

And bump PKGREVISION for its only dependency: ntop.

This fixes build issue for ntop. (Before this fix,
gdome2's libgdome.la file listed .la files for libiconv
and libz, but on some systems using native versions they
didn't exist.)

This will close PR #29525.
2005-10-12 21:22:08 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
reed
e12ae38d9b Use specific homepage. 2005-05-14 02:13:09 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adam
d78394063d Optionally disable threading; work around for PR#29323 2005-03-21 12:42:45 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tv
f2854af350 In order to compile in png, the png buildlink3.mk is needed too.
Bump PKGREVISION.
2005-01-26 16:41:02 +00:00
adam
9649ba3d09 Fix localstatedir; depend on gdome2 (needed for xmldump plug-in); revision bump 2005-01-19 11:08:27 +00:00
xtraeme
b38c29c9de This package requires libpcap>=0.8.3, noted by jdc@, bump
PKGREVISION.
2005-01-11 19:38:20 +00:00
adam
4ade3879cb ntop is a network traffic probe that shows the network usage, similar to what
the popular top Unix command does. ntop is based on libpcap and it has been
written in a portable way in order to virtually run on every Unix platform and
on Win32 as well.

ntop users can use a web browser (e.g. netscape) to navigate through ntop (that
acts as a web server) traffic information and get a dump of the network status.
In the latter case, ntop can be seen as a simple RMON-like agent with an
embedded web interface.

The use of:
- a web interface
- limited configuration and administration via the web interface
- reduced CPU and memory usage (they vary according to network size and traffic)
make ntop easy to use and suitable for monitoring various kind of networks.
2005-01-06 11:52:35 +00:00
wiz
4ea59c6d33 Document that -w is disabled, and remove most other documentation
about it. Addresses PR 27078.
Bump PKGREVISION.
2004-10-03 20:51:23 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
0a9411e5e7 Convert to buildlink3. 2004-04-25 08:24:03 +00:00
wiz
6f5b6b6d16 ispell (fix two typos). 2004-01-06 01:47:51 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
bc129b2d03 libpcap buildlink instead of OS test. By Stoned Elipot in pkg/13921. 2001-09-10 17:33:40 +00:00
abs
8d04d4c878 At least depend on the right version of pcal for SunOS or Linux. 2001-08-24 11:43:47 +00:00
jlam
5c6de17670 Convert to use buildlink.mk files for ncurses dependency and mark as
USE_BUILDLINK_ONLY.
2001-06-20 04:50:23 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
61e6d7efaa Since ntop isn't set?id anymore, make it work even if you're not root,
but have sufficient permissions on /dev/bpf. Shuffle lines around
so that error output in case of insufficient permissions happens before
curses are initialized. Install it mode 555 instead of 550.
Closes pkg/6761.
2001-03-10 18:00:51 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
6589777df7 USE_CURSES instead of hardwired dependency on ncurses.
Patch by Charles Hannum.
2001-01-07 02:25:35 +00:00
abs
d3f2e6aa85 ntop homepage is now www.ntop.org 2000-11-01 21:43:59 +00:00
mycroft
0196111aec Separate DISTNAME and PKGNAME so this pkg works again. 2000-10-21 02:45:45 +00:00
abs
51555cd31b Update to 1.1nb1 - avoid possible format string crash with -i '...%s...'.
No known security issues as not installed set{u,g}id
2000-10-20 11:02:59 +00:00
agc
c88b9ae437 Install the binary for this package as mode 550, and disable the
-w option, to avoid any compromises due to reported buffer overflow
exploits, reported in

ntop<=1.0               remote-root-shell       http://www.securityfocus.com/advisories/2520

Also, upgrade to 1.1 on the distribution site, as the old distfile
is no longer there, and 1.1 incorporates all the old patches in the
pkgsrc version bar one minor one (passing CPPFLAGS into Makefile.in
for the build environment).
2000-09-19 20:00:03 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
jlam
368526047e * Update ncurses dependency.
* Use more extensible way of passing necessary -I flags to configure.
1999-07-06 08:06:29 +00:00