Lines 1-30
Link Here
|
1 |
# Created by: Clement Laforet <clement@FreeBSD.org> |
1 |
# Created by: Clement Laforet <clement@FreeBSD.org> |
2 |
|
2 |
|
3 |
PORTNAME= unfs3 |
3 |
PORTNAME= unfs3 |
4 |
PORTVERSION= 0.9.22 |
4 |
DISTVERSION= 0.9.22 |
5 |
PORTREVISION= 1 |
5 |
PORTREVISION= 2 |
6 |
CATEGORIES= net |
6 |
CATEGORIES= net |
7 |
MASTER_SITES= SF |
7 |
MASTER_SITES= https://github.com/unfs3/unfs3/releases/download/unfs3-${DISTVERSION}/ |
8 |
|
8 |
|
9 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= fuz@fuz.su |
10 |
COMMENT= User-space implementation of the NFSv3 server specification |
10 |
COMMENT= User-space implementation of the NFSv3 server specification |
11 |
|
11 |
|
12 |
LICENSE= BSD3CLAUSE |
12 |
LICENSE= BSD3CLAUSE |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
14 |
|
15 |
BROKEN_FreeBSD_13= ld: error: duplicate symbol: export_path |
|
|
16 |
BROKEN_FreeBSD_14= ld: error: duplicate symbol: export_path |
17 |
|
18 |
USES= autoreconf |
15 |
USES= autoreconf |
19 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
20 |
INSTALL_TARGET= install-strip |
|
|
21 |
CONFIGURE_ENV= YACC=byacc |
17 |
CONFIGURE_ENV= YACC=byacc |
22 |
|
18 |
|
23 |
PLIST_FILES= sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz |
|
|
24 |
|
25 |
MAKE_JOBS_UNSAFE= yes |
19 |
MAKE_JOBS_UNSAFE= yes |
|
|
20 |
INSTALL_TARGET= install-strip |
21 |
|
22 |
PLIST_FILES= man/man7/tags.7.gz \ |
23 |
man/man8/unfsd.8.gz \ |
24 |
sbin/unfsd |
26 |
|
25 |
|
27 |
OPTIONS_DEFINE= CLUSTER_EXT |
26 |
OPTIONS_DEFINE= CLUSTER_EXT |
|
|
27 |
CLUSTER_EXT_DESC= include clustering extensions |
28 |
CLUSTER_EXT_CONFIGURE_ON= --enable-cluster |
28 |
CLUSTER_EXT_CONFIGURE_ON= --enable-cluster |
29 |
|
29 |
|
|
|
30 |
post-extract: |
31 |
@${RM} ${WRKSRC}/Config/lex.yy.c |
32 |
|
30 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |