[MacPorts] #1828: Add encryption variant to devel/cvs-port

MacPorts noreply at macports.org
Thu Mar 24 06:52:43 PDT 2016


#1828: Add encryption variant to devel/cvs-port
-----------------------+-----------------------
  Reporter:  cykyc@…   |      Owner:  landonf@…
      Type:  defect    |     Status:  closed
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  1.0
Resolution:  fixed     |   Keywords:
      Port:  cvs-port  |
-----------------------+-----------------------
Changes (by ryandesign@…):

 * port:   => cvs-port


Old description:

> Hello,
>
> This patch is incomplete, since it makes assumptions that gssapi.h is
> included.  On Mac OS X, devel/
> cvs-port will include /usr/include/gssapi/*.  I am assuming this is also
> an artifact of Darwin, but I do
> not know.  While Mac OS X automatically configures the port to include
> GSSAPI support, it doesn't
> include encryption support.  In reality, this could be the default
> behavior, instead of a variant, since
> GSSAPI support is already included.  And note: the "--with-gssapi" is
> superfluous on Mac OS X and is
> only included as a reminder.
>
> --- dports/devel/cvs-port/Portfile.orig Sat May  8 14:02:45 2004
> +++ dports/devel/cvs-port/Portfile      Sat May  8 14:02:51 2004
> @@ -20,3 +20,7 @@
>  patchfiles             patch-client.c
>
>  configure.args         --infodir=${prefix}/share/info
> +
> +variant gssapi {
> +       configure.args-append   --enable-encryption --with-gssapi
> +}

New description:

 Hello,

 This patch is incomplete, since it makes assumptions that gssapi.h is
 included.  On Mac OS X,
 devel/cvs-port will include /usr/include/gssapi/*.  I am assuming this is
 also an artifact of Darwin, but I do
 not know.  While Mac OS X automatically configures the port to include
 GSSAPI support, it doesn't
 include encryption support.  In reality, this could be the default
 behavior, instead of a variant, since
 GSSAPI support is already included.  And note: the "--with-gssapi" is
 superfluous on Mac OS X and is
 only included as a reminder.

 {{{
 --- dports/devel/cvs-port/Portfile.orig Sat May  8 14:02:45 2004
 +++ dports/devel/cvs-port/Portfile      Sat May  8 14:02:51 2004
 @@ -20,3 +20,7 @@
  patchfiles             patch-client.c

  configure.args         --infodir=${prefix}/share/info
 +
 +variant gssapi {
 +       configure.args-append   --enable-encryption --with-gssapi
 +}
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/1828#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list