Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 03:33:05 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424225 - head/sysutils/fusefs-lkl
Message-ID:  <201610190333.u9J3X5XG032247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Oct 19 03:33:05 2016
New Revision: 424225
URL: https://svnweb.freebsd.org/changeset/ports/424225

Log:
  sysutils/fusefs-lkl: unbreak
  
  - Drop bsd.port.pre.mk line
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/fusefs-lkl/Makefile   (contents, props changed)

Modified: head/sysutils/fusefs-lkl/Makefile
==============================================================================
--- head/sysutils/fusefs-lkl/Makefile	Wed Oct 19 02:28:05 2016	(r424224)
+++ head/sysutils/fusefs-lkl/Makefile	Wed Oct 19 03:33:05 2016	(r424225)
@@ -4,7 +4,6 @@
 PORTNAME=	lkl
 PORTVERSION=	4.5.0
 CATEGORIES=	sysutils
-MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	fusefs-
 
 MAINTAINER=	cem@FreeBSD.org
@@ -12,8 +11,6 @@ COMMENT=	Full-featured Linux BTRFS, Ext4
 
 LICENSE=	GPLv2
 
-BROKEN=		Unfetchable (google code has gone away)
-
 BUILD_DEPENDS=	gnubc>0:math/gnubc
 
 USES=		fuse gmake python:build shebangfix
@@ -27,6 +24,9 @@ GH_TAGNAME=	e145a5a5bdf4b70753495b5ccd24
 ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=No one has added other architecture ld formats yet
 
+IGNORE_FreeBSD_9=	requires FreeBSD 11 or newer
+IGNORE_FreeBSD_10=	requires FreeBSD 11 or newer
+
 WRKSRC_SUBDIR=	tools/lkl
 ALL_TARGET=	lklfuse
 MAKE_JOBS_UNSAFE=yes
@@ -40,10 +40,4 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/lklfuse ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/liblkl.a ${STAGEDIR}${PREFIX}/lib
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1100000
-IGNORE=		requires FreeBSD 11 or newer
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610190333.u9J3X5XG032247>