Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-18 | Mark packages that require C++03 (or the GNU variants) if they fail with | joerg | 1 | -2/+2 | |
C++14 default language. | |||||
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-07-04 | Remove USE_X11BASE and X11PREFIX. | joerg | 1 | -2/+1 | |
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 | |
2013-10-20 | Pass rpath options with -Wl prefix. | joerg | 2 | -1/+26 | |
2013-03-14 | Update HOMEPAGE. | wiz | 1 | -2/+2 | |
2013-01-11 | NetBSD/current needs uvm/uvm_extern.h | joerg | 2 | -15/+18 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2012-09-15 | fix some pkglint warnings | cheusov | 1 | -6/+6 | |
2012-09-15 | Fix build failure on Linux, tested on SL-6.2 | cheusov | 2 | -1/+15 | |
2012-03-07 | include <fstream> instead of <fstream.h> | hans | 2 | -1/+15 | |
2010-06-27 | DESTDIR support from cheusov@tut.by in PR 43531. Extended to build | joerg | 1 | -4/+9 | |
unprivileged and use proper SPECIAL_PERMS as needed. | |||||
2009-06-12 | Removed redundant .gz suffix for man pages. | rillig | 1 | -2/+2 | |
2008-02-04 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2007-12-17 | Apply patch from PR pkg/37557 which fixed a build error on x86_64. | veego | 3 | -6/+24 | |
2007-11-30 | Allow xosview to be installed by unprivileged users, especially on BSD | rillig | 3 | -12/+45 | |
systems. | |||||
2007-09-29 | Linux also need gmake, reported by Aleksey Cheusov in pkgsrc-users@. | obache | 1 | -1/+3 | |
2007-04-15 | Regen after 3 patches where changes to remove a $Id line. | veego | 1 | -4/+4 | |
2007-04-15 | Move the netperf.h include up two lines to remove the $Id line in this | veego | 1 | -6/+4 | |
patch. | |||||
2007-04-14 | Move the include of <sys/sysctl.h> from pagemeter.cc to pagemeter.h. | veego | 2 | -18/+17 | |
This is a workaround for not using $Id in a patch file. | |||||
2007-04-09 | - Make myself the MAINTAINER | veego | 7 | -10/+193 | |
- Fix the manpage path in the Makefile - Adapt the memmeter.cc changes to pagemeter so it doesn't use kmem to get uvmexp. - struct schedstate_percpu is no longer a public interface outside the kernel - Add netIface support for NetBSD. Now you can monitor only one network interface. See the manpage for more details. This change is allready present in the sourceforge tree. - PKGREVISION++ | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -2/+2 | |
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-12-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 1 | -2/+2 | |
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr | |||||
2006-10-28 | - don't use kmem to get uvmexp; use sysctl | christos | 3 | -16/+37 | |
- don't define UVM, it is done in the top level Makefile | |||||
2006-09-03 | Reset maintainer for people who lost their commit bit. | wiz | 1 | -2/+2 | |
2006-07-02 | Needs a C compiler. | rillig | 1 | -2/+2 | |
2006-06-05 | don't include nfs statistics in the iostats; pointed by Veego | christos | 2 | -7/+8 | |
2006-06-05 | Make this compile again. | christos | 2 | -1/+77 | |
2006-03-14 | Updated xosview to 1.8.3. All our patches have been applied upstream. | rillig | 10 | -181/+11 | |
2006-02-18 | The patches have been applied upstream. | rillig | 9 | -17/+33 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-11-17 | Added five patches to make xosview build with SunPro on Solaris 9. | rillig | 7 | -2/+110 | |
Bumped PKGREVISION. | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
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-08-03 | Add file forgotten in previous commit. | cube | 1 | -0/+13 | |
2004-08-03 | Update to version 1.8.2 and apply patch from PR 26523 by Alexander Becher. | cube | 2 | -5/+6 | |
The patch correct wrong pointer arithmetics that prevented xosview from being called with -name option. Changes since xosview-1.8.1 - Applied sourceforge patch 927112 from Russell Reed which fixes the swapmeter when USESYSCALLS is defined. - Applied sourceforge patch 959433 which adds acpi support to the linux battery meter. - Applied a patch similar to the sourceforge patch 586184 submitted by Mark Guertin. - Linux diskmeter now uses vmstat and thus works with 2.6. But the units problem (block size) probably still remains. - Linux pagemeter should now work with 2.6 kernels - Merge in the fedora-2 nfs patch. - Merge in the fedora-2 strip patch. - Merge in the fedora-2 proc patch. - Merge in the fedora-2 s390 patch. - Merge in the fedora-2 non-i386 patch. - Merge in the fedora-2 linux-2.6 kernel (related) patch. - Add an autogen.sh script. This script runs autoconf to create the configure script. | |||||
2004-05-31 | Do not explicitly force use of lang/egcs for SunOS; the buildlink | kristerw | 1 | -3/+1 | |
infrastructure handles compiler issues aoutomagically. | |||||
2004-04-21 | Kludgily fix a bug where the IRQ meter overran on machines with high HZ. | perry | 2 | -1/+15 | |
2004-04-15 | Thanks to @@@'s new macros we need another patch now. | christos | 2 | -1/+20 | |
2004-02-04 | + USE_LANGUAGES=c c++ | abs | 1 | -1/+2 | |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-05 | bl3ify | jlam | 1 | -3/+7 | |
2003-11-11 | Update to 1.8.1, CHANGES file says: | wiz | 2 | -6/+6 | |
- Update linux port to build with gcc 3.2 and 3.3 (should still work with 2.95. | |||||
2003-11-10 | Update xosview to version 1.8.1alpha, from a nudge by Brian Grayson. | agc | 23 | -729/+6 | |
Fixes build on NetBSD-1.6.2 and NetBSD-1.6ZE. Existing patches have either been incorporated or are unnecessary. | |||||
2003-10-04 | Bumped master sites and home page to the new location, at sourceforge. | bgrayson | 1 | -4/+3 | |
2003-10-01 | regen | christos | 1 | -6/+11 | |
2003-10-01 | more g++-3 header issues. don't use the compat headers. | christos | 10 | -150/+130 | |