Bug 25673

Summary: Fix bento build error with apache13-fp and 5-CURRENT
Product: Ports & Packages Reporter: Scot W. Hetzel <hetzel>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Scot W. Hetzel 2001-03-11 03:20:01 UTC
Bento fails to build apache13-fp in a 5-CURRENT chrooted area due to no
libdescrypt library is found.

The lib*crypt libraries were merged into libcrypt.

Fix: The following patch corrects the problem by disabling the descrypt check
for 5-CURRENT.
How-To-Repeat: 
Try building apache13-fp on 5-CURRENT.
Comment 1 Scot W. Hetzel 2001-03-11 03:22:17 UTC
The following patch also needs to be applied to the port.

Scot

--- Makefile.new	Sat Mar 10 21:12:54 2001
+++ Makefile	Sat Mar 10 21:14:26 2001
@@ -39,9 +39,7 @@
 APACHE=		${DISTNAME}${EXTRACT_SUFX}
 
 
-.if !defined(ARCH)
-ARCH!=  /usr/bin/uname -m
-.endif
+.include <bsd.port.pre.mk>
 
 .if ${ARCH} == i386
 .ifdef WANT_FREEBSD_EXT
@@ -224,4 +222,4 @@
 .endif
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Comment 2 Scot W. Hetzel 2001-04-14 21:43:56 UTC
This PR can be closed as it has been succeeded by PR 26444.

Could somebody please commit PR 26444.

Thanks,

Scot W. Hetzel
Apache-FP Maintainer
Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2001-04-17 12:11:27 UTC
State Changed
From-To: open->closed

Superseded by ports/26444.