Commit graph

36 commits

Author SHA1 Message Date
wiz
daff086c30 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 02:08:16 +00:00
agc
fb467f5ac2 + 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 11:22:34 +00:00
rh
7f2f6948bd Update gnome-games to 1.4.0.1. Changes include tons of bugfixes, minor
enhancements, and documentation and localisation updates.
2001-04-07 12:33:01 +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
tron
eaa668697f Use "PKGLOCALEDIR" instead of "LOCALEDIR". 2001-02-26 20:19:43 +00:00
wiz
9f28a7693e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:10:41 +00:00
wiz
73857919e1 regen 2001-02-15 13:34:57 +00:00
tron
dd09712ae5 Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
2001-02-13 11:47:00 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +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
wiz
92bdeb4131 regen 2000-12-07 13:12:07 +00:00
tron
94fc48e147 Complete list of "xbill" pximap files. 2000-11-27 16:34:06 +00:00
tron
534b2cca5b Install all pixmap files now. 2000-11-27 14:18:46 +00:00
tron
99428ac882 Ooops, forgot to remove dependence on "xbill" package. 2000-11-27 14:17:53 +00:00
tron
2501ca86a8 Add conflict with "xbill" package which installs a (now) different set
of pixmaps to "share/pixmaps/xbill".
2000-11-27 14:15:59 +00:00
tron
ae4eea87c6 "USE_LIBINTL" is not enough, add "-I${LOCALBASE}/include" to "CFLAGS". 2000-11-27 14:03:28 +00:00
mycroft
0fb6ee833a gnome-stones needs to be linked with -export-dynamic to expose a bunch of
symbols...
2000-11-26 14:41:11 +00:00
mycroft
a4084b0995 Build the gnome-stones modules with `-module -avoid-version', and update the
PLIST accordingly.
2000-11-26 14:20:38 +00:00
abs
d24b0e148c Requires USE_LIBINTL to get -lintl on link 2000-11-24 11:12:29 +00:00
mycroft
489befea9b Missed one. 2000-11-09 20:36:26 +00:00
mycroft
78b0741b24 Add missing pixmap files for xbill. 2000-11-09 20:35:07 +00:00
mycroft
64d999fee9 (Although I should not be wasting my time on this...)
Make $LOCALEBASE variable for Solamis.
2000-11-09 20:06:05 +00:00
mycroft
603944800c Make this actually build.
Put the locale files in the right place, and add them to the PLIST.
2000-11-09 19:46:10 +00:00
wiz
3d00d4c119 NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore
(only after bsd.prefs.mk inclusion)
2000-11-02 03:25:32 +00:00
wiz
d63de2f4a3 Add USE_CURSES for packages that need curses functionality that only
got added in 1.4Y; on older version of NetBSD, ncurses will be used.
Replace previous code that did the same, but wasn't shared.
2000-07-28 10:33:56 +00:00
tron
d52c5edb32 Use "ncurses" under NetBSD 1.4 to get the curses version of "tali". 2000-06-27 08:30:47 +00:00
rh
c1f309182c Update gnome-games to 1.2.0. Changes are bugfixes, locale and graphics
updates.
2000-06-25 17:21:02 +00:00
jlam
f1c5e16769 USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 01:28:48 +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
tron
931958ed2e Add a note why we need an explicit dependence on "guile". 2000-05-09 22:00:05 +00:00
dmcmahill
9ef2468e10 add dependency on guile. This is required for arch's which don't get
guile through devel/libgtop.
This fixes PR pkg/10074.

Thanks to Matthias Scheler <tron@netbsd.org> for the fix.
2000-05-09 20:07:15 +00:00
tron
67a0dac0b0 Make this work after the "pth" package update. 2000-04-17 20:02:54 +00:00
tron
0e3f98369d Update for yet another change of the directory structure on the GNOME FTP
servers.
2000-01-15 09:58:13 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
tron
744299921e Import new "gnome-games" package belonging to GNOME 1.0.53 release:
GNOME games collection
1999-11-18 23:20:17 +00:00