Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-06 | ispell (fix two typos). | wiz | 1 | -2/+2 | |
2003-09-28 | Back out last change related to moving ncurses/buildlink2.mk to | jlam | 1 | -2/+2 | |
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-27 | move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides | grant | 1 | -2/+2 | |
support for base system curses/ncurses as well as ncurses itself. suggested by wiz. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -4/+5 | |
have been converted to USE_BUILDLINK2. | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+2 | |
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-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-09-10 | libpcap buildlink instead of OS test. By Stoned Elipot in pkg/13921. | wiz | 1 | -7/+2 | |
2001-08-24 | At least depend on the right version of pcal for SunOS or Linux. | abs | 1 | -1/+7 | |
2001-06-20 | Convert to use buildlink.mk files for ncurses dependency and mark as | jlam | 1 | -10/+3 | |
USE_BUILDLINK_ONLY. | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-10 | Since ntop isn't set?id anymore, make it work even if you're not root, | wiz | 3 | -20/+75 | |
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-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-07 | USE_CURSES instead of hardwired dependency on ncurses. | wiz | 3 | -6/+39 | |
Patch by Charles Hannum. | |||||
2000-11-01 | ntop homepage is now www.ntop.org | abs | 1 | -2/+2 | |
2000-10-21 | Separate DISTNAME and PKGNAME so this pkg works again. | mycroft | 1 | -2/+3 | |
2000-10-20 | Update to 1.1nb1 - avoid possible format string crash with -i '...%s...'. | abs | 5 | -44/+60 | |
No known security issues as not installed set{u,g}id | |||||
2000-09-19 | Install the binary for this package as mode 550, and disable the | agc | 10 | -155/+64 | |
-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-01-15 | Update dependency on ncurses to >=4.2 | jlam | 1 | -4/+4 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+8 | |
1999-07-06 | * Update ncurses dependency. | jlam | 2 | -13/+21 | |
* Use more extensible way of passing necessary -I flags to configure. | |||||
1999-05-26 | Change "NOT_FOR_PLATFORM" pattern so that "make" really understands it. | tron | 1 | -2/+2 | |
Fixes PR pkg/7651 by Eric Mumpower. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -17/+17 | |
pattern match format. Minor pkglint along the way. | |||||
1998-12-28 | fix an error in 1.5: the patch was malformed. | marc | 1 | -2/+2 | |
1998-12-01 | Fixes PR6513 by <Matthias.Grutzeck@teco.edu>. | hwr | 1 | -1/+4 | |
XXX this should be changed to include <net/ethertypes.h> in post 1.3.2 worlds. | |||||
1998-11-04 | MASTER_SITES has changed. | bad | 1 | -2/+2 | |
1998-10-13 | Our <netinet/if_ether.h> includes <net/ethertypes.h>, so I shouldn't | kim | 2 | -10/+8 | |
include it separately. Avoid <ethertype.h> using a configure check. | |||||
1998-10-12 | Find the include files, too, for ncurses (didn't check to see if it did before). | kim | 1 | -1/+2 | |
1998-10-11 | We need autoconf only while building. | kim | 1 | -2/+2 | |
1998-10-11 | Missing tag (only for one file this time!) | kim | 1 | -0/+2 | |
1998-10-11 | This patch no longer needed (fixed with LDFLAGS). | kim | 1 | -12/+0 | |
1998-10-11 | Updated ntop to 1.0 | kim | 8 | -160/+108 | |
1998-10-11 | Actually use ncurses so this links. | hubertf | 1 | -3/+12 | |
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- 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-08 | Forgot that tag... (diff should output it for me?) | kim | 1 | -0/+2 | |
1998-08-08 | The logic for determining the local domain was wrong. | kim | 2 | -4/+58 | |
Using gethostname(3) instead (could use gethostbyname(3) on top of that, I guess...). | |||||
1998-08-07 | Adding ntop, "network top", v0.4 | kim | 10 | -0/+169 | |