pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/bootstrap-mk-files



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep  1 21:56:05 UTC 2018

Modified Files:
        pkgsrc/pkgtools/bootstrap-mk-files: Makefile
        pkgsrc/pkgtools/bootstrap-mk-files/files/mods: Minix.bsd.own.mk.in
            OpenBSD.bsd.own.mk.in SunOS.bsd.own.mk.in bsd.own.mk.in

Log Message:
bootstrap-mk-files: Add aarch64 to get correct OBJECT_FMT. Bump to 20180901


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/pkgtools/bootstrap-mk-files/Makefile
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/bootstrap-mk-files/Makefile
diff -u pkgsrc/pkgtools/bootstrap-mk-files/Makefile:1.54 pkgsrc/pkgtools/bootstrap-mk-files/Makefile:1.55
--- pkgsrc/pkgtools/bootstrap-mk-files/Makefile:1.54    Sat Jan 27 19:07:46 2018
+++ pkgsrc/pkgtools/bootstrap-mk-files/Makefile Sat Sep  1 21:56:04 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2018/01/27 19:07:46 rillig Exp $
+# $NetBSD: Makefile,v 1.55 2018/09/01 21:56:04 tnn Exp $
 
-PKGNAME=       bootstrap-mk-files-20170802
+PKGNAME=       bootstrap-mk-files-20180901
 CATEGORIES=    pkgtools
 
 CONFLICTS+=    mk-files-[0-9]*

Index: pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in
diff -u pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in:1.1 pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in:1.2
--- pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in:1.1       Sun Nov  6 21:01:30 2011
+++ pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in   Sat Sep  1 21:56:04 2018
@@ -1,4 +1,4 @@
-#      $NetBSD: Minix.bsd.own.mk.in,v 1.1 2011/11/06 21:01:30 tcort Exp $
+#      $NetBSD: Minix.bsd.own.mk.in,v 1.2 2018/09/01 21:56:04 tnn Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -126,6 +126,7 @@ SHLIB_VERSION_FILE?= ${.CURDIR}/shlib_ve
 # This table maps an architecture name to its GNU counterpart.
 # Use as so:  ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
 .ifndef MACHINE_GNU_ARCH
+GNU_ARCH.aarch64=aarch64
 GNU_ARCH.alpha=alpha
 GNU_ARCH.arm26=arm
 GNU_ARCH.arm32=arm

Index: pkgsrc/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in
diff -u pkgsrc/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in:1.5 pkgsrc/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in:1.6
--- pkgsrc/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in:1.5     Sat Aug 29 21:59:18 2015
+++ pkgsrc/pkgtools/bootstrap-mk-files/files/mods/OpenBSD.bsd.own.mk.in Sat Sep  1 21:56:04 2018
@@ -1,4 +1,4 @@
-#      $NetBSD: OpenBSD.bsd.own.mk.in,v 1.5 2015/08/29 21:59:18 sevan Exp $
+#      $NetBSD: OpenBSD.bsd.own.mk.in,v 1.6 2018/09/01 21:56:04 tnn Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -122,6 +122,7 @@ SHLIB_VERSION_FILE?= ${.CURDIR}/shlib_ve
 # This table maps an architecture name to its GNU counterpart.
 # Use as so:  ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
 .ifndef MACHINE_GNU_ARCH
+GNU_ARCH.aarch64=aarch64
 GNU_ARCH.alpha=alpha
 GNU_ARCH.arm26=arm
 GNU_ARCH.arm32=arm
Index: pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in
diff -u pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in:1.5 pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in:1.6
--- pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in:1.5     Sat Feb 14 04:46:50 2015
+++ pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in Sat Sep  1 21:56:04 2018
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk.in,v 1.5 2015/02/14 04:46:50 riastradh Exp $
+#      $NetBSD: bsd.own.mk.in,v 1.6 2018/09/01 21:56:04 tnn Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -117,6 +117,7 @@ NOPIC?=1
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "m68000" || \
+    ${MACHINE_ARCH} == "aarch64" || \
     ${MACHINE_ARCH} == "arm" || \
     !empty(MACHINE_ARCH:Mearm*) || \
     ${MACHINE} == "next68k" || \
@@ -139,6 +140,7 @@ SHLIB_VERSION_FILE?= ${.CURDIR}/shlib_ve
 # This table maps an architecture name to its GNU counterpart.
 # Use as so:  ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
 .ifndef MACHINE_GNU_ARCH
+GNU_ARCH.aarch64=aarch64
 GNU_ARCH.alpha=alpha
 GNU_ARCH.arm26=arm
 GNU_ARCH.arm32=arm

Index: pkgsrc/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in
diff -u pkgsrc/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in:1.3 pkgsrc/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in:1.4
--- pkgsrc/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in:1.3       Mon Apr 11 12:37:48 2016
+++ pkgsrc/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.own.mk.in   Sat Sep  1 21:56:04 2018
@@ -1,4 +1,4 @@
-#      $NetBSD: SunOS.bsd.own.mk.in,v 1.3 2016/04/11 12:37:48 jperkin Exp $
+#      $NetBSD: SunOS.bsd.own.mk.in,v 1.4 2018/09/01 21:56:04 tnn Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -117,6 +117,7 @@ NOPIC?=1
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "m68000" || \
+    ${MACHINE_ARCH} == "aarch64" || \
     ${MACHINE_ARCH} == "arm" || \
     !empty(MACHINE_ARCH:Mearm*) || \
     ${MACHINE} == "next68k" || \
@@ -139,6 +140,7 @@ SHLIB_VERSION_FILE?= ${.CURDIR}/shlib_ve
 # This table maps an architecture name to its GNU counterpart.
 # Use as so:  ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
 .ifndef MACHINE_GNU_ARCH
+GNU_ARCH.aarch64=aarch64
 GNU_ARCH.alpha=alpha
 GNU_ARCH.arm26=arm
 GNU_ARCH.arm32=arm



Home | Main Index | Thread Index | Old Index