Bug 124567 - [PATCH] lang/gdc: missing USE_ICONV
Summary: [PATCH] lang/gdc: missing USE_ICONV
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-14 00:50 UTC by Dmitry Marakasov
Modified: 2008-06-26 23:55 UTC (History)
0 users

See Also:


Attachments
gdc.patch (505 bytes, patch)
2008-06-14 00:50 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!