From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 00:33:43 2014 Return-Path: Delivered-To: svn-ports-all@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 0EFAB226; Sat, 5 Jul 2014 00:33:43 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (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 DC7092346; Sat, 5 Jul 2014 00:33:42 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id B903312B10F; Fri, 4 Jul 2014 20:33:39 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r360699 - head/textproc/xmlenc From: Adam Weinberger In-Reply-To: <201407050000.s6500oB8069617@svn.freebsd.org> Date: Fri, 4 Jul 2014 20:33:36 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <8AF96028-FD95-48AE-9DF5-3DF8177254DC@adamw.org> References: <201407050000.s6500oB8069617@svn.freebsd.org> To: Antoine Brodin X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 00:33:43 -0000 Sigh. I give up. I wrote a script to sanity-check every single one of = these, and it clearly didn=92t work... Thank you for helping to clean up = this mess! # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org On 4 Jul, 2014, at 20:00, Antoine Brodin wrote: > Author: antoine > Date: Sat Jul 5 00:00:50 2014 > New Revision: 360699 > URL: http://svnweb.freebsd.org/changeset/ports/360699 > QAT: https://qat.redports.org/buildarchive/r360699/ >=20 > Log: > Unbreak >=20 > Modified: > head/textproc/xmlenc/Makefile >=20 > Modified: head/textproc/xmlenc/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=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/textproc/xmlenc/Makefile Fri Jul 4 23:59:15 2014 = (r360698) > +++ head/textproc/xmlenc/Makefile Sat Jul 5 00:00:50 2014 = (r360699) > @@ -17,7 +17,7 @@ USE_ANT=3D yes > OPTIONS_DEFINE=3D DOCS >=20 > ALL_TARGET=3D jar > -DOCS_ALL_TARGET=3D${ALL_TARGET} javadoc > +DOCS_ALL_TARGET=3Djavadoc > PORTDOCS=3D * > JARFILE=3D ${PORTNAME}.jar > PLIST_FILES=3D %%JAVAJARDIR%%/${JARFILE} >=20