pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mDNSResponder Add another pattern to the "librfunc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/327fb6db3134
branches:  trunk
changeset: 506503:327fb6db3134
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jan 17 22:46:13 2006 +0000

description:
Add another pattern to the "librfuncs" check which will match NetBSD 3.0
(and 3.1, 3.2, etc.). Problem pointed out by Greg Oster in private e-mail.

diffstat:

 net/mDNSResponder/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cb592be18872 -r 327fb6db3134 net/mDNSResponder/Makefile
--- a/net/mDNSResponder/Makefile        Tue Jan 17 22:35:13 2006 +0000
+++ b/net/mDNSResponder/Makefile        Tue Jan 17 22:46:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/01/17 12:44:33 tron Exp $
+# $NetBSD: Makefile,v 1.13 2006/01/17 22:46:13 tron Exp $
 
 DISTNAME=      mDNSResponder-107.5
 CATEGORIES=    net
@@ -46,6 +46,7 @@
 INSTALLATION_DIRS=     bin include lib sbin
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-3.99.[1-7]*) || \
+    !empty(MACHINE_PLATFORM:MNetBSD-3.[0-9]) || \
     !empty(MACHINE_PLATFORM:MNetBSD-3.[0-9][._]*) || \
     !empty(MACHINE_PLATFORM:MNetBSD-[0-2]*)
 .include "../../devel/librfuncs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index