pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtai Don't bother building catpages, and stop ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3aeb4bd52d1c
branches: trunk
changeset: 365783:3aeb4bd52d1c
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Jul 26 00:29:53 2017 +0000
description:
Don't bother building catpages, and stop needing nroff.
diffstat:
devel/libtai/Makefile | 4 +---
devel/libtai/distinfo | 3 ++-
devel/libtai/patches/patch-Makefile | 15 +++++++++++++++
3 files changed, 18 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 470b7c5a3207 -r 3aeb4bd52d1c devel/libtai/Makefile
--- a/devel/libtai/Makefile Tue Jul 25 22:45:21 2017 +0000
+++ b/devel/libtai/Makefile Wed Jul 26 00:29:53 2017 +0000
@@ -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 @@
DJB_RESTRICTED= NO
-USE_TOOLS+= nroff
-
EGDIR= share/examples/${PKGBASE}
CONF_FILES+= ${EGDIR}/leapsecs.dat ${PKG_SYSCONFDIR}/leapsecs.dat
diff -r 470b7c5a3207 -r 3aeb4bd52d1c devel/libtai/distinfo
--- a/devel/libtai/distinfo Tue Jul 25 22:45:21 2017 +0000
+++ b/devel/libtai/distinfo Wed Jul 26 00:29:53 2017 +0000
@@ -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
diff -r 470b7c5a3207 -r 3aeb4bd52d1c devel/libtai/patches/patch-Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libtai/patches/patch-Makefile Wed Jul 26 00:29:53 2017 +0000
@@ -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