Age | Commit message (Collapse) | Author | Files | Lines |
|
This switches to the gnome-2.24 release branch.
|
|
adds these libraries explicitly. With X11_TYPE=modular, they are not
found. This fix does not seem entirely right, but does seem
necessary. It's not clear how this ever built with modular.
|
|
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.
|
|
This switches to the gnome-2.22 release branch.
|
|
|
|
Bump PKGREVISION.
|
|
This switches to the new gnome-2.20 branch.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
affected packages.
|
|
This moves this pkg to the new stable gnome branch, too much to list here.
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=382692
|
|
|
|
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
|
|
libbonoboui 2.16.0
* Translation updates.
libbonoboui 2.15.1
* Fix the about dialog in bonobo-browser (Matthias)
* Fix leaks in the UI code that showed up when changing
components in evolution. (Cecilia Gonzalez)
* Set menubar to correct detachable state (Manuel Clos)
libbonoboui 2.15.0
* Use move LINGUAS out of configure.in (Przemysław Grzegorczyk)
* Build and warning fixes (Marcus Meissner, Kjartan)
* Fix moving of detached toolbars (Nikolay V. Shmyrev)
* Fix a crash in the component browser (Joe Marcus Clarke)
* Win32 portability fixes (Tor Lillqvist)
* Translation updates:
* Runa Bhattacharjee (bn_IN)
* Rajesh Ranjan (hi)
* Christophe Merlet (fr)
* Žygimantas Beručka (lt)
* Raivis Dejus (lv)
* Subhransu Behera (or)
* Leonardo Ferreira Fontenelle (pt_BR)
* Inaki Larranaga (eu)
* Baris Cicek (tr)
* Maxim Dziumanenko (uk)
|
|
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
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|
|
|
|
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.
|
|
USE_TOOLS+=msgfmt.
|
|
that they look nicer.
|
|
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).
|
|
libbonoboui 2.14.0
* Fix CORBA object leaks (Adriano Winter Bess)
* Fix bonobo-object-browser .desktop file
(Stephane Loeuillet and Vincent Untz
* Translation updates:
* Žygimantas Beručka (lt)
* Kjartan Maraas (nn)
* Subhransu Behera (or)
* Mişu Moldovan (ro)
libbonoboui 2.13.1
* Fix leaks introduced by the GOption argument handling code
(Christian Perch)
* Sync with latest libgnome (Christian Persch) [#326846]
libbonoboui 2.13.0
* Add support for GOption argument parsing in libgnome (Pawel Sliwowski, chpe) [#307312]
* Don't use deprecated gnome_i18n_get_language_list (Gustavo J. A. M. Carneiro)
* Translation updates:
* Khandakar Mujahidul Islam (bn)
* Jordi Mallach (ca)
* Iñaki Larrañaga Murgoitio (eu)
* Roozbeh Pournader (fa)
* Christophe Merlet (RedFox) (fr)
* Mohammad DAMT (id)
* Alessio Frusciante (it)
* Changwoo Ryu (ko)
* Erdal Ronahi (ku)
* Žygimantas Beručka (lt)
* Tino Meinen (nl)
* Afonso Celso Medina (pt_BR)
* Leonid Kanter (ru)
* Christian Rose (sv)
* Baris Cicek (tr)
* Clytie Siddall (vi)
|
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
Bump BUILDLINK_RECOMMENDED.
|
|
file (this package was broken before), and might be other things.
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
changes:
-minor bugfix
-translation updates
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
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.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
|
|
* bugs fixed
+ Merged the fixes from the toolbar-rework branch (Federico Mena Quintero)
+ Fix warnings when toolbars are destroyed (Federico)
+ Fix GDK interaction problem when running a control in same process as the
container (Gustavo)
+ Fix include of wrong i18n header files (Jonathan Blandford)
+ Don't install files from examples (Gustavo)
+ Dock item a11y fix (Kjartan Maraas)
+ More toolbar fixes (Arvind Samptur)
+ Toolbar theme rendering fixes (Benjamin Berg, JP Rosevear)
* misc.
+ Remove redundant AC_SUBST's in configure.in (Tomasz Kłoczko)
+ Add Bonobo component browser tool (Rodrigo Moya)
+ Deprecate pack-end behavior and add a space type for separators.
(Marco Pesenti Gritti)
|
|
This will close PR # pkg/28670 -- thank you David Price for the PR.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
While here, move documentation to share/doc, out of share/doc/html.
2004-09-13 Mark McLoughlin <mark@skynet.ie>
* configure.in: Version 2.8.0.
2004-09-08 Gora Mohanty <gmohanty@cvs.gnome.org>
* configure.in: Added 'or' to ALL_LINGUAS.
2004-08-16 Christian Rose <menthos@menthos.com>
* configure.in: Added "bs" to ALL_LINGUAS.
2004-08-11 Kjartan Maraas <kmaraas@gnome.org>
* bonobo/bonobo-control.c: (bonobo_control_get_ambient_properties),
(bonobo_control_set_transient_for): NULL vs 0 stuff.
* bonobo/bonobo-dock-layout.c: (bonobo_dock_layout_create_string):
Same.
* bonobo/bonobo-selector.c: (bonobo_selector_instance_init),
(bonobo_selector_set_property): Same here too.
* bonobo/bonobo-socket.c: Use correct type for the bitfield.
* bonobo/bonobo-ui-preferences.c: (keys_changed_fn):
gtk_idle_add() is deprecated. Use g_idle_add instead.
* bonobo/bonobo-ui-sync-status.c:
(impl_bonobo_ui_sync_status_state): Cast to avoid a warning.
* bonobo/bonobo-ui-sync-toolbar.c: (get_dock_item): Fix warning.
* bonobo/bonobo-window.c: (bonobo_window_instance_init):
NULL vs 0 again
* samples/compound-doc/container/document.c: (sample_doc_new):
Ansi argument list again.
* samples/container/bonobo-sample-container.c: NULL vs 0 again.
* tests/test-moniker.c: Same here.
2004-08-11 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added nb to ALL_LINGUAS.
2004-06-25 Muktha <muktha.narayan@wipro.com>
* bonobo/bonobo-ui-engine.c
(check_excess_widgets): Add a check for NULL in
g_message.
|
|
2004-05-14 Michael Meeks <michael@ximian.com>
* Version 2.6.1
2004-05-14 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
* bonobo/bonobo-ui-util.c
(bonobo_ui_util_translate_ui): use direct
gettext call to cover all domains.
* bonobo/bonobo-ui-main.c (do_low_level_init)
(bonobo_ui_init_full): initialize i18n bits /
gettext package / code-set.
* bonobo/Makefile.am: define
BONOBO_EXPLICIT_TRANSLATION_DOMAIN.
2004-05-12 Michael Meeks <michael@ximian.com>
* bonobo/bonobo-ui-util.c
(bonobo_ui_util_set_ui): don't add a broken
file to the cache.
* bonobo/bonobo-ui-node.c
(bonobo_ui_node_to_string): add pre-condition.
2004-04-27 Michael Meeks <michael@ximian.com>
* bonobo/bonobo-dock-band.c (check_guint_arg):
add pre-condition.
2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org>
* configure.in: Added "eu" (Basque) to ALL_LINGUAS.
2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2004-03-31 Christian Rose <menthos@menthos.com>
* configure.in: Added "af" to ALL_LINGUAS.
2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
|
|
|
|
*-dirs packages.
|
|
be incomplete, but couldn't find anything better:
libbonoboui 2.5.3
* bugs fixed
+ toolbar/dock destruction crasher (Michael)
+ unused arg cleanup (Fernando Herrera)
* featurelets
+ BonoboWindow cleanup (Arvind Samptur)
libbonoboui 2.5.2
* bugs fixed
+ require the right gtk+ (Jason Leach)
+ AIX portability (The Written Word)
+ svg icon image size (Sergey V. Udaltsov)
+ status bar grip problem (Michael)
+ control 'activate' signal (Federico, JP)
+ memove not strcpy for overlap (JP)
+ dock size allocation problem (Michael)
* featurelets
+ status bar packing improvement (Alexander Larsson)
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
|