summaryrefslogtreecommitdiff
path: root/devel/libgtop
AgeCommit message (Collapse)AuthorFilesLines
2003-01-21Make this build under NetBSD-current after the morge of "nathanw_sa".tron6-9/+95
Unfortunately a bit of functionality is lost there but it should still work. Bump package revision to reflect the changes.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-10/+11
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo3-20/+3
2002-11-04Update libgtop to 1.0.13. Changes include:rh6-127/+120
- a security fix we already had in patch-af - some additional localisations - moved header files to allow co-existence with GNOME2 - some minor pkglint cleanups
2002-10-21Convert to buildlink2.wiz1-6/+5
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-06Add buildlink2.mk.wiz1-0/+31
2002-08-26Disable "guile" support. It doesn't work with the latest "guile" versiontron2-20/+6
and will not be fixed as this software seems to be unmaintained.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-3/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-01-22set pkg revision via PKGREVISION, rather than via PKGNAMEjdolecek1-2/+2
2002-01-01Allow this pkg to build on sparc64 too.martin1-2/+2
Closes PR pkg/15104 by Lloyd Parkes.
2001-11-27Fix remote format string vulnerability in "libgtop_daemon". Bump versiontron3-2/+26
number to 1.0.12nb1.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-25Make build again on 1.5Y, with some help by chuq.wiz2-6/+20
2001-08-10Uh, oh - it needs pmap.h too in current.martin2-8/+9
2001-08-10Make this work (again) on non-arm -current.martin2-9/+11
It needs USRSTACK from machine/vmparam.h, which seems to have been included indirectly until recently. XXX - someone should have a look and clean this up!
2001-07-17Fix glibtop_get_cpu as suggested in pkg/13405 by Matthias Grutzeck.wiz2-9/+7
(source comment is misleading in this case)
2001-07-17Add patch to sysctl uptime out of kernel. Closes pkg/13046.wiz2-1/+40
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also changejlam1-2/+2
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-06Update libgtop to 1.0.12.rh5-42/+47
Notable changes are: February 27, 2001: ================= * Released LibGTop 1.0.12 "Gerolzhofen". - fix for Solaris 8 from Laszlo PETER (msg_limits, sem_limits). - fix for FreeBSD 4.2 from Rolf Grossmann (FreeBSD now uses `_KERNEL' instead of `KERNEL'). Bug #51334. - for BSDI, comment out `subnet' field in netload; this should make it compile, but there may be other problems. Bug #13345. This release is for GNOME 1.4 Beta2. February 14, 2001: ================= * Released LibGTop 1.0.11 "Jasmin": [The release which was supposed to be called "Gerolzhofen".] - merged in the Solaris code from LIBGTOP_1_1_2_PATCHES. - minor OpenBSD fixes. - again a bunch of updated translations. Please test the Solaris stuff and report and bugs and problems as soon as possible; I'll make a new release for the 2nd beta of GNOME 1.4 if necessary. November 20, 2000: ================= * Released LibGTop 1.0.10 "November Rain": - this release contains a bunch of updated translations.
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+4
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-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+17
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-02Fix build on NetBSD-1.5P or newer.tron2-1/+50
2000-11-29Make this compile again under NetBSD-1.5L by "#ifdef"-ing checks whichtron3-9/+37
are not required any more after UBC has been integrated. The information for the fix was provided by Chuck Silvers in private e-mail.
2000-11-27needs dependency for libintl/gettextitojun1-2/+3
2000-11-26Make this package work under NetBSD-alpha.tron3-11/+15
2000-11-25Set OSVERSION_SPECIFIC because this pkg is (too).hubertf1-1/+2
2000-10-17Fix finding gettext libraries in a better way. Remove CPP definition whichjlam4-22/+21
was breaking compilation on my machine -- not sure why it was set in the first place, and the reason wasn't logged in CVS.
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam1-4/+3
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-30Centralize and deactivate the debugging flags. People needing them canjlam1-5/+7
turn them on when developing, but we don't need it for actual use.
2000-07-30Make this compile now that <vm/vm*.h> has gone away in -current.jlam5-10/+119
Should fix part of pkg/10497.
2000-06-30Don't use kvm_read for cp_time, use sysctl instead.wiz2-5/+73
Patch provided by Simon Burge; thanks to Dan McMahill for further testing.
2000-06-26-add sparc and mipsel support. Thanks to soda for help on the mipsel part.dmcmahill3-31/+25
-it has been suggested (Soren) that the routines in sysdeps/freebsd/prockernel.c are of minimal use anyway and should just be disabled. -it has also been suggested (Soren) that the right way anyway is to use the KERN_PROC2 sysctl. I do not have a recent enough machine to try this (this sysctl was not part of NetBSD-1.4.2).
2000-06-24add support for powerpc, and change the error you get on unsupporteddanw3-6/+17
platforms to explain how to fix things
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-46/+16
2000-06-08Make this package build on the "arm32" port.tron2-1/+17
2000-06-03Fix KVM support so that at least the "gtop" package works again.tron2-1/+19
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-30update to 1.0.9drochner6-29/+45
(The ChangeLog is not useful.)