Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2019 10:39:57 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490464 - head/mail/qpopper
Message-ID:  <201901161039.x0GAdvFn048488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Jan 16 10:39:57 2019
New Revision: 490464
URL: https://svnweb.freebsd.org/changeset/ports/490464

Log:
  mail/qpopper: remove support for expired mail/drac

Modified:
  head/mail/qpopper/Makefile

Modified: head/mail/qpopper/Makefile
==============================================================================
--- head/mail/qpopper/Makefile	Wed Jan 16 10:38:53 2019	(r490463)
+++ head/mail/qpopper/Makefile	Wed Jan 16 10:39:57 2019	(r490464)
@@ -47,14 +47,13 @@ SAMPLE_EXT=	.sample
 
 PKGDEINSTALL=	${PKGINSTALL}
 
-OPTIONS_DEFINE=	APOP_ONLY APOP DOCUMENTATION DRAC FULL_POPD_DEBUG PAM \
+OPTIONS_DEFINE=	APOP_ONLY APOP DOCUMENTATION FULL_POPD_DEBUG PAM \
 	POPPASSD SAMPLE_POPUSERS SHY_ENABLED \
 	OPENSSL STANDALONE_MODE U_OPTION
 
 APOP_ONLY_DESC=	build with APOP authentication only
 APOP_DESC=	build with APOP
 DOCUMENTATION_DESC=	install pdf documentation
-DRAC_DESC=	build with Dynamic Relay Authorization
 FULL_POPD_DEBUG_DESC=	build with more verbose debugging
 PAM_DESC=	build with PAM authentication
 POPPASSD_DESC=	build the poppassd daemon
@@ -81,13 +80,6 @@ QPOPAUTH=	""
 .if ${PORT_OPTIONS:MAPOP_ONLY}
 OS_DEFS+=	-DAPOP_ONLY
 .endif
-.endif
-
-# If WITH_DRAC variable present in the environment, qpopper builds
-# with Dynamic Relay Authorization Control support.
-.if ${PORT_OPTIONS:MDRAC}
-CONFIGURE_ARGS+=	--with-drac
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libdrac.a:mail/drac
 .endif
 
 # If WITH_FULL_POPD_DEBUG variable present in the environment, qpopper builds



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