summaryrefslogtreecommitdiff
path: root/sysutils/xosview
AgeCommit message (Collapse)AuthorFilesLines
2007-09-29Linux also need gmake, reported by Aleksey Cheusov in pkgsrc-users@.obache1-1/+3
2007-04-15Regen after 3 patches where changes to remove a $Id line.veego1-4/+4
2007-04-15Move the netperf.h include up two lines to remove the $Id line in thisveego1-6/+4
patch.
2007-04-14Move the include of <sys/sysctl.h> from pagemeter.cc to pagemeter.h.veego2-18/+17
This is a workaround for not using $Id in a patch file.
2007-04-09- Make myself the MAINTAINERveego7-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-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-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-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-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 sysctlchristos3-16/+37
- don't define UVM, it is done in the top level Makefile
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-07-02Needs a C compiler.rillig1-2/+2
2006-06-05don't include nfs statistics in the iostats; pointed by Veegochristos2-7/+8
2006-06-05Make this compile again.christos2-1/+77
2006-03-14Updated xosview to 1.8.3. All our patches have been applied upstream.rillig10-181/+11
2006-02-18The patches have been applied upstream.rillig9-17/+33
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-17Added five patches to make xosview build with SunPro on Solaris 9.rillig7-2/+110
Bumped PKGREVISION.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-08-03Add file forgotten in previous commit.cube1-0/+13
2004-08-03Update to version 1.8.2 and apply patch from PR 26523 by Alexander Becher.cube2-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-31Do not explicitly force use of lang/egcs for SunOS; the buildlinkkristerw1-3/+1
infrastructure handles compiler issues aoutomagically.
2004-04-21Kludgily fix a bug where the IRQ meter overran on machines with high HZ.perry2-1/+15
2004-04-15Thanks to @@@'s new macros we need another patch now.christos2-1/+20
2004-02-04+ USE_LANGUAGES=c c++abs1-1/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-05bl3ifyjlam1-3/+7
2003-11-11Update to 1.8.1, CHANGES file says:wiz2-6/+6
- Update linux port to build with gcc 3.2 and 3.3 (should still work with 2.95.
2003-11-10Update xosview to version 1.8.1alpha, from a nudge by Brian Grayson.agc23-729/+6
Fixes build on NetBSD-1.6.2 and NetBSD-1.6ZE. Existing patches have either been incorporated or are unnecessary.
2003-10-04Bumped master sites and home page to the new location, at sourceforge.bgrayson1-4/+3
2003-10-01regenchristos1-6/+11
2003-10-01more g++-3 header issues. don't use the compat headers.christos10-150/+130
2003-10-01update sumchristos1-6/+6
2003-10-01regenerate patches with -u1 to avoid $Id getting in the patchchristos5-85/+26
2003-09-30update patch checksumchristos1-2/+10
2003-09-30g++-3.x compliance. std namespaces, etc.christos9-13/+521
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-12-11comment out all the old swap code, because <sys/map.h> is no more.christos2-1/+64
2002-12-11re-enable.christos2-4/+4
2002-12-11put the one line change needed to make this work under /current.christos1-2/+14
2002-12-04Mark this package as broken on NetBSD 1.6H and newer because the code fortron1-1/+3
examining the swap space needs to be rewritten from scratch.
2002-09-23buildlink1 -> buildlink2jlam1-16/+14
2002-06-04Fix build problem on post Mach VM systems where the UVM transition gluetron1-2/+6
has been removed.
2001-12-19Make this package work on "newsmpis" and "sgimips" machines. Patchestron2-1/+26
supplied by Thilo Manske in PR pkg/14998.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.