From a3cc513bfc69ef10d52ed310dd9a6e6bb8c57491 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Thu, 1 Feb 2018 18:03:09 +0000 Subject: Flavorize and modernize Emacs ports - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506 --- net/gnu-radius/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'net/gnu-radius') diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 3f1395e9e371..cb733a63c247 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -16,9 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:devel/libltdl -CONFLICTS= freeradius-0.* openradius-0.* radiusd-cistron-1.* -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip USES= cpe gmake libtool USE_RC_SUBR= radiusd USE_SUBMAKE= yes @@ -26,6 +23,10 @@ USE_LDCONFIG= yes CPE_PRODUCT= radius CPE_VENDOR= gnu +CONFLICTS= freeradius-0.* openradius-0.* radiusd-cistron-1.* +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + PLIST_SUB= PORTVERSION=${PORTVERSION} DATADIR= ${PREFIX}/share/radius @@ -52,8 +53,9 @@ MYSQL_CONFIGURE_WITH= mysql PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= postgres DBM_CONFIGURE_ENABLE= dbm=ndbm -EMACS_USE= emacs=yes +EMACS_USES= emacs EMACS_CONFIGURE_WITH= lispdir=${PREFIX}/${EMACS_SITE_LISPDIR} +EMACS_NO_DEPENDS= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls PAM_CONFIGURE_ENABLE= pam -- cgit v1.2.3