pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libtai
Module Name: pkgsrc
Committed By: schmonz
Date: Wed Jul 26 00:29:53 UTC 2017
Modified Files:
pkgsrc/devel/libtai: Makefile distinfo
Added Files:
pkgsrc/devel/libtai/patches: patch-Makefile
Log Message:
Don't bother building catpages, and stop needing nroff.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/libtai/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libtai/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libtai/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libtai/Makefile
diff -u pkgsrc/devel/libtai/Makefile:1.13 pkgsrc/devel/libtai/Makefile:1.14
--- pkgsrc/devel/libtai/Makefile:1.13 Mon Jun 26 01:06:07 2017
+++ pkgsrc/devel/libtai/Makefile Wed Jul 26 00:29:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/26 01:06:07 schmonz Exp $
+# $NetBSD: Makefile,v 1.14 2017/07/26 00:29:53 schmonz Exp $
#
DISTNAME= libtai-0.60
@@ -15,8 +15,6 @@ CONFLICTS= libowfat-[0-9]*
DJB_RESTRICTED= NO
-USE_TOOLS+= nroff
-
EGDIR= share/examples/${PKGBASE}
CONF_FILES+= ${EGDIR}/leapsecs.dat ${PKG_SYSCONFDIR}/leapsecs.dat
Index: pkgsrc/devel/libtai/distinfo
diff -u pkgsrc/devel/libtai/distinfo:1.7 pkgsrc/devel/libtai/distinfo:1.8
--- pkgsrc/devel/libtai/distinfo:1.7 Mon Jun 26 01:06:07 2017
+++ pkgsrc/devel/libtai/distinfo Wed Jul 26 00:29:53 2017
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.7 2017/06/26 01:06:07 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2017/07/26 00:29:53 schmonz Exp $
SHA1 (libtai-0.60.tar.gz) = f4682fb2a98dd7d434aa0cecd9254a58a0bfd9fb
RMD160 (libtai-0.60.tar.gz) = 706111781e5e5bd7ae888e3cdc169d1d8d29de6f
SHA512 (libtai-0.60.tar.gz) = e3e6e3e46f3cb869bcd661b0c87aa63116fb0c795078a4e194cffa7fd5425ae322af2c17e8ef37799dad7bac93a72b2e458e9dbd80d825857403060e71ad26b7
Size (libtai-0.60.tar.gz) = 17300 bytes
+SHA1 (patch-Makefile) = 738372e27b6391b033c3c90f09bba5be8a0f5dde
SHA1 (patch-leapsecs.3) = 537c8c8a03a89b0f8af8d2ecc539e60c7cf15560
SHA1 (patch-leapsecs.txt) = 957c257bf41fcc50fb8ff7f975bcdbf1d07c6fd9
SHA1 (patch-leapsecs__read.c) = 064ba81ef40d9dd4bd18f9e1064ce2737517f45b
Added files:
Index: pkgsrc/devel/libtai/patches/patch-Makefile
diff -u /dev/null pkgsrc/devel/libtai/patches/patch-Makefile:1.1
--- /dev/null Wed Jul 26 00:29:53 2017
+++ pkgsrc/devel/libtai/patches/patch-Makefile Wed Jul 26 00:29:53 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.1 2017/07/26 00:29:53 schmonz Exp $
+
+Don't build catpages (we won't be installing them).
+
+--- Makefile.orig 1998-10-13 16:52:20.000000000 +0000
++++ Makefile
+@@ -95,7 +95,7 @@ find-systype.sh auto-ccld.sh
+ chmod 755 find-systype
+
+ it: \
+-man libtai.a leapsecs check easter yearcal nowutc
++libtai.a leapsecs check easter yearcal nowutc
+
+ leapsecs: \
+ load leapsecs.o libtai.a
Home |
Main Index |
Thread Index |
Old Index