pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/netatalk22



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue Feb 28 16:24:01 UTC 2023

Modified Files:
        pkgsrc/net/netatalk22: Makefile

Log Message:
Remove comment -- upstream has dropped support for openssl 1.0 APIs.

No functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/netatalk22/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/netatalk22/Makefile
diff -u pkgsrc/net/netatalk22/Makefile:1.52 pkgsrc/net/netatalk22/Makefile:1.53
--- pkgsrc/net/netatalk22/Makefile:1.52 Tue Feb 28 15:33:59 2023
+++ pkgsrc/net/netatalk22/Makefile      Tue Feb 28 16:24:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2023/02/28 15:33:59 hauke Exp $
+# $NetBSD: Makefile,v 1.53 2023/02/28 16:24:01 hauke Exp $
 
 DISTNAME=      netatalk-2.2.8
 PKGNAME=       ${DISTNAME:C/-/22-/}
@@ -49,9 +49,6 @@ CONFIGURE_ARGS+=      --with-bdb=${BDBBASE}
 CONFIGURE_ARGS+=       --with-ssl-dir=${BUILDLINK_PREFIX.openssl}
 CONFIGURE_ENV+=                MACHINE_ARCH=${MACHINE_ARCH}
 
-# See <http://mail-index.netbsd.org/netbsd-users/2019/04/25/msg022684.html>
-#CFLAGS+=              -DOPENSSL_API_COMPAT=0x10000000L
-
 MAKE_DIRS+=            ${PKG_SYSCONFDIR}/msg
 
 SUBST_CLASSES+=                paths



Home | Main Index | Thread Index | Old Index