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

Collapse All | Expand All

(-)b/dns/libpsl/Makefile (-5 / +4 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	libpsl
3
PORTNAME=	libpsl
4
PORTVERSION=	0.21.1
4
PORTVERSION=	0.21.1
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	https://github.com/rockdaboot/libpsl/releases/download/${PORTVERSION}/
7
MASTER_SITES=	https://github.com/rockdaboot/libpsl/releases/download/${PORTVERSION}/
8
8
Lines 12-23 COMMENT= C library to handle the Public Suffix List Link Here
12
LICENSE=	MIT
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
BUILD_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list \
15
BUILD_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list
16
		xsltproc:textproc/libxslt
17
16
18
USES=		libtool localbase:ldflags pathfix pkgconfig python:build shebangfix tar:lz
17
USES=		libtool localbase:ldflags pathfix pkgconfig python:build shebangfix tar:lz
19
18
20
CONFIGURE_ARGS=	--enable-man \
19
CONFIGURE_ARGS=	--disable-man \
21
		--with-psl-file=${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat \
20
		--with-psl-file=${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat \
22
		--with-psl-testfile=${LOCALBASE}/share/public_suffix_list/test_psl.txt
21
		--with-psl-testfile=${LOCALBASE}/share/public_suffix_list/test_psl.txt
23
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
Lines 30-36 SHEBANG_FILES= src/psl-make-dafsa Link Here
30
OPTIONS_DEFINE=	NLS
29
OPTIONS_DEFINE=	NLS
31
OPTIONS_SINGLE=	IDNA
30
OPTIONS_SINGLE=	IDNA
32
OPTIONS_SINGLE_IDNA=	ICU IDN IDN2
31
OPTIONS_SINGLE_IDNA=	ICU IDN IDN2
33
OPTIONS_DEFAULT=IDN2
32
OPTIONS_DEFAULT=ICU
34
ICU_DESC=	Use devel/icu (IDNA2008 UTS\#46 library)
33
ICU_DESC=	Use devel/icu (IDNA2008 UTS\#46 library)
35
IDN_DESC=	Use dns/libidn (IDNA2003 library)
34
IDN_DESC=	Use dns/libidn (IDNA2003 library)
36
IDN2_DESC=	Use dns/libidn2 (IDNA2008 library)
35
IDN2_DESC=	Use dns/libidn2 (IDNA2008 library)

Return to bug 262954