Commit graph

58 commits

Author SHA1 Message Date
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
wiz
55194099b6 Unused. 2002-10-08 13:24:42 +00:00
cjs
cc118e42e8 Fix URL for overview. 2002-09-05 04:55:46 +00:00
jlam
665b9ac3d5 buildlink1 -> buildlink2 2002-08-28 16:36:20 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
wiz
caf39f3dc8 Use PKGLOCALEDIR instead of 'share'. From Julien T. Letessier in pkg/17779. 2002-07-31 11:38:35 +00:00
rh
33945fe3b8 Remove a couple of empty patches that accidentially got created during
pkgconfig cleanup.
2002-07-29 01:48:12 +00:00
mycroft
e578e56a02 Create and destroy share/gconf. 2002-07-19 04:43:18 +00:00
rh
db7a881c68 Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
2002-07-18 02:19:24 +00:00
wiz
bb9557b8ad Some dirs are shared with GConf2. 2002-07-17 17:50:11 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
agc
d687fec3bd Use the correct basename for this package in the EVAL_PREFIX statement 2002-05-22 16:02:25 +00:00
jlam
a030337e22 The location of the gconf headers as output by gconf-config must be
properly translated for buildlink.
2002-04-11 22:56:53 +00:00
jlam
7d0a32cc45 * Remove unnecessary dependency on guile. The guile wrappers are currently
_never_ built, regardless of whether guile is detected or not.
* Strongly buildlinkify.
* Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE so that the correct
  libtool is used during the build and installation.
* Add a pre-build target to symlink the libxml headers into ${WRKSRC} so
  that references to <libxml/foo.h> will resolve to <gnome-xml/foo.h>.  I
  imagine that the sources will be fixed to refer to more recent header
  locations in a future release of GConf.
2002-04-09 18:28:43 +00:00
jlam
a9d16c9a6e Package buildlink.mk files should _not_ include x11.buildlink.mk. The
purpose of x11.buildlink.mk is to force a package to be strongly
buildlinked, and that needs to happen on a package-by-package basis.
2002-04-09 18:23:07 +00:00
wiz
4eda3c2a09 Update to 1.0.9, bugfix release. 2002-03-20 12:36:44 +00:00
wiz
60bc657a16 Add "|| true" to last. 2002-03-14 13:00:50 +00:00
wiz
c2f83591f0 Remove etc/gconf/1/path if it doesn't differ from etc/gconf/1/path.example. 2002-03-14 11:00:37 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
rh
23c6568f79 Update GConf to 1.0.7. Changes are mainly bugfixes. In addition, this
now makes use of the real "popt" instead of the skeletion in
libgnomesupport.
2002-01-15 23:59:46 +00:00
wiz
dfd9443556 patthern -> pattern 2002-01-13 11:45:31 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
rh
7b981640c1 Sync package description with the current README. Most notably, remove the
comments about GConf being incredibly alpha.  Pointed out by Thomas
Klausner <wiz@netbsd.org> in private mail.
2001-10-17 06:42:12 +00:00
abs
aff20c18cf Self-applied clue-by-four. No nb1 in DISTNAME. 2001-10-11 13:43:09 +00:00
abs
d1ad00b103 Update GConf to 1.0.4nb1.
Automatically install etc/gconf/1/path from etc/gconf/1/path.example if
needed (both in Makefile and PLIST), remove obsoleted MESSAGE, and fix a
path to work with xpkgwedge.
2001-10-11 12:19:35 +00:00
rh
0558b021d1 Track PLIST changes in buildlink.mk. Closes PR 14156 by Eric Gillespie Jr.
<epg@pretzelnet.org>
2001-10-05 07:39:03 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
rh
5384fbb168 buildlinkify 2001-10-01 11:57:10 +00:00
rh
32423096e3 Update GConf to 1.0.4. No list of changes is available, but apparently
GConf-1.0.4 is required for galeon-1.20 as pointed out in private mail by
Shin'ichiro TAYA <taya@netbsd.org>
2001-08-26 16:55:46 +00:00
rh
6e5b788a32 Update GConf to 1.0.3
Changes are bugfixes only:
    * Many robustness issues and crashes fixed
    * Fixes for bugs where you end up with multiple oafd's
2001-08-11 18:28:58 +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
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
wiz
2b09172bad Move BUILD_USES_MSGFMT in DEPENDS section. 2001-04-19 13:04:02 +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
39e7d2da8b This patch was missing. Noted by Dan in private mail. 2001-04-10 22:55:07 +00:00
rh
3c86efb06c Update GConf to 1.0.0
Changes include:

2001-03-11  Havoc Pennington  <hp@redhat.com>

        * configure.in: 1.0.0, woo-hoo!

2001-03-06  Havoc Pennington  <hp@redhat.com>

        * configure.in: bump version to 0.51

        * gconf/gconfd.c (gconf_main): change the periodic timeout to 15
        minutes, to be a bit more aggressive about cleanup.
        (open_append_handle): add a timeout to close the
        saved_state filehandle after a short time, to avoid keeping
        descriptors open.
        (gconfd_need_log_cleanup): new internal function used to control
        whether the periodic cleanup function needs to save a log file

2001-02-27  Havoc Pennington  <hp@redhat.com>

        * gconf.spec.in: %define prefix %{_prefix} instead of @prefix@

2001-02-27  Havoc Pennington  <hp@redhat.com>

        * configure.in: bump version to 0.50

        * gconf/gconfd.c (main): Close stdin/stdout/stderr. Also, set the
        log handler, so we don't need stdout/stderr to see GLib messages,
        they go to syslog.

        * configure.in: Turn off debugging by default

        * gconf/Makefile.am (INCLUDES): set the log domain

        * gconf/gconftool.c (recurse_subdir_list): the list contains full
        directory paths to start with, fix from Colm

        * gconf/gconfd.c (register_database): bugfix from Colm

        * gconf/gconf.c (lookup_engine): fix from Colm to check that we
        have an engines hash
        (gconf_engine_get_for_address): improve warning message, fix from
        Colm
        (gconf_engine_remove_dir): new function from Colm, this was
        implemented on the server side but somehow never exported.

        * gconf/gconf-database.c (gconf_database_get_persistent_name): Fix
        from Colm to handle the case of empty databases (no sources).

2001-02-12  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

        * configure.in: Added sk to ALL_LINGUAS.

2001-02-05  Havoc Pennington  <hp@redhat.com>

        File permissions fixes, problem pointed out by Steve Fox.

        * backends/xml-dir.c (dir_sync): chmod() the XML file after
        xmlSaveFile creates it

        * gconf/gconfd.c (main): following Stevens advice for daemons, we
        were calling umask(0), change to umask(022). We need a predictable
        umask, but a safer one would be good since this is a per-user
        daemon not a system daemon.

        * backends/dir-utils.c (mode_t_to_mode): make this more portable,
        for paranoia

        * backends/xml-dir.c (dir_load): We were getting directory
        permissions from the %gconf.xml file, instead of from the XML root
        directory. Fix.

2001-02-01  Szabolcs Ban <shooby@gnome.hu>

        * configure.in: Added lang Hungarian.
        * po/hu.po: Added.

2001-01-21  Havoc Pennington  <hp@pobox.com>

        * backends/xml-entry.c (schema_subnode_extract_data): don't warn
        about <local_schema> with no locale field, because that's normal
        for the default case
        (schema_node_extract_value): use <local_schema> with no locale
        if it exists and we don't find anything better

        * tests/testschemas.c (check_schema_use): fix indentation and mem
        leaks

        * gconf/gconftool.c (do_get): print default value from schema

        * configure.in: Bump version to 0.12
2001-04-06 22:00:06 +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
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
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