Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= sysctlinfo-kmod |
3 |
PORTNAME= sysctlinfo-kmod |
4 |
DISTVERSION= 20190907 |
4 |
DISTVERSION= 20191005 |
5 |
CATEGORIES= sysutils |
5 |
CATEGORIES= sysutils |
6 |
|
6 |
|
7 |
MAINTAINER= alfix86@gmail.com |
7 |
MAINTAINER= alfix86@gmail.com |
Lines 14-20
Link Here
|
14 |
USE_GITLAB= yes |
14 |
USE_GITLAB= yes |
15 |
GL_ACCOUNT= alfix |
15 |
GL_ACCOUNT= alfix |
16 |
GL_PROJECT= sysctlinfo |
16 |
GL_PROJECT= sysctlinfo |
17 |
GL_COMMIT= 1f1b05e3432ccada8c38cfb5f1987dfceb75524b |
17 |
GL_COMMIT= 12c8b65d339becbc563d85bd2c81714b6b9226a6 |
18 |
|
18 |
|
19 |
PLIST_FILES= ${KMODDIR}/sysctlinfo.ko \ |
19 |
PLIST_FILES= ${KMODDIR}/sysctlinfo.ko \ |
20 |
include/sysctlinfo.h \ |
20 |
include/sysctlinfo.h \ |
Lines 35-41
Link Here
|
35 |
# Once the sysctlinfo interface (review D21700) lands into the base tree the |
35 |
# Once the sysctlinfo interface (review D21700) lands into the base tree the |
36 |
# following statement needs to be expanded |
36 |
# following statement needs to be expanded |
37 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019 |
37 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200019 |
38 |
IGNORE= needs oid_label constant in sysctl.h which was first introduced in FreeBSD 12 |
38 |
IGNORE= needs oid_label member of struct sysctl_oid defined in sysctl.h which was first introduced in FreeBSD 12 |
39 |
.endif |
39 |
.endif |
40 |
.if ${OPSYS} != FreeBSD |
40 |
.if ${OPSYS} != FreeBSD |
41 |
IGNORE= not supported on anything but FreeBSD |
41 |
IGNORE= not supported on anything but FreeBSD |