aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xosview
Commit message (Collapse)AuthorAgeFilesLines
* - fix build on on 10-CURRENTrm2012-06-271-4/+13
| | | | | | PR: 163647 Submitted by: Rainer Hurling <rhurlin at gwdg dot de> Approved by: maintainer timeout (>6 months)
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Fix on -CURRENTwxs2010-03-313-9/+15
| | | | | | PR: ports/144399 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: clsung@ (maintainer timeout)
* Mark BROKEN on 9.x: unsupported FreeBSD versionerwin2009-12-211-0/+4
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with P,R,S
* Fix CPU-meter for FreeBSD versions >= 7.0.stefan2009-01-092-18/+91
| | | | | | PR: 129655 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> Approved by: maintainer timeout (3 weeks)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+3
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Fix build on FreeBSD 8.xpav2007-12-201-1/+1
| | | | Submitted by: Wesley Shields <wxs@atarininja.org>
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 1.8.3clsung2006-05-113-11/+7
| | | | | | | - Unbreak on 7.x, tested on -current as of May 6 (700016) PR: ports/97113 Submitted by: Rong-En Fan <rafan AT infor dot org>
* - The sysutils/xosview port that comes with 6.0 results in aclsung2006-01-272-5/+14
| | | | | | | | | | memory leak that eventually crashes the xosview process. The CVS tree doesn't show any activity here more recent than 6.0. The attached extra patch to bsd/kernel.cc fixes the problem. - bump PORTREVISION PR: 92339 Submitted by: Tom Pavel <pavel AT alum dot mit dot edu>
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* BROKEN on 7.x: Does not compilekris2005-09-071-0/+4
|
* - Update to 1.8.2clsung2005-07-1313-138/+98
| | | | | | | - Fix (hopefully) the IRQ reporting on 5.x, before, xosview was simply exiting/crashing PR: 79338 Submitted by: Ulrich Spoerlein <q AT uni dot de>
* BROKEN on 6.x: Configure failskris2004-11-191-1/+7
|
* My territory, suggested by ijliao. :pclsung2004-08-201-1/+1
| | | | Approved by: vanilla (co-mentor)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Fix build on -CURRENT.osa2003-10-286-11/+210
| | | | | | | | | | | | | | Also: - replace <xxx> with <xxx.h> due to Standard C++. - In my observation, when include "devstats.h", - In 4.x or earlier version, we use checkversion(), getnumdevs() ... But In 5.x, it should be repalce with devstat_checkversion(kvm_t *), devstat_getnumdevs(kvm_t *) respectively. In summary, function in 4.x's devstats.h can add prefix word "devstat Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Maintainership to: submitter PR: 58596
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-4/+4
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: bad C++kris2003-05-181-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update xosview's url.silby2002-12-021-1/+1
| | | | PR: 45694
* This patch should solve the build problems with gcc 3 on -current.silby2002-12-021-0/+29
| | | | Inspired by: PR 45694
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Update MASTER_SITES to use sourceforge sitepat2002-08-081-4/+2
| | | | | PR: ports/41418 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* upgrade to 1.8.0ijliao2002-06-034-18/+12
| | | | | PR: 38809 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* To ports@freebsd.org.obrien2002-05-091-1/+1
|
* Use a consistant 64-bit int type.obrien2001-08-235-9/+9
|
* Upgrade to 1.7.4.obrien2001-08-224-36/+25
|
* Use longs vs. ints in calculating the amount of swap. This fixed gettingobrien2001-08-225-2/+63
| | | | | negative swap values on an Alpha with 2GB swap. I should probably use `long long' for large swap x86 machines. (anybody want to help test?)
* remove deprecated fetch options from FETCH_BEFORE_ARGSmharo2001-04-021-1/+0
|
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* Use the correct number of interrupts on the Alpha.obrien2000-06-113-0/+102
| | | | | Submitted by: Alexander Langer <alex@big.endian.de> PR: 19064
* Properly build on 5.x.obrien2000-05-111-0/+5
|
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-101-2/+2
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-4/+4
|
* Upgrade to 1.7.3.obrien1999-11-173-10/+27
|
* Update to version 1.7.2.obrien1999-11-102-3/+4
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Fix the swapmeter for -current.steve1999-05-291-3/+1
| | | | | PR: 11833 Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
* Network stats fixed, and turned on by default.flathill1999-05-112-3/+14
| | | | | PR: ports/11620 Tom Pavel <pavel@SLAC.Stanford.EDU>
* Add more WWW: tagsmharo1999-05-031-2/+1
| | | | I must really like taking on sick tasks. First gtk, now this.
* Original PR upgraded to 1.7.0, 1.7.1 was released, so I upgraded it one stepbillf1999-03-153-10/+11
| | | | | | | | | | | | | | further. patch-ac had to be modified because of some line differences in the configure script, but it is functionally the same. MAINTAINERship of this port changed, with the approval of both the former and new MAINTAINER. I also added MASTER_SITE_SUNSITE and removed the former maintainer's personal distsite. PR: ports/10260 Submitted by: sheldonh (new maintainer)
* Fix build for -current.steve1999-01-181-7/+3
| | | | | PR: 9461 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Honor CFLAGS.mph1999-01-071-0/+11
| | | | | PR: 9330 Submitted by: Sheldon Hearn <axl@iafrica.com>
* Update to version 1.6.2.a.steve1999-01-052-5/+5
| | | | | PR: 9306 Submitted by: maintainer
* Include bsd.port.pre.mk before using OSVERSION.asami1998-12-291-2/+4
| | | | Reported by: Leif Neland <root@swimsuit.internet.dk>
* Is broken for all of 3.0, not just ELF.obrien1998-12-271-2/+4
|
* Remove extraneous x11 from CATEGORIES.steve1998-11-211-2/+2
| | | | Submitted by: Josh Gilliam <josh@quick.net>
* Mark BROKEN for ELF.jseger1998-10-151-1/+3
|
* Locate the secondary master site again.steve1998-08-241-2/+2
| | | | | PR: 7661 Submitted by: maintainer
* These manpages removed by Tim Vanderhoek.hoek1998-08-201-1/+0
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Update MD5 checksum to match new tarball.jkh1998-06-261-1/+1
| | | | | Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> PR: 7067
* Update to version 1.6.1.asteve1998-06-052-5/+5
| | | | | PR: 6822 Submitted by: Brian Handy <handy@lambic.lmsal.com>
* Upgrade to 3.6.0mph1998-05-222-5/+5
| | | | | PR: 6692 Submitted by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 1.5.1.vanilla1998-01-262-7/+5
| | | | | PR: ports/5427 Submitted by: maintainer
* Add FETCH_BEFORE_ARGS=-b since lore.ece.utexas.edu is broken.fenner1997-11-221-1/+4
|
* Import xosview port. xosview gives an overview of system usage.tg1997-11-205-0/+42
PR: 5096 Submitted by: Brian Handy <handy@physics.montana.edu>