Bug 136434 - Fix broken net/openradius port and request maintainership
Summary: Fix broken net/openradius port and request maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 18:50 UTC by Chris Rees
Modified: 2009-07-13 19:20 UTC (History)
0 users

See Also:


Attachments
openradius_fix.patch (1.96 KB, patch)
2009-07-07 18:50 UTC, Chris Rees
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2009-07-07 18:50:00 UTC
	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
Comment 1 utisoft 2009-07-07 18:58:00 UTC
Sorry, forgot to mention, the patch adds the files
files/patch-common-misc.c and files/patch-common-misc.h.
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2009-07-07 18:58:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2009-07-13 17:36:09 UTC
This port is currently unmaintained. Would you like to maintain it?

-- WXS
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2009-07-13 18:23:22 UTC
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
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-07-13 19:10:31 UTC
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"
Comment 6 Wesley Shields freebsd_committer freebsd_triage 2009-07-13 19:10:34 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!