From owner-svn-ports-all@FreeBSD.ORG Wed Jan 15 22:22:21 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 0E8B084E; Wed, 15 Jan 2014 22:22:21 +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 EED551CEB; Wed, 15 Jan 2014 22:22:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0FMMKno055360; Wed, 15 Jan 2014 22:22:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0FMMK1k055359; Wed, 15 Jan 2014 22:22:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401152222.s0FMMK1k055359@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 15 Jan 2014 22:22:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339829 - head/archivers/snappy 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.17 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: Wed, 15 Jan 2014 22:22:21 -0000 Author: bapt Date: Wed Jan 15 22:22:20 2014 New Revision: 339829 URL: http://svnweb.freebsd.org/changeset/ports/339829 QAT: https://qat.redports.org/buildarchive/r339829/ Log: Use BROKEN_sparc64 Stop patching Makefile and let stage take care installing PORTDICS or not This avoid including too many times bsd.port.mk Modified: head/archivers/snappy/Makefile Modified: head/archivers/snappy/Makefile ============================================================================== --- head/archivers/snappy/Makefile Wed Jan 15 22:18:00 2014 (r339828) +++ head/archivers/snappy/Makefile Wed Jan 15 22:22:20 2014 (r339829) @@ -16,19 +16,6 @@ CONFIGURE_ARGS= --disable-gtest GNU_CONFIGURE= yes USE_LDCONFIG= yes -.include +BROKEN_sparc64= Does not compile on sparc64 -post-patch: -.if empty(PORT_OPTIONS:MDOCS) - ${REINPLACE_CMD} -e \ - '/^install-data-am:/ s|install-dist_docDATA||' \ - ${WRKSRC}/Makefile.in -.endif - -.include - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -.include +.include