pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files Update to 20140510
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8ffd5d2073b
branches: trunk
changeset: 634188:c8ffd5d2073b
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat May 10 23:01:26 2014 +0000
description:
Update to 20140510
Fix PR pkg/48793: treat OpenBSD 5.4 or later as ELF platform
Patch from obache@, thank you.
diffstat:
pkgtools/bootstrap-mk-files/Makefile | 4 ++--
pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 0ada1ef1370f -r c8ffd5d2073b pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile Sat May 10 22:45:42 2014 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile Sat May 10 23:01:26 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2014/03/14 22:03:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2014/05/10 23:01:26 ryoon Exp $
-PKGNAME= bootstrap-mk-files-20140314
+PKGNAME= bootstrap-mk-files-20140510
CATEGORIES= pkgtools
CONFLICTS+= mk-files-[0-9]*
diff -r 0ada1ef1370f -r c8ffd5d2073b pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in
--- a/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in Sat May 10 22:45:42 2014 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in Sat May 10 23:01:26 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.bsd.own.mk.in,v 1.3 2008/11/15 13:06:42 schwarz Exp $
+# $NetBSD: OpenBSD.bsd.own.mk.in,v 1.4 2014/05/10 23:01:26 ryoon Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -106,6 +106,7 @@
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \
+ ${OS_VERSION} >= 5.4 || \
( ${MACHINE_ARCH} == "i386" && ${OS_VERSION} >= 3.4 )
OBJECT_FMT?=ELF
.else
Home |
Main Index |
Thread Index |
Old Index