Changes between Initial Version and Version 3 of Ticket #1828


Ignore:
Timestamp:
Mar 24, 2016, 1:52:42 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1828

    • Property Status changed from new to closed
    • Property Cc fkr@… added
    • Property Owner changed from darwinports-bugs@… to landonf@…
    • Property Resolution changed from to fixed
    • Property Port cvs-port added
  • Ticket #1828 – Description

    initial v3  
    11Hello,
    22
    3 This patch is incomplete, since it makes assumptions that gssapi.h is included.  On Mac OS X, devel/
    4 cvs-port will include /usr/include/gssapi/*.  I am assuming this is also an artifact of Darwin, but I do
     3This patch is incomplete, since it makes assumptions that gssapi.h is included.  On Mac OS X,
     4devel/cvs-port will include /usr/include/gssapi/*.  I am assuming this is also an artifact of Darwin, but I do
    55not know.  While Mac OS X automatically configures the port to include GSSAPI support, it doesn't
    66include encryption support.  In reality, this could be the default behavior, instead of a variant, since
     
    88only included as a reminder.
    99
     10{{{
    1011--- dports/devel/cvs-port/Portfile.orig Sat May  8 14:02:45 2004
    1112+++ dports/devel/cvs-port/Portfile      Sat May  8 14:02:51 2004
     
    1819+       configure.args-append   --enable-encryption --with-gssapi
    1920+}
     21}}}