summaryrefslogtreecommitdiffstats
path: root/devel/libgtop
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build on -CURRENT due to a mangled patch.marcus2002-11-071-7/+9
| | | | Reported by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Fix a typo in one of the __FreeBSD_version checks.marcus2002-11-021-1/+1
| | | | Submitted by: Mike Harding <mvh@ix.netcom.com>
* Backport the kernel memory dereference patch from libgtop2.marcus2002-11-012-15/+15
|
* Fix build on -CURRENT.marcus2002-10-191-2/+13
| | | | | Submitted by: bento Obtained from: libgtop2
* Fix build on -CURRENT by moving to a pure libkvm API. Thanks to julian formarcus2002-10-053-31/+108
| | | | | pointing me in this direction. This should hopefully be more portable moving forward. Bump PORTREVISION since the changes affect -stable as well.
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-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.
* MFlibgtop2: Fix swap size calculation by multiplying by PAGE_SIZE.marcus2002-08-262-0/+14
|
* Use USE_REINPLACE.sobomax2002-07-123-54/+16
|
* Actually put the patches in the files directory.marcus2002-06-202-0/+0
| | | | | Submitted by: Mike Harding <mvh@ix.netcom.com> Pointy hat to: me
* It seems the guile-snarf syntax has changed in 1.4.1. Update ports whichmarcus2002-06-192-0/+22
| | | | | | use the old syntax. Prompted by: Mike Harding <mvh@ix.netcom.com>
* Chase guile shared lib number.marcus2002-06-191-1/+1
| | | | Prompted by: Mike Harding <mvh@ix.netcom.com>
* Unbroke on a recent -current.sobomax2002-03-251-9/+11
| | | | | PR: 35840 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Fix patch, so that it doesn't break some ports on 4-STABLE.sobomax2002-02-031-6/+8
| | | | Submitted by: Joe Macus Clarke <marcus@marcuscom.com>
* Add missed continue statement.sobomax2002-01-291-7/+8
|
* Update to 1.0.13.sobomax2002-01-286-61/+132
|
* Patch from vendor. From the ChangeLog:nectar2001-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.
* Fix a breakage on -current introduced by the KSE commit.sobomax2001-10-022-50/+84
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-111-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-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
* -pthread --> ${PTHREAD_LIBS}sobomax2001-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.
* Update to 1.0.11ade2001-02-155-21/+21
| | | | Unbreak (again) for -current (from knu)
* Unbreak patch-aj for 4.x systems (*slap*)ade2000-12-282-2/+2
|
* Make libgtop compile on -current again after the recentade2000-12-273-3/+376
| | | | | kinfo_proc changes. It seems to do the right thing on my laptop, but confirmations from others would be appreciated.
* struct mount was hidden from userland on -current a short while agoade2000-12-082-6/+15
| | | | No idea why libgtop wanted it, since the information was never used.
* Update to 1.0.10ade2000-11-202-2/+2
|
* Implement USE_GNOME, part 1.reg2000-10-051-5/+2
|
* RELENG_4 now uses _KERNEL instead of KERNEL, too.ade2000-08-071-1/+1
| | | | Build failure pointed out by: Anders Andersson <anders@sanyusan.se>
* Re-sobomize to use pre-patch instead of post-extractade2000-08-041-1/+1
| | | | Wrists slapped by: knu, sheldon
* Extensive patchfile cleanups using sobomax's wonderfulade2000-08-042-10/+8
| | | | post-extract rule
* (1) /usr/share/info/dir was renamed to dir-tmpl.taoka2000-07-191-3/+0
| | | | | | | | | | | | | (2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile CV: ----------------------------------------------------------------------
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+2
|
* Say hello to GNOME 1.2ade2000-06-014-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
* #define _KERNEL on -current before including sys/msg.h so this will buildsteve2000-05-281-0/+11
| | | | correctly.
* PORTNAME/PORTVERSION updatemharo2000-04-111-2/+2
|
* Update to 1.0.7ade2000-02-182-3/+3
|
* Change MAINTAINER to ade@FreeBSD.org .nakai2000-01-071-1/+1
|
* Make it compileable on -current (__FreeBSD_version is 400013).vanilla2000-01-021-0/+36
| | | | | PR: ports/15776 Submitted by: Ade Lovett <ade@lovett.com>
* New location on MASTER_SITE.steve1999-12-041-1/+1
| | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
* Guile shared lib version changedjseger1999-11-291-1/+1
|
* Update to 1.0.6 stable version.nakai1999-10-265-42/+27
| | | | (Now libgtop-devel is 1.1.0 devel version.)
* PR: ports/14303nakai1999-10-141-2/+2
| | | | | Submitted by:Ade Lovett <ade@lovett.com> Use updated gnomelibs.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Update to version 1.1.0.steve1999-08-225-13/+37
| | | | | PR: 12781 (6 of 19) Submitted by: Ade Lovett <ade@lovett.com>
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Use new gnome ports and set USE_LIBTOOL=yes.steve1999-05-302-19/+7
| | | | | PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* This is library for the gtop, GNOME version of top command.obrien1999-04-161-1/+3
| | | | | | | The top command is a tool to display and update information about the top cpu processes. Submitted by: Yukihiro Nakai <nakai@internetsolutions.co.jp>
* DISTFILES moved on MASTER_SITE.steve1999-04-081-2/+2
|
* Upgrade to GNOME 1.0. The following are the details:nectar1999-03-094-121/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
OpenPOWER on IntegriCloud