Changes between Initial Version and Version 9 of Ticket #272


Ignore:
Timestamp:
Mar 24, 2016, 1:23:04 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #272

    • Property Status changed from new to closed
    • Property Severity changed from normal to enhancement
    • Property Summary changed from authorized sendmail should be in ports to RFE: authorized sendmail should be in ports
    • Property Priority changed from High to Normal
    • Property Owner changed from kevin@… to darwinports-bugs@…
    • Property Resolution changed from to invalid
  • Ticket #272 – Description

    initial v9  
    99as sendmail from cvs.
    1010
     11> {{{
    1112> $ cvs -d cvs.opendarwin.org:/cvs/od co dlcompat
    1213> $ cd dlcompat; sudo make install
    1314>
    14 > $ curl -O ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-
    15 > sasl-1.5.27.tar.gz
     15> $ curl -O ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-1.5.27.tar.gz
    1616> $ tar xzf cyrus-sasl-1.5.27.tar.gz
    1717> $ cd cyrus-sasl-1.5.27/config/
     
    2020> $ curl -O http://fink.sourceforge.net/files/ltmain.sh
    2121> $ cd ..
    22 > $ ./configure --with-plugindir=/usr/local/lib/sasl
    23 > --libdir=/usr/local/lib --mandir=/usr/share/man --disable-krb4
    24 > --disable-gssapi --enable-login
     22> $ ./configure --with-plugindir=/usr/local/lib/sasl --libdir=/usr/local/lib --mandir=/usr/share/man --disable-krb4 --disable-gssapi --enable-login
    2523>
    2624> $ vi plugins/Makefile
    2725> --
    28 > -plugins/Makefile: LDFLAGS = -L/usr/local/lib -export-dynamic -rpath
    29 > $(plugindir)
    30 > +plugins/Makefile: LDFLAGS = -L/usr/local/lib -export-dynamic -module
    31 > -rpath $(plugindir)
     26> -plugins/Makefile: LDFLAGS = -L/usr/local/lib -export-dynamic -rpath $(plugindir)
     27> +plugins/Makefile: LDFLAGS = -L/usr/local/lib -export-dynamic -module -rpath $(plugindir)
    3228> --
    3329>
     
    9389>  }
    9490>
    95 >  /* this function is just a bad idea all around, since we're not
    96 > trying to
     91>  /* this function is just a bad idea all around, since we're not trying to
    9792> ----- end patch -----
    9893>
     
    113108> $ mkdir /tmp/sendmail.obj
    114109> $ mkdir /tmp/sendmail.dst
    115 > $ sudo make DSTROOT=/tmp/sendmail.dst OBJROOT=/tmp/sendmail.obj
    116 > RC_ARCHS=ppc install
     110> $ sudo make DSTROOT=/tmp/sendmail.dst OBJROOT=/tmp/sendmail.obj RC_ARCHS=ppc install
    117111>
    118112> $ cp -Rp /tmp/sendmail.dst/* /
     
    125119> [references]
    126120> http://www.sendmail.org/~ca/email/auth.html
    127 > http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-
    128 > sasl&msg=1001
     121> http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-sasl&msg=1001
     122> }}}