Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-12 | libgtop2_server and related libraries are not built on Linux because | minskim | 2 | -9/+15 | |
they are not necessary. Conditionally remove them from PLIST. | |||||
2004-03-11 | unused | jmmv | 1 | -36/+0 | |
2004-03-10 | Add explicit dependency on pkgconfig and sort. | minskim | 1 | -2/+3 | |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -12/+9 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-26 | BUILDLINK_DEPENDS.libgtop2 must be appended to, not set. | jmmv | 1 | -2/+2 | |
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 1 | -3/+3 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -2/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 1 | -2/+2 | |
and any pre-existing buildlink2.mk files. | |||||
2004-02-10 | Initial import... | xtraeme | 1 | -0/+26 | |
2004-02-10 | bl3ify | xtraeme | 1 | -5/+5 | |
2004-02-06 | Update to 2.0.8: | jmmv | 3 | -15/+13 | |
* Build fixes and other improvements (Bastien) | |||||
2004-02-01 | Fix cosmetic problem in last change. | tron | 1 | -2/+2 | |
2004-02-01 | Fix incorrect path to "gnomesupport.h". The patch was provided by | tron | 1 | -2/+2 | |
Min Sik Kim in PR pkg/24285. | |||||
2004-01-22 | whitespace fixes | grant | 1 | -7/+8 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-08 | libgtop2 server needs to be setgid to run gnome-applets and | xtraeme | 1 | -1/+4 | |
gnome-system-monitor, make it so. | |||||
2003-12-13 | This package is one of the pathological texinfo users, where the size of | cube | 1 | -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-13 | Updated to 2.0.7. | xtraeme | 14 | -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-27 | add ""s around the `uname ...` calls for -DLIBGTOP_COMPILE_SYSTEM, etc, | danw | 2 | -3/+12 | |
since `uname -m` has spaces in it on darwin | |||||
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 2 | -4/+4 | |
2003-06-23 | Convert to USE_NEW_TEXINFO. | seb | 4 | -22/+6 | |
Remove unnecessary patch file on Texinfo source. | |||||
2003-06-11 | Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while | abs | 1 | -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-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -4/+4 | |
dependency bumps. | |||||
2003-01-21 | Make this compile with native threads by applying similar patches to those | rh | 5 | -19/+102 | |
committed by tron for libgtop. Bump PKGREVISION. | |||||
2003-01-11 | Add extra libraries to libgtop2's pkgconfig file. These are required to | jmmv | 3 | -3/+17 | |
link against libgtop_common properly. Bump PKGREVISION to 2. Problem reported in PR pkg/19777 by Eric Gillespie. | |||||
2002-12-24 | Bump PKGREVISION because of dependency on latest freetype2 or glib2 | wiz | 2 | -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-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 1 | -10/+10 | |
2002-11-30 | USE_PKGLOCALEDIR, remove unnecessary patches, delint. | salo | 3 | -17/+5 | |
2002-11-04 | Fix copy/paste error from libgtop: USE_X11 instead of USE_X11BASE. | rh | 2 | -4/+4 | |
2002-11-04 | Initial import of libgtop2-2.0.0, a library to retrieve system information, | rh | 19 | -0/+813 | |
used in GNOME2 |