Import of pkgsrc-2015Q2
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.63 2014/05/29 23:37:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.67 2015/06/16 22:28:13 jperkin Exp $
|
||||
|
||||
PKGREVISION= 1
|
||||
.include "../../sysutils/coreutils/Makefile.common"
|
||||
|
||||
PKGREVISION= 1
|
||||
CONFIGURE_ARGS+= --without-gmp
|
||||
|
||||
CONFLICTS= fileutils-[0-9]* gnuls-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]*
|
||||
@@ -29,7 +29,7 @@ USE_GCC_RUNTIME= yes
|
||||
|
||||
.include "../../mk/compiler.mk"
|
||||
|
||||
.if ${OBJECT_FMT} == "ELF" && \
|
||||
.if (${OBJECT_FMT} == "ELF" || ${OBJECT_FMT} == "Mach-O") && \
|
||||
(!empty(PKGSRC_COMPILER:Mgcc) || !empty(PKGSRC_COMPILER:Mclang))
|
||||
PLIST.stdbuf= yes
|
||||
.endif
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile.common,v 1.9 2015/01/29 21:58:34 jperkin Exp $
|
||||
# $NetBSD: Makefile.common,v 1.11 2015/05/07 00:24:59 mef Exp $
|
||||
# used by sysutils/coreutils/Makefile
|
||||
# used by misc/gnuls/Makefile
|
||||
|
||||
DISTNAME= coreutils-8.22
|
||||
DISTNAME= coreutils-8.23
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=coreutils/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
@@ -21,10 +21,20 @@ GNU_CONFIGURE= YES
|
||||
USE_TOOLS+= msgfmt msgmerge perl xgettext
|
||||
USE_PKGLOCALEDIR= YES
|
||||
|
||||
# --- man/chroot.1 ---
|
||||
# GEN man/chroot.1
|
||||
# help2man: can't get `--help' info from chroot.td/chroot
|
||||
# Try `--no-discard-stderr' if option outputs to stderr
|
||||
# *** [man/chroot.1] Error code 127
|
||||
MAKE_JOBS_SAFE= NO
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
# Otherwise configure aborts when ran by root
|
||||
CONFIGURE_ENV+= FORCE_UNSAFE_CONFIGURE=yes
|
||||
|
||||
.if ${OPSYS} == "Interix"
|
||||
CONFIGURE_ENV+= ac_list_mounted_fs=found
|
||||
.endif
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: distinfo,v 1.29 2014/06/29 06:53:23 obache Exp $
|
||||
$NetBSD: distinfo,v 1.31 2015/05/07 00:24:59 mef Exp $
|
||||
|
||||
SHA1 (coreutils-8.22.tar.xz) = cc7fe47b21eb49dd2ee4cdb707570f42fb2c8cc6
|
||||
RMD160 (coreutils-8.22.tar.xz) = c3da7ade1d3ac82e97ac4a24c70376af8b9b503b
|
||||
Size (coreutils-8.22.tar.xz) = 5335124 bytes
|
||||
SHA1 (coreutils-8.23.tar.xz) = adead02839225218b85133fa57b4dba02af2291d
|
||||
RMD160 (coreutils-8.23.tar.xz) = d4c433968cd77dbf86e9f4a75c622b24aa7c2726
|
||||
Size (coreutils-8.23.tar.xz) = 5375612 bytes
|
||||
SHA1 (patch-Makefile.in) = fce694c56777081a6a54d157dd0573945250f381
|
||||
SHA1 (patch-lib-fflush.c) = 106e9c7d05fff290f24cb69e1b2c80d0077c62bd
|
||||
SHA1 (patch-lib-fseeko.c) = 9f4b0294698648011c64869fc0e642f910e9d47f
|
||||
|
||||
Reference in New Issue
Block a user