ports/144117: [PATCH] Fix issue with xfce4-conf when building gtk-docs

Chris Petrik c.petrik.sosa at gmail.com
Fri Feb 19 23:10:01 UTC 2010


>Number:         144117
>Category:       ports
>Synopsis:       [PATCH] Fix issue with xfce4-conf when building gtk-docs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 19 23:10:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        FreeBSD 8.0-STABLE AMD64
>Organization:
Officialunix
>Environment:
FreeBSD 8.0
>Description:
Enabling building of gtk-docs renders the build to fail. there seems to be a missing -module= flag that needs to be given to gtkdoc-fixxref 

This was discussed with kwm on #bsdports.
>How-To-Repeat:

>Fix:
The fix was made by kwm@

Patch attached with submission follows:

diff -ruN --exclude=CVS xfce4-conf.orig/files/patch-docs_references_Makefile.in xfce4-conf/files/patch-docs_references_Makefile.in
--- xfce4-conf.orig/files/patch-docs_references_Makefile.in	1970-01-01 01:00:00.000000000 +0100
+++ xfce4-conf/files/patch-docs_references_Makefile.in	2010-02-18 10:24:39.000000000 +0100
@@ -0,0 +1,11 @@
+--- docs/reference/Makefile.in.orig	2010-02-18 10:16:52.000000000 +0100
++++ docs/reference/Makefile.in	2010-02-18 10:17:17.000000000 +0100
+@@ -546,7 +546,7 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
+ 	cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
+ 	test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
+ 	@echo 'gtk-doc: Fixing cross-references'
+-	cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
++	cd $(srcdir) && gtkdoc-fixxref --module=xfconf --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+ 	touch html-build.stamp
+ 
+ ##############


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list