Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 21:34:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342472 - head/mail/alpine
Message-ID:  <201402032134.s13LYAMH074381@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Feb  3 21:34:10 2014
New Revision: 342472
URL: http://svnweb.freebsd.org/changeset/ports/342472
QAT: https://qat.redports.org/buildarchive/r342472/

Log:
  pico-alpine slave is now staged, so move NO_STAGE to a master only part

Modified:
  head/mail/alpine/Makefile

Modified: head/mail/alpine/Makefile
==============================================================================
--- head/mail/alpine/Makefile	Mon Feb  3 21:09:52 2014	(r342471)
+++ head/mail/alpine/Makefile	Mon Feb  3 21:34:10 2014	(r342472)
@@ -37,6 +37,7 @@ CONFIGURE_ARGS+=--with-system-pinerc=${P
 		--with-password-prog=/usr/bin/passwd \
 		--with-system-mail-directory=/var/mail \
 		--enable-background-post --without-krb5 --without-tcl
+NO_STAGE=	yes
 .endif
 CONFIGURE_ARGS+=--with-debug-level=2
 
@@ -44,7 +45,6 @@ MAKE_ARGS+=	CC="${CC}" CXX="${CXX}" GCCC
 
 USE_OPENSSL=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MTHREADS}



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