From owner-svn-ports-head@FreeBSD.ORG Fri Apr 11 15:27:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B797A8B; Fri, 11 Apr 2014 15:27:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E068117A5; Fri, 11 Apr 2014 15:27:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BFRsOD003090; Fri, 11 Apr 2014 15:27:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BFRsQp003088; Fri, 11 Apr 2014 15:27:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404111527.s3BFRsQp003088@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 15:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350986 - head/graphics/dia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 15:27:55 -0000 Author: bapt Date: Fri Apr 11 15:27:54 2014 New Revision: 350986 URL: http://svnweb.freebsd.org/changeset/ports/350986 QAT: https://qat.redports.org/buildarchive/r350986/ Log: Support stage Modified: head/graphics/dia/Makefile head/graphics/dia/pkg-plist Modified: head/graphics/dia/Makefile ============================================================================== --- head/graphics/dia/Makefile Fri Apr 11 15:27:38 2014 (r350985) +++ head/graphics/dia/Makefile Fri Apr 11 15:27:54 2014 (r350986) @@ -13,11 +13,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Diagram creation program, similar to Visio +OPTIONS_DEFINE= DOCS + LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libpng15.so:${PORTSDIR}/graphics/png -USES= desktop-file-utils gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gtk20 gnomeprefix libxslt libartlgpl2 intlhack INSTALLS_ICONS= yes GNU_CONFIGURE= yes @@ -25,27 +26,11 @@ CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-gnome +INSTALL_TARGET= install-strip -NO_STAGE= yes +DOCS_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl .include -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl -MAN1= dia.1 -MANLANG= "" fr -.endif - -#.if !defined(WITHOUT_PYTHON) -#USE_PYTHON= yes -#USE_GNOME+= pygtk2 -#CONFIGURE_ARGS= --with-python -#PLIST_SUB+= PYTHON="" -#.else -#PLIST_SUB+= PYTHON="@comment " -#.endif - -.include - .if ${ARCH} == "i386" LIB_DEPENDS+= libEMF.so:${PORTSDIR}/graphics/libemf CONFIGURE_ARGS+= --enable-libemf @@ -63,10 +48,6 @@ post-patch: ${WRKSRC}/objects/custom/shape_typeinfo.c \ ${WRKSRC}/tests/test-objects.c \ ${WRKSRC}/tests/test-boundingbox.c -.if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e '/SUBDIRS/s|data doc tests|data tests|g' \ - ${WRKSRC}/Makefile.in -.endif @${FIND} ${WRKSRC} -name Makefile.in | \ ${XARGS} ${REINPLACE_CMD} -e \ 's,\(^GTK_LIBS.*\),\1 ${PTHREAD_LIBS}, ; \ @@ -75,4 +56,4 @@ post-patch: s|echo aout|echo elf|g ; s|/usr/include/libEMF|${LOCALBASE}/include/libEMF|g ; \ s|-lstdc++||g' ${WRKSRC}/configure -.include +.include Modified: head/graphics/dia/pkg-plist ============================================================================== --- head/graphics/dia/pkg-plist Fri Apr 11 15:27:38 2014 (r350985) +++ head/graphics/dia/pkg-plist Fri Apr 11 15:27:54 2014 (r350986) @@ -69,6 +69,8 @@ lib/dia/libxfig_filter.la lib/dia/libxfig_filter.so lib/dia/libxslt_filter.la lib/dia/libxslt_filter.so +%%PORTDOCS%%man/fr/man1/dia.1.gz +%%PORTDOCS%%man/man1/dia.1.gz share/applications/dia.desktop share/dia/dia-splash.png share/dia/shapes/Assorted/arrow-chevron.png