Commit graph

53 commits

Author SHA1 Message Date
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
marino
2da6dd898f sysutils/libgtop: Unbreak DragonFly again
Libgtop on DragonFly is built using FreeBSD-specific files.  The systems
are diverging and it's getting harder to keep this package from breaking
everytime it's updated.  This minor point upgrade broke it!
2012-03-23 17:29:51 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
fb1a8e5414 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
drochner
9f54992fb5 update to 2.28.4
changes:
-Fix numerous bugs in the FreeBSD backend
-Split off OpenBSD code in its own backend, and fixes
-Updated translations
2012-01-19 19:43:56 +00:00
marino
baed9c9851 sysutils/libgtop: Fix DragonFly (broke 2011/01/19)
While converting libgtop to use SPECIAL_PERMS, too much of the
previous patch to the configure script was removed, breaking DragonFly.
Restored the missing bits to unbreak DragonFly.
2011-11-24 20:36:48 +00:00
dholland
be32d3f2f8 No more libgtop.devhelp, update PLIST 2011-11-12 00:40:34 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
5a754f73d8 update to 2.28.3
changes:
-bugfixes
-translation updates
2011-04-13 17:05:20 +00:00
jmmv
c87ff062a9 Use SPECIAL_PERMS instead of relying on the package-specific Makefile from
doing the "right" thing (which it might not anyway because it does not check
error conditions).

Also set the package as 'user-destdir' because we don't need to do the install
as root any more.

Suggested by joerg@.
2011-01-19 16:43:38 +00:00
jmmv
3eec7a0f84 Fix the setting of permissions on libgtop_server2 when building with
destdir enabled (now the default)!  To do this, remove the logic from
our custom Makefile and make the logic shipped by the package do its
thing (which is smarter than us in this cse).

This lets libgtop work again, which in turn fixes stuff like the GNOME
system monitor or bug-buddy.

Bump PKGREVISION.
2011-01-18 13:46:38 +00:00
drochner
fe1ea0da4f update to 2.28.2
changes: translation updates
2010-11-28 12:55:46 +00:00
drochner
d307baa715 update to 2.28.1
changes: translation updates
2010-08-09 10:07:10 +00:00
wiz
9b915a3bb4 Add upstream URL for patch-ae bug report. 2009-10-30 21:41:20 +00:00
tnn
f89b8371bf NetBSD-5.99.21 lost struct uvmexp.swap{ins,outs} 2009-10-30 18:31:41 +00:00
drochner
ac714568ca update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-22 17:09:35 +00:00
ahoka
858a6d6fab Add "model name" to the sysinfo hash table.
Fixes "Unknown CPU model" bug in gnome-system-monitor.
2009-08-27 20:03:17 +00:00
hasso
a3e860528d Add support for DragonFly (incomplete, but builds). Fix PLIST for Linux,
Solaris and FreeBSD. Bump PKGREVISION.
2009-07-11 13:14:13 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
drochner
0c5fbb6953 update to 2.26.1
change: (linux specific) also hide "none" fs
2009-05-26 18:49:04 +00:00
drochner
3c3cb3b7d0 minor fix for NetBSD: get netmask in the right byteorder
(this is ugly code, should use ioctl instead of kvm)
bump PKGREVISION
2009-04-07 11:26:48 +00:00
wiz
930a789f33 Convert to destdir (not user-destdir, because of libgtop_server2). 2009-03-22 19:57:08 +00:00
wiz
32c14e8aa3 Update to 2.26.0:
1 Mars 2009: Overview of changes in 2.26.0
==========================================
* Nothing.

17 February 2009: Overview of changes in 2.25.91
================================================
* Synced with gnome-2-24.
2009-03-22 19:53:15 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
drochner
72901e5af3 update to 2.24.4
change: replaced GPL3 by GPL2
2009-02-16 17:51:07 +00:00
wiz
7a3010beac Update to 2.24.3:
12 January 2009: Overview of changes in 2.24.3
==============================================
* linux:
  - fixed potential memory leak. Vincent Untz.
  - fixed read(2) usage. Should fix the missing cpus bug in system-monitor.
* darwin:
  - fixed build. "paul".
2009-01-13 13:53:13 +00:00
wiz
07985d295a Add processor affinity support, from Juan Romero Pardines -- thank you!
Bump PKGREVISION.
2008-11-16 20:31:09 +00:00
wiz
c6499c7937 Update to 2.24.0.
New cpu affinity code (see changes for 2.23.2 below) is ifdef'd out.

22 Septembre 2008: Overview of changes in 2.24.0
================================================
* Translation updates.

18 August 2008: Overview of changes in 2.23.90
==============================================
* freebsd:
  - updated port by Joe Marcus Clarke.

23 June 2008: Overview of changes in 2.23.4
===========================================
* linux:
  - Fixed and improved glibtop_get_fsusage with kernel >= 2.6.25.
    Closes #539360.

24 May 2008: Overview of changes in 2.23.2
==========================================
* glibtop_get_proc_open_files API can also lists IPv6 TCP sockets.
* glibtop_get_proc_affinity : new API to retrieve process CPU affinity.

(Let's hope one day i'll find the gtk-doc documentation ...)

* linux:
  - fixed parsing of big /proc/stat for uptime.

04 April 2008: Overview of changes in 2.22.1
============================================
* Fixed compilation/dist for !linux.
  Closes #525953.

10 Mars 2008: Overview of changes in 2.22.0
===========================================
* linux:
  - fixed proc_kernel.

25 February 2008: Overview of changes in 2.21.92
================================================
* linux:
  - fixed smaps parsing on >= 2.6.24.x.

14 January 2008: Overview of changes in 2.21.5
==============================================
* freebsd:
  - fixed build on GNU/kfreebsd. Petr Salinger.
  - fixed procmem units. Kuang-che Wu.

28 October 2007: Overview of changes in 2.21.1
==============================================
* don't export _p/_s private symbols anymore. This is not an API/ABI breakage.
* darwin implementation by Benjamin Reed.
* linux:
  - splitted fsusage and mountlist implementations;
  - smarter mountlist(allfs = False);
  - fixed some compile warning on 64bit;
* solaris:
  - fixed netload build by Henry Zhang.
2008-11-15 19:34:11 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
drochner
efcdd4e743 remove a check which allows only selected NetBSD archs tu build.
There is no machine dependency in the NetBSD support code, and even
if there is some left, a compiler error message is more helpful than
"make" rejecting it from the beginnng.
in response to PR pkg/38252 by Stuart Shelton
2008-03-18 17:46:27 +00:00
drochner
29df04092c update to 2.20.2
mostly cosmetical, just fix a linux specific issue
2008-03-12 21:43:30 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
drochner
2f5b5c9dac update to 2.20.1
changes: minor fixes for FreeBSD
2008-01-11 12:50:36 +00:00
drochner
4d7f1acf90 update to 2.20.0
This switches to the new gnome-2.20 branch.

pkgsrc notes:
-System dependant parts were reorganized upstream, in particular there
 if a subtree for FreeBSD now, and one for the other BSDs. I didn't
 pull in the DragonFly patches because I can't decide whether to base
 them on the freebsd or the rest.
-I've changed the NetBSD code to use kinfo_proc2 almost completely.
 Some vm statistics reporting might be less accurate now because
 some fields in proc2 seem to be unmaintained by the current kernel
 (eg ixrss).
-Also, some libgtop functions might be able to run in the non-privileged
 part now, but dealing with this would require even more #ifdefs, so
 we should consider setting up a private subtree as FreeBSD did.
-I didn't verify with older NetBSDs; kvm_getproc2() has been in the
 tree for quite some time so I hope it will just work without the need
 for excessive "#if __NetBSD_Version__ > t".
2007-11-05 19:06:02 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
179070a57e Rename libgtop2 to libgtop, to match upstream name. 2007-09-20 21:12:04 +00:00
wiz
cdb6489776 Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18 22:02:17 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
tv
c487cb967a 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-10-03 00:12:51 +00:00
jlam
1a280185e1 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-22 08:09:14 +00:00
wiz
60f45dd652 Unused. 2004-05-02 07:35:37 +00:00
snj
7c7bc47236 Convert to buildlink3. 2004-04-26 05:36:31 +00:00
tron
2534963e52 Julio M. Merino Vidal is now the maintainer of this package. 2004-04-05 09:07:56 +00:00
jmmv
3f222a4d4a Finish move of libgtop from devel to sysutils, incomplete due to conflicts...
So I now see the package was previously here; the reason for the move is to
lighten a bit the devel category, which has lots of packages.
2004-04-02 12:13:57 +00:00
jmmv
ecd4dcaec5 Move libgtop to the sysutils category, coming from devel.
This is version 1.0.13nb4.
2004-04-02 12:10:12 +00:00
tron
c15f028dc4 Move "libgtop" package to "devel" category. 1998-11-01 23:21:46 +00:00
tron
07de54a218 Make this package build under 1.3.2, fixes PR pkg/6388 by Clifford Wright. 1998-11-01 23:07:30 +00:00
tron
6e50c552ec Remove unnecessary remainders of the "gnome-libs" package. 1998-10-18 22:34:00 +00:00
tron
e6f5dcaa16 "lib/locale/fr/LC_MESSAGES" is a directory and it is used by other
packages, too.
1998-10-18 22:31:00 +00:00