Skip to content

Commit

Permalink
mail/postfix-current: Update to 3.9-20230924
Browse files Browse the repository at this point in the history
- Update to 3.9-20230924
- Add FreeBSD 15 defines

PR:		273784
  • Loading branch information
Herbert J. Skuhra authored and jurajlutter committed Sep 27, 2023
1 parent 4bed8aa commit f9772d1
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 deletions.
3 changes: 1 addition & 2 deletions mail/postfix-current/Makefile
@@ -1,6 +1,5 @@
PORTNAME= postfix
DISTVERSION= 3.8-20230213
PORTREVISION= 1
DISTVERSION= 3.9-20230924
PORTEPOCH= 6
CATEGORIES= mail
MASTER_SITES= http://ftp.porcupine.org/mirrors/postfix-release/ \
Expand Down
6 changes: 3 additions & 3 deletions mail/postfix-current/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1676452005
SHA256 (postfix/postfix-3.8-20230213.tar.gz) = b0cbd24d7f016111b0762f832904ecfcd46639f8a607f0ab7061870518e2283c
SIZE (postfix/postfix-3.8-20230213.tar.gz) = 4822033
TIMESTAMP = 1695833052
SHA256 (postfix/postfix-3.9-20230924.tar.gz) = 6e41cc5ee6651fb3106d2cb8595b070feb7279d5b8139258ae3e08d11b7dfbd2
SIZE (postfix/postfix-3.9-20230924.tar.gz) = 4876945
18 changes: 18 additions & 0 deletions mail/postfix-current/files/patch-makedefs
@@ -0,0 +1,18 @@
--- makedefs.orig 2023-09-27 18:44:59 UTC
+++ makedefs
@@ -343,6 +343,15 @@ case "$SYSTEM.$RELEASE" in
: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
: ${PLUGIN_LD="${CC} -shared"}
;;
+ FreeBSD.15*) SYSTYPE=FREEBSD15
+ : ${CC=cc}
+ : ${SHLIB_SUFFIX=.so}
+ : ${SHLIB_CFLAGS=-fPIC}
+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'}
+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'}
+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
+ : ${PLUGIN_LD="${CC} -shared"}
+ ;;
DragonFly.*) SYSTYPE=DRAGONFLY
;;
OpenBSD.2*) SYSTYPE=OPENBSD2
11 changes: 11 additions & 0 deletions mail/postfix-current/files/patch-src_util_sys__defs.h
@@ -0,0 +1,11 @@
--- src/util/sys_defs.h.orig 2023-09-27 18:45:38 UTC
+++ src/util/sys_defs.h
@@ -31,7 +31,7 @@
|| defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
|| defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \
|| defined(FREEBSD11) || defined(FREEBSD12) || defined(FREEBSD13) \
- || defined(FREEBSD14) \
+ || defined(FREEBSD14) || defined(FREEBSD15) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
|| defined(OPENBSD5) || defined(OPENBSD6) || defined(OPENBSD7) \

0 comments on commit f9772d1

Please sign in to comment.