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
tron
f38e0520d8
Change "NOT_FOR_PLATFORM" pattern so that "make" really understands it.
...
Fixes PR pkg/7651 by Eric Mumpower.
1999-05-26 22:37:58 +00:00
tv
5c60ed5794
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
...
pattern match format. Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
marc
2ea13db7c9
fix an error in 1.5: the patch was malformed.
1998-12-28 22:49:21 +00:00
hwr
1c151468ca
Fixes PR6513 by <Matthias.Grutzeck@teco.edu>.
...
XXX this should be changed to include <net/ethertypes.h> in post 1.3.2
worlds.
1998-12-01 13:50:44 +00:00
bad
d010856dfd
MASTER_SITES has changed.
1998-11-04 00:06:32 +00:00
kim
df1902bc61
Our <netinet/if_ether.h> includes <net/ethertypes.h>, so I shouldn't
...
include it separately. Avoid <ethertype.h> using a configure check.
1998-10-13 03:46:07 +00:00
kim
da9bfae49d
Find the include files, too, for ncurses (didn't check to see if it did before).
1998-10-12 01:30:13 +00:00
kim
4d11584704
We need autoconf only while building.
1998-10-11 21:17:01 +00:00
kim
2adb9afcd5
Missing tag (only for one file this time!)
1998-10-11 21:07:11 +00:00
kim
d79eb576d7
This patch no longer needed (fixed with LDFLAGS).
1998-10-11 20:28:11 +00:00
kim
435e3e9fb2
Updated ntop to 1.0
1998-10-11 20:27:03 +00:00
hubertf
f078bc55e6
Actually use ncurses so this links.
1998-10-11 10:25:24 +00:00
garbled
384c07a72e
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
...
on alpha. There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
tsarna
6bd0d65c65
The Grand Homepagification:
...
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
1998-08-20 15:16:34 +00:00
kim
fc0719044d
Forgot that tag... (diff should output it for me?)
1998-08-08 21:30:25 +00:00
kim
c525b57033
The logic for determining the local domain was wrong.
...
Using gethostname(3) instead (could use gethostbyname(3)
on top of that, I guess...).
1998-08-08 21:28:32 +00:00
kim
7088e7751a
Adding ntop, "network top", v0.4
1998-08-07 22:42:29 +00:00