Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.67 2015/06/16 22:28:13 jperkin Exp $
# $NetBSD: Makefile,v 1.68 2015/07/24 17:02:44 jperkin Exp $
PKGREVISION= 1
PKGREVISION= 2
.include "../../sysutils/coreutils/Makefile.common"
CONFIGURE_ARGS+= --without-gmp
@@ -34,6 +34,15 @@ USE_GCC_RUNTIME= yes
PLIST.stdbuf= yes
.endif
# Ensure libstdbuf.so has a valid library name otherwise REQUIRES will
# record the relative path of the object output file.
.if ${OPSYS} == "Darwin"
SUBST_CLASSES+= libname
SUBST_STAGE.libname= pre-configure
SUBST_FILES.libname= Makefile.in
SUBST_SED.libname= -e '/^src_libstdbuf_so_LDFLAGS/s,$$, -install_name ${PREFIX}/libexec/coreutils/glibstdbuf.so,'
.endif
PROGS= [ base64 basename cat chcon chgrp chmod chown chroot cksum comm \
cp csplit cut date dd df dir dircolors dirname du hostid echo env \
expand expr factor false fmt fold groups head id install join kill \