Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2013 10:46:40 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323526 - head/mail/qmailadmin
Message-ID:  <201307231046.r6NAkern071971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Jul 23 10:46:40 2013
New Revision: 323526
URL: http://svnweb.freebsd.org/changeset/ports/323526

Log:
  - The build script is looking for aclocal/automake/autoconf and failing
    if 1.1.4 is found. Add them as in dependencies and add --add-missing.
  
  Reported by:	Alexander B. Zubkov

Modified:
  head/mail/qmailadmin/Makefile

Modified: head/mail/qmailadmin/Makefile
==============================================================================
--- head/mail/qmailadmin/Makefile	Tue Jul 23 10:32:22 2013	(r323525)
+++ head/mail/qmailadmin/Makefile	Tue Jul 23 10:46:40 2013	(r323526)
@@ -33,6 +33,9 @@ PATCH_DIST_STRIP+=	-p1
 
 PORTSCOUT=	ignore:1
 
+USE_AUTOTOOLS=	automake aclocal autoconf
+AUTOMAKE_ARGS+=	--add-missing
+
 OPTIONS_DEFINE=	IPAUTH USER_INDEX MODIFY_QUOTA DOMAIN_AUTOFILL \
 		IDX IDX_SQL HELP SPAM_DETECTION SPAM_NEEDS_EMAIL \
 		CATCHALL TRIVIAL_PASSWORD NOCACHE



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