From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 21:08:55 2014 Return-Path: Delivered-To: svn-ports-head@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 D9905CF9; Mon, 27 Jan 2014 21:08: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4CCA1132; Mon, 27 Jan 2014 21:08:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0RL8tWS003030; Mon, 27 Jan 2014 21:08:55 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0RL8tx4003028; Mon, 27 Jan 2014 21:08:55 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201401272108.s0RL8tx4003028@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 27 Jan 2014 21:08:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341452 - head/textproc/gdome2 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: Mon, 27 Jan 2014 21:08:55 -0000 Author: mat Date: Mon Jan 27 21:08:55 2014 New Revision: 341452 URL: http://svnweb.freebsd.org/changeset/ports/341452 QAT: https://qat.redports.org/buildarchive/r341452/ Log: Convert to staging. Sponsored by: Absolight Modified: head/textproc/gdome2/Makefile head/textproc/gdome2/pkg-plist Modified: head/textproc/gdome2/Makefile ============================================================================== --- head/textproc/gdome2/Makefile Mon Jan 27 21:08:45 2014 (r341451) +++ head/textproc/gdome2/Makefile Mon Jan 27 21:08:55 2014 (r341452) @@ -10,24 +10,25 @@ MASTER_SITES= http://gdome2.cs.unibo.it/ MAINTAINER= ports@FreeBSD.org COMMENT= Gnome DOM Engine -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 - -USE_AUTOTOOLS= libtool USES= pathfix pkgconfig -USE_GNOME= glib20 +USE_AUTOTOOLS= libtool +USE_GNOME= glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" CPPFLAGS+= -I${LOCALBASE}/include -PLIST_SUB= DOCSDIR="share/doc/${DISTNAME}" +DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} USE_LDCONFIG= yes -MAN1= gdome-config.1 +OPTIONS_DEFINE= DOCS + +PORTDOCS= * + +.include -NO_STAGE= yes post-patch: -.ifndef(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -E -e \ - 's,^(HTML_DIR *= *).*,\1\$$(prefix)/share/doc,' \ + 's,^(HTML_DIR *= *).*,\1\$$(DESTDIR)$$(prefix)/share/doc,' \ ${WRKSRC}/gtk-doc/Makefile.in .else @${REINPLACE_CMD} '/gtk-doc/d' ${WRKSRC}/Makefile.in Modified: head/textproc/gdome2/pkg-plist ============================================================================== --- head/textproc/gdome2/pkg-plist Mon Jan 27 21:08:45 2014 (r341451) +++ head/textproc/gdome2/pkg-plist Mon Jan 27 21:08:55 2014 (r341452) @@ -1,10 +1,4 @@ bin/gdome-config -lib/libgdome.a -lib/libgdome.la -lib/libgdome.so -lib/libgdome.so.8 -lib/gdomeConf.sh -include/libgdome/gdome.h include/libgdome/gdome-events.h include/libgdome/gdome-libxml-util.h include/libgdome/gdome-private-list.h @@ -12,42 +6,13 @@ include/libgdome/gdome-refdebug.h include/libgdome/gdome-treegc.h include/libgdome/gdome-util.h include/libgdome/gdome-xpath.h -@dirrm include/libgdome +include/libgdome/gdome.h +lib/gdomeConf.sh +lib/libgdome.a +lib/libgdome.la +lib/libgdome.so +lib/libgdome.so.8 libdata/pkgconfig/gdome2.pc +man/man1/gdome-config.1.gz share/aclocal/gdome2.m4 -%%PORTDOCS%%%%DOCSDIR%%/book1.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-basic-types-and-enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-core.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-events-basic-types-and-enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-events.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeattr.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomecdatasection.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomecharacterdata.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomecomment.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomedocument.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomedocumentfragment.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomedocumenttype.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomedomimplementation.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeelement.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeentity.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeentityreference.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeevent.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeeventlistener.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomemutationevent.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomenamednodemap.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomenode.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomenodelist.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomenotation.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeprocessinginstruction.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdometext.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomexpathevaluator.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomexpathnamespace.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomexpathnsresolver.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomexpathresult.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-memory.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-module-private-list.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-module-tree-garbage-collector.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-xpath-basic-types-and-enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/gdome2-xpath.html -%%PORTDOCS%%%%DOCSDIR%%/index.sgml -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry include/libgdome