aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gkrellm
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Fix the build with gmake-3.82 by replace space to tab.Hajimu UMEMOTO2011-03-151-2/+11
| | | | | | | Reported by: pointyhat-exp with gmake 3.82 (linimon) Notes: svn path=/head/; revision=270921
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Fix build on 9-CURRENT after utmp -> utmpx change.Hajimu UMEMOTO2010-01-201-0/+72
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=248206
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217479
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* simplify.Hajimu UMEMOTO2006-12-161-3/+1
| | | | Notes: svn path=/head/; revision=179955
* make it compilable with gcc 4.1.Hajimu UMEMOTO2006-12-163-0/+36
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=179953
* Remove code remnants that test for 3.X and earlier releases of FreeBSD.Mark Linimon2006-06-231-4/+0
| | | | | | | | | | The bsd.*.mk architecture has not supported these antique releases for quite some time. Hat: portmgr Notes: svn path=/head/; revision=166082
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* it seems master site stopped distributing 1.x. so, make LATEST_LINKHajimu UMEMOTO2005-11-081-0/+2
| | | | | | | pointing to gkrellm2. Notes: svn path=/head/; revision=147596
* add SHA256.Hajimu UMEMOTO2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147591
* master site was moved.Hajimu UMEMOTO2005-02-201-1/+1
| | | | | | | Submitted by: Sam Lawrance <boris@brooknet.com.au> Notes: svn path=/head/; revision=129332
* use PORTDOCS.Hajimu UMEMOTO2005-02-042-12/+11
| | | | Notes: svn path=/head/; revision=128026
* When previous dlopen() was failed, gkrellm couldn't load plugin.Hajimu UMEMOTO2004-11-222-1/+17
| | | | | | | Submitted by: glebius Notes: svn path=/head/; revision=122161
* set USE_GETTEXT=yes explicitly.Hajimu UMEMOTO2004-03-151-0/+1
| | | | Notes: svn path=/head/; revision=104090
* SIZEfyHajimu UMEMOTO2004-02-041-0/+1
| | | | Notes: svn path=/head/; revision=99948
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* add CONFLICTS.Hajimu UMEMOTO2003-10-191-0/+2
| | | | | | | | PR: ports/58248 Submitted by: rushani Notes: svn path=/head/; revision=91690
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Follow devstat API change on 5-CURRENT.Hajimu UMEMOTO2003-03-231-1/+16
| | | | Notes: svn path=/head/; revision=77201
* De-pkg-comment.Hajimu UMEMOTO2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75979
* follow dkstat.h change.Hajimu UMEMOTO2003-02-202-0/+42
| | | | | | | Notified by: Hung Michael Nguyen <nguyenhm16@mac.com> Notes: svn path=/head/; revision=75936
* Add read permission to the owner.Hajimu UMEMOTO2003-02-111-2/+2
| | | | | | | | PR: ports/47880 Submitted by: edwin Notes: svn path=/head/; revision=75313
* Fix build after VM_METER -> VM_TOTAL change.Hajimu UMEMOTO2003-01-201-0/+24
| | | | | | | Submitted by: George W. Dinolt <gdinolt@pacbell.net> with modified Notes: svn path=/head/; revision=73677
* Use getifaddr() where it is available to gather informaitonHajimu UMEMOTO2003-01-032-0/+133
| | | | | | | | | for a network monitor. Submitted by: naddy (with some modification) Notes: svn path=/head/; revision=72413
* make it compilable on -CURRENT, againHajimu UMEMOTO2002-10-271-0/+15
| | | | Notes: svn path=/head/; revision=68949
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-011-1/+2
| | | | | | | | PR: 42285 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65419
* Update to 1.2.13.Hajimu UMEMOTO2002-07-023-15/+5
| | | | Notes: svn path=/head/; revision=62312
* Update to 1.2.12.Hajimu UMEMOTO2002-06-152-2/+2
| | | | Notes: svn path=/head/; revision=61324
* Update to 1.2.11.Hajimu UMEMOTO2002-03-282-2/+2
| | | | Notes: svn path=/head/; revision=56792
* Update to 1.2.10.Hajimu UMEMOTO2002-03-202-2/+2
| | | | Notes: svn path=/head/; revision=56370
* Update to 1.2.9.Hajimu UMEMOTO2002-02-165-79/+3
| | | | Notes: svn path=/head/; revision=54770
* One more breakage on Alpha.Hajimu UMEMOTO2002-02-121-0/+23
| | | | | | | Reported by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=54582
* apm and sensor are available only on i386.Hajimu UMEMOTO2002-02-112-0/+54
| | | | | | | Reported by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=54567
* Update to 1.2.8.Hajimu UMEMOTO2002-01-052-2/+2
| | | | Notes: svn path=/head/; revision=52631
* Update to 1.2.7.Hajimu UMEMOTO2002-01-032-2/+2
| | | | Notes: svn path=/head/; revision=52520
* Update to 1.2.6.Hajimu UMEMOTO2001-12-172-2/+2
| | | | Notes: svn path=/head/; revision=51705
* Update to 1.2.5.Hajimu UMEMOTO2001-12-055-11/+40
| | | | Notes: svn path=/head/; revision=51088
* Update to 1.2.4.Hajimu UMEMOTO2001-10-312-2/+2
| | | | Notes: svn path=/head/; revision=49431
* Update to 1.2.3.Hajimu UMEMOTO2001-10-234-10/+11
| | | | Notes: svn path=/head/; revision=49135
* Don't install with setuid root by default. Some people claimsHajimu UMEMOTO2001-09-172-10/+14
| | | | | | | | | it casuses problem. If you wish to enable LM78/79 feature support, please specify WITH_SENSOR=yes at building. Notes: svn path=/head/; revision=47922
* Nuke obsoleted backup site.Hajimu UMEMOTO2001-09-071-1/+0
| | | | | | | Reported by: fenner Notes: svn path=/head/; revision=47502
* Updated to 1.2.2.Hajimu UMEMOTO2001-08-233-2/+3
| | | | | | | Rushed by: olgeni :-) Notes: svn path=/head/; revision=46753