pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/compat30 Handle 4.x_STABLE correctly. Patch ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cb5444ac41d
branches:  trunk
changeset: 392700:2cb5444ac41d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 07 06:52:45 2009 +0000

description:
Handle 4.x_STABLE correctly. Patch from Takahiro Kambe in PR 41373.

diffstat:

 emulators/compat30/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5b99a49650c1 -r 2cb5444ac41d emulators/compat30/Makefile
--- a/emulators/compat30/Makefile       Thu May 07 04:29:10 2009 +0000
+++ b/emulators/compat30/Makefile       Thu May 07 06:52:45 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/12/31 20:06:38 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2009/05/07 06:52:45 wiz Exp $
 
 COMPAT_PKG=            compat30        # for compat_netbsd/Makefile.common
 NETBSD_VERSION=                3.0
@@ -53,6 +53,7 @@
 # missing from compat30 on NetBSD>4.x.
 #
 .elif empty(OS_VERSION:M[0-3].*) && empty(OS_VERSION:M4.[0-9]) && \
+      empty(OS_VERSION:M4.[0-9]_STABLE) && \
       empty(OS_VERSION:M4.[0-9].*) && empty(OS_VERSION:M4.[1-8][0-9].*) && \
       empty(OS_VERSION:M4.9[0-8]*)
 DEPENDS+=      compat40>=4.0:../../emulators/compat40



Home | Main Index | Thread Index | Old Index