From owner-freebsd-ports Mon Dec 17 5: 8:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from no-spam.it.helsinki.fi (NO-SPAM.it.helsinki.fi [128.214.205.34]) by hub.freebsd.org (Postfix) with ESMTP id 4BB4837B417 for ; Mon, 17 Dec 2001 05:08:51 -0800 (PST) Received: from mursu.pesa.fi (root@sirppi.helsinki.fi [128.214.205.27]) by no-spam.it.helsinki.fi (8.11.4/8.11.4-SPAMmers-sod-off) with ESMTP id fBHD8nT03775 for ; Mon, 17 Dec 2001 15:08:49 +0200 (EET) Received: (from poku@localhost) by mursu.pesa.fi (8.11.6/8.11.1) id fBHD8gv10479; Mon, 17 Dec 2001 15:08:42 +0200 (EET) (envelope-from poku@mursu.pesa.fi) To: freebsd-ports@FreeBSD.ORG Subject: autoconf confusion + a bonus quirk From: Jussi Reissell Date: 17 Dec 2001 15:08:42 +0200 Message-ID: <87pu5e3sf9.fsf@mursu.pesa.fi> Lines: 21 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org There seems to be two versions of autoconf in the ports/devel tree: autoconf and autoconf213. I have autoconf installed but the xpdf port insists on autoconf213. I'm not quite comfortable with the idea of having two versions of autoconf especially since the distfiles seem to be the same. Autoconf213 is merely made with a different switch. The semantics of which I wasn't able to find out on a quick glance. So, how should I resolve this little conflict and get xpdf up? As for the promised bonus quirk: Make readmes dies on the makefile of security/drweb_sendmail. (I don't have drweb_sendmail installed). It dies on the test .if ${SENDMAIL_VERSION} == "8.11.1" in line 61. Initializing the SENDMAIL_VERSION variable to something (anything) before the test .if exists( ${WITH_DRWEBSMF_SENDMAIL_DIR} ... on line 36 fixes this problem. -- muuu. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message