From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 10:44:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B74666FB; Mon, 16 Jun 2014 10:44:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A45F221CA; Mon, 16 Jun 2014 10:44:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GAiErv029817; Mon, 16 Jun 2014 10:44:14 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GAiENY029816; Mon, 16 Jun 2014 10:44:14 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201406161044.s5GAiENY029816@svn.freebsd.org> From: Kurt Jaeger Date: Mon, 16 Jun 2014 10:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357968 - head/mail/alpine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 10:44:14 -0000 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 PR: ports/191081 Submitted by: Michelle Sullivan 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}"