Changes between Initial Version and Version 1 of Ticket #47801


Ignore:
Timestamp:
May 22, 2015, 2:30:50 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You have to use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47801

    • Property Keywords rpcgen removed
    • Property Version changed from 2.3.3 to
    • Property Port rpcgen added
  • Ticket #47801 – Description

    initial v1  
    55Below is a small script that downloads and builds rpcgen from a 2007 era FreeBSD-current. To show the difference in use options, I have also included the help message from both rpcgen - the first is for OS-X rpcgen which mentions that it is has a SunOS 4.1 compatibility mode and the second is the more recent FreeBSD version which has the new '-M' switch and mentions FreeBSD 4.X compatibility.
    66
    7 Thanks,
     7Thanks,\\
    88Phillip Musumeci
    99
    10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    11 
     10{{{
    1211#
    1312# Simply download FreeBSD-current rpcgen sources and build for OS-X
     
    4948ls -l
    5049echo 'Build command: cc -O -o rpcgen *.c'
     50}}}
    5151
     52== Current OS-X==
    5253
    53 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    54 Current OS-X
    55 
     54{{{
    5655giotto $ /usr/bin/rpcgen
    5756usage:  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/rpcgen infile
     
    8382-T              generate code to support RPC dispatch tables
    8483-Y path         directory name to find C preprocessor (cpp)
     84}}}
    8585
    86 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    87 FreeBSD from around 2007
     86== FreeBSD from around 2007 ==
    8887
     88{{{
    8989giotto $ rpcgen
    9090usage: rpcgen infile
     
    118118-T              generate code to support RPC dispatch tables
    119119-Y path         path where cpp is found
     120}}}