svn commit: r485528 - head/net/netatalk

Joe Marcus Clarke marcus at FreeBSD.org
Wed Nov 21 17:59:06 UTC 2018


Author: marcus
Date: Wed Nov 21 17:59:05 2018
New Revision: 485528
URL: https://svnweb.freebsd.org/changeset/ports/485528

Log:
  Set this port for retirement.
  
  * Mark broken on 12.x due to OpenSSL 1.1
  * Mark port DEPRECATED and point to net/netatalk3

Modified:
  head/net/netatalk/Makefile

Modified: head/net/netatalk/Makefile
==============================================================================
--- head/net/netatalk/Makefile	Wed Nov 21 17:23:47 2018	(r485527)
+++ head/net/netatalk/Makefile	Wed Nov 21 17:59:05 2018	(r485528)
@@ -19,6 +19,10 @@ CPPFLAGS+=	-D_IPP_PRIVATE_STRUCTURES
 INSTALL_TARGET=	install-strip
 USE_RC_SUBR=	netatalk
 
+BROKEN_FreeBSD_12=	does not build, OpenSSL 1.1 unsupported
+DEPRECATED=		Outdated branch of netatalk; use net/netatalk3 instead
+EXPIRATION_DATE=	2018-12-21
+
 CONFIGURE_ARGS+=	--with-tcp-wrappers \
 			--with-pkgconfdir=${PREFIX}/etc \
 			${ICONV_CONFIGURE_BASE} \


More information about the svn-ports-all mailing list