Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-05-27 | sysutils/pfstat: Remove DragonFly hack.mk | marino | 1 | -12/+0 | |
The new patch rendered this hack unnecessary. | |||||
2012-05-27 | Avoid setting .PATH with '..' when the name of the containing directory | dholland | 2 | -1/+23 | |
is the same as the name of a build product. I think this is what's been confusing make. | |||||
2012-05-26 | sysutils/pfstat: Add DragonFly hack | marino | 1 | -0/+12 | |
After spending more time on this this trying to patch it properly than I care to admit, I concede defeat and add a hack.mk for DragonFly. I'm not exactly sure what the problem is, other than "make" works on the subdir makefile and "bmake" doesn't. And that's only true if executed outside of the package -- hardcoding "make" inside the do-build phase doesn't work. Weird problem, but the hack works. | |||||
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -1/+2 | |
2011-04-15 | Update pfstat to 2.5. | obache | 4 | -20/+29 | |
while here, * set LICENSE=2-clause-bsd * swith to USE_BSD_MAKEFILE. * honor PKG_SYSCONFDIR. | |||||
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -2/+2 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-06-13 | Fix build on NetBSD-current: mandoc is picky about a missing .El. | wiz | 3 | -1/+27 | |
2010-05-25 | Reset maintainer, noted by George Georgalis in PR 43353. | wiz | 1 | -2/+2 | |
2010-01-27 | DESTDIR support | joerg | 1 | -6/+8 | |
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -1/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2008-06-26 | Switch to mk/pf.buildlink3.mk. | peter | 1 | -2/+2 | |
Approved by agc. | |||||
2008-06-22 | Update to pfstat-2.3. | peter | 6 | -65/+109 | |
Added a patch to make it compile on NetBSD 3.1 (no pf+ALTQ). (No changelog found) | |||||
2007-05-18 | Remove myself as maintainer, I don't have the time anymore to keep these | peter | 1 | -2/+2 | |
packages up to date. | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -3/+3 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-03-06 | The previous commit to fix the include path didn't worked so well on | peter | 3 | -12/+19 | |
NetBSD 2 + pflkm, because the path was substituted by "__nonexistent__". So to fix this properly, add a patch with CPP conditional which fixes the path for __DragonFly__. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-07 | Fix the include path for the pfvar.h header. Should now build on DragonFly. | peter | 1 | -1/+7 | |
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-11-05 | Initial import of pfstat-1.7 into the NetBSD Packages Collection. | peter | 5 | -0/+77 | |
Pfstat is a small utility that collects statistics for the OpenBSD Packer Filter and produces graphs like mrtg, rrdtool or alike. |