--correct link line by respecting {CXX,LD}FLAGS (needed for some flags) and adding shared libraries in proper order, which is desirable when using --as-needed --add a header inclusion that is necessary to build the port with recent versions of gcc after a refactoring of c++ headers in libstdc++ -- it has include guards, so there should be no penalty for other compilers --trim patch by removing rather than commenting-out lines (the removed lines are still in the patch body for reference) No PORTREVISION bump because rebuilds will be enforced by the bump in the related PR ports/160598 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->bf Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of editors/scite, Please note that PR ports/160599 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/160599 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I approve this patch. Naram Qashat On 09/09/11 16:30, Edwin Groothuis wrote: > Maintainer of editors/scite, > > Please note that PR ports/160599 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/160599 >
bf 2011-09-13 11:32:32 UTC FreeBSD ports repository Modified files: editors/scite/files patch-aa Added files: editors/scite/files patch-src__FilePath.h Log: Fix linking and builds with recent versions of gcc; small clean-up PR: 160599 Approved by: Naram Qashat (maintainer) Revision Changes Path 1.24 +6 -13 ports/editors/scite/files/patch-aa 1.1 +10 -0 ports/editors/scite/files/patch-src__FilePath.h (new) _______________________________________________ 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!