2006-11-05 18:49:34 by Joerg Sonnenberger | Files touched by this commit (25) |
Log message:
DESTDIR support.
|
2006-09-16 14:20:42 by Julio M. Merino Vidal | Files touched by this commit (181) | |
Log message:
Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
|
2006-09-15 17:08:24 by Julio M. Merino Vidal | Files touched by this commit (3) | |
Log message:
Update to 2.16.0:
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)
|
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-07-05 07:37:47 by Johnny C. Lam | Files touched by this commit (129) |
Log message:
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|
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-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528) |
Log message:
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-13 20:23:45 by Johnny C. Lam | Files touched by this commit (292) |
Log message:
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
|
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.
|