From owner-freebsd-ports Thu Jun 28 11:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DFE037B410 for ; Thu, 28 Jun 2001 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5SIo1F76185; Thu, 28 Jun 2001 11:50:01 -0700 (PDT) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id F025137B40E for ; Thu, 28 Jun 2001 11:40:33 -0700 (PDT) (envelope-from marcus@shumai.marcuscom.com) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) id f5SIf1i98892; Thu, 28 Jun 2001 14:41:01 -0400 (EDT) (envelope-from marcus) Message-Id: <200106281841.f5SIf1i98892@shumai.marcuscom.com> Date: Thu, 28 Jun 2001 14:41:01 -0400 (EDT) From: marcus@marcuscom.com Reply-To: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28489: Fix build of pam_ldap 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 >Number: 28489 >Category: ports >Synopsis: Fix build of pam_ldap >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 28 11:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom >Environment: System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: I was never able to reproduce the build problems because I already had automake installed! Thank you, bento. This should get things going again. >How-To-Repeat: Compile security/pam_ldap without having automake installed. >Fix: --- Makefile.orig Thu Jun 28 14:35:07 2001 +++ Makefile Thu Jun 28 14:36:32 2001 @@ -7,6 +7,7 @@ PORTNAME= pam_ldap PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.padl.com/download/ \ ftp://ftp.padl.com/pub/ @@ -23,6 +24,7 @@ .endif USE_AUTOCONF= yes +USE_AUTOMAKE= yes CONFIGURE_ARGS= --with-ldap-lib=openldap \ --with-ldap-dir=${LOCALBASE} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message