pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/coreutils Don't try to use ACLs under Mac OS ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0126265856cf
branches:  trunk
changeset: 535711:0126265856cf
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Nov 26 15:40:45 2007 +0000

description:
Don't try to use ACLs under Mac OS X Leopard. acl_get_fd(3) return ENOENT
all the time which causes "gcp" and "gmv" to complain a lot.
Bump package revision because of this fix.

diffstat:

 sysutils/coreutils/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r bd52ae165c1e -r 0126265856cf sysutils/coreutils/Makefile
--- a/sysutils/coreutils/Makefile       Mon Nov 26 14:00:41 2007 +0000
+++ b/sysutils/coreutils/Makefile       Mon Nov 26 15:40:45 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2007/11/26 09:35:39 tron Exp $
+# $NetBSD: Makefile,v 1.42 2007/11/26 15:40:45 tron Exp $
 
 DISTNAME=      coreutils-6.9
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GNU:=coreutils/}
 EXTRACT_SUFX=  .tar.bz2
@@ -13,6 +14,8 @@
 
 CONFLICTS=     fileutils-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]*
 
+CFLAGS+=               -g
+LDFLAGS+=              -g
 GNU_CONFIGURE=         YES
 USE_TOOLS+=            msgfmt msgmerge perl xgettext
 USE_PKGLOCALEDIR=      YES
@@ -28,7 +31,7 @@
 .endif
 
 .if !empty(MACHINE_PLATFORM:MDarwin-[9].*-*)
-CONFIGURE_ENV+=                 jm_cv_func_svid_putenv=yes
+CONFIGURE_ENV+=                 ac_cv_header_sys_acl_h=no jm_cv_func_svid_putenv=yes
 .endif
 
 # Exclude programs from PLIST which aren't built on a platform.



Home | Main Index | Thread Index | Old Index