| 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
Scot W. Hetzel
2001-03-11 03:20:01 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>
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 State Changed From-To: open->closed Superseded by ports/26444. |