I decided to take a stab at getting net/pynids unbroken on AMD64. I found that building net/libnet10 with -fPIC at least gets pynids to build properly. I haven't done any run time testing of either port so I'm hoping the maintainers will speak up on this change. I've CC'ed both the maintainers on this PR. How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.7.2007100120/py25-pynids-0.5_2.log
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved -Corey Smith On Wed, 3 Oct 2007 18:20:09 UT, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of net/pynids, > > Please note that PR ports/116876 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/116876 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-10-29 08:31:01 UTC FreeBSD ports repository Modified files: net/libnet10 Makefile net/libnet10/files patch-Makefile.in Log: - Fix build with amd64 PR: 116876 Submitted by: Wesley Shields <wxs@atarininja.org> Approved by: maintainer timeout Revision Changes Path 1.20 +2 -0 ports/net/libnet10/Makefile 1.2 +11 -2 ports/net/libnet10/files/patch-Makefile.in _______________________________________________ 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"
miwi 2007-10-29 08:32:10 UTC FreeBSD ports repository Modified files: net/pynids Makefile Log: - Unbreak after net/libnet10 fix PR: 116876 Submitted by: Wesley Shields <wxs@atarininja.org> Approved by: maintainer Revision Changes Path 1.6 +0 -4 ports/net/pynids/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!