Bug 124567

Summary: [PATCH] lang/gdc: missing USE_ICONV
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gdc.patch none

Description Dmitry Marakasov 2008-06-14 00:50:03 UTC
lang/gdc uses iconv:

% ldd /usr/local/bin/gdc
/usr/local/bin/gdc:
        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28097000)
        libc.so.7 => /lib/libc.so.7 (0x2818c000)

but there's no USE_ICONV=yes in the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-14 00:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-14 00:50:12 UTC
Maintainer of lang/gdc,

Please note that PR ports/124567 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/124567

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-14 00:50:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-06-19 14:18:16 UTC
Responsible Changed
From-To: miwi->amdmi3

Dmitry is now committer.
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2008-06-26 23:55:39 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!