Summary: | [PATCH] lang/gnat: gnat uses ICONV, but does not define USE_ICONV | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Rong-En Fan <rafan> | ||||
Component: | Individual Port(s) | Assignee: | Rong-En Fan <rafan> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | eischen | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Rong-En Fan
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->rafan Submitter has GNATS access State Changed From-To: open->feedback Awaiting maintainers feedback On Sat, 20 Jan 2007, Edwin Groothuis wrote: > Maintainer of lang/gnat, > > Please note that PR ports/108138 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/108138 Yes, go ahead and commit it. Why does lang/gcc32 not have it though? It uses --with-libiconv-prefix=${LOCALBASE} in CONFIGURE_ARGS. I also don't know why libffi doesn't get installed with gcc34 but does for gnat. -- DE rafan 2007-01-21 04:59:57 UTC FreeBSD ports repository Modified files: lang/gnat Makefile Log: - Define USE_ICONV properly. This fixes textproc/words build, which failed with /libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, required by "gnatgcc" PR: ports/108138 Submitted by: rafan Approved by: Daniel Eischen <eischen at vigrid.com> (maintainer) Revision Changes Path 1.55 +2 -0 ports/lang/gnat/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" State Changed From-To: feedback->closed Committed. Thanks! |