[39861] trunk/dports/net/vtun

ryandesign at macports.org ryandesign at macports.org
Mon Sep 8 19:11:16 PDT 2008


Revision: 39861
          http://trac.macports.org/changeset/39861
Author:   ryandesign at macports.org
Date:     2008-09-08 19:11:15 -0700 (Mon, 08 Sep 2008)
Log Message:
-----------
vtun: fix build on Leopard; closes #16392

Modified Paths:
--------------
    trunk/dports/net/vtun/Portfile
    trunk/dports/net/vtun/files/patch-lfd_legacy_encrypt.c.diff

Modified: trunk/dports/net/vtun/Portfile
===================================================================
--- trunk/dports/net/vtun/Portfile	2008-09-09 00:43:09 UTC (rev 39860)
+++ trunk/dports/net/vtun/Portfile	2008-09-09 02:11:15 UTC (rev 39861)
@@ -4,6 +4,7 @@
 
 name		vtun
 version		3.0.2
+revision	1
 categories	net security
 platforms	darwin
 maintainers	nomaintainer

Modified: trunk/dports/net/vtun/files/patch-lfd_legacy_encrypt.c.diff
===================================================================
--- trunk/dports/net/vtun/files/patch-lfd_legacy_encrypt.c.diff	2008-09-09 00:43:09 UTC (rev 39860)
+++ trunk/dports/net/vtun/files/patch-lfd_legacy_encrypt.c.diff	2008-09-09 02:11:15 UTC (rev 39861)
@@ -1,11 +1,17 @@
---- lfd_legacy_encrypt.c	2008-07-09 16:06:01.000000000 -0400
-+++ lfd_legacy_encrypt.c	2008-07-09 16:07:06.000000000 -0400
-@@ -55,7 +55,7 @@
+--- lfd_legacy_encrypt.c	2008-01-07 16:35:33.000000000 -0600
++++ lfd_legacy_encrypt.c	2008-08-31 19:31:25.000000000 -0500
+@@ -49,14 +49,9 @@
+ 
+ #ifdef HAVE_SSL
+ 
+-#ifndef __APPLE_CC__
+ /* OpenSSL includes */
+ #include <openssl/md5.h>
  #include <openssl/blowfish.h>
- #else /* YAY - We're MAC OS */
- #include <sys/md5.h>
+-#else /* YAY - We're MAC OS */
+-#include <sys/md5.h>
 -#include <crypto/blowfish.h>
-+#include <openssl/blowfish.h>
- #endif  /* __APPLE_CC__ */
+-#endif  /* __APPLE_CC__ */
  
  #define ENC_BUF_SIZE VTUN_FRAME_SIZE + 16 
+ #define ENC_KEY_SIZE 16
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080908/6896ac34/attachment.html 


More information about the macports-changes mailing list