Bug 29175

Summary: [PATCH] rpcgen(1) and inetdflag/pmflag support
Product: Base System Reporter: mb <mb>
Component: binAssignee: Martin Blapp <mbr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description mb 2001-07-23 22:10:01 UTC
- Reenable the tirpcflag, back out the previous commit now the support
  is fixed.
 
- Set the default for inetdflag and pmflag to 0. The port monitor
  support needs to much TLI/XLI, so we don't use it. There are some
  program which use the inetdflag and that's ok, they can specify
  it with -I. Same behaviour as in RPC4.0 case too.
 
- Also fix some cases where pmflag were missing (tirpcflag was specified,
  but no check against pmflag was there).
 
- If you like to compile for previous ONC RPC 4.0, you can
  specify -b.
 
- Removed most #ifdef's for Free-/NetBSD. NetBSD uses a completly
  different rpcgen, so we don't have to keep this.
 
- Wall cleanup, added some #if defined(LIBC_SCCS) and commented
  out some #pragmas with scids.
 
- Link against pthread also in tirpc case (if -M is specified).
  Removed -lnsl with tirpcflag also.
 
- Use syslog.h in tirpc-case too, there are some dependecies.

- This should fix ports/mail/drac and other rpc dependent ports.

Fix: 

Add my patch:

http://home.teleport.ch/freebsd/userland/rpcgen.diff
Comment 1 Thomas Moestl freebsd_committer freebsd_triage 2001-07-23 22:43:50 UTC
Responsible Changed
From-To: freebsd-bugs->tmm

I'll take this one (having looked at that patch before).
Comment 2 Martin Blapp freebsd_committer freebsd_triage 2002-07-12 00:13:42 UTC
Responsible Changed
From-To: tmm->mbr

I'll work on this
Comment 3 Alfred Perlstein freebsd_committer freebsd_triage 2002-07-14 18:54:08 UTC
State Changed
From-To: open->closed

submitted delta has been applied, thank you.