mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Update binutils to 2.27-41.base.el7_7.3 and kernel-headers to
3.10.0-1062.18.1.el7.
This commit is contained in:
parent
3c6fba3a38
commit
688599ca5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529987
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= devtools
|
PORTNAME= devtools
|
||||||
PORTVERSION= ${LINUX_DIST_VER}
|
PORTVERSION= ${LINUX_DIST_VER}
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= emulation@FreeBSD.org
|
MAINTAINER= emulation@FreeBSD.org
|
||||||
@ -16,7 +16,8 @@ USE_LDCONFIG= yes
|
|||||||
USE_LINUX= libgfortran
|
USE_LINUX= libgfortran
|
||||||
USE_LINUX_RPM= yes
|
USE_LINUX_RPM= yes
|
||||||
|
|
||||||
BIN_DISTNAMES= binutils-2.27-41.base.el7_7.2 \
|
BUVERSION= 2.27-41.base.el7_7.3
|
||||||
|
BIN_DISTNAMES= binutils-${BUVERSION} \
|
||||||
glibc-headers-2.17-292.el7 \
|
glibc-headers-2.17-292.el7 \
|
||||||
mpfr-3.1.1-4.el7 \
|
mpfr-3.1.1-4.el7 \
|
||||||
cpp-4.8.5-39.el7 \
|
cpp-4.8.5-39.el7 \
|
||||||
@ -24,7 +25,7 @@ BIN_DISTNAMES= binutils-2.27-41.base.el7_7.2 \
|
|||||||
gcc-c++-4.8.5-39.el7 \
|
gcc-c++-4.8.5-39.el7 \
|
||||||
gcc-gfortran-4.8.5-39.el7 \
|
gcc-gfortran-4.8.5-39.el7 \
|
||||||
libstdc++-devel-4.8.5-39.el7
|
libstdc++-devel-4.8.5-39.el7
|
||||||
LIB_DISTNAMES= binutils-devel-2.27-41.base.el7_7.2 \
|
LIB_DISTNAMES= binutils-devel-${BUVERSION} \
|
||||||
glibc-devel-2.17-292.el7 \
|
glibc-devel-2.17-292.el7 \
|
||||||
glibc-static-2.17-292.el7 \
|
glibc-static-2.17-292.el7 \
|
||||||
libgomp-4.8.5-39.el7 \
|
libgomp-4.8.5-39.el7 \
|
||||||
@ -32,13 +33,13 @@ LIB_DISTNAMES= binutils-devel-2.27-41.base.el7_7.2 \
|
|||||||
DISTFILES_amd64=${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \
|
DISTFILES_amd64=${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \
|
||||||
${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \
|
${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \
|
||||||
${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \
|
${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \
|
||||||
kernel-headers-3.10.0-1062.12.1.el7${EXTRACT_SUFX_amd64}:amd64
|
kernel-headers-3.10.0-1062.18.1.el7${EXTRACT_SUFX_amd64}:amd64
|
||||||
DISTFILES_i386= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \
|
DISTFILES_i386= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \
|
||||||
${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:i386/} \
|
${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:i386/} \
|
||||||
kernel-headers-3.10.0-1062.12.1.el7.centos.plus${EXTRACT_SUFX_i386}:i386
|
kernel-headers-3.10.0-1062.18.1.el7.centos.plus${EXTRACT_SUFX_i386}:i386
|
||||||
SRC_DISTFILES= binutils-2.27-41.base.el7_7.2${SRC_SUFX}:SOURCE \
|
SRC_DISTFILES= binutils-${BUVERSION}${SRC_SUFX}:SOURCE \
|
||||||
glibc-2.17-292.el7${SRC_SUFX}:SOURCE \
|
glibc-2.17-292.el7${SRC_SUFX}:SOURCE \
|
||||||
kernel-3.10.0-1062.12.1.el7${SRC_SUFX}:SOURCE \
|
kernel-3.10.0-1062.18.1.el7${SRC_SUFX}:SOURCE \
|
||||||
libmpc-1.0.1-3.el7${SRC_SUFX}:SOURCE \
|
libmpc-1.0.1-3.el7${SRC_SUFX}:SOURCE \
|
||||||
mpfr-3.1.1-4.el7${SRC_SUFX}:SOURCE \
|
mpfr-3.1.1-4.el7${SRC_SUFX}:SOURCE \
|
||||||
gcc-4.8.5-39.el7${SRC_SUFX}:SOURCE
|
gcc-4.8.5-39.el7${SRC_SUFX}:SOURCE
|
||||||
@ -48,6 +49,8 @@ CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
|
|||||||
OPTIONS_DEFINE= DOCS NLS
|
OPTIONS_DEFINE= DOCS NLS
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
|
PLIST_SUB= BUVERSION=${BUVERSION}
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
TIMESTAMP = 1581427773
|
TIMESTAMP = 1585671363
|
||||||
SHA256 (centos/binutils-2.27-41.base.el7_7.2.i686.rpm) = bb7f8400307f2a2f346320863dadf24f6de411f50cfd09c4b8c185fbd73f4962
|
SHA256 (centos/binutils-2.27-41.base.el7_7.3.i686.rpm) = 2fc325b9c58fb75f1009d3792a4fc4e116df14739265409cbe3d4864b898b3e7
|
||||||
SIZE (centos/binutils-2.27-41.base.el7_7.2.i686.rpm) = 6350588
|
SIZE (centos/binutils-2.27-41.base.el7_7.3.i686.rpm) = 6355160
|
||||||
SHA256 (centos/binutils-2.27-41.base.el7_7.2.x86_64.rpm) = 512eb39877bf051053583067cc610b9cf1aeef0db46e2f257db25215a600bec4
|
SHA256 (centos/binutils-2.27-41.base.el7_7.3.x86_64.rpm) = 595cf998d8e68d526eb7c385394d7f62d91f27c03ff7d233d0f9efdd515258ff
|
||||||
SIZE (centos/binutils-2.27-41.base.el7_7.2.x86_64.rpm) = 6195168
|
SIZE (centos/binutils-2.27-41.base.el7_7.3.x86_64.rpm) = 6196740
|
||||||
SHA256 (centos/binutils-devel-2.27-41.base.el7_7.2.i686.rpm) = 0f1b1552fe576054d4a729d16adef8c300384d012112faec95e38fbd0d0ec2d9
|
SHA256 (centos/binutils-devel-2.27-41.base.el7_7.3.i686.rpm) = 2bb96823044f71a8b85392bd6d9ada61bff63ded80856fc6111e141fff583db4
|
||||||
SIZE (centos/binutils-devel-2.27-41.base.el7_7.2.i686.rpm) = 940868
|
SIZE (centos/binutils-devel-2.27-41.base.el7_7.3.i686.rpm) = 943408
|
||||||
SHA256 (centos/binutils-devel-2.27-41.base.el7_7.2.x86_64.rpm) = 71306810f89cd7311bb98a6ef606ad3aa4936ff9aa6aa24f43b2506181df08bf
|
SHA256 (centos/binutils-devel-2.27-41.base.el7_7.3.x86_64.rpm) = cb008f289909bee804d98a4d2d8e06eaff20eb3d2646641b37a85f2c5d47cb10
|
||||||
SIZE (centos/binutils-devel-2.27-41.base.el7_7.2.x86_64.rpm) = 900392
|
SIZE (centos/binutils-devel-2.27-41.base.el7_7.3.x86_64.rpm) = 902168
|
||||||
SHA256 (centos/cpp-4.8.5-39.el7.i686.rpm) = c8ca4141607f78992cab43c58e4dbd51c5253480332edac512214b8cdeb685e8
|
SHA256 (centos/cpp-4.8.5-39.el7.i686.rpm) = c8ca4141607f78992cab43c58e4dbd51c5253480332edac512214b8cdeb685e8
|
||||||
SIZE (centos/cpp-4.8.5-39.el7.i686.rpm) = 5892884
|
SIZE (centos/cpp-4.8.5-39.el7.i686.rpm) = 5892884
|
||||||
SHA256 (centos/cpp-4.8.5-39.el7.x86_64.rpm) = bce89d4797efe0262b90a6f06e6ab1eaaf580ddc05ceede0c5f0d2f4394cf075
|
SHA256 (centos/cpp-4.8.5-39.el7.x86_64.rpm) = bce89d4797efe0262b90a6f06e6ab1eaaf580ddc05ceede0c5f0d2f4394cf075
|
||||||
@ -35,10 +35,10 @@ SHA256 (centos/glibc-static-2.17-292.el7.i686.rpm) = 129a8a5bed21e11e5df89df323c
|
|||||||
SIZE (centos/glibc-static-2.17-292.el7.i686.rpm) = 1330996
|
SIZE (centos/glibc-static-2.17-292.el7.i686.rpm) = 1330996
|
||||||
SHA256 (centos/glibc-static-2.17-292.el7.x86_64.rpm) = 1ce7dcd3bafdd1665b6b20b89db0ffbfec03297e4927adbf3aa39e348c99cee6
|
SHA256 (centos/glibc-static-2.17-292.el7.x86_64.rpm) = 1ce7dcd3bafdd1665b6b20b89db0ffbfec03297e4927adbf3aa39e348c99cee6
|
||||||
SIZE (centos/glibc-static-2.17-292.el7.x86_64.rpm) = 1628512
|
SIZE (centos/glibc-static-2.17-292.el7.x86_64.rpm) = 1628512
|
||||||
SHA256 (centos/kernel-headers-3.10.0-1062.12.1.el7.centos.plus.i686.rpm) = 7da732fc84656f151fe9faa6e865cd9b0a108ef468fa1d3e87b3d0cbf1b5a657
|
SHA256 (centos/kernel-headers-3.10.0-1062.18.1.el7.centos.plus.i686.rpm) = 0ecae97503a8be0f6ce0d2c2b9478fbefe0b98fd310b62d4876101061a04247a
|
||||||
SIZE (centos/kernel-headers-3.10.0-1062.12.1.el7.centos.plus.i686.rpm) = 9170948
|
SIZE (centos/kernel-headers-3.10.0-1062.18.1.el7.centos.plus.i686.rpm) = 9183072
|
||||||
SHA256 (centos/kernel-headers-3.10.0-1062.12.1.el7.x86_64.rpm) = d9d0bbbea0747ecfde0b657ee0cbe1fa49173d5151c264ab78862caeba4800d3
|
SHA256 (centos/kernel-headers-3.10.0-1062.18.1.el7.x86_64.rpm) = cff3ca25fbb9a4cea6fe7c5e2f1de7ac0181d59f6d38eb7dd702cd34bc4d2dcb
|
||||||
SIZE (centos/kernel-headers-3.10.0-1062.12.1.el7.x86_64.rpm) = 9168456
|
SIZE (centos/kernel-headers-3.10.0-1062.18.1.el7.x86_64.rpm) = 9180476
|
||||||
SHA256 (centos/libgomp-4.8.5-39.el7.i686.rpm) = dd17a262d6b6296a92e5d99864a32fbcfc3a4096b84cccec1b7ed59caa5212ec
|
SHA256 (centos/libgomp-4.8.5-39.el7.i686.rpm) = dd17a262d6b6296a92e5d99864a32fbcfc3a4096b84cccec1b7ed59caa5212ec
|
||||||
SIZE (centos/libgomp-4.8.5-39.el7.i686.rpm) = 165136
|
SIZE (centos/libgomp-4.8.5-39.el7.i686.rpm) = 165136
|
||||||
SHA256 (centos/libgomp-4.8.5-39.el7.x86_64.rpm) = 4fde326206083301d97b2e6613487783c1a38898d0ea7e883c367321e4d12559
|
SHA256 (centos/libgomp-4.8.5-39.el7.x86_64.rpm) = 4fde326206083301d97b2e6613487783c1a38898d0ea7e883c367321e4d12559
|
||||||
@ -55,12 +55,12 @@ SHA256 (centos/mpfr-3.1.1-4.el7.i686.rpm) = 434df971d8ca24131e558a76d76b89c1a504
|
|||||||
SIZE (centos/mpfr-3.1.1-4.el7.i686.rpm) = 204828
|
SIZE (centos/mpfr-3.1.1-4.el7.i686.rpm) = 204828
|
||||||
SHA256 (centos/mpfr-3.1.1-4.el7.x86_64.rpm) = 252c6dbd30edf55bfc5e24cc2862470d6046156d515a7cf614d6994dba13519a
|
SHA256 (centos/mpfr-3.1.1-4.el7.x86_64.rpm) = 252c6dbd30edf55bfc5e24cc2862470d6046156d515a7cf614d6994dba13519a
|
||||||
SIZE (centos/mpfr-3.1.1-4.el7.x86_64.rpm) = 208316
|
SIZE (centos/mpfr-3.1.1-4.el7.x86_64.rpm) = 208316
|
||||||
SHA256 (centos/binutils-2.27-41.base.el7_7.2.src.rpm) = cde30c33431f0f58e5da82d15b711d88f8c473e8101d69b899f273f87e38eef1
|
SHA256 (centos/binutils-2.27-41.base.el7_7.3.src.rpm) = 3aabafd1f07a8c7e5c9f6a72cf143a783b06e942e26448ff444016a46df012b4
|
||||||
SIZE (centos/binutils-2.27-41.base.el7_7.2.src.rpm) = 25601322
|
SIZE (centos/binutils-2.27-41.base.el7_7.3.src.rpm) = 25605579
|
||||||
SHA256 (centos/glibc-2.17-292.el7.src.rpm) = c8f988796cbbe97d2927461bd122f1256cb9b20e3d902d26739af7db4e354ff4
|
SHA256 (centos/glibc-2.17-292.el7.src.rpm) = c8f988796cbbe97d2927461bd122f1256cb9b20e3d902d26739af7db4e354ff4
|
||||||
SIZE (centos/glibc-2.17-292.el7.src.rpm) = 26359150
|
SIZE (centos/glibc-2.17-292.el7.src.rpm) = 26359150
|
||||||
SHA256 (centos/kernel-3.10.0-1062.12.1.el7.src.rpm) = 1fadf666591312c708379616407db46c8d46866dce958447239a21627b6ca7a5
|
SHA256 (centos/kernel-3.10.0-1062.18.1.el7.src.rpm) = 8997b2d69186708366e0703a03a54411455ee099f1f126dd10b34f3dc64feee7
|
||||||
SIZE (centos/kernel-3.10.0-1062.12.1.el7.src.rpm) = 103501678
|
SIZE (centos/kernel-3.10.0-1062.18.1.el7.src.rpm) = 103527705
|
||||||
SHA256 (centos/libmpc-1.0.1-3.el7.src.rpm) = 21d2e108f7eb0b09110c6097c50981090dd261cbe8cf16edbc86d62b7ea08241
|
SHA256 (centos/libmpc-1.0.1-3.el7.src.rpm) = 21d2e108f7eb0b09110c6097c50981090dd261cbe8cf16edbc86d62b7ea08241
|
||||||
SIZE (centos/libmpc-1.0.1-3.el7.src.rpm) = 1187712
|
SIZE (centos/libmpc-1.0.1-3.el7.src.rpm) = 1187712
|
||||||
SHA256 (centos/mpfr-3.1.1-4.el7.src.rpm) = c6946822a27080f2952925146088928a16292ee0fc2639aa4ef862eae716397e
|
SHA256 (centos/mpfr-3.1.1-4.el7.src.rpm) = c6946822a27080f2952925146088928a16292ee0fc2639aa4ef862eae716397e
|
||||||
|
@ -2118,7 +2118,7 @@ usr/lib64/libBrokenLocale.a
|
|||||||
usr/lib64/libBrokenLocale.so
|
usr/lib64/libBrokenLocale.so
|
||||||
usr/lib64/libanl.a
|
usr/lib64/libanl.a
|
||||||
usr/lib64/libanl.so
|
usr/lib64/libanl.so
|
||||||
usr/lib64/libbfd-2.27-41.base.el7_7.2.so
|
usr/lib64/libbfd-%%BUVERSION%%.so
|
||||||
usr/lib64/libbfd.a
|
usr/lib64/libbfd.a
|
||||||
usr/lib64/libbfd.so
|
usr/lib64/libbfd.so
|
||||||
usr/lib64/libbsd-compat.a
|
usr/lib64/libbsd-compat.a
|
||||||
@ -2153,7 +2153,7 @@ usr/lib64/libnss_files.so
|
|||||||
usr/lib64/libnss_hesiod.so
|
usr/lib64/libnss_hesiod.so
|
||||||
usr/lib64/libnss_nis.so
|
usr/lib64/libnss_nis.so
|
||||||
usr/lib64/libnss_nisplus.so
|
usr/lib64/libnss_nisplus.so
|
||||||
usr/lib64/libopcodes-2.27-41.base.el7_7.2.so
|
usr/lib64/libopcodes-%%BUVERSION%%.so
|
||||||
usr/lib64/libopcodes.a
|
usr/lib64/libopcodes.a
|
||||||
usr/lib64/libopcodes.so
|
usr/lib64/libopcodes.so
|
||||||
usr/lib64/libpthread.a
|
usr/lib64/libpthread.a
|
||||||
|
@ -2003,7 +2003,7 @@ usr/lib/libBrokenLocale.a
|
|||||||
usr/lib/libBrokenLocale.so
|
usr/lib/libBrokenLocale.so
|
||||||
usr/lib/libanl.a
|
usr/lib/libanl.a
|
||||||
usr/lib/libanl.so
|
usr/lib/libanl.so
|
||||||
usr/lib/libbfd-2.27-41.base.el7_7.2.so
|
usr/lib/libbfd-%%BUVERSION%%.so
|
||||||
usr/lib/libbfd.a
|
usr/lib/libbfd.a
|
||||||
usr/lib/libbfd.so
|
usr/lib/libbfd.so
|
||||||
usr/lib/libbsd-compat.a
|
usr/lib/libbsd-compat.a
|
||||||
@ -2038,7 +2038,7 @@ usr/lib/libnss_files.so
|
|||||||
usr/lib/libnss_hesiod.so
|
usr/lib/libnss_hesiod.so
|
||||||
usr/lib/libnss_nis.so
|
usr/lib/libnss_nis.so
|
||||||
usr/lib/libnss_nisplus.so
|
usr/lib/libnss_nisplus.so
|
||||||
usr/lib/libopcodes-2.27-41.base.el7_7.2.so
|
usr/lib/libopcodes-%%BUVERSION%%.so
|
||||||
usr/lib/libopcodes.a
|
usr/lib/libopcodes.a
|
||||||
usr/lib/libopcodes.so
|
usr/lib/libopcodes.so
|
||||||
usr/lib/libpthread.a
|
usr/lib/libpthread.a
|
||||||
|
Loading…
Reference in New Issue
Block a user