Commit graph

163 commits

Author SHA1 Message Date
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +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
d51f2c7918 add locale files to PLIST 2000-12-30 15:46:59 +00:00
tron
8939ebbf08 Remove "etc/gconf/gconf.xml.defaults" and its sub directories which are
not created by this version of "GConf".
2000-11-27 16:10:08 +00:00
tron
3d34760253 After "bsd.pkg.mk" has been fixed the work arround for "libtool"
version 1.3.5nb9 or newer is not required any more.
2000-11-27 16:00:19 +00:00
rh
819fe7e5e1 Update GConf to 0.11. Changes include additional locale files, some
minor enhancements, and bugfixes.  Most notably, GConf now compiles under
non-ELF architectures (tested under NetBSD-1.4.3/i386)
2000-11-27 14:26:17 +00:00
tron
49c6ee0ddb Rename "lib/GConf/1/libgconfbackend-xml.so" to
"lib/GConf/1/libgconfbackend-xml.so.0.0" during installation until
the automatic ELF shared library handling gets fixed.
2000-11-27 07:36:09 +00:00
tron
4f58e1ba0a Fix cut and paste error in last commit. 2000-11-27 06:45:42 +00:00
tron
a018220f15 Create link for "gconf-1.m4" in "${LOCALBASE}/share/aclocal" if
"xpkwedge" is not used.
2000-11-27 06:44:36 +00:00
tron
0ccff7fccf Need to substitude "${LOCALBASE}" in the package list. 2000-11-27 06:40:04 +00:00
tron
350e373f79 Create link for "gconf-1.m4" in "${LOCALBASE}/share/aclocal" if
"xpkwedge" is not used.
2000-11-27 06:31:49 +00:00
wiz
55fe6e8780 This USEs_LIBINTL, too. 2000-11-27 02:52:58 +00:00
rh
e7f59241be Initial import of GConf-0.8, a configuration database system for GNOME. 2000-08-30 06:19:08 +00:00