- Update to 0.3.11 - Remove files/patch-src::lookup.c (adopted upstream) - Remove files/patch-Makefile; replicate instead in Makefile while respecting custom LOCALBASE Note: There is a warning in the build phase about the redefinition of _REENTRANT; this same warning was also present in the build logs (confirmed on pointyhat) for the previous version of the port[1]. This obviously occurs because -D_REENTRANT is passed via CPPFLAGS. It appears innocuous and I did not remove the definition because I must assume it is there for a good readon(tm). :) I defer to the maintainer to decide whether we should keep that flag!
Responsible Changed From-To: freebsd-ports-bugs->itetcu itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
Maintainer of net/libevnet, Please note that PR ports/141004 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/141004 -- 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)
Edwin Groothuis wrote: > Maintainer of net/libevnet, > > Please note that PR ports/141004 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/141004 > The patch submitted works on 7.2 and earlier. Here is an additional patch file for 8.0 and later to include in the files directory: *** compat/bsd/stdlib/arc4random.h.orig Sun Nov 29 00:02:28 2009 --- compat/bsd/stdlib/arc4random.h Mon Nov 30 15:22:29 2009 *************** *** 379,389 **** #ifndef HAVE_ARC4RANDOM_BUF ! #if defined __OpenBSD__ ! #include <sys/param.h> /* OpenBSD */ ! #if OpenBSD >= 200811 #define HAVE_ARC4RANDOM_BUF 1 #else #define HAVE_ARC4RANDOM_BUF 0 --- 379,389 ---- #ifndef HAVE_ARC4RANDOM_BUF ! #if defined __OpenBSD__ || defined __FreeBSD__ ! #include <sys/param.h> /* OpenBSD, FreeBSD */ ! #if OpenBSD >= 200811 || __FreeBSD_version >= 800107 #define HAVE_ARC4RANDOM_BUF 1 #else #define HAVE_ARC4RANDOM_BUF 0
I have attached a revised CVS diff that incorporates the maintainer's adjustment. -- Sahil Tandon <sahil@tandon.net>
On Nov 30, 2009, at 7:15 PM, Sahil Tandon wrote: > I have attached a revised CVS diff that incorporates the maintainer's > adjustment. This looks good. Tom
State Changed From-To: feedback->open Maintainer approved in misfiled followup ports/141044, now in Audit-Trail.
State Changed From-To: open->closed Committed. Thanks!
itetcu 2010-01-12 17:44:24 UTC FreeBSD ports repository Modified files: net/libevnet Makefile distinfo Removed files: net/libevnet/files patch-Makefile patch-src::lookup.c Log: - Update to 0.3.11 - Remove files/patch-src::lookup.c (adopted upstream) - Remove files/patch-Makefile; replicate instead in Makefile while respecting custom LOCALBASE PR: 141004 Submitted by: Sahil Tandon Approved by: maintainer Revision Changes Path 1.9 +8 -3 ports/net/libevnet/Makefile 1.3 +3 -3 ports/net/libevnet/distinfo 1.2 +0 -10 ports/net/libevnet/files/patch-Makefile (dead) 1.2 +0 -29 ports/net/libevnet/files/patch-src::lookup.c (dead) _______________________________________________ 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"
itetcu 2010-01-12 20:41:12 UTC FreeBSD ports repository Added files: devel/libevent/files patch-compat-bsd-stdlib-arc4random.h Log: Add patch forgotten in previous commit. Log: - Update to 0.3.11 - Remove files/patch-src::lookup.c (adopted upstream) - Remove files/patch-Makefile; replicate instead in Makefile while respecting custom LOCALBASE PR: 141004 Submitted by: Sahil Tandon Approved by: maintainer Submitted by: maintainer Revision Changes Path 1.1 +27 -0 ports/devel/libevent/files/patch-compat-bsd-stdlib-arc4random.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"
itetcu 2010-01-12 21:36:58 UTC FreeBSD ports repository Added files: net/libevnet/files patch-compat__bsd__stdlib__arc4random.h Log: Commit the right patch, with the right name to the right port; it was forgotten in the previous commit: Log: - Update to 0.3.11 - Remove files/patch-src::lookup.c (adopted upstream) - Remove files/patch-Makefile; replicate instead in Makefile while respecting custom LOCALBASE PR: 141004 Submitted by: Sahil Tandon Approved by: maintainer Submitted by: maintainer Revision Changes Path 1.1 +17 -0 ports/net/libevnet/files/patch-compat__bsd__stdlib__arc4random.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"