Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update patch-ai #97

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mail/postfix/patches/patch-ai
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$NetBSD: patch-ai,v 1.43 2021/08/14 08:58:20 taca Exp $
$NetBSD: patch-ai,v 1.44 2022/01/07 10:50:20 cubadevelop Exp $

1) Add shlib definitions for NetBSD 5; the build system must be
hard-coded per OS per version. Not yet reported upstream.

2) Make this pkgsrc friendly.

3) Add support for FreeBSD 12.
3) Add support for FreeBSD 13.

4) Add blocklist(3) support.

Expand All @@ -15,7 +15,7 @@ hard-coded per OS per version. Not yet reported upstream.
: ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
: ${PLUGIN_LD="${CC} -shared"}
;;
+ FreeBSD.12*) SYSTYPE=FREEBSD12
+ FreeBSD.13*) SYSTYPE=FREEBSD13
+ : ${CC=cc}
+ : ${SHLIB_SUFFIX=.so}
+ : ${SHLIB_CFLAGS=-fPIC}
Expand Down