From owner-svn-ports-all@FreeBSD.ORG Mon Sep 8 19:52:23 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 0AE41168; Mon, 8 Sep 2014 19:52:23 +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 EB0471226; Mon, 8 Sep 2014 19:52:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s88JqMUa060345; Mon, 8 Sep 2014 19:52:22 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s88JqMnF060344; Mon, 8 Sep 2014 19:52:22 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201409081952.s88JqMnF060344@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 8 Sep 2014 19:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367688 - head/net/ntop 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: Mon, 08 Sep 2014 19:52:23 -0000 Author: mandree Date: Mon Sep 8 19:52:22 2014 New Revision: 367688 URL: http://svnweb.freebsd.org/changeset/ports/367688 QAT: https://qat.redports.org/buildarchive/r367688/ Log: Try setting STRIP through CONFIGURE_ARGS to fix remaining 8.X build issues. Modified: head/net/ntop/Makefile Modified: head/net/ntop/Makefile ============================================================================== --- head/net/ntop/Makefile Mon Sep 8 19:41:56 2014 (r367687) +++ head/net/ntop/Makefile Mon Sep 8 19:52:22 2014 (r367688) @@ -87,6 +87,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mak # ever be fixed. .if ${OSVERSION} < 900033 USE_BINUTILS= yes +CONFIGURE_ARGS+= STRIP=${LOCALBASE}/bin/strip .endif pre-configure: