Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 10:44:14 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357968 - head/mail/alpine
Message-ID:  <201406161044.s5GAiENY029816@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Jun 16 10:44:14 2014
New Revision: 357968
URL: http://svnweb.freebsd.org/changeset/ports/357968
QAT: https://qat.redports.org/buildarchive/r357968/

Log:
  editors/pico-alpine: fix build on 8.4 by fixing masterport mail/alpine
  
  Thanks for the bug report to Scott Allendorf <scott-allendorf@uiowa.edu>
  
  PR:		ports/191081
  Submitted by:	Michelle Sullivan <michelle@sorbs.net>

Modified:
  head/mail/alpine/Makefile

Modified: head/mail/alpine/Makefile
==============================================================================
--- head/mail/alpine/Makefile	Mon Jun 16 10:17:00 2014	(r357967)
+++ head/mail/alpine/Makefile	Mon Jun 16 10:44:14 2014	(r357968)
@@ -49,11 +49,11 @@ PORTDOCS=	${PORTDOCSbase} ${PORTDOCSdoc}
 CONFIGURE_ARGS+=--with-system-pinerc=${PREFIX}/etc/alpine.conf \
 		--with-system-fixed-pinerc=${PREFIX}/etc/alpine.conf.fixed \
 		--with-password-prog=/usr/bin/passwd \
-		--with-system-mail-directory=/var/mail \
-		--enable-background-post --without-krb5 --without-tcl
+		--with-system-mail-directory=/var/mail
 
 .endif
-CONFIGURE_ARGS+=--with-debug-level=2
+CONFIGURE_ARGS+=--with-debug-level=2 \
+		--enable-background-post --without-krb5 --without-tcl
 
 MAKE_ARGS+=	CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}"
 



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