View | Details | Raw Unified | Return to bug 273784 | Differences between
and this patch

Collapse All | Expand All

(-)b/mail/postfix-current/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	postfix
1
PORTNAME=	postfix
2
DISTVERSION=	3.8-20230213
2
DISTVERSION=	3.9-20230924
3
PORTREVISION=	1
3
PORTREVISION=	0
4
PORTEPOCH=	6
4
PORTEPOCH=	6
5
CATEGORIES=	mail
5
CATEGORIES=	mail
6
MASTER_SITES=	http://ftp.porcupine.org/mirrors/postfix-release/ \
6
MASTER_SITES=	http://ftp.porcupine.org/mirrors/postfix-release/ \
(-)b/mail/postfix-current/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1676452005
1
TIMESTAMP = 1695672263
2
SHA256 (postfix/postfix-3.8-20230213.tar.gz) = b0cbd24d7f016111b0762f832904ecfcd46639f8a607f0ab7061870518e2283c
2
SHA256 (postfix/postfix-3.9-20230924.tar.gz) = 6e41cc5ee6651fb3106d2cb8595b070feb7279d5b8139258ae3e08d11b7dfbd2
3
SIZE (postfix/postfix-3.8-20230213.tar.gz) = 4822033
3
SIZE (postfix/postfix-3.9-20230924.tar.gz) = 4876945
(-)b/mail/postfix-current/files/patch-makedefs (+18 lines)
Added Link Here
1
--- makedefs.orig	2023-04-14 13:37:45 UTC
2
+++ makedefs
3
@@ -343,6 +343,15 @@ case "$SYSTEM.$RELEASE" in
4
 		: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
5
 		: ${PLUGIN_LD="${CC} -shared"}
6
 		;;
7
+   FreeBSD.15*)	SYSTYPE=FREEBSD15
8
+		: ${CC=cc}
9
+		: ${SHLIB_SUFFIX=.so}
10
+		: ${SHLIB_CFLAGS=-fPIC}
11
+		: ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'}
12
+		: ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'}
13
+		: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
14
+		: ${PLUGIN_LD="${CC} -shared"}
15
+		;;
16
  DragonFly.*)	SYSTYPE=DRAGONFLY
17
 		;;
18
   OpenBSD.2*)	SYSTYPE=OPENBSD2
(-)b/mail/postfix-current/files/patch-src_util_sys__defs.h (+11 lines)
Added Link Here
1
--- src/util/sys_defs.h.orig	2023-02-13 19:36:27 UTC
2
+++ src/util/sys_defs.h
3
@@ -31,7 +31,7 @@
4
     || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
5
     || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \
6
     || defined(FREEBSD11) || defined(FREEBSD12) || defined(FREEBSD13) \
7
-    || defined(FREEBSD14) \
8
+    || defined(FREEBSD14) || defined(FREEBSD15) \
9
     || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
10
     || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
11
     || defined(OPENBSD5) || defined(OPENBSD6) || defined(OPENBSD7) \

Return to bug 273784