summaryrefslogtreecommitdiff
path: root/x11/gnome-core
AgeCommit message (Collapse)AuthorFilesLines
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron2-39/+40
"${LOCALBASE}".
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+9
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.
2000-11-29Depend on new gdk-pixbuf-gnome packagewiz1-2/+2
2000-11-27requires msgfmt and libintlitojun1-1/+3
2000-11-25Update gnome-core to 1.2.4. Changes include bugfixes and locale updates.rh3-11/+13
2000-11-07Update gnome-core to 1.2.3. Changes are bugfixes only.rh3-6/+6
2000-10-18Update gnome-core to 1.2.2.1. Changes from version 1.2.1 are mostly cosmeticjlam7-260/+276
for the UI, and several new translations.
2000-09-11Excise "screensaver" capplet from control-center, in order to resolvefredb1-2/+2
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-08-30Add "USE_PERL5= YES" because this package includes perl scripts.tron1-5/+6
2000-08-28add bin/deskguide_appletwiz1-1/+2
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam1-2/+2
2000-08-23Use "#!${LOCALBASE}/bin/perl" instead of "#!/usr/bin/perl" in perl scripts.tron1-1/+11
2000-07-31* Consolidate PLIST.NetBSD and PLIST.SunOS into one PLIST.jlam3-693/+7
* 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-25Remove ${PREFIX}/etc/CORBA{,/servers} in gnome-libs instead of gnome-corejlam2-6/+2
since in gnome-libs is where the directory location is defined.
2000-07-25@dirrm etc/CORBA/servers and etc/CORBA just like PLIST.SunOS. We don'tjlam1-1/+3
seem to remove these directories anywhere else, though an argument could be made for putting these lines in x11/gnome-libs/pkg/PLIST.
2000-06-25Update gnome-core to 1.2.1. Changes are bugfixes only.rh2-4/+4
2000-06-21USE_LIBTOOL instead of PKG_LIBTOOL. Fix some warts in the patches.jlam7-45/+34
2000-06-02Because "libgtop" and APM related applets were moved to "gnome-applets"tron1-14/+1
remove support for them.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
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-05-31Only try to remove "share/gnome/apps/Development" andtron1-3/+2
"share/gnome/apps/Internet" because the might be still in use.
2000-05-31Remove directory "share/pixmaps/splash" during deinstalltion.tron1-1/+2
2000-05-31Reenable dependence on "libgtop".tron1-2/+2
2000-05-31Depend on "control-center" 1.2.0 or newer.tron1-4/+3
2000-05-31Remove obsoleted patches (that were not applied anyway, because they wererh2-72/+0
no longer present in files/patch-sum)
2000-05-30update to 1.2.0drochner7-375/+588
"many fixes and enhancements"
2000-03-13Update dependence to "gnome-libs" 1.0.56 or newer and bump version numbertron1-3/+4
to 1.0.55.1.
2000-02-15Use OS-specific PLIST files, so that this package installs properly onagc3-4/+663
Solaris.
2000-02-01defuzzrh2-9/+9
2000-01-20Use "${LN} -fs" instead of "${LN} -s" so that an interrupt configuretron1-2/+2
stage can be redone.
2000-01-20Update "gnome-core" package to version 1.0.55. Changes since versiontron5-38/+53
1.0.53: - greek and galician translations - use TCP wrappers
2000-01-15Update for yet another change of the directory structure on the GNOME FTPtron1-2/+2
servers.
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
1999-11-14Adapt package list automatically if "libgtop" related applets were nottron1-1/+11
built.
1999-11-14Order package list alphabetically to make maintenace easier.tron1-102/+102
1999-11-14Complete APM support cleanup.tron2-15/+58
1999-11-14Only enable APM support on platforms which support it. Fixes pkg/8795 bytron2-50/+18
R. C. Dowdeswell.
1999-11-14Only depend on "libgtop" package on platforms supported by it.tron1-3/+9
1999-11-07Because NetBSD's which(1) doesn't return a non zero exit code if a commandtron2-1/+18
is not found use "type" in "gnome-wm" script instead.
1999-11-01Because directory "share/gnome/help" is created by the "gnome-libs"tron1-2/+1
package do not try to remove it.
1999-10-27"esound" package is already required by "gnome-libs" package. So move thetron1-2/+1
dependence there.
1999-10-23Update "gnome-core" package to version 1.0.53 included in GNOME 1.0.53tron9-111/+162
release.
1999-10-23Use wildcard dependences for "gnome-libs" and "esound" packages.tron1-3/+3
1999-10-22Enable packages (which were marked as broken on the NetBSD/alphaagc1-3/+1
because gtk wouldn't build) to build on Alpha, since Tim Rightnour tells me that gtk now builds fine on NetBSD/lpha.
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-09-03Update dependency on gnome-libs to version 1.0.16rh1-2/+2
1999-09-03* Updated currently unused libgtop dependency.jlam2-1/+14
* Removed bogus configure argument. * applet/mixer needed -lossaudio.
1999-09-03* Updated currently unused libgtop dependency.jlam2-5/+5
* Removed bogus configure argument. * applet/mixer needed -lossaudio
1999-08-29Update gnome-core to 1.0.9rh5-21/+19
Mostly smaller changes and bugfixes.
1999-08-22Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.tron1-4/+2
1999-08-15Use APM only on ports which really support it.tron4-9/+15