New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20898 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

vsftpd 2.0.7 on OS 10.6

Reported by: andrea@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: vsftpd

Description

To build successfully vsftpd on Snow Leopard I modified patch-sysdeputil.c.diff removing the second part of the patch (PAM):

--- sysdeputil.c.orig	2005-04-16 17:14:08.000000000 -0400
+++ sysdeputil.c	2005-04-16 17:15:02.000000000 -0400
@@ -58,6 +58,10 @@
 #define __USE_GNU
 #include <utmpx.h>
 
+#if defined(__APPLE__)
+  #undef VSF_SYSDEP_HAVE_UTMPX
+#endif
+
 /* BEGIN config */
 #if defined(__linux__) && !defined(__ia64__) && !defined(__s390__)
   #define VSF_SYSDEP_TRY_LINUX_SETPROCTITLE_HACK

Change History

comment:1 Changed 4 years ago by toby@…

  • Keywords snowleopard removed
  • Version 1.8.99 deleted
  • Summary changed from vsftd 2.0.7 on OS 10.6 to vsftpd 2.0.7 on OS 10.6

comment:2 Changed 4 years ago by toby@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.