summaryrefslogtreecommitdiff
path: root/devel/libgtop2
AgeCommit message (Collapse)AuthorFilesLines
2003-12-13This package is one of the pathological texinfo users, where the size ofcube1-1/+2
the produced info file is too small to be sliced up with texinfo < 4.6, but large enough to be by texinfo >= 4.6. As a workaround, require texinfo >= 4.6 to build it, while we wait for Stoned's better fix. This only adds a build dependency, and we're close enough to the last commit to avoid revision bump.
2003-12-13Updated to 2.0.7.xtraeme14-168/+632
Changes: o Added more locale files. o Makefile.am: Change subdirectory build order so that 'distclean' target work (and other targets remain working). o libgtop-2.0.pc.in: Fix missing build flags. Patch from Julio Merino. o sysdeps/linux/mem.c: (glibtop_get_mem_s): Fix memory calculation under Linux. Patch from <rwahl@gmx.de>. And more... please review Changelog for a complete list of changes. pkgsrc-changes: o FreeBSD 4.x/5.x support (only tested on 5.x)
2003-09-27add ""s around the `uname ...` calls for -DLIBGTOP_COMPILE_SYSTEM, etc,danw2-3/+12
since `uname -m` has spaces in it on darwin
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-06-23Convert to USE_NEW_TEXINFO.seb4-22/+6
Remove unnecessary patch file on Texinfo source.
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-2/+3
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-01-21Make this compile with native threads by applying similar patches to thoserh5-19/+102
committed by tron for libgtop. Bump PKGREVISION.
2003-01-11Add extra libraries to libgtop2's pkgconfig file. These are required tojmmv3-3/+17
link against libgtop_common properly. Bump PKGREVISION to 2. Problem reported in PR pkg/19777 by Eric Gillespie.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-10/+10
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo3-17/+5
2002-11-04Fix copy/paste error from libgtop: USE_X11 instead of USE_X11BASE.rh2-4/+4
2002-11-04Initial import of libgtop2-2.0.0, a library to retrieve system information,rh19-0/+813
used in GNOME2