Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2003-10-01 | update sum | christos | 1 | -6/+6 | |
2003-10-01 | regenerate patches with -u1 to avoid $Id getting in the patch | christos | 5 | -85/+26 | |
2003-09-30 | update patch checksum | christos | 1 | -2/+10 | |
2003-09-30 | g++-3.x compliance. std namespaces, etc. | christos | 9 | -13/+521 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2002-12-11 | comment out all the old swap code, because <sys/map.h> is no more. | christos | 2 | -1/+64 | |
2002-12-11 | re-enable. | christos | 2 | -4/+4 | |
2002-12-11 | put the one line change needed to make this work under /current. | christos | 1 | -2/+14 | |
2002-12-04 | Mark this package as broken on NetBSD 1.6H and newer because the code for | tron | 1 | -1/+3 | |
examining the swap space needs to be rewritten from scratch. | |||||
2002-09-23 | buildlink1 -> buildlink2 | jlam | 1 | -16/+14 | |
2002-06-04 | Fix build problem on post Mach VM systems where the UVM transition glue | tron | 1 | -2/+6 | |
has been removed. | |||||
2001-12-19 | Make this package work on "newsmpis" and "sgimips" machines. Patches | tron | 2 | -1/+26 | |
supplied by Thilo Manske in PR pkg/14998. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-24 | I am a triple idiot. The only relevant variable that x11.buildlink.mk | jlam | 1 | -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-23 | x11.buildlink.mk needs to be included before any buildlink.mk files that | jlam | 1 | -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. | |||||
2001-09-23 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. This | jlam | 1 | -6/+11 | |
package is strongly-buildlinked. | |||||
2001-06-12 | LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if | jlam | 1 | -2/+2 | |
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value. | |||||
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+2 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -11/+10 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-13 | Standardize version number: "1.7.0.b" -> "1.7.0b" | tv | 1 | -1/+2 | |
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -5/+5 | |
2000-08-18 | Regen. | christos | 1 | -2/+3 | |
2000-08-18 | Fix cp_time shit that broke post 1.4Z | christos | 2 | -4/+65 | |
Fix uvm -> vm conversion lossage that broke post 1.5B Works with 1.5E and earlier. | |||||
2000-08-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 1 | -3/+1 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
2000-07-13 | Reformat the patch to cpumeter.cc so that it applies cleanly. | agc | 3 | -17/+20 | |
Add definitions to the environment on Solaris so that xpm is found. Make the dependency on egcs for Solaris a build dependency. Re-calculate patch checksums. | |||||
2000-06-27 | Remove RCS Id from contect in "patch-ae" to get a valid patch checksum. | tron | 2 | -5/+4 | |
2000-06-27 | Regen. | tron | 1 | -2/+2 | |
2000-06-27 | Use Brian's "netbsd.org" e-mail address as maintainer. | tron | 1 | -2/+2 | |
2000-06-27 | Fix "xosview" to build under NetBSD 1.5 again. | tron | 4 | -9/+35 | |
2000-04-13 | use <sys/swap.h> on NetBSD 1.4 and later. | mrg | 1 | -1/+2 | |
2000-04-13 | use <sys/swap.h> on NetBSD 1.4 and later. | mrg | 1 | -0/+17 | |