From marcus@shumai.marcuscom.com  Thu Jun 28 11:40:34 2001
Return-Path: <marcus@shumai.marcuscom.com>
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 <FreeBSD-gnats-submit@freebsd.org>; 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
Cc:
Subject: Fix build of pam_ldap
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         28489
>Category:       ports
>Synopsis:       Fix build of pam_ldap
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 28 11:50:00 PDT 2001
>Closed-Date:    Thu Jun 28 12:28:42 PDT 2001
>Last-Modified:  Thu Jun 28 12:29:06 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: jeh 
State-Changed-When: Thu Jun 28 12:28:42 PDT 2001 
State-Changed-Why:  
PORTREVISION bump not needed 

Committed.  Thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28489 
>Unformatted:
