Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 22:16:22 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384524 - head/mail/mailman
Message-ID:  <201504222216.t3MMGMQZ083291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Wed Apr 22 22:16:22 2015
New Revision: 384524
URL: https://svnweb.freebsd.org/changeset/ports/384524

Log:
  USE_AUTOTOOLS -> USES=autoreconf, GNU_CONFIGURE=yes
  
  Add USES=fakeroot to permit non-root builds if user is not in wheel
  group. [1]
  
  PR:		199396 [1]
  Submitted by:	dvl [1]

Modified:
  head/mail/mailman/Makefile

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Wed Apr 22 21:50:44 2015	(r384523)
+++ head/mail/mailman/Makefile	Wed Apr 22 22:16:22 2015	(r384524)
@@ -20,12 +20,12 @@ LICENSE_FILE=	${WRKSRC}/gnu-COPYING-GPL
 
 CONFLICTS=	ja-mailman-2.1.*
 
-USES=		cpe python:2 tar:tgz
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf cpe fakeroot python:2 tar:tgz
 USE_RC_SUBR=	mailman
 
 CPE_VENDOR=	gnu
 
+GNU_CONFIGURE=	yes
 GNU_CONFIGURE_PREFIX=	${MAILMANDIR}
 CONFIGURE_ARGS+=--with-python=${PYTHON_CMD} \
 		--with-username=${MM_USERNAME} \



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