2007-09-21 14:58:19 by Thomas Klausner | Files touched by this commit (32) | |
Log message:
Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the
upstream name.
|
2007-07-09 19:16:39 by Matthias Drochner | Files touched by this commit (4) |
Log message:
remove stale dependency on popt,
perhaps pointed out by Kamel Derouiche on tech-pkg,
bump PKGREVISIONs
|
2006-10-23 02:22:14 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 2.16.0:
Bug fixes. Coverity fixes. Use GOption. sysconfdir fixes.
|
2006-10-09 14:52:36 by Joerg Sonnenberger | Files touched by this commit (47) |
Log message:
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
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-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
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-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | |
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
|
2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749) |
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
|
2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147) |
Log message:
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-03-30 22:50:02 by Julio M. Merino Vidal | Files touched by this commit (6) |
Log message:
Update GConf2 and GConf2-ui to 2.14.0:
2.14.0
======
Misc
- Improved manual page (Christopher Hanna)
- Uses the new g_slice API (Benoît Dejean)
- Got rid of padding members in private structs (Benoît)
- Speed up the installation of multiple schema files (Josselin Mouette,
Mark LcLoughlin)
Fixes
- Only calls closelog() when it has HAVE_SYSLOG_H (Tor Lillqvist)
- Fixed a memory leak, bugs #332528 and #334047 (Kjartan Maraas,
Matthias Clasen)
Translators
- Petr Tomeš (cs)
- Rhys Jones (cy)
- Ole Laursen (da)
- Hendrik Richter (de)
- Kostas Papadimas (el)
- Ivar Smolin (et)
- Iñaki Larrañaga (eu)
- Rajesh Ranjan (hi)
- Gabor Kelemen (hu)
- Alessio Frusciante (it)
- Takeshi AIHANA (ja)
- Changwoo Ryu (ko)
- Gnome PL Team (pl)
- Evandro Fernandes Giovanini (pt_BR)
- Duarte Loreto (pt)
- MiÅu Moldovan (ro)
- Leonid Kanter (ru)
- Laurent Dhima (sq)
- Слободан Ð. \
СÑедоÑÐµÐ²Ð¸Ñ (sr)
- Christian Rose (sv)
- Maxim Dziumanenko (uk)
- Funda Wang (zh_CN)
2.13.5
======
Features
- Save translations in separate file with markup backend's "meged" \
mode (Mark McLoughlin)
- Switch on "merged" mode for the defaults database (Mark McLoughlin)
- Make gconf_value_compare() and gconf_entry_equal() public (Jorn Baayen)
- Lots of new docs (Dinoop Thomas)
Fixes
- Remove unused --enable-gconf-source configure option (Mark McLoughlin)
- Fix parallel build (Thomas Vander Stichele)
- Make gconf_client_remove_dir() clear the dir's cache (Vincent Untz)
- Win32 build fix - include DLLs in zipfile package (Tor Lillqvist)
- Make gconf_value_decode() work with schemas (Nicolas Peninguy)
- Fix segault unescaping strings (Dan Williams)
- Remove C99 usage (Jens Granseuer)
Translators
- Ales Nyakhaychyk (be)
- Alexander Shopov (bg)
- Jordi Mallach (ca)
- Adam Weinberger (en_CA)
- Francisco Javier F. Serrador (es)
- Ivar Smolin (et)
- Ilkka Tuohela (fi)
- Christophe Merlet (RedFox) (fr)
- Ignacio Casal Quinteiro (gl)
- Ankit Patel (gu)
- Takeshi AIHANA (ja)
- Žygimantas BeruÄka (lt)
- Kjartan Maraas (nb)
- Tino Meinen (nl)
- Ã
smund Skjæveland (nn)
- Kjartan Maraas (no)
- Evandro Fernandes Giovanini (pt_BR)
- Marcel Telka (sk)
- Theppitak Karoonboonyanan (th)
- Clytie Siddall (vi)
- Abel Cheung (zh_HK)
- Chao-Hsiung Liao (zh_TW)
|