Commit graph

134 commits

Author SHA1 Message Date
drochner
32107fd415 update to 2.32.3
changes:
-bugfixes
-translation updates
2011-05-13 17:07:27 +00:00
obache
cb3b53c025 require glib2>=2.28, as PR#44904.
Put it in GConf/Makefile.common, instead of GConf/Makefile.
2011-04-26 13:26:42 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
4fb351cdd4 update to 2.32.1
changes:
-bugfixes
-translation updates
2011-03-18 16:32:29 +00:00
schwarz
a989f3f259 GConf says it requires gio>=2.25.9 2011-01-22 17:58:53 +00:00
obache
6faa6bc9f1 No need gtkdoc-rebase workaround anymore. 2010-11-19 01:12:23 +00:00
drochner
dcd1930215 deal with giomodule.cache, should fix PRs pkg/43578 and pkg/44104
by Robert Elz
2010-11-17 14:35:32 +00:00
drochner
e8b2fe7bab needs Python for some helper script 2010-11-16 15:12:19 +00:00
drochner
2582fcfbb0 update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-15 19:55:10 +00:00
drochner
377daed8e9 update to 2.28.1
changes:
-bugfixes
-translation updates
2010-06-11 13:19:24 +00:00
drochner
ec2b185968 update to 2.28.0
This switches to the gnome-2.28 release branch.

pkgsrc note: disabled the "defaults" service, this wants a version
of "policykit" newer than the pkgsrc one
(looks dispensable, could also be made an addon pkg)
2009-10-21 15:48:50 +00:00
wiz
eb80db7f8e Add patch from drochner that gets f-spot further (when autostarting
gconfd-2).

Bump PKGREVISION.
2009-09-12 19:21:00 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
7fdde28ea5 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
obache
0f20985595 Remove build dependency on gtk-doc, related to PR#41475.
It comes from upstream Bug#562310:
http://bugzilla.gnome.org/show_bug.cgi?id=562310
Availability detection of `gtkdoc-rebase' command is depend on the behaviour
of `which' command,  if `which gtkdoc-rebase' return false, do nothing.
It is known as not works as expected on Darwin and Solaris, then failed in
unwanted gtkdoc-rebase execution, and abort.

It is already fixed in upstream gtk-doc repository, but not released yet(1.12?).
So, some packages may contain and be using un-fixed gtk-doc.* files.

For easy to determine whether it is fixed or not, check gtk-doc.make contains
following commit (not using 'which gtkdoc-rebase', but $(GTKDOC_REBASE) macro):

http://git.gnome.org./cgit/gtk-doc/commit/?id=ef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42
2009-06-03 12:40:32 +00:00
wiz
baf9544fec BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) to
get gtkdoc-rebase.

Addresses PR 41475 by John D. Baker.
2009-05-26 16:55:23 +00:00
wiz
b4f7f604df Add URL for upstream bug report. 2009-05-19 23:52:15 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
wiz
38ca63a5bd Update to 2.26.2, set LICENSE to gnu-lgpl-v2.
2.26.2
======

  Fixes
   - Avoid assertion failures in gconf_client_lookup callers (Matthias Clasen)

2.26.1
======

  Fixes
   - Tracing improvements (Behdad Esfahbod)
   - Track fully-cached directories in the client (Matthias Clasen)
   - Improve performance of the markup backend (Michael Meeks)
   - Make openldap support optional (Gilles Dartiguelongue)
   - Fix errno usage (Christian Persch)

  Translation updates
     (ar, et, kn, or)
2009-05-18 08:26:24 +00:00
rillig
79a38fed91 cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN. 2009-05-16 07:22:01 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
jmcneill
0058181f49 Make sure PKG_SYSCONFDIR/gconf.xml.system is created, and patch up hardcoded
search path of /etc/gconf in 2/path.
2009-03-17 10:12:25 +00:00
jmcneill
86a3ae75d1 Update GConf and GConf-ui to 2.26.0.
2.26.0
======

  Fixes
   - Correct url to gconf website (Kjartan Maraas)
   - Plug memory leak in error path (Matthias Clasen, Tommi Rantal)
   - Remove deprecated GTK+ api (Matthias Clasen)

  Translation updates
     (as, bg, bn_IN, ca, cs, da, de, el, en_GB, es, eu, fi, fr, gl, gu, he, hi, hu, it, ja, kn, ko, lt, lv, ml, mr, nb, nl, or, pl, pt, pt_BR, ro, ru, sv, ta, te, th, tr, zh_HK, zh_TW)

2.25.2
======

  Fixes
   - Correct location of system settings in path configuration (Ray Strode)

2.25.1
======

  Fixes
   - Missing return in gconftool.c/do_toggle (Magnus Boman)
   - Fix xml-backend symbol exports on Cygwin (Vincent Untz)
   - Win32 build fixes (Tor Lillqvist)
   - Optimizations in the markup backend (Michael Meeks)
   - Don't hardcode paths in the defaults mechanism (Vincent Untz)
   - Fix dbus policy for the defaults mechanism (Vincent Untz)

  Translation updates
     (bg, ca, de, eu, fi, fr, gu, hu, ja, ko, nl, or, pt. th,
      vi, zh_HK, zh_TW)

2.25.0
======

  Fixes
   - Fix various format string warnings (Christian Persch)
   - Sync saved state to disk before closing (Ray Strode)

  Features
   - Add --search-key-regex option to gconftool (Christian Persch)
   - Add --toggle option to gconftool (Matthias Clasen)

  Translation updates
    (ar, da, dz, es, fi, he, nb, pt_BR, sv, uk)
2009-03-17 08:54:30 +00:00
jmcneill
253de94e4b Pull in policykit and enable the GConf defaults system dbus service. Bump
PKGREVISION.
2009-03-06 00:08:08 +00:00
wiz
7676a611d6 Update to 2.24.0:
2.24.0
======

  Fixes
  - Fix pokit-policy-file-validate check (Saleem Abdulrasool)

  Translation updates
    (ar, bg, cs, da, de, en_GB, et, fr, gu, hr, hu, it, kn,
     lt, mai, or, pt, pt_BR, ro, ru, sr, ta, te, tr, uk, vi
2.23.2
======
  Fixes
  - cleanups (Kjartan)

  Features
  - stop using /tmp for the IOR, instead use the DBus session bus (Ray Strode)
  - optionally install a DBus service for system-wide settings (Matthias Clasen, Behdad Esfahbod)

2.23.1
======
  Fixes
  - Fix the build. (Kjartan)

2.23.0
======
  Fixes
  - stop spamming syslog (David Förster)
  - signal handling fixes (Javier Uruen Val)
  - use AC_HELP_STRINGS for nice formatting (Sven Herzberg)
  - timeout batching work (Matthias Clasen)
  - remove syslog spamming code (from Debian)
  - fix a crash when unsetting a key with no writable source (Richard Hult)
  - allow overriding $TMPDIR (Frederic Crozat)
  - integration with D-BUS (Ray Strode)
  - translation updates (ar, da, es, gl, he, nb, nl, sq, sk, th, vi)
2008-10-09 20:53:48 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
drochner
e16827618e update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-10 16:25:29 +00:00
drochner
762e88aeb5 update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-10-31 19:46:17 +00:00
wiz
d4c91cf895 Fix CONFLICTS pattern. 2007-09-23 17:16:45 +00:00
wiz
115317c63a Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the
upstream name.
2007-09-21 12:58:12 +00:00
wiz
197de82e9a Remove remaining gnome1-libs dependencies from pkgsrc. 2007-05-20 15:48:07 +00:00
joerg
e089f73350 No need to depend on X11 here. Bump revision. 2007-01-20 13:22:50 +00:00
drochner
a2a16a20eb this builds fine w/o gtk-doc 2006-07-26 12:50:26 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
rillig
cc64efc95f Fixed pkglint warnings, including a configuration file issue. Bumped
PKGREVISION.
2006-05-31 13:31:34 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
bce6d039b2 Use pkginstall framework for one config file.
Bump PKGREVISION.
2006-02-28 17:41:02 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
576dd01dbe Remove fragment that was last useful when
this package used USE_X11BASE, which has not been the case for a long
time now.
2005-10-23 17:23:49 +00:00
minskim
0ee5688b72 Explicitly disable bdb detection. 2005-06-07 15:37:54 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
wiz
58165bf3e8 Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
2005-04-27 14:57:54 +00:00