View | Details | Raw Unified | Return to bug 280626 | Differences between
and this patch

Collapse All | Expand All

(-)a/dns/knot3-lib/Makefile (-12 lines)
Removed Link Here
1
# Define PORTREVISION in ${MASTERDIR}
2
COMMENT=	Knot3 lib (required by knot-resolver)
3
PKGNAMESUFFIX=	3-lib
4
5
MASTERDIR=	${.CURDIR}/../knot3
6
DESCR=		${.CURDIR}/pkg-descr
7
PLIST=		${.CURDIR}/pkg-plist
8
9
LIB_ONLY=	yes
10
COMPONENT=	-lib
11
12
.include "${MASTERDIR}/Makefile"
(-)a/dns/knot3-lib/pkg-descr (-2 lines)
Removed Link Here
1
This port allows to install only libknot, which comes along with
2
Knot DNS (authoritative), but also is a depency of knot-resolver
(-)a/dns/knot3-lib/pkg-plist (-84 lines)
Removed Link Here
1
include/knot/module.h
2
include/libdnssec/binary.h
3
include/libdnssec/crypto.h
4
include/libdnssec/digest.h
5
include/libdnssec/dnssec.h
6
include/libdnssec/error.h
7
include/libdnssec/key.h
8
include/libdnssec/keyid.h
9
include/libdnssec/keystore.h
10
include/libdnssec/keytag.h
11
include/libdnssec/nsec.h
12
include/libdnssec/pem.h
13
include/libdnssec/random.h
14
include/libdnssec/sign.h
15
include/libdnssec/tsig.h
16
include/libdnssec/version.h
17
include/libknot/attribute.h
18
include/libknot/codes.h
19
include/libknot/consts.h
20
include/libknot/control/control.h
21
include/libknot/cookies.h
22
include/libknot/db/db.h
23
include/libknot/db/db_lmdb.h
24
include/libknot/db/db_trie.h
25
include/libknot/descriptor.h
26
include/libknot/dname.h
27
include/libknot/dynarray.h
28
include/libknot/endian.h
29
include/libknot/errcode.h
30
include/libknot/error.h
31
include/libknot/libknot.h
32
include/libknot/lookup.h
33
include/libknot/mm_ctx.h
34
include/libknot/packet/compr.h
35
include/libknot/packet/pkt.h
36
include/libknot/packet/rrset-wire.h
37
include/libknot/packet/wire.h
38
include/libknot/probe/data.h
39
include/libknot/probe/probe.h
40
include/libknot/rdata.h
41
include/libknot/rdataset.h
42
include/libknot/rrset-dump.h
43
include/libknot/rrset.h
44
include/libknot/rrtype/dnskey.h
45
include/libknot/rrtype/ds.h
46
include/libknot/rrtype/naptr.h
47
include/libknot/rrtype/nsec.h
48
include/libknot/rrtype/nsec3.h
49
include/libknot/rrtype/nsec3param.h
50
include/libknot/rrtype/opt.h
51
include/libknot/rrtype/rdname.h
52
include/libknot/rrtype/rrsig.h
53
include/libknot/rrtype/soa.h
54
include/libknot/rrtype/svcb.h
55
include/libknot/rrtype/tsig.h
56
include/libknot/rrtype/zonemd.h
57
include/libknot/tsig-op.h
58
include/libknot/tsig.h
59
include/libknot/version.h
60
include/libknot/wire.h
61
include/libknot/xdp.h
62
include/libknot/xdp/tcp_iobuf.h
63
include/libknot/yparser/yparser.h
64
include/libknot/yparser/ypformat.h
65
include/libknot/yparser/ypschema.h
66
include/libknot/yparser/yptrafo.h
67
include/libzscanner/error.h
68
include/libzscanner/scanner.h
69
include/libzscanner/version.h
70
lib/libdnssec.a
71
lib/libdnssec.so
72
lib/libdnssec.so.9
73
lib/libdnssec.so.9.0.0
74
lib/libknot.a
75
lib/libknot.so
76
lib/libknot.so.14
77
lib/libknot.so.14.0.0
78
lib/libzscanner.a
79
lib/libzscanner.so
80
lib/libzscanner.so.4
81
lib/libzscanner.so.4.0.0
82
libdata/pkgconfig/libdnssec.pc
83
libdata/pkgconfig/libknot.pc
84
libdata/pkgconfig/libzscanner.pc

Return to bug 280626