Bug in compilation; FreeBSD now provides memrchr in libc which conflicted with the declaration in misc.c. Fix: Patch attached! I've renamed the included function to memrchr9, and taken the liberty of changing maintainer to me too... How-To-Repeat: cd /usr/ports/net/openradius && make TRYBROKEN=yes
Sorry, forgot to mention, the patch adds the files files/patch-common-misc.c and files/patch-common-misc.h.
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
This port is currently unmaintained. Would you like to maintain it? -- WXS
On Mon, Jul 13, 2009 at 12:36:09PM -0400, Wesley Shields wrote: > This port is currently unmaintained. Would you like to maintain it? I didn't see that you want to maintain this. My apologies, I'll get it committed shortly. -- WXS
wxs 2009-07-13 18:10:22 UTC FreeBSD ports repository Modified files: net/openradius Makefile net/openradius/scripts configure Added files: net/openradius/files patch-common-misc.c patch-common-misc.h Log: - Unbreak build by renaming memchr() to memchr9() - While here respect LOCALBASE in scripts/configure - Pass maintainer to submitter PR: ports/136434 Submitted by: Chris Rees <utisoft@gmail.com> Revision Changes Path 1.19 +1 -5 ports/net/openradius/Makefile 1.1 +11 -0 ports/net/openradius/files/patch-common-misc.c (new) 1.1 +11 -0 ports/net/openradius/files/patch-common-misc.h (new) 1.6 +2 -2 ports/net/openradius/scripts/configure _______________________________________________ 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 Committed, with minor changes. Thanks!