Age | Commit message (Collapse) | Author | Files | Lines |
|
are called p5-*.
I hope that's all of them.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
|
|
This switches to the gnome-2.32 release branch.
|
|
|
|
changes:
-bugfixes
-translation updates
|
|
changes: translation updates
|
|
|
|
|
|
|
|
Noticed by John D. Baker in PR 41475.
|
|
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.
|
|
libbonobo 2.24.1
* Win32 portability fixes (Tor Lillqvist)
* cleanups for newer glib releases (Cosimo Cecchi)
* Other cleanups for single glib includes (Przemysław Grzegorczyk)
* Cross-compiling fixes (Fridrich Strba)
|
|
This switches to the gnome-2.24 release branch.
|
|
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.
|
|
|
|
libbonobo 2.20.4
* Fix build on Solaris (Brian Cameron)
* Fix potential situation hanging the entire desktop (Michael)
|
|
changes: minor fixes and portability improvements
|
|
This switches to the new gnome-2.20 branch.
|
|
|
|
libbonobo 2.18.0
* Code cleanups (Kjartan)
* Build fix (Loïc Minier)
* Updated translations:
- Albanian (Laurent Dhima)
- Bengali Indian (Runa Bhattacharjee)
- Brazilian Portugese (Leonardo Ferreira Fontenelle)
- Dutch (Timo Meinen)
- Dzongkha (Pema Geyleg)
- Finnish (Illka Tuohela)
- Greek (Simos Xenitellis)
- Gujarati (Ankit Patel)
- Hungarian (Gabor Kelemen)
- Lithuanian (Gintautas Miliauskas)
- Macedonian (Jovan Naumovski)
- Polish (The GNOME PL team)
- Romanian (Mişu Moldovan)
- Russian (Leonid Kanter)
- Serbian (Goran Rakić)
- Tamil (I Felix)
- Traditional Chinese (Chao-Hsiung Liao)
libbonobo 2.17.92
* Further reduce relocations (Christian)
* Compiler warning fixes (Matthew Barnes)
* Updated translations:
- Illka Tuohela (fi)
- Gabor Kelemen (hu)
- GNOME PL Team (pl)
- Leonardo Ferreira Fontenelle (pt_BR)
libbonobo 2.17.91
* Build fixes (Gustavo, Kjartan)
* Compiler warning fixes (Kjartan)
* Factor out some more popt references (Christian)
libbonobo 2.17.90
* Fix leaks (Chris Heath)
* Code cleanups (Kjartan, Gustavo)
* Fixes for unit testing (Gustavo)
* Remove unneeded checks before g_strdup/g_free (Kjartan)
* Fixes to reduce relocation (Christian)
* Win32 fixes (Tor)
* String fixes (Christian, Ernani Azevedo, Gustavo, David Lodge)
* API-docs fixes (Matthew Barnes)
* Depend on the right version of ORBit2 (Mark Johnson)
|
|
|
|
libbonobo 2.16.0
* API DOC fixes (Alex, Gustavo)
* Don't check for xrdb or dladdr when we don't use them (Kjartan)
* Updated and new translations
libbonobo 2.15.3
* Fix ghtread configure test when building uninstalled (Brian Cameron)
* Various bonobo-activation login fixes (Michael)
* Various cleanups of exception handling (Gustavo)
* Fixes for panel sometimes hanging on login (Alex)
libbonobo 2.15.2
* Warning and build fixes. (Marcus Meissner, Kjartan)
* Revert a change that caused segfaults during make check
(Kjartan)
* New and updated translations
libbonobo 2.15.1
* Fix Coverity reports for leaks, accessing uninitialized memory
and null pointer derefs (Michael, Kjartan)
libbonobo 2.15.0
* Add new MIME api to make gnome-vfs not have a hard dependency on
libbonobo (Alex)
* Fix some leaks (Kjartan)
* Win32 portability fixes (Tor)
* po/LINGUAS porting (Przemysław Grzegorczyk)
* Port to GOption from popt (Michael Terry)
* Build fixes and cleanups (Michael Meeks, Kjartan)
|
|
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.
|
|
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).
|
|
* Translation updates:
* Priit Laes (et)
* Misu Moldovan (ro)
libbonobo 2.13.93
* Always pass program arguments to bonobo_activation_init (Michael)
* Fixed re-enterancy problems on slow machines (Michael)
* Translation updates:
* Rhys Jones (cy)
* Hendrik Brandt (de)
* Kostas Papadimas (el)
* Inaki Larranaga (eu)
* Gabor Kelemen (hu)
* Luca Ferretti (it)
* Changwoo Ryu (ko)
* Žygimantas Beručka (lt)
* Artur Flinta (pl)
* Duarte Loreto (pt)
* Raphael Higino (pt_BR)
* Leonid Kanter (ru)
* Slobodan D, Sredojevic (sr, sr@Latn)
* Maxim Dziumanenko (uk)
* Funda Wang (zh_CN)
libbonobo 2.13.1
* Fix corruption issue that was causing hangs on login (Michael)
* Fix GOption argument parsing typo (Christian Perch)
* Unregister run-time defined ServerInfos on program exit (Gustavo)
libbonobo 2.13.0
* Rework the end-user installation location independence code for Win32 (Tor Lillqvist)
* Don't use deprecated functions (Kjartan)
* Fix build on solaris 10 with sun studio 10 compiler [#315145]
* Add support for GOption argument parsing in libgnome (Pawel Sliwowski, chpe) [#307312]
* Merge cleanups from stable (Kjartan)
* Translation updates:
* Mahay Alam Khan (bn)
* Jordi Mallach (ca)
* Miloslav Trmac (cs)
* Martin Willemoes Hansen (da)
* Adam Weinberger (en_CA)
* Francisco Javier F. Serrador (es)
* Ivar Smolin (et)
* Iñaki Larrañaga Murgoitio (eu)
* Christophe Merlet (RedFox) (fr)
* Ignacio Casal Quinteiro (gl)
* Ankit Patel (gu)
* Gabor Kelemen (hu)
* Mohammad DAMT (id)
* Alessio Frusciante (it)
* Takeshi AIHANA (ja)
* Changwoo Ryu (ko)
* Erdal Ronahi (ku)
* Huib Kleinhout (nl)
* Leonid Kanter (ru)
* Marcel Telka (sk)
* Christian Rose (sv)
* Baris Cicek (tr)
* Clytie Siddall (vi)
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
CONFIGURE_ARGS.
|
|
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
|
|
|
|
|
|
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:
-doc build fixed
-translation updates
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
rather than the autoconf cache variables.
|
|
Bump PKGREVISION.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|