Opened 20 years ago

Closed 19 years ago

Last modified 8 years ago

#1828 closed defect (fixed)

Add encryption variant to devel/cvs-port

Reported by: cykyc@… Owned by: landonf (Landon Fuller)
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: fkr@…
Port: cvs-port

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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
+}

Change History (3)

comment:1 Changed 20 years ago by blb@…

Cc: fkr@… added
Owner: changed from darwinports-bugs@… to landonf@…

Assign to one maintainer, CC the second

comment:2 Changed 19 years ago by landonf@…

Resolution: fixed
Status: newclosed

Committed, thank you.

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: cvs-port added
Note: See TracTickets for help on using tickets.