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

Collapse All | Expand All

(-)b/dns/libidn/Makefile (-8 / +6 lines)
Lines 1-7 Link Here
1
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
1
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
2
# $FreeBSD: head/dns/libidn/Makefile 497546 2019-04-02 03:35:54Z yuri $
2
3
3
PORTNAME=	libidn
4
PORTNAME=	libidn
4
DISTVERSION=	1.35
5
DISTVERSION=	1.37
5
CATEGORIES=	dns
6
CATEGORIES=	dns
6
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
7
8
Lines 14-36 LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYINGv2 Link Here
14
LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LESSERv3
15
LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LESSERv3
15
16
16
USES=		gmake iconv libtool localbase makeinfo pathfix perl5 pkgconfig
17
USES=		gmake iconv libtool localbase makeinfo pathfix perl5 pkgconfig
17
GNU_CONFIGURE=	yes
18
INSTALL_TARGET=	install-strip
19
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
20
USE_PERL5=	build
19
USE_PERL5=	build
21
20
21
GNU_CONFIGURE=	yes
22
INSTALL_TARGET=	install-strip
23
22
INFO=		libidn
24
INFO=		libidn
23
25
24
OPTIONS_DEFINE=	DOCS NLS
26
OPTIONS_DEFINE=	DOCS NLS
25
27
26
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
27
29
28
NLS_CONFIGURE_ENABLE=	nls
29
NLS_USES=		gettext
30
NLS_USES=		gettext
30
31
NLS_CONFIGURE_ENABLE=	nls
31
post-patch:
32
	@${REINPLACE_CMD} -e '/^Libs.private:/s/$$/ @LTLIBINTL@/' \
33
		${WRKSRC}/libidn.pc.in
34
32
35
post-install-DOCS-on:
33
post-install-DOCS-on:
36
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
34
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)b/dns/libidn/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1554134359
1
TIMESTAMP = 1626089162
2
SHA256 (libidn-1.35.tar.gz) = f11af1005b46b7b15d057d7f107315a1ad46935c7fcdf243c16e46ec14f0fe1e
2
SHA256 (libidn-1.37.tar.gz) = 3c8e970d5cd80a8cb56f59c61611535336343942e3f1c81b0190c69993a692c2
3
SIZE (libidn-1.35.tar.gz) = 4169217
3
SIZE (libidn-1.37.tar.gz) = 2603177
(-)b/dns/libidn/files/patch-doc__libidn.texi (-3 / +3 lines)
Lines 1-6 Link Here
1
--- doc/libidn.texi.orig	Thu Jan 22 20:48:25 2004
1
--- doc/libidn.texi.orig	2021-07-12 11:41:24 UTC
2
+++ doc/libidn.texi	Thu Jan 22 20:48:45 2004
2
+++ doc/libidn.texi
3
@@ -1271,8 +1271,7 @@
3
@@ -1515,8 +1515,7 @@ jas@@latte:~$
4
 Accessing a specific StringPrep profile directly:
4
 Accessing a specific StringPrep profile directly:
5
 
5
 
6
 @example
6
 @example
(-)a/dns/libidn/files/patch-po_LINGUAS (-8 lines)
Removed Link Here
1
--- po/LINGUAS.orig
2
+++ po/LINGUAS
3
@@ -1,5 +1,3 @@
4
-en@boldquot
5
-en@quot
6
 cs
7
 da
8
 de
(-)b/dns/libidn/pkg-plist (-1 / +1 lines)
Lines 10-16 share/info/libidn-components.png Link Here
10
lib/libidn.a
10
lib/libidn.a
11
lib/libidn.so
11
lib/libidn.so
12
lib/libidn.so.12
12
lib/libidn.so.12
13
lib/libidn.so.12.6.0
13
lib/libidn.so.12.6.2
14
libdata/pkgconfig/libidn.pc
14
libdata/pkgconfig/libidn.pc
15
man/man1/idn.1.gz
15
man/man1/idn.1.gz
16
man/man3/idn_free.3.gz
16
man/man3/idn_free.3.gz

Return to bug 253936