Commit graph

77 commits

Author SHA1 Message Date
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-27 23:17:41 +00:00
wiz
733d9b3fd8 Make build again on 1.5Y, with some help by chuq. 2001-09-25 01:31:18 +00:00
martin
7c89d57faf Uh, oh - it needs pmap.h too in current. 2001-08-10 10:48:13 +00:00
martin
b032c8c32a Make this work (again) on non-arm -current.
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-08-10 10:25:57 +00:00
wiz
ab363a2a5d Fix glibtop_get_cpu as suggested in pkg/13405 by Matthias Grutzeck.
(source comment is misleading in this case)
2001-07-17 11:02:01 +00:00
wiz
fdd133e4ec Add patch to sysctl uptime out of kernel. Closes pkg/13046. 2001-07-17 10:48:06 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
d75cbbb9fd Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-30 04:16:08 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
rh
baeb54adea Update libgtop to 1.0.12.
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-06 21:52:11 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-03-27 03:19:43 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
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-04 15:10:17 +00:00
tron
10bccec5c3 Fix build on NetBSD-1.5P or newer. 2001-01-02 23:45:32 +00:00
tron
eaabcaefde Make this compile again under NetBSD-1.5L by "#ifdef"-ing checks which
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-29 21:02:04 +00:00
itojun
04d381118e needs dependency for libintl/gettext 2000-11-27 11:35:45 +00:00
tron
d1bb5cdb7d Make this package work under NetBSD-alpha. 2000-11-26 09:32:11 +00:00
hubertf
8cf7d3c4fa Set OSVERSION_SPECIFIC because this pkg is (too). 2000-11-25 12:42:48 +00:00
jlam
61326bd039 Fix finding gettext libraries in a better way. Remove CPP definition which
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-10-17 18:03:23 +00:00
jlam
60d8d28f10 Update build dependency on perl to build in correct directory if perl
interpreter is not found.
2000-09-05 09:33:15 +00:00
jlam
06f0a4c3c2 Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
hubertf
e75965c6ba Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
2000-08-21 21:01:29 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
jlam
c002c18ce4 Centralize and deactivate the debugging flags. People needing them can
turn them on when developing, but we don't need it for actual use.
2000-07-30 02:52:20 +00:00
jlam
d555b520b3 Make this compile now that <vm/vm*.h> has gone away in -current.
Should fix part of pkg/10497.
2000-07-30 02:45:40 +00:00
wiz
1881d3df91 Don't use kvm_read for cp_time, use sysctl instead.
Patch provided by Simon Burge; thanks to Dan McMahill for further testing.
2000-06-30 03:13:36 +00:00
dmcmahill
bb4f72ac69 -add sparc and mipsel support. Thanks to soda for help on the mipsel part.
-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-26 18:05:44 +00:00
danw
600dacad68 add support for powerpc, and change the error you get on unsupported
platforms to explain how to fix things
2000-06-24 16:40:57 +00:00
jlam
acc9990e7e USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 00:37:20 +00:00
tron
157efc99f0 Make this package build on the "arm32" port. 2000-06-08 11:43:17 +00:00
tron
e199f937e4 Fix KVM support so that at least the "gtop" package works again. 2000-06-03 21:25:54 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
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-06-01 11:23:11 +00:00
drochner
936e6371dc update to 1.0.9
(The ChangeLog is not useful.)
2000-05-30 19:35:40 +00:00
fredb
d32dcbe4ee Update to libgtop-1.0.7. Incorporate fix submitted by R. C. Dowdeswell
in PR pkg/8691, to make it build on m68k. Also, kvm_uread() -> kvm_read().
This may fix the other problems alluded to in the PR.

LibGTop-1.0.7 is a bug fix release, no details available. LibGTop-1.06
incorporated some *BSD fixes (including some pkg patches), and updated
the reference manual somewhat.
2000-05-02 00:27:28 +00:00
rh
9e1faaf197 defuzz. 2000-02-01 16:43:43 +00:00
tron
1b749b1a19 Update "libgtop" package to version 1.0.6. Changes since version 1.0.5:
- compilation fixes for FreeBSD.
- updated reference manual.
2000-01-20 14:00:55 +00:00
tron
aac667710c Update for yet another directory structure change on the GNOME FTP sites. 2000-01-15 12:58:44 +00:00
hubertf
3bbeeaa440 be consistent on which version to wildcard 2000-01-10 19:11:07 +00:00
hubertf
6d11d62c53 Fix depends pattern to match only the guile package, not the guile-gtk pkg. 2000-01-10 16:14:11 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
rh
e6a64c5f3e Make dependency on guile a wildcard dependency. 1999-12-20 11:56:31 +00:00
tron
e2fa22c160 Add arm32 support. 1999-11-14 18:49:53 +00:00
tron
fda6b83a69 Because parts of "libgtop" are very CPU specific build it only on
explicitily supported platforms.
1999-11-14 18:49:52 +00:00
he
c122717352 Provide some defaults for non-i386 NetBSD platforms. 1999-11-03 08:50:41 +00:00
tron
e6bda1f34d Check return values of kvm_nlist() properly so that "libgtop_server"
will not abort without reason.
1999-11-02 23:16:18 +00:00
tron
d25fb38eb4 Update "libgtop" package to version 1.0.5 included in GNOME 1.0.53 release. 1999-10-22 23:47:58 +00:00
agc
b16573760c Enable packages (which were marked as broken on the NetBSD/alpha
because gtk wouldn't build) to build on Alpha, since Tim Rightnour
tells me that gtk now builds fine on NetBSD/lpha.
1999-10-22 07:54:15 +00:00