Changeset 5170


Ignore:
Timestamp:
Feb 3, 2004, 1:11:08 AM (20 years ago)
Author:
yeled
Message:

thanks to Paul for this patch to help postfix compile.

Bug:
Submitted by: pguyot@…
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/postfix/files/patch-sys_defs.h

    r2948 r5170  
    1 --- src/util/sys_defs.h Tue Jun 10 02:11:56 2003
    2 +++ src/util/sys_defs.h.new     Sat Jun 21 13:16:27 2003
     1--- src/util/sys_defs.h.orig    Wed Nov  5 21:17:37 2003
     2+++ src/util/sys_defs.h Wed Jan 21 20:31:50 2004
     3@@ -52,11 +52,11 @@
     4 #define STATFS_IN_SYS_MOUNT_H
     5 #define HAS_POSIX_REGEXP
     6 #define HAS_ST_GEN     /* struct stat contains inode generation number */
     7-#define NATIVE_SENDMAIL_PATH "/usr/sbin/sendmail"
     8-#define NATIVE_MAILQ_PATH "/usr/bin/mailq"
     9-#define NATIVE_NEWALIAS_PATH "/usr/bin/newaliases"
     10-#define NATIVE_COMMAND_DIR "/usr/sbin"
     11-#define NATIVE_DAEMON_DIR "/usr/libexec/postfix"
     12+#define NATIVE_SENDMAIL_PATH "__PREFIX/sbin/sendmail"
     13+#define NATIVE_MAILQ_PATH "__PREFIX/bin/mailq"
     14+#define NATIVE_NEWALIAS_PATH "__PREFIX/bin/newaliases"
     15+#define NATIVE_COMMAND_DIR "__PREFIX/sbin"
     16+#define NATIVE_DAEMON_DIR "__PREFIX/libexec/postfix"
     17 #endif
     18 
     19 #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4)
    320@@ -88,10 +88,10 @@
    421 #define HAS_FSYNC
     
    1532 #define STATFS_IN_SYS_MOUNT_H
    1633 #define HAS_POSIX_REGEXP
    17 @@ -99,11 +99,11 @@
    18  #define PRINTFLIKE(x,y)
    19  #define SCANFLIKE(x,y)
    20  #define HAS_NETINFO
    21 -#define NATIVE_SENDMAIL_PATH "/usr/sbin/sendmail"
    22 -#define NATIVE_MAILQ_PATH "/usr/bin/mailq"
    23 -#define NATIVE_NEWALIAS_PATH "/usr/bin/newaliases"
    24 -#define NATIVE_COMMAND_DIR "/usr/sbin"
    25 -#define NATIVE_DAEMON_DIR "/usr/libexec/postfix"
    26 +#define NATIVE_SENDMAIL_PATH "__PREFIX/sbin/sendmail"
    27 +#define NATIVE_MAILQ_PATH "__PREFIX/bin/mailq"
    28 +#define NATIVE_NEWALIAS_PATH "__PREFIX/bin/newaliases"
    29 +#define NATIVE_COMMAND_DIR "__PREFIX/sbin"
    30 +#define NATIVE_DAEMON_DIR "__PREFIX/libexec/postfix"
    31  #endif
    32  
    33   /*
Note: See TracChangeset for help on using the changeset viewer.