From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 28 14:14:16 2014 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2471AE8 for ; Thu, 28 Aug 2014 14:14:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83F2A1B21 for ; Thu, 28 Aug 2014 14:14:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7SEEGQt047170 for ; Thu, 28 Aug 2014 14:14:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 191507] build failure with graphics/dia Date: Thu, 28 Aug 2014 14:14:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: s3erios@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 14:14:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D191507 --- Comment #3 from Andriy Voskoboinyk --- 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 >=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.=