diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-03-31 12:42:38 -0400 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-03-31 12:44:07 -0400 |
commit | cbc5f3f94c05ff41ef10d803aac7eedc8f062df6 (patch) | |
tree | f920b84463bfb1936f646fc9f2131e4c8081effc /net/netatalk4/files/patch-meson.build | |
parent | devel/py-cibuildwheel: New port: Build Python wheels on CI with minimal confi... (diff) |
net/netatalk4: Update to 4.2.0
See https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-2-0 for
a list of changes in this release.
Diffstat (limited to 'net/netatalk4/files/patch-meson.build')
-rw-r--r-- | net/netatalk4/files/patch-meson.build | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/net/netatalk4/files/patch-meson.build b/net/netatalk4/files/patch-meson.build index e37e854f53c3..da36be7b9a98 100644 --- a/net/netatalk4/files/patch-meson.build +++ b/net/netatalk4/files/patch-meson.build @@ -1,6 +1,6 @@ ---- meson.build.orig 2025-02-10 20:41:20 UTC +--- meson.build.orig 2025-03-31 05:27:01 UTC +++ meson.build -@@ -66,6 +66,7 @@ libdir = prefix / get_option('libdir') +@@ -69,6 +69,7 @@ libdir = prefix / get_option('libdir') datadir = prefix / get_option('datadir') includedir = prefix / get_option('includedir') libdir = prefix / get_option('libdir') @@ -8,7 +8,7 @@ mandir = prefix / get_option('mandir') sbindir = prefix / get_option('sbindir') sysconfdir = prefix / get_option('sysconfdir') -@@ -138,7 +139,7 @@ statedir = '-D_PATH_STATEDIR="' + localstatedir + '/ne +@@ -141,7 +142,7 @@ statedir = '-D_PATH_STATEDIR="' + localstatedir + '/ne dversion = '-DVERSION="' + netatalk_version + '"' messagedir = '-DSERVERTEXT="' + localstatedir + '/netatalk/msg/"' statedir = '-D_PATH_STATEDIR="' + localstatedir + '/netatalk/"' @@ -17,7 +17,7 @@ ############ # Includes # -@@ -464,6 +465,7 @@ bdb_subdirs = [ +@@ -394,6 +395,7 @@ bdb_subdirs = [ endif bdb_subdirs = [ @@ -25,19 +25,7 @@ 'db62', 'db6.2', 'db61', -@@ -641,6 +643,11 @@ if crypt.found() - if crypt.found() - cdata.set('HAVE_CRYPT_H', 1) - cdata.set('HAVE_LIBCRYPT', 1) -+else -+ crypt = cc.find_library('crypt', has_headers: 'unistd.h', required: false) -+ if crypt.found() -+ cdata.set('HAVE_LIBCRYPT', 1) -+ endif - endif - - # -@@ -819,12 +826,12 @@ dns_sd_libs = [] +@@ -775,12 +777,12 @@ dns_sd_libs = [] dns_sd_libs = [] @@ -52,7 +40,7 @@ if dns_sd.found() dns_sd_libs += system endif -@@ -838,6 +845,8 @@ have_dns = ( +@@ -794,6 +796,8 @@ have_dns = ( ) ) @@ -61,7 +49,7 @@ if enable_zeroconf if avahi.found() have_zeroconf = true -@@ -854,6 +863,7 @@ if enable_zeroconf +@@ -807,6 +811,7 @@ if enable_zeroconf cdata.set('HAVE_MDNS', 1) cdata.set('freebsd_zeroconf', 'mdnsd') zeroconf_provider += 'mDNS' @@ -69,7 +57,7 @@ endif endif -@@ -1709,6 +1719,7 @@ if not enable_pam +@@ -1535,6 +1540,7 @@ if not enable_pam if not enable_pam have_pam = false |