From owner-svn-ports-head@freebsd.org Wed Dec 2 22:42:08 2015 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 2C5C2A3F80A; Wed, 2 Dec 2015 22:42:08 +0000 (UTC) (envelope-from antoine@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 E9545121E; Wed, 2 Dec 2015 22:42:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB2Mg64d051383; Wed, 2 Dec 2015 22:42:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB2Mg63K051382; Wed, 2 Dec 2015 22:42:06 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201512022242.tB2Mg63K051382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 2 Dec 2015 22:42:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402860 - head/sysutils/fusefs-lkl 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.20 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: Wed, 02 Dec 2015 22:42:08 -0000 Author: antoine Date: Wed Dec 2 22:42:06 2015 New Revision: 402860 URL: https://svnweb.freebsd.org/changeset/ports/402860 Log: - Remove build dependency on the python symlink - libfuse.so is already provided by USES=fuse Modified: head/sysutils/fusefs-lkl/Makefile Modified: head/sysutils/fusefs-lkl/Makefile ============================================================================== --- head/sysutils/fusefs-lkl/Makefile Wed Dec 2 22:37:15 2015 (r402859) +++ head/sysutils/fusefs-lkl/Makefile Wed Dec 2 22:42:06 2015 (r402860) @@ -12,11 +12,10 @@ COMMENT= Full-featured Linux BTRFS, Ext4 LICENSE= GPLv2 -BUILD_DEPENDS+= gnubc>0:${PORTSDIR}/math/gnubc -BUILD_DEPENDS+= python>0:${PORTSDIR}/lang/python -LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs +BUILD_DEPENDS= gnubc>0:${PORTSDIR}/math/gnubc -USES= fuse gmake +USES= fuse gmake python:build shebangfix +SHEBANG_FILES= ../../arch/lkl/scripts/headers_install.py USE_BINUTILS= yes USE_GCC= yes USE_GITHUB= yes