Bug 69477

Summary: ERROR: squid-2.5.STABLE6-ldap_helpers.patch not found
Product: Ports & Packages Reporter: guto <guto>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: tmseck
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description guto 2004-07-23 12:30:21 UTC
	When I try do compile the last version of squid I've got file not found message for file  squid-2.5.STABLE6-ldap_helpers.patch

How-To-Repeat: root@srv1:/usr/ports/www/squid# make
===>  Found saved configuration for squid-2.5.4_8
===>  Extracting for squid-2.5.6_2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-07-23 12:42:24 UTC
State Changed
From-To: open->closed

Remove /usr/ports/distfiles/squid2.5/squid-2.5.STABLE6-ldap_helpers.patch 
and try again. (or do "make distclean" and "make checksum")
Comment 2 Oliver Eikemeier 2004-07-23 12:51:15 UTC
guto wrote:

> 	When I try do compile the last version of squid I've got file not 
> found message for file  squid-2.5.STABLE6-ldap_helpers.patch

The distfile has been rerolled, see PR 69408 (sigh). Do

   rm /usr/ports/distfiles/squid2.5/squid-2.5.STABLE6-ldap_helpers.patch

or

   make distclean

and try again. Btw, currently ldap support is buggy. See PR 69465.

-Oliver