Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Sep 2016 21:01:55 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421300 - head/net/netatalk
Message-ID:  <201609032101.u83L1tFB041949@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Sat Sep  3 21:01:55 2016
New Revision: 421300
URL: https://svnweb.freebsd.org/changeset/ports/421300

Log:
  Make TIMELORD dependent on AppleTalk.
  
  PR:		212056

Modified:
  head/net/netatalk/Makefile

Modified: head/net/netatalk/Makefile
==============================================================================
--- head/net/netatalk/Makefile	Sat Sep  3 19:56:55 2016	(r421299)
+++ head/net/netatalk/Makefile	Sat Sep  3 21:01:55 2016	(r421300)
@@ -26,9 +26,8 @@ CONFIGURE_ARGS+=	--with-tcp-wrappers \
 			--with-uams-path=${PREFIX}/libexec/netatalk-uams \
 			--with-bdb=${LOCALBASE}
 
-OPTIONS_DEFINE=	SRVLOC PAM TIMELORD KRB5 ZEROCONF LDAP SENDFILE
+OPTIONS_DEFINE=	SRVLOC PAM KRB5 ZEROCONF LDAP SENDFILE
 SRVLOC_DESC=	Service Location Protocol support
-TIMELORD_DESC=	Timelord network time service
 KRB5_DESC=	Kerberos V UAM
 ZEROCONF_DESC=	Zeroconf (Bonjour) support
 SENDFILE_DESC=	sendfile support
@@ -41,9 +40,10 @@ LINKS=		unbin unhex unsingle hqx2bin sin
 CONFLICTS=	bigloo-2.* cap-6.0.* tct-1.* netatalk-1* yudit-[0-9]*
 
 .if exists(/usr/include/netatalk/ddp.h)
-OPTIONS_DEFINE+=APPLETALK
+OPTIONS_DEFINE+=APPLETALK TIMELORD
 OPTIONS_DEFAULT=APPLETALK
 APPLETALK_DESC=	AppleTalk protocol support
+TIMELORD_DESC=	Timelord network time service
 .endif
 
 .include <bsd.port.options.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609032101.u83L1tFB041949>