From owner-svn-ports-head@freebsd.org Tue Dec 6 07:55:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90722C66416; Tue, 6 Dec 2016 07:55:11 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 602D812CC; Tue, 6 Dec 2016 07:55:11 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB67tApg052096; Tue, 6 Dec 2016 07:55:10 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB67tAAg052095; Tue, 6 Dec 2016 07:55:10 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612060755.uB67tAAg052095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 6 Dec 2016 07:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427935 - head/devel/liblas 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.23 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: Tue, 06 Dec 2016 07:55:11 -0000 Author: wen Date: Tue Dec 6 07:55:10 2016 New Revision: 427935 URL: https://svnweb.freebsd.org/changeset/ports/427935 Log: - Add skipv to PORTSCOUT Modified: head/devel/liblas/Makefile Modified: head/devel/liblas/Makefile ============================================================================== --- head/devel/liblas/Makefile Tue Dec 6 07:48:20 2016 (r427934) +++ head/devel/liblas/Makefile Tue Dec 6 07:55:10 2016 (r427935) @@ -16,6 +16,8 @@ LIB_DEPENDS= libboost_thread.so:devel/bo CONFLICTS= liblas12-1.2* +PORTSCOUT= skipv:progress-20071229 + USES= cmake compiler:c++11-lang libtool LDFLAGS+= -lpthread GNU_CONFIGURE= yes