2004-11-19 11:53:55 by Jonathan Perkin | Files touched by this commit (1) | |
Log message:
The previous update of this package was for Solaris and AIX support, so remove
the NOT_FOR_PLATFORM after confirming that it builds correctly with SunPro.
|
2004-10-26 23:03:07 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 2.8.1:
* Improved Solaris and AIX support.
* Updated translations.
|
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-09-21 18:49:46 by Julio M. Merino Vidal | Files touched by this commit (4) |
Log message:
Update to 2.8.0. This version corresponds to GNOME 2.8.0.
August 13, 2004: Overview of Changes from 2.7.92 to 2.8.0
=========================================================
* No changes
August 30, 2004:
===============
* Applied some *BSD patches.
* Removed old files.
August 15, 2004:
===============
* Fixed compilation with C89-only compilers and old libc.
August 3, 2004:
==============
* Some cleanups.
* Fixed the behaviour of some linux proc_*() functions.
* Updated the documentation.
July 19, 2004: Overview of Changes from 2.6.1 to 2.7.4
======================================================
* Plenty of code cleanups. Uninlined a lot of functions. ~5-10KB object size
reduction.
* Glibify a bit more.
* API changes:
- glibtop_fsusage provides total read and writes since boot_time.
- glibtop_netload provides hardware address. IPv6 enable.
- Added glibtop_get_proc_argv.
Work in progress :
* Finish glibtop_fsusage implementation for Linux.
* Some fuctions don't conform to the documentation, e.g. proctime.
|
2004-05-05 01:36:16 by Min Sik Kim | Files touched by this commit (3) |
Log message:
statvfs fix for NetBSD-current>=2.0D.
|
2004-05-04 06:55:49 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Set GNU_CONFIGURE and USE_LIBTOOL before including bsd.prefs.mk to
benefit from predefined lt_cv_sys_max_cmd_len.
|
2004-04-12 17:53:42 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Fix argument passing between the library and the server as the code can't
rely on how the compiler passes parameters to functions. This hopefully
solves several problems: in concrete, one exposed by gnome-system-monitor
when selecting the "My Processes" view (as the function returing the list
takes two arguments, and the second one was beeing passed incorrectly).
Bump PKGREVISION to 1.
|
2004-04-09 05:47:39 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Change the permission of libgtop_server2 only when it is installed.
This makes the package build on Linux again.
|
2004-04-07 13:39:48 by Julio M. Merino Vidal | Files touched by this commit (4) | |
Log message:
Update to 2.6.0. Can't find the list of changes but, AFAICT, this
includes our patch for x86_64 support, some bug fixes, and updated
and new translations.
|