From owner-svn-ports-all@FreeBSD.ORG Sat Aug 23 13:13:27 2014 Return-Path: Delivered-To: svn-ports-all@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 82389ABD; Sat, 23 Aug 2014 13:13:27 +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 6E1653394; Sat, 23 Aug 2014 13:13:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7NDDRpt013479; Sat, 23 Aug 2014 13:13:27 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7NDDRxV013478; Sat, 23 Aug 2014 13:13:27 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201408231313.s7NDDRxV013478@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 23 Aug 2014 13:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365728 - head/security/zxid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Aug 2014 13:13:27 -0000 Author: marino Date: Sat Aug 23 13:13:26 2014 New Revision: 365728 URL: http://svnweb.freebsd.org/changeset/ports/365728 QAT: https://qat.redports.org/buildarchive/r365728/ Log: security/xzid: suppress broken and unnecesary missing target check Line 606 of the vendor Makefile has a malformed error message that comes up if the makefile is given no target. For reasons I don't understand, the gmake on FreeBSD tolerates it and the same exact gmake on DragonFly catches it. Just amend the sed command the remove the line completely as it's never executed in the ports framework. Modified: head/security/zxid/Makefile Modified: head/security/zxid/Makefile ============================================================================== --- head/security/zxid/Makefile Sat Aug 23 12:50:20 2014 (r365727) +++ head/security/zxid/Makefile Sat Aug 23 13:13:26 2014 (r365728) @@ -40,6 +40,7 @@ post-patch: @${REINPLACE_CMD} -e \ '/^LIBS/s|-lpthread|-pthread| ; \ /^SHARED/s|--export-all-symbols|| ; \ + /..error /d ; \ /which gcc/d' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ 's|||' ${WRKSRC}/zxidconf.c