Bug 162117

Summary: [patch] fix devel/avr-binutils with WITHOUT_NLS
Product: Ports & Packages Reporter: 4720 <4720>
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description 4720@hushmail.com 2011-10-28 23:00:37 UTC
avr-binutils has only a build-time dependency on gettext, but it is needed during runtime as well. normally the bison dependency pulls in gettext as a permanent depend, but this doesn't happen if WITHOUT_NLS is set.

ldd /usr/local/avr/bin/as
/usr/local/avr/bin/as:
        libintl.so.9 => not found (0x0)
        libiconv.so.3 => not found (0x0)
        libz.so.5 => /lib/libz.so.5 (0x8006f6000)
        libc.so.7 => /lib/libc.so.7 (0x80080b000)

Fix: attached patch changes build-only gettext depend to permanent depend.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-28 23:00:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->joerg

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2011-11-28 20:48:14 UTC
Responsible Changed
From-To: joerg->crees

Timeout.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-12-14 19:58:28 UTC
crees       2011-12-14 19:58:13 UTC

  FreeBSD ports repository

  Modified files:
    devel/avr-binutils   Makefile 
  Log:
  Fix dependency on gettext; runtime needed too
  
  PR:             ports/162117
  Submitted by:   4720
  Approved by:    joerg via email
  
  Revision  Changes    Path
  1.53      +2 -2      ports/devel/avr-binutils/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Chris Rees freebsd_committer freebsd_triage 2011-12-14 19:58:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!