# *** 7.1-RELEASE/ports/sysutils/coreutils/Makefile	Mon Jan 19 14:08:10 2009
# --- new/ports/sysutils/coreutils/Makefile	Mon Jan 19 14:10:03 2009
# ***************
# *** 17,22 ****
# --- 17,23 ----
#   
#   CONFLICTS=	id-utils-[0-9]* linux-gid-[0-9]*
#   
# + BUILD_DEPENDS +=	bin/aclocal-1.10:${PORTSDIR}/devel/automake110
#   USE_BZIP2=	yes
#   GNU_CONFIGURE=	yes
#   CONFIGURE_ARGS=	--program-prefix=g
# ---------------------
# Subject: 7.1-RELEASE/ports/sysutils/coreutils/Makefile add BUILD_DEPENDS +=
# From: Julian Stacey <jhs@@@berklix.org>
# Date: Mon, 19 Jan 2009 14:24:03 +0100 (CET)
# To: FreeBSD-gnats-submit@@@freebsd.org
# Cc: jharris@@@widomaker.com, Julian Stacey <jhs@@@berklix.com>
# Subject: 7.1-RELEASE/ports/sysutils/coreutils/Makefile add BUILD_DEPENDS +=
# 
# >Submitter-Id:	current-users
# >Originator:	Julian Stacey <jhs@@@berklix.com>
# >Organization:	http://www.berklix.com BSD Linux Unix Consultancy, Munich/Muenchen.
# >Confidential:	no 
# >Synopsis:	7.1-RELEASE/ports/sysutils/coreutils/Makefile add BUILD_DEPENDS +=
# >Severity:	serious 
# >Priority:	medium 
# >Category:	ports
# >Class:		change-request 
# >Release:	FreeBSD 7.1-RELEASE i386
# >Environment:
# System: FreeBSD laps.js.berklix.net 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Mon Jan 19 12:37:31 CET 2009 jhs@@@laps.js.berklix.net:/usr1/ftp/pri/FreeBSD/releases/7.1-RELEASE/src/sys/i386/compile/LAPS.small i386
# 
# 
# 	
# >Description:
# 	7.1-RELEASE/ports/sysutils/coreutils/Makefile add BUILD_DEPENDS +=
# >How-To-Repeat:
# 	cd  /usr/ports/devel/automake110 ; make deinstall
# 	cd /usr//ports/sysutils/coreutils ; make
# >Fix:
# 
# 	Add BUILD_DEPENDS +=      bin/aclocal-1.10:${PORTSDIR}/devel/automake110-----------------
# Subject: Re: ports/130741: 7.1-RELEASE/ports/sysutils/coreutils/Makefile add BUILD_DEPENDS +=
# From: FreeBSD-gnats-submit@@@FreeBSD.org
# Date: Mon, 19 Jan 2009 13:30:01 GMT (14:30 CET)
# To: Julian Stacey <jhs@@@berklix.org>
# 
# Thank you very much for your problem report.
# It has the internal identification `ports/130741'.
# The individual assigned to look at your
# report is: freebsd-ports-bugs. 
# 
# You can access the state of your problem report at any time
# via this link:
# 
# http://www.freebsd.org/cgi/query-pr.cgi?pr=130741
# 
# >Category:       ports
# >Responsible:    freebsd-ports-bugs
# >Synopsis:       7.1-RELEASE/ports/sysutils/coreutils/Makefile add BUILD_DEPENDS +=
# >Arrival-Date:   Mon Jan 19 13:30:01 UTC 2009
# 
# --------------
# Subject: Re: ports/130741: 7.1-RELEASE/ports/sysutils/coreutils/Makefile add BUILD_DEPENDS +=
# From: edwin@@@FreeBSD.org
# Date: Mon, 19 Jan 2009 13:30:14 GMT (14:30 CET)
# To: jhs@@@berklix.org, edwin@@@FreeBSD.org, freebsd-ports-bugs@@@FreeBSD.org
# 
# Synopsis: 7.1-RELEASE/ports/sysutils/coreutils/Makefile add BUILD_DEPENDS +=
# 
# State-Changed-From-To: open->feedback
# State-Changed-By: edwin
# State-Changed-When: Mon Jan 19 13:30:14 UTC 2009
# State-Changed-Why: 
# Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
# 
# http://www.freebsd.org/cgi/query-pr.cgi?pr=130741

New patch below as one above doesnt apply yo current beyond 7.2

*** current-after-7.2-RELEASE/ports/sysutils/coreutils/Makefile.~1~	Fri Sep 18 10:31:57 2009
--- new/ports/sysutils/coreutils/Makefile	Mon Sep 21 15:46:33 2009
***************
*** 10,15 ****
--- 10,16 ----
  CATEGORIES=	sysutils textproc
  MASTER_SITES=	${MASTER_SITE_GNU}
  MASTER_SITE_SUBDIR=	${PORTNAME}
+ BUILD_DEPENDS +=	bin/aclocal-1.10:${PORTSDIR}/devel/automake110
  
  MAINTAINER=	jharris@widomaker.com
  COMMENT=	The Free Software Foundation's core utilities

