aboutsummaryrefslogtreecommitdiff
path: root/devel/libgtop2
Commit message (Collapse)AuthorAgeFilesLines
* Switch from using struct plimit with a kvm_read to using getrlimit to retrieveJoe Marcus Clarke2004-02-081-7/+28
| | | | | | | | | RLIMIT_RSS. PR: 62508 Notes: svn path=/head/; revision=100338
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* * Update to 2.0.8Joe Marcus Clarke2003-12-194-3/+24
| | | | | | | | | * Make sure we don't try to build with X support (this fixes the build on amd64) * Fix the file system type code Notes: svn path=/head/; revision=96215
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Fix assignment to .if_flags filed of netload structure. It supposed to beAlexander Nedotsukov2003-11-142-8/+60
| | | | | | | | bit flag set. And GLIBTOP_IF_FLAGS_xx are defined as bit offsets not bitmasks as it was assumed before. Notes: svn path=/head/; revision=93952
* Kick off local gnome-support nonsense. All we need is libpopt.Alexander Nedotsukov2003-11-044-15/+50
| | | | | | | This also unscrew pkgconfig database. Notes: svn path=/head/; revision=93035
* Fix build with new -CURRENT if_xname change.Joe Marcus Clarke2003-10-311-0/+9
| | | | | | | Submitted by: brooks Notes: svn path=/head/; revision=92738
* Update to 2.0.7Alexander Nedotsukov2003-10-243-11/+10
| | | | Notes: svn path=/head/; revision=92074
* Add a missing LIB_DEPENDS on popt.Joe Marcus Clarke2003-10-231-0/+3
| | | | | | | | | PR: 58462 Submitted by: Jens Rehsack <rehsack@liwing.de> Reported by: bento via kris Notes: svn path=/head/; revision=91988
* Update to 2.0.6Alexander Nedotsukov2003-10-226-27/+7
| | | | Notes: svn path=/head/; revision=91903
* Upgrade to 2.0.5Alexander Nedotsukov2003-09-093-3/+3
| | | | Notes: svn path=/head/; revision=88843
* - Fixes in proctime calculation.Alexander Nedotsukov2003-09-0910-199/+404
| | | | | | | | | | | | - Fixes in procmem calculation. - Clear libgtop_server2 responce structure to avoid use of uninitialized memory. - Retry read/write after EINTR wich in fact is not an error. - A number of glibtop_errors downgraded to glibtop_warns to avoid unxepected libgtop_server2 termination. Notes: svn path=/head/; revision=88830
* Fix illegal function argument list referencing. This gets backAlexander Nedotsukov2003-09-032-0/+63
| | | | | | | user process list in g-s-m on -CURRENT. Notes: svn path=/head/; revision=88399
* Update to 2.0.4.Adam Weinberger2003-08-244-16/+17
| | | | Notes: svn path=/head/; revision=87622
* Update to 2.0.3.Joe Marcus Clarke2003-08-135-34/+20
| | | | Notes: svn path=/head/; revision=86906
* Update to 2.0.2.Joe Marcus Clarke2003-05-164-21/+42
| | | | Notes: svn path=/head/; revision=81082
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-4/+1
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Do not die if libgtop encounters a different OS version than the one on whichJoe Marcus Clarke2003-02-172-1/+18
| | | | | | | | | it was compiled. Instead, warn the user, and keep on going. Submitted by: Thomas E. Zander <riggs@rrr.de> Notes: svn path=/head/; revision=75736
* Make sure we tack the interface unit number under the end of the if_name.Joe Marcus Clarke2003-02-092-1/+21
| | | | | | | This should help some network-related gtop clients. Notes: svn path=/head/; revision=75154
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-071-1/+2
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* Whoops, added wrong patch file.Joe Marcus Clarke2003-01-192-0/+42
| | | | Notes: svn path=/head/; revision=73530
* Update to 2.0.1.Joe Marcus Clarke2003-01-195-37/+19
| | | | Notes: svn path=/head/; revision=73529
* Fix a stupid typo that resulted in breaking libgtop[2] on both -CURRENT andJoe Marcus Clarke2003-01-151-1/+1
| | | | | | | | | -STABLE. Spotted by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=73150
* Fix build on -CURRENT.Joe Marcus Clarke2003-01-141-0/+11
| | | | | | | | | Reported by: Anders Andersson <anders@hack.org> David Vastine <dvastine@vastine.net> Tested by: David Vastine <dvastine@vastine.net> Notes: svn path=/head/; revision=73147
* Fix the path to the patched file.Joe Marcus Clarke2002-11-011-2/+2
| | | | Notes: svn path=/head/; revision=69278
* Fix a problem dereferencing kernel memory when hunting for a filesJoe Marcus Clarke2002-11-012-15/+23
| | | | | | | | | inode in -CURRENT. Thanks to jhb for helping with the the solution. Reviewed by: jhb Notes: svn path=/head/; revision=69277
* VT_UFS is already axed in 500039.Maxim Sobolev2002-10-081-3/+6
| | | | Notes: svn path=/head/; revision=67638
* Fix build on -CURRENT by moving to a pure libkvm API. Thanks to julian forJoe Marcus Clarke2002-10-053-32/+111
| | | | | | | | pointing me in this direction. This should hopefully be more portable moving forward. Bump PORTREVISION since the changes affect -stable as well. Notes: svn path=/head/; revision=67326
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Fix swap size calculation by mutliplying swap chunks by PAGE_SIZE.Joe Marcus Clarke2002-08-262-0/+14
| | | | | | | | PR: 42028 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65049
* Update to 2.0.0.Maxim Sobolev2002-07-111-4/+5
| | | | Notes: svn path=/head/; revision=62814
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.Joe Marcus Clarke2002-06-301-1/+1
| | | | Notes: svn path=/head/; revision=62233
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-06-261-1/+1
| | | | Notes: svn path=/head/; revision=62009
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.Joe Marcus Clarke2002-06-153-11/+5
| | | | Notes: svn path=/head/; revision=61311
* Update to the latest GNOME 2 snapshot.Joe Marcus Clarke2002-06-121-1/+1
| | | | Notes: svn path=/head/; revision=61139
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.Joe Marcus Clarke2002-05-281-1/+1
| | | | Notes: svn path=/head/; revision=60202
* Back to betas...Update to GNOME 2.0 beta 5.Joe Marcus Clarke2002-05-191-1/+1
| | | | Notes: svn path=/head/; revision=59482
* Correct the name of libgtop_server2 in some key places, and set theJoe Marcus Clarke2002-05-092-2/+14
| | | | | | | | | libgtop_server2 binary setgid to kmem. Bump PORTREVISION. Brought to light by: gnome-system-monitor Notes: svn path=/head/; revision=58783
* Add libgtop2 after repo copy from libgtop. This is the GNU top API forJoe Marcus Clarke2002-05-0812-232/+262
| | | | | | | GNOME 2.0. Notes: svn path=/head/; revision=58760
* Unbroke on a recent -current.Maxim Sobolev2002-03-251-9/+11
| | | | | | | | PR: 35840 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56611
* Fix patch, so that it doesn't break some ports on 4-STABLE.Maxim Sobolev2002-02-031-6/+8
| | | | | | | Submitted by: Joe Macus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54157
* Add missed continue statement.Maxim Sobolev2002-01-291-7/+8
| | | | Notes: svn path=/head/; revision=53943
* Update to 1.0.13.Maxim Sobolev2002-01-286-61/+132
| | | | Notes: svn path=/head/; revision=53920
* Patch from vendor. From the ChangeLog:Jacques Vidrine2001-11-292-0/+16
| | | | | | | | | 2001-11-27 Flavio Veloso <flaviovs@magnux.com> * gnuserv.c: Fix a potential buffer overflow in permitted() that may allow the client to execute code on the server. Notes: svn path=/head/; revision=50722
* Fix a breakage on -current introduced by the KSE commit.Maxim Sobolev2001-10-022-50/+84
| | | | Notes: svn path=/head/; revision=48332
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-045-37/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 Notes: svn path=/head/; revision=42257
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539