View | Details | Raw Unified | Return to bug 255159
Collapse All | Expand All

(-)sysutils/nss_ndb/Makefile (-11 / +13 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=		nss_ndb
3
PORTNAME=		nss_ndb
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=		1.0.23
5
DISTVERSION=		1.0.24
6
CATEGORIES=		sysutils security
6
CATEGORIES=		sysutils security
7
7
8
MAINTAINER=		pen@lysator.liu.se
8
MAINTAINER=		pen@lysator.liu.se
Lines 15-21 Link Here
15
15
16
CFG_DESC=		Enable configuration file
16
CFG_DESC=		Enable configuration file
17
CFG_CONFIGURE_ON=	--with-config-file
17
CFG_CONFIGURE_ON=	--with-config-file
18
CFG_PLIST_FILES+=	etc/nss_ndb.conf
18
CFG_PLIST_FILES+=	"@sample etc/nss_ndb.conf.sample"
19
19
20
VAR_DESC=		Enable configuration variable
20
VAR_DESC=		Enable configuration variable
21
VAR_CONFIGURE_ON=	--with-config-var
21
VAR_CONFIGURE_ON=	--with-config-var
Lines 27-36 Link Here
27
WRKGRP_CONFIGURE_ON=	--with-workgroup
27
WRKGRP_CONFIGURE_ON=	--with-workgroup
28
28
29
OPTIONS_SINGLE=		BDB
29
OPTIONS_SINGLE=		BDB
30
OPTIONS_SINGLE_BDB=	DB0 DB5 DB4
30
OPTIONS_SINGLE_BDB=	DB0 DB5 DB18
31
OPTIONS_DEFAULT=	DB0
31
OPTIONS_DEFAULT=	DB0
32
32
33
DB0_DESC=		Use old libc version of Berkeley DB
33
DB0_DESC=		Use the libc version of Berkeley DB (old)
34
DB0_CONFIGURE_ON=	--without-db
34
DB0_CONFIGURE_ON=	--without-db
35
35
36
DB5_DESC=		Build with Berkeley DB v5 library
36
DB5_DESC=		Build with Berkeley DB v5 library
Lines 39-51 Link Here
39
DB5_LIB_DEPENDS=	libdb-5.so:databases/db5
39
DB5_LIB_DEPENDS=	libdb-5.so:databases/db5
40
DB5_CONFIGURE_ON=	--with-db=5
40
DB5_CONFIGURE_ON=	--with-db=5
41
41
42
DB4_DESC=		Build with Berkeley DB v4.8 library
42
DB18_DESC=		Build with Berkeley DB v18 library
43
DB4_USES+=		localbase
43
DB18_USES+=		localbase
44
DB4_USE_LDCONFIG+=	yes
44
DB18_USE_LDCONFIG+=	yes
45
DB4_LIB_DEPENDS=	libdb-4.8.so:databases/db48
45
DB18_LIB_DEPENDS=	libdb-18.so:databases/db18
46
DB4_CONFIGURE_ON=	--with-db=4
46
DB18_CONFIGURE_ON=	--with-db=18
47
47
48
USES=			compiler:c11
49
USE_GITHUB=		yes
48
USE_GITHUB=		yes
50
GH_ACCOUNT=		ptrrkssn
49
GH_ACCOUNT=		ptrrkssn
51
50
Lines 52-58 Link Here
52
GNU_CONFIGURE=		yes
51
GNU_CONFIGURE=		yes
53
52
54
PLIST_FILES=		lib/nss_ndb.so.1 \
53
PLIST_FILES=		lib/nss_ndb.so.1 \
55
			lib/nss_ndb.so.1.0.23 \
54
			lib/nss_ndb.so.1.0.24 \
56
			sbin/makendb sbin/nsstest \
55
			sbin/makendb sbin/nsstest \
57
			man/man5/nss_ndb.conf.5.gz \
56
			man/man5/nss_ndb.conf.5.gz \
58
			man/man8/makendb.8.gz \
57
			man/man8/makendb.8.gz \
Lines 61-64 Link Here
61
			share/examples/nss_ndb/ndbsync \
60
			share/examples/nss_ndb/ndbsync \
62
			share/examples/nss_ndb/nss_ndb.conf \
61
			share/examples/nss_ndb/nss_ndb.conf \
63
62
63
do-install-CFG-on:
64
	${INSTALL_DATA} ${WRKSRC}/nss_ndb.conf ${STAGEDIR}${PREFIX}/etc/nss_ndb.conf.sample
65
64
.include <bsd.port.mk>
66
.include <bsd.port.mk>
(-)sysutils/nss_ndb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1592076403
1
TIMESTAMP = 1618694806
2
SHA256 (ptrrkssn-nss_ndb-v1.0.23_GH0.tar.gz) = b629c551f21bd5ddc33177afb856cf48824767e37a3b7b63961baf57d5f00a5a
2
SHA256 (ptrrkssn-nss_ndb-v1.0.24_GH0.tar.gz) = 645a3ce2f711b33afb05a9f1f3499f22bf2b57634b257e6f43e498a4e45398f8
3
SIZE (ptrrkssn-nss_ndb-v1.0.23_GH0.tar.gz) = 89677
3
SIZE (ptrrkssn-nss_ndb-v1.0.24_GH0.tar.gz) = 89498

Return to bug 255159