pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   obache
Date:           Wed Jun  3 12:40:32 UTC 2009

Modified Files:
        pkgsrc/devel/GConf: Makefile.common
        pkgsrc/devel/atk: Makefile
        pkgsrc/devel/glib2: Makefile
        pkgsrc/devel/pango: Makefile
        pkgsrc/net/ORBit2: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/GConf/Makefile.common
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/atk/Makefile
cvs rdiff -u -r1.160 -r1.161 pkgsrc/devel/glib2/Makefile
cvs rdiff -u -r1.130 -r1.131 pkgsrc/devel/pango/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/ORBit2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Home | Main Index | Thread Index | Old Index