pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Remove <errno.h> TODO item -- it's fine as is. Rati...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3235caa14e5
branches:  trunk
changeset: 492325:e3235caa14e5
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Apr 10 02:25:54 2005 +0000

description:
Remove <errno.h> TODO item -- it's fine as is. Rationale: the
current subst.mk hack does not cause any change in behavior on any
platform where the software already compiles and runs. Thanks
rillig@ for suggesting this.

diffstat:

 mk/djbware.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1ee4d400365a -r e3235caa14e5 mk/djbware.mk
--- a/mk/djbware.mk     Sun Apr 10 02:06:31 2005 +0000
+++ b/mk/djbware.mk     Sun Apr 10 02:25:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: djbware.mk,v 1.2 2005/03/23 01:45:34 schmonz Exp $
+# $NetBSD: djbware.mk,v 1.3 2005/04/10 02:25:54 schmonz Exp $
 #
 # Makefile fragment for packages with djb-style build machinery
 #
@@ -10,7 +10,6 @@
 #
 # TODO:
 # * set RESTRICTED automatically iff patches or other mods are applied
-# * do the <errno.h> dance only where needed (glibc>=2.3)
 #
 
 .if !defined(DJBWARE_MK)



Home | Main Index | Thread Index | Old Index