From nobody@FreeBSD.org  Thu Feb  6 18:17:56 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 21CA960E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  6 Feb 2014 18:17:56 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id E6BD314C5
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  6 Feb 2014 18:17:55 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s16IHtXw076946
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 6 Feb 2014 18:17:55 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s16IHt8N076925;
	Thu, 6 Feb 2014 18:17:55 GMT
	(envelope-from nobody)
Message-Id: <201402061817.s16IHt8N076925@oldred.freebsd.org>
Date: Thu, 6 Feb 2014 18:17:55 GMT
From: Dan <dan@sunsaturn.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: /usr/ports/misc/gnuls broken 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: bmc@clapper.org

>Number:         186516
>Category:       ports
>Synopsis:       /usr/ports/misc/gnuls broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tijl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 06 18:20:00 UTC 2014
>Closed-Date:    Tue Mar 04 13:17:37 CET 2014
>Last-Modified:  Tue Mar  4 12:20:01 UTC 2014
>Originator:     Dan
>Release:        FreeBSD 10.0 Stable 64bit
>Organization:
SunSaturn.com
>Environment:
FreeBSD asterisk.sunsaturn.com 10.0-STABLE FreeBSD 10.0-STABLE #0 r261503M: Wed Feb  5 10:11:26 CST 2014     droot@asterisk.sunsaturn.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
Port gnuls being apart of coreutils package, had known problems that had to be patched before version coreutils-8.22.tar.xz. Currently port has version coreutils-8.20.tar.xz.

Error:

lib/libcoreutils.a(striconv.o): In function `mem_cd_iconv':
lib/striconv.c:(.text+0x49): undefined reference to `libiconv'
lib/striconv.c:(.text+0xaa): undefined reference to `libiconv'
lib/striconv.c:(.text+0x117): undefined reference to `libiconv'
lib/striconv.c:(.text+0x181): undefined reference to `libiconv'
lib/striconv.c:(.text+0x1f0): undefined reference to `libiconv'
lib/libcoreutils.a(striconv.o):lib/striconv.c:(.text+0x24c): more undefined references to `libiconv' follow
lib/libcoreutils.a(striconv.o): In function `str_iconv':
lib/striconv.c:(.text+0x54f): undefined reference to `libiconv_open'
lib/striconv.c:(.text+0x576): undefined reference to `libiconv_close'
lib/striconv.c:(.text+0x5af): undefined reference to `libiconv_close'
  CCLD   src/false
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [src/factor] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory `/usr/ports/misc/gnuls/work/coreutils-8.20'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/misc/gnuls/work/coreutils-8.20'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/ports/misc/gnuls/work/coreutils-8.20'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/misc/gnuls
>How-To-Repeat:
cd /usr/ports/misc/gnuls; make install
>Fix:
Change following:

distinfo : (add this as only 2 lines in file)
SHA256 (coreutils-8.22.tar.xz) = 5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212
SIZE (coreutils-8.22.tar.xz) = 5335124

Makefile: ( edit line with PORTVERSION= and change to)
PORTVERSION=    8.22



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Feb 6 18:20:23 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186516 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bmc@clapper.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/186516: /usr/ports/misc/gnuls broken
Date: Thu, 6 Feb 2014 18:20:23 UT

 Maintainer of misc/gnuls,
 
 Please note that PR ports/186516 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186516
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Brian Clapper <bmc@clapper.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186516: /usr/ports/misc/gnuls broken
Date: Thu, 6 Feb 2014 16:22:44 -0500

 --Apple-Mail=_7DA66865-187C-4A38-A384-2BE6EE25518A
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 
 On Feb 6, 2014, at 1:20 PM, Edwin Groothuis <edwin@FreeBSD.org> wrote:
 
 > Maintainer of misc/gnuls,
 > 
 > Please note that PR ports/186516 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186516
 
 Approved.
 
 
 --Apple-Mail=_7DA66865-187C-4A38-A384-2BE6EE25518A
 Content-Transfer-Encoding: 7bit
 Content-Type: text/html;
 	charset=us-ascii
 
 <html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div style=""><div>On Feb 6, 2014, at 1:20 PM, Edwin Groothuis &lt;<a href="mailto:edwin@FreeBSD.org">edwin@FreeBSD.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Maintainer of misc/gnuls,<br><br>Please note that PR ports/186516 has just been submitted.<br><br>If it contains a  patch for an upgrade, an enhancement or a bug fix<br>you agree on, reply to this email stating that you approve the patch<br>and a committer will take care of it.<br><br>The full text of the PR can be found at:<br> &nbsp;&nbsp;&nbsp;<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186516">http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186516</a><br></blockquote></div><br><div>Approved.</div><div><br></div></body></html>
 --Apple-Mail=_7DA66865-187C-4A38-A384-2BE6EE25518A--
State-Changed-From-To: feedback->closed 
State-Changed-By: tijl 
State-Changed-When: Tue Mar 4 13:17:01 CET 2014 
State-Changed-Why:  
Committed in r347014. 


Responsible-Changed-From-To: freebsd-ports-bugs->tijl 
Responsible-Changed-By: tijl 
Responsible-Changed-When: Tue Mar 4 13:17:01 CET 2014 
Responsible-Changed-Why:  
Committed in r347014. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186516 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186516: commit references a PR
Date: Tue,  4 Mar 2014 12:16:49 +0000 (UTC)

 Author: tijl
 Date: Tue Mar  4 12:16:41 2014
 New Revision: 347014
 URL: http://svnweb.freebsd.org/changeset/ports/347014
 QAT: https://qat.redports.org/buildarchive/r347014/
 
 Log:
   - Update misc/gnuls to 8.22. [1]
   - Add NLS option, USES=gmake, staging.
   
   PR:		ports/186516 [1]
   Approved by:	Brian Clapper <bmc@clapper.org> (maintainer) [1]
 
 Modified:
   head/misc/gnuls/Makefile
   head/misc/gnuls/distinfo
 
 Modified: head/misc/gnuls/Makefile
 ==============================================================================
 --- head/misc/gnuls/Makefile	Tue Mar  4 11:59:17 2014	(r347013)
 +++ head/misc/gnuls/Makefile	Tue Mar  4 12:16:41 2014	(r347014)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	gnuls
 -PORTVERSION=	8.20
 +PORTVERSION=	8.22
  CATEGORIES=	misc
  MASTER_SITES=	${MASTER_SITE_GNU}
  MASTER_SITE_SUBDIR=	coreutils
 @@ -11,30 +11,36 @@ DISTNAME=	coreutils-${PORTVERSION}
  MAINTAINER=	bmc@clapper.org
  COMMENT=	GNU colorized 'ls'
  
 +OPTIONS_DEFINE=		NLS
 +NLS_CONFIGURE_ENABLE=	nls
 +NLS_USES=		gettext
 +
  GNU_CONFIGURE=	yes
  CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1
  CPPFLAGS+=	-I${LOCALBASE}/include
  
 -USE_XZ=		yes
 -USE_GMAKE=	yes
 +USES=		gmake perl5
  USE_LDCONFIG=	yes
 -USES=		perl5
  USE_PERL5=	build
 -
 -MAN1=		gnuls.1 dircolors.1 dir.1 vdir.1
 +USE_XZ=		yes
  
  PLIST_FILES=	bin/dir \
  		bin/dircolors \
  		bin/gnuls \
 -		bin/vdir
 +		bin/vdir \
 +		man/man1/dir.1.gz \
 +		man/man1/dircolors.1.gz \
 +		man/man1/gnuls.1.gz \
 +		man/man1/vdir.1.gz
  
 -NO_STAGE=	yes
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/src/dir ${PREFIX}/bin
 -	${INSTALL_PROGRAM} ${WRKSRC}/src/dircolors ${PREFIX}/bin
 -	${INSTALL_PROGRAM} ${WRKSRC}/src/ls ${PREFIX}/bin/gnuls
 -	${INSTALL_PROGRAM} ${WRKSRC}/src/vdir ${PREFIX}/bin
 -	${CP} ${WRKSRC}/man/ls.1 ${WRKSRC}/man/gnuls.1
 -	${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/man/,} ${MAN1PREFIX}/man/man1
 +	${INSTALL_PROGRAM} ${WRKSRC}/src/dir ${STAGEDIR}${PREFIX}/bin
 +	${INSTALL_PROGRAM} ${WRKSRC}/src/dircolors ${STAGEDIR}${PREFIX}/bin
 +	${INSTALL_PROGRAM} ${WRKSRC}/src/ls ${STAGEDIR}${PREFIX}/bin/gnuls
 +	${INSTALL_PROGRAM} ${WRKSRC}/src/vdir ${STAGEDIR}${PREFIX}/bin
 +	${INSTALL_MAN} ${WRKSRC}/man/dir.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 +	${INSTALL_MAN} ${WRKSRC}/man/dircolors.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 +	${INSTALL_MAN} ${WRKSRC}/man/ls.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/gnuls.1
 +	${INSTALL_MAN} ${WRKSRC}/man/vdir.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
  
  .include <bsd.port.mk>
 
 Modified: head/misc/gnuls/distinfo
 ==============================================================================
 --- head/misc/gnuls/distinfo	Tue Mar  4 11:59:17 2014	(r347013)
 +++ head/misc/gnuls/distinfo	Tue Mar  4 12:16:41 2014	(r347014)
 @@ -1,2 +1,2 @@
 -SHA256 (coreutils-8.20.tar.xz) = dbcb798764827a0f74be738662ecb516705cf520330cd3d7b2640fdffa499eb2
 -SIZE (coreutils-8.20.tar.xz) = 5273788
 +SHA256 (coreutils-8.22.tar.xz) = 5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212
 +SIZE (coreutils-8.22.tar.xz) = 5335124
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
