a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# Created by: Conrad Meyer <cem@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lkl
|
|
DISTVERSION= 4.16.g20180628
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= cem@FreeBSD.org
|
|
COMMENT= Full-featured Linux BTRFS, Ext4, XFS as a FUSE module
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= gnubc>0:math/gnubc \
|
|
gnustat:sysutils/coreutils \
|
|
gsed:textproc/gsed
|
|
|
|
USES= bison:build fuse gmake python:build shebangfix
|
|
SHEBANG_FILES= ../../arch/lkl/scripts/headers_install.py
|
|
BINARY_ALIAS= sed=gsed \
|
|
stat=gnustat
|
|
USE_BINUTILS= yes
|
|
USE_GCC= yes
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= linux
|
|
GH_TAGNAME= 86dd3afb590eccc1903611bdaa8bac87757eb80d
|
|
|
|
ONLY_FOR_ARCHS= amd64
|
|
ONLY_FOR_ARCHS_REASON=No one has added other architecture ld formats yet
|
|
|
|
WRKSRC_SUBDIR= tools/lkl
|
|
MAKE_JOBS_UNSAFE=yes
|
|
MAKE_ARGS+= V=1
|
|
# Need ports versions of 'bc', 'ld' to build!
|
|
MAKE_ARGS+= PATH="${LOCALBASE}/bin:${PATH}" CC="${CC}" HOSTCC="${CC}"
|
|
|
|
PLIST_FILES= bin/lklfuse lib/liblkl.a
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/lklfuse ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/liblkl.a ${STAGEDIR}${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|