Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-28 | Recursive revbump from graphics/libwebp | ryoon | 1 | -2/+2 | |
2016-08-03 | Revbump after graphics/gd update | adam | 1 | -2/+2 | |
2015-11-18 | Recursive revbump from multimedia/libvpx | ryoon | 1 | -2/+2 | |
2015-11-04 | Add SHA512 digests for distfiles for sysutils category | agc | 1 | -1/+2 | |
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-06-30 | Recursive revbump from pkgsrc/multimedia/libvpx. | ryoon | 1 | -2/+2 | |
2013-09-04 | recursive bump from graphics/gd shlib major bump. | obache | 1 | -2/+2 | |
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 1 | -2/+2 | |
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. | |||||
2013-06-03 | Bump freetype2 and fontconfig dependencies to current pkgsrc versions, | wiz | 1 | -2/+2 | |
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882 | |||||
2013-02-16 | Recursive bump for png-1.6. | wiz | 1 | -2/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
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. |