From owner-svn-ports-head@FreeBSD.ORG Wed Oct 23 22:12:48 2013 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 ESMTP id E11E6D75; Wed, 23 Oct 2013 22:12:48 +0000 (UTC) (envelope-from mandree@FreeBSD.org) 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 B437524FB; Wed, 23 Oct 2013 22:12:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NMCmZG071100; Wed, 23 Oct 2013 22:12:48 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NMCmir071098; Wed, 23 Oct 2013 22:12:48 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201310232212.r9NMCmir071098@svn.freebsd.org> From: Matthias Andree Date: Wed, 23 Oct 2013 22:12:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331433 - in head/textproc/xmlto: . files 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.14 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: Wed, 23 Oct 2013 22:12:49 -0000 Author: mandree Date: Wed Oct 23 22:12:47 2013 New Revision: 331433 URL: http://svnweb.freebsd.org/changeset/ports/331433 Log: Make sure to not read/pollute the building user's HOME. Add LICENSE. The port is GPLv2+. No longer install COPYING separately (which is another copy of the GPLv2 text). Remove MAKE_JOBS_UNSAFE. Modified: head/textproc/xmlto/Makefile head/textproc/xmlto/files/patch-xmlto.in (contents, props changed) Modified: head/textproc/xmlto/Makefile ============================================================================== --- head/textproc/xmlto/Makefile Wed Oct 23 21:33:06 2013 (r331432) +++ head/textproc/xmlto/Makefile Wed Oct 23 22:12:47 2013 (r331433) @@ -3,12 +3,15 @@ PORTNAME= xmlto PORTVERSION= 0.0.25 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://fedorahosted.org/releases/x/m/xmlto/ MAINTAINER= mandree@FreeBSD.org COMMENT= Front-end to an XSL toolchain +LICENSE= GPLv2 + BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash \ ${GETOPT_CMD}:${PORTSDIR}/misc/getopt \ xmllint:${PORTSDIR}/textproc/libxml2 \ @@ -19,8 +22,6 @@ BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/s ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml RUN_DEPENDS:= ${BUILD_DEPENDS} -MAKE_JOBS_UNSAFE= yes - OPTIONS_DEFINE= DBLATEX FOP PASSIVETEX DBLATEX_DESC= Add dependency on Dblatex FOP_DESC= Add dependency on FOP (needs Java) @@ -36,10 +37,10 @@ GETOPT_CMD= ${LOCALBASE}/bin/getopt XSL_DIR= ${LOCALBASE}/share/xsl/docbook PDFXMLTEX_CMD= ${LOCALBASE}/bin/pdftex -PORTDOCS= AUTHORS COPYING ChangeLog NEWS THANKS -# these two documentation files do not convey information useful for -# the FreeBSD port at this time: -# PORTDOCS+= FAQ README +PORTDOCS= AUTHORS ChangeLog NEWS THANKS +# these documentation files do not convey information useful for +# the FreeBSD port at this time, or are provided by the ports framework: +# PORTDOCS+= COPYING FAQ README .include Modified: head/textproc/xmlto/files/patch-xmlto.in ============================================================================== --- head/textproc/xmlto/files/patch-xmlto.in Wed Oct 23 21:33:06 2013 (r331432) +++ head/textproc/xmlto/files/patch-xmlto.in Wed Oct 23 22:12:47 2013 (r331433) @@ -1,5 +1,5 @@ ---- ./xmlto.in.orig 2012-02-09 02:08:09.000000000 +0100 -+++ ./xmlto.in 2012-02-09 02:08:09.000000000 +0100 +--- ./xmlto.in.orig 2011-11-29 12:49:57.000000000 +0100 ++++ ./xmlto.in 2013-10-07 23:52:57.000000000 +0200 @@ -262,7 +262,7 @@ # Process any options @@ -9,3 +9,10 @@ -n xmlto -- x:m:o:p:v "$@") [ $? != 0 ] && { usage; exit 1; } eval set -- "$ARGS" +@@ -611,4 +611,6 @@ + # Extremely verbose + BASH="${BASH} -x" + fi ++make_temp -d temphome HOME || exit 1 ++export HOME + ${BASH} "$FORMAT" post-process || exit 1