mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
* Fix build with LibreSSL [1]
* Use shebang fix to fix afpstats' use of Python PR: 219366 [1] Obtained from: https://github.com/Netatalk/Netatalk/issues/91 [1]
This commit is contained in:
parent
3f01520eaf
commit
92ddbdf83b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441463
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= netatalk
|
||||
PORTVERSION= 3.1.11
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
@ -16,7 +17,7 @@ LICENSE= GPLv2
|
||||
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
||||
libevent.so:devel/libevent
|
||||
|
||||
USES= bdb:5+ gettext gmake iconv libtool perl5 pkgconfig ssl tar:bzip2
|
||||
USES= bdb:5+ gettext gmake iconv libtool perl5 pkgconfig shebangfix ssl tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= netatalk
|
||||
@ -72,6 +73,8 @@ ACL_LIB_DEPENDS= libsunacl.so:sysutils/libsunacl
|
||||
ACL_CONFIGURE_WITH=acls
|
||||
LIBWRAP_CONFIGURE_ENABLE=tcp-wrappers
|
||||
|
||||
SHEBANG_GLOB= afpstats
|
||||
|
||||
CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* netatalk-[12]* yudit-[0-9]*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -88,8 +91,8 @@ post-patch:
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|\.dist|\.sample|g' \
|
||||
${WRKSRC}/config/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|%%PYTHONCMD%%|${PYTHONCMD}|' \
|
||||
${WRKSRC}/contrib/shell_utils/afpstats
|
||||
# @${REINPLACE_CMD} -e 's|%%PYTHONCMD%%|${PYTHONCMD}|' \
|
||||
# ${WRKSRC}/contrib/shell_utils/afpstats
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \
|
||||
|
11
net/netatalk3/files/patch-etc_uams_openssl__compat.h
Normal file
11
net/netatalk3/files/patch-etc_uams_openssl__compat.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- etc/uams/openssl_compat.h.orig 2016-06-06 11:21:51 UTC
|
||||
+++ etc/uams/openssl_compat.h
|
||||
@@ -11,7 +11,7 @@
|
||||
#ifndef OPENSSL_COMPAT_H
|
||||
#define OPENSSL_COMPAT_H
|
||||
|
||||
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
||||
inline static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g)
|
||||
{
|
||||
/* If the fields p and g in d are NULL, the corresponding input
|
Loading…
Reference in New Issue
Block a user