pkgsrc-Bugs archive

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

pkg/44757: textproc/gtk-doc is missing a dependency on devel/gettext-tools



>Number:         44757
>Category:       pkg
>Synopsis:       textproc/gtk-doc is missing a dependency on devel/gettext-tools
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 22 21:20:01 +0000 2011
>Originator:     Francois Tigeot
>Release:        DragonFly 2.9
>Organization:
>Environment:
DragonFly akane.zefyris.com 2.9-DEVELOPMENT DragonFly 
v2.9.1.919.g53bd3-DEVELOPMENT #19: Sun Mar 20 23:05:11 CET 2011     
ftigeot%akane.zefyris.com@localhost:/usr/obj/usr/src/sys/X86_64_GENERIC_SMP  
x86_64
>Description:
textproc/gtk-doc needs msgfmt to build its help files but this dependency is 
not specified in the package Makefile.

msgfmt is provided by devel/gettext-tools
>How-To-Repeat:
Try to build textproc/gtk-doc without any previously installed gettext-tools 
package
>Fix:
Add a dependency to devel/gettext-tools

diff -u -r1.42 Makefile
--- Makefile    27 Feb 2011 15:14:32 -0000      1.42
+++ Makefile    22 Mar 2011 21:15:55 -0000
@@ -13,6 +13,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+BUILD_DEPENDS+=        gettext-tools>=0.14.6:../../devel/gettext-tools
+
 DEPENDS+=      docbook-xml>=4.4nb1:../../textproc/docbook-xml
 DEPENDS+=      docbook-xsl>=1.68.1:../../textproc/docbook-xsl



Home | Main Index | Thread Index | Old Index