Sun Mar 22 13:24:01 2020 UTC ()
devel/libtai: remove unnecessary errno hack option


(rillig)
diff -r1.18 -r1.19 pkgsrc/devel/libtai/Makefile

cvs diff -r1.18 -r1.19 pkgsrc/devel/libtai/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libtai/Makefile 2020/01/26 17:31:00 1.18
+++ pkgsrc/devel/libtai/Makefile 2020/03/22 13:24:00 1.19
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:00 rillig Exp $ 1# $NetBSD: Makefile,v 1.19 2020/03/22 13:24:00 rillig Exp $
2# 2#
3 3
4DISTNAME= libtai-0.60 4DISTNAME= libtai-0.60
5PKGREVISION= 8 5PKGREVISION= 8
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= http://cr.yp.to/libtai/ 7MASTER_SITES= http://cr.yp.to/libtai/
8 8
9MAINTAINER= schmonz@NetBSD.org 9MAINTAINER= schmonz@NetBSD.org
10HOMEPAGE= https://cr.yp.to/libtai.html 10HOMEPAGE= https://cr.yp.to/libtai.html
11COMMENT= Library for storing and manipulating dates and times 11COMMENT= Library for storing and manipulating dates and times
12LICENSE= public-domain 12LICENSE= public-domain
13 13
14CONFLICTS= libowfat<0.32nb1 14CONFLICTS= libowfat<0.32nb1
15 15
16DJB_RESTRICTED= NO 16DJB_RESTRICTED= NO
 17DJB_ERRNO_HACK= no
17 18
18EGDIR= share/examples/${PKGBASE} 19EGDIR= share/examples/${PKGBASE}
19 20
20SUBST_FILES.djbware+= leapsecs_read.c 21SUBST_FILES.djbware+= leapsecs_read.c
21 22
22SUBST_CLASSES+= paths 23SUBST_CLASSES+= paths
23SUBST_STAGE.paths= do-configure 24SUBST_STAGE.paths= do-configure
24SUBST_FILES.paths= leapsecs.3 leapsecs_read.c 25SUBST_FILES.paths= leapsecs.3 leapsecs_read.c
25SUBST_VARS.paths= PKG_SYSCONFDIR 26SUBST_VARS.paths= PKG_SYSCONFDIR
26 27
27INSTALLATION_DIRS= bin include lib ${EGDIR} 28INSTALLATION_DIRS= bin include lib ${EGDIR}
28INSTALLATION_DIRS+= ${PKGMANDIR}/man3 29INSTALLATION_DIRS+= ${PKGMANDIR}/man3
29 30