FreeBSD Bugzilla – Attachment 245296 Details for
Bug 273784
mail/postfix-current update to version 3.9-20230924
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Postfix 3.9-20230924
postfix-3.9-20230924-2.diff (text/plain), 2.60 KB, created by
Herbert J. Skuhra
on 2023-09-27 19:03:02 UTC
(
hide
)
Description:
Postfix 3.9-20230924
Filename:
MIME Type:
Creator:
Herbert J. Skuhra
Created:
2023-09-27 19:03:02 UTC
Size:
2.60 KB
patch
obsolete
>diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile >index f02fb4c3a247..196cf43243ca 100644 >--- a/mail/postfix-current/Makefile >+++ b/mail/postfix-current/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= postfix >-DISTVERSION= 3.8-20230213 >-PORTREVISION= 1 >+DISTVERSION= 3.9-20230924 >+PORTREVISION= 0 > PORTEPOCH= 6 > CATEGORIES= mail > MASTER_SITES= http://ftp.porcupine.org/mirrors/postfix-release/ \ >diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo >index 8b9e6d21364a..c3c586f3692d 100644 >--- a/mail/postfix-current/distinfo >+++ b/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 = 1695672263 >+SHA256 (postfix/postfix-3.9-20230924.tar.gz) = 6e41cc5ee6651fb3106d2cb8595b070feb7279d5b8139258ae3e08d11b7dfbd2 >+SIZE (postfix/postfix-3.9-20230924.tar.gz) = 4876945 >diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs >new file mode 100644 >index 000000000000..3ad33514b02f >--- /dev/null >+++ b/mail/postfix-current/files/patch-makedefs >@@ -0,0 +1,18 @@ >+--- makedefs.orig 2023-04-14 13:37:45 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 >diff --git a/mail/postfix-current/files/patch-src_util_sys__defs.h b/mail/postfix-current/files/patch-src_util_sys__defs.h >new file mode 100644 >index 000000000000..5c2e64e824c3 >--- /dev/null >+++ b/mail/postfix-current/files/patch-src_util_sys__defs.h >@@ -0,0 +1,11 @@ >+--- src/util/sys_defs.h.orig 2023-02-13 19:36:27 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) \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273784
:
244840
|
245294
| 245296