svn commit: r357968 - head/mail/alpine

Kurt Jaeger pi at FreeBSD.org
Mon Jun 16 10:44:14 UTC 2014


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 at uiowa.edu>
  
  PR:		ports/191081
  Submitted by:	Michelle Sullivan <michelle at 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}"
 


More information about the svn-ports-head mailing list