Today I`ve succesfully compiled editors/leafpad with gcc 4.2.1 which is in base system. But in Makefile is forced USE_GCC=3.4, which is not required. So I think we should remove this line from /usr/ports/editor/leafpad/Makefile. How-To-Repeat: just compile leafpad with commented (or removed) USE_GCC flag on FreeBSD 7 and newer (FreeBSD 6 uses GCC 3 by default)
State Changed From-To: open->feedback Ask for maintainer approval.
Maintainer of editors/leafpad, Please note that PR ports/124834 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/124834 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
On Jun 22, 2008, at 1:55 AM, Edwin Groothuis wrote: > Maintainer of editors/leafpad, > > Please note that PR ports/124834 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/124834 Approved. Radek
rafan 2008-06-22 11:02:03 UTC FreeBSD ports repository Modified files: editors/leafpad Makefile Log: - This port builds fine with gcc 3 and 4. Remove USE_GCC line. - Bump PORTREVISION PR: ports/124834 Submitted by: Jan Sebosik <sebosik at demax.sk> Approved by: RadosÅaw KozÅowski <radek at raadradd.com> (maintainer) Revision Changes Path 1.31 +1 -2 ports/editors/leafpad/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!