Notes: there might be unresolved issues with libintl (gettext). It builds just fine without gettext installed though. All patches from $FILESDIR removed. Fix: Patch attached with submission follows:
Maintainer of net/ndisc6, Please note that PR ports/155992 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/155992 -- 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)
Please note, that maintainer is no longer accessible by email (maintainer's domain isn't reachable). -- wbr, pluknet
This patch also includes a workaround for NLS (--disable-nls). -- wbr, pluknet
State Changed From-To: feedback->open I've reset the maintainer, and edited the pkg-descr, due to the bounce, so this is no longer 'feedback'. OTOH, to submitter: would you like to become the new maintainer?
linimon 2011-04-09 19:39:13 UTC FreeBSD ports repository Modified files: net/ndisc6 Makefile pkg-descr Log: Maintainer's domain no longer exists. PR: ports/155992 (partial) Revision Changes Path 1.10 +1 -1 ports/net/ndisc6/Makefile 1.2 +0 -2 ports/net/ndisc6/pkg-descr _______________________________________________ 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"
Class Changed From-To: sw-bug->maintainer-update Submitter has volunteered to be the new maintainer.
Hello! Here is updated patch. - Add license info - Try to fix build against libintl by passing CFLAGS (another way is patching makefiles in several subdirs)
roberto 2011-04-21 09:39:58 UTC FreeBSD ports repository Modified files: net/ndisc6 Makefile distinfo pkg-plist Removed files: net/ndisc6/files patch-cpp-syntax patch-rthdr-fbsd4 Log: Update to latest 1.0.1 with rdnssd. Used the last patch in 155992 edited to fix the WITHOUT_NLS issue. PR: ports/155992 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (MAINTAINER) Revision Changes Path 1.12 +11 -4 ports/net/ndisc6/Makefile 1.5 +2 -2 ports/net/ndisc6/distinfo 1.2 +0 -26 ports/net/ndisc6/files/patch-cpp-syntax (dead) 1.2 +0 -15 ports/net/ndisc6/files/patch-rthdr-fbsd4 (dead) 1.3 +4 -2 ports/net/ndisc6/pkg-plist _______________________________________________ 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: open->closed Patch edited to fix the NLS issue, thanks!