Date: Thu, 28 Aug 2014 14:14:16 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 191507] build failure with graphics/dia Message-ID: <bug-191507-6497-Vau3FYiT10@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191507-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-191507-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D191507 --- Comment #3 from Andriy Voskoboinyk <s3erios@gmail.com> --- Comment on attachment 146450 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D146450 Exclude doc dir from build when DOCS option is off >Index: graphics/dia/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- graphics/dia/Makefile (revision 366396) >+++ graphics/dia/Makefile (working copy) >@@ -32,6 +32,10 @@ > DOCS_BUILD_DEPENDS=3D ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl= :${PORTSDIR}/textproc/docbook-xsl > .include <bsd.port.options.mk> >=20 >+.if !${PORT_OPTIONS:MDOCS} >+EXTRA_PATCHES=3D ${FILESDIR}/extra-doc >+.endif >+ > .if ${ARCH} =3D=3D "i386" > LIB_DEPENDS+=3D libEMF.so:${PORTSDIR}/graphics/libemf > CONFIGURE_ARGS+=3D --enable-libemf >Index: graphics/dia/files/extra-doc >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- 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 =3D @top_builddir@ >+ top_srcdir =3D @top_srcdir@ >+ uidatadir =3D @uidatadir@ >+-SUBDIRS =3D lib objects plug-ins shapes app bindings samples po sheets d= ata doc tests installer >++SUBDIRS =3D lib objects plug-ins shapes app bindings samples po sheets d= ata tests installer >+ gnomedatadir =3D $(datadir) >+=20 >+ #desktop_in_in_files =3D 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 >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- 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 >-@dirrmtry man/fr/man1 >-@dirrmtry man/fr >+%%PORTDOCS%%@dirrmtry man/fr/man1 >+%%PORTDOCS%%@dirrmtry man/fr > @dirrm lib/dia --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191507-6497-Vau3FYiT10>