pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/41475: "gtkdoc-rebase" workaround needed for several packages on MacOS X
>Number: 41475
>Category: pkg
>Synopsis: "gtkdoc-rebase" workaround needed for several packages on
>MacOS X
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri May 22 14:35:01 +0000 2009
>Originator: John D. Baker
>Release: MacOS X 10.4.11 (PPC), pkgsrc-2009Q1
>Organization:
>Environment:
Darwin ed.technoskunk.fur 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10
18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
>Description:
As seen here:
http://mail-index.netbsd.org/pkgsrc-users/2009/05/09/msg009778.html
http://mail-index.netbsd.org/pkgsrc-users/2009/05/09/msg009779.html
devel/pango and devel/atk need the same workaround as in devel/glib2 to
cope with lack of "gtkdoc-rebase" program.
In addition, net/Orbit2 and devel/GConf need the same treatment.
As more offending packages are discovered, they will be appended to this
PR.
>How-To-Repeat:
On MacOS X, attempt to build a package that has any of:
devel/atk
devel/pango
devel/GConf
net/Orbit2
as a dependency. Example: multimedia/mplayer
>Fix:
Add the following to the Makefile of offending dependency packages:
.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
TOOLS_NOOP+= gtkdoc-rebase
.endif
Home |
Main Index |
Thread Index |
Old Index