From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 12:41:04 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 333F9F13; Sun, 9 Feb 2014 12:41:04 +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 1D9A612AA; Sun, 9 Feb 2014 12:41:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19Cf3Si013888; Sun, 9 Feb 2014 12:41:03 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19Cf3Ki013887; Sun, 9 Feb 2014 12:41:03 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402091241.s19Cf3Ki013887@svn.freebsd.org> From: Antoine Brodin Date: Sun, 9 Feb 2014 12:41:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343489 - in head/dns/updatedd: . 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.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: Sun, 09 Feb 2014 12:41:04 -0000 Author: antoine Date: Sun Feb 9 12:41:03 2014 New Revision: 343489 URL: http://svnweb.freebsd.org/changeset/ports/343489 QAT: https://qat.redports.org/buildarchive/r343489/ Log: Unbreak after OPTIONS helper conversion (extra patch was applied when DOCS was on when it should have been applied when DOCS was off) With stage, we do not need this patch anymore Reported by: pkg-fallout Deleted: head/dns/updatedd/files/extrapatch-disable-portdocs Modified: head/dns/updatedd/Makefile Modified: head/dns/updatedd/Makefile ============================================================================== --- head/dns/updatedd/Makefile Sun Feb 9 12:35:36 2014 (r343488) +++ head/dns/updatedd/Makefile Sun Feb 9 12:41:03 2014 (r343489) @@ -18,6 +18,4 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -DOCS_EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-disable-portdocs - .include