Commit graph

81 commits

Author SHA1 Message Date
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
tron
dd09712ae5 Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
2001-02-13 11:47:00 +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
118a294870 Depend on new gdk-pixbuf-gnome package 2000-11-29 17:25:40 +00:00
itojun
bf9905dfb1 requires msgfmt and libintl 2000-11-27 11:54:33 +00:00
rh
b5b4cb4f4a Update gnome-core to 1.2.4. Changes include bugfixes and locale updates. 2000-11-25 18:08:46 +00:00
rh
333e9c937d Update gnome-core to 1.2.3. Changes are bugfixes only. 2000-11-07 04:39:13 +00:00
jlam
d49418722e Update gnome-core to 1.2.2.1. Changes from version 1.2.1 are mostly cosmetic
for the UI, and several new translations.
2000-10-18 00:06:24 +00:00
fredb
6149f04fae Excise "screensaver" capplet from control-center, in order to resolve
conflict with xscreensaver-gnome, as discussed (briefly) on tech-pkg.
Also, reorder some dependencies: gnome-core (rather than gnome) depends
on xscreensaver-gnome, which depends on control-center; bump teeny
version of xscreensaver-gnome so control-center won't try to go with
old binary packages of xscreensaver-gnome, which would lead to circular
dependencies.
2000-09-11 20:46:36 +00:00
tron
3ec578b4ad Add "USE_PERL5= YES" because this package includes perl scripts. 2000-08-30 21:44:27 +00:00
wiz
11f0023aa9 add bin/deskguide_applet 2000-08-28 23:04:47 +00:00
jlam
06f0a4c3c2 Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
tron
8ddefde501 Use "#!${LOCALBASE}/bin/perl" instead of "#!/usr/bin/perl" in perl scripts. 2000-08-23 14:43:26 +00:00
jlam
8c70959ef8 * Consolidate PLIST.NetBSD and PLIST.SunOS into one PLIST.
* Remove empty ${PREFIX}/share/gnome/help/*/*/figures directories in
  post-install and remove the corresponding lines in pkg/PLIST.

* Remove unnecessary soundcard.h installation in pre-configure.

* Remove unnecessary removal of (cpu|disk)usage, etc. from PLIST in
  post-install.
2000-07-31 10:41:55 +00:00
jlam
0946daa13d Remove ${PREFIX}/etc/CORBA{,/servers} in gnome-libs instead of gnome-core
since in gnome-libs is where the directory location is defined.
2000-07-25 05:14:59 +00:00
jlam
eb318762de @dirrm etc/CORBA/servers and etc/CORBA just like PLIST.SunOS. We don't
seem to remove these directories anywhere else, though an argument could
be made for putting these lines in x11/gnome-libs/pkg/PLIST.
2000-07-25 03:54:50 +00:00
rh
3bee3d148d Update gnome-core to 1.2.1. Changes are bugfixes only. 2000-06-25 17:22:52 +00:00
jlam
4a7d9fc8d4 USE_LIBTOOL instead of PKG_LIBTOOL. Fix some warts in the patches. 2000-06-21 00:47:44 +00:00
tron
ad519f7a75 Because "libgtop" and APM related applets were moved to "gnome-applets"
remove support for them.
2000-06-02 13:18:43 +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
689135d440 Only try to remove "share/gnome/apps/Development" and
"share/gnome/apps/Internet" because the might be still in use.
2000-05-31 21:32:18 +00:00
tron
f8214a3edc Remove directory "share/pixmaps/splash" during deinstalltion. 2000-05-31 21:24:41 +00:00
tron
bac03a8897 Reenable dependence on "libgtop". 2000-05-31 21:23:38 +00:00
tron
8a3f356b4f Depend on "control-center" 1.2.0 or newer. 2000-05-31 21:03:15 +00:00
rh
2191bede37 Remove obsoleted patches (that were not applied anyway, because they were
no longer present in files/patch-sum)
2000-05-31 16:20:40 +00:00
drochner
be55425741 update to 1.2.0
"many fixes and enhancements"
2000-05-30 19:39:21 +00:00
tron
67659def01 Update dependence to "gnome-libs" 1.0.56 or newer and bump version number
to 1.0.55.1.
2000-03-13 22:47:31 +00:00
agc
2a2a0e106c Use OS-specific PLIST files, so that this package installs properly on
Solaris.
2000-02-15 10:29:35 +00:00
rh
f4209ccac1 defuzz 2000-02-01 16:44:20 +00:00
tron
bca006d32a Use "${LN} -fs" instead of "${LN} -s" so that an interrupt configure
stage can be redone.
2000-01-20 21:17:24 +00:00
tron
51c40caa7b Update "gnome-core" package to version 1.0.55. Changes since version
1.0.53:
- greek and galician translations
- use TCP wrappers
2000-01-20 14:25:19 +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
517df22203 Adapt package list automatically if "libgtop" related applets were not
built.
1999-11-14 23:28:31 +00:00
tron
0d1a84f623 Order package list alphabetically to make maintenace easier. 1999-11-14 23:27:39 +00:00
tron
3a34c15751 Complete APM support cleanup. 1999-11-14 20:45:08 +00:00
tron
4645b0c237 Only enable APM support on platforms which support it. Fixes pkg/8795 by
R. C. Dowdeswell.
1999-11-14 19:00:01 +00:00
tron
b95475f688 Only depend on "libgtop" package on platforms supported by it. 1999-11-14 18:57:30 +00:00
tron
209740de65 Because NetBSD's which(1) doesn't return a non zero exit code if a command
is not found use "type" in "gnome-wm" script instead.
1999-11-07 20:52:07 +00:00
tron
311c8109c9 Because directory "share/gnome/help" is created by the "gnome-libs"
package do not try to remove it.
1999-11-01 20:28:45 +00:00
tron
117100c50c "esound" package is already required by "gnome-libs" package. So move the
dependence there.
1999-10-27 11:05:19 +00:00
tron
fbb688c7be Update "gnome-core" package to version 1.0.53 included in GNOME 1.0.53
release.
1999-10-23 11:01:43 +00:00
tron
a7e7ad0566 Use wildcard dependences for "gnome-libs" and "esound" packages. 1999-10-23 00:12:45 +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
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
rh
5ff14a1ce2 Update dependency on gnome-libs to version 1.0.16 1999-09-03 07:22:53 +00:00
jlam
8adafca484 * Updated currently unused libgtop dependency.
* Removed bogus configure argument.
* applet/mixer needed -lossaudio.
1999-09-03 02:00:09 +00:00
jlam
9e4749724b * Updated currently unused libgtop dependency.
* Removed bogus configure argument.
* applet/mixer needed -lossaudio
1999-09-03 01:57:03 +00:00
rh
46a642ed17 Update gnome-core to 1.0.9
Mostly smaller changes and bugfixes.
1999-08-29 12:42:56 +00:00
tron
16628fb1be Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists. 1999-08-22 22:02:32 +00:00