[Bug 191507] build failure with graphics/dia
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 28 14:14:16 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191507
--- Comment #3 from Andriy Voskoboinyk <s3erios at gmail.com> ---
Comment on attachment 146450
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146450
Exclude doc dir from build when DOCS option is off
>Index: graphics/dia/Makefile
>===================================================================
>--- graphics/dia/Makefile (revision 366396)
>+++ graphics/dia/Makefile (working copy)
>@@ -32,6 +32,10 @@
> DOCS_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
> .include <bsd.port.options.mk>
>
>+.if !${PORT_OPTIONS:MDOCS}
>+EXTRA_PATCHES= ${FILESDIR}/extra-doc
>+.endif
>+
> .if ${ARCH} == "i386"
> LIB_DEPENDS+= libEMF.so:${PORTSDIR}/graphics/libemf
> CONFIGURE_ARGS+= --enable-libemf
>Index: graphics/dia/files/extra-doc
>===================================================================
>--- graphics/dia/files/extra-doc (revision 0)
>+++ graphics/dia/files/extra-doc (working copy)
>@@ -0,0 +1,11 @@
>+--- Makefile.in 2014-08-28 14:59:33.851569012 +0300
>++++ Makefile.in 2014-08-28 14:54:49.747589247 +0300
>+@@ -276,7 +276,7 @@
>+ top_builddir = @top_builddir@
>+ top_srcdir = @top_srcdir@
>+ uidatadir = @uidatadir@
>+-SUBDIRS = lib objects plug-ins shapes app bindings samples po sheets data doc tests installer
>++SUBDIRS = lib objects plug-ins shapes app bindings samples po sheets data tests installer
>+ gnomedatadir = $(datadir)
>+
>+ #desktop_in_in_files = dia.desktop.in.in
>
>Property changes on: graphics/dia/files/extra-doc
>___________________________________________________________________
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Index: graphics/dia/pkg-plist
>===================================================================
>--- graphics/dia/pkg-plist (revision 366396)
>+++ graphics/dia/pkg-plist (working copy)
>@@ -1812,6 +1812,6 @@
> @dirrm share/dia/shapes/Assorted
> @dirrm share/dia/shapes
> @dirrm share/dia
>- at dirrmtry man/fr/man1
>- at dirrmtry man/fr
>+%%PORTDOCS%%@dirrmtry man/fr/man1
>+%%PORTDOCS%%@dirrmtry man/fr
> @dirrm lib/dia
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list