FreeBSD Bugzilla – Attachment 13505 Details for
Bug 25673
Fix bento build error with apache13-fp and 5-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.37 KB, created by
Scot W. Hetzel
on 2001-03-11 03:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Scot W. Hetzel
Created:
2001-03-11 03:20:01 UTC
Size:
1.37 KB
patch
obsolete
>--- Makefile.orig Sat Mar 10 21:00:04 2001 >+++ Makefile Sat Mar 10 21:03:44 2001 >@@ -7,6 +7,7 @@ > > PORTNAME= apache_fp > PORTVERSION= 1.3.19 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://www.apache.org/dist/ \ > ftp://ftp.microsoft.com/products/frontpage/ \ >@@ -45,12 +46,16 @@ > .if ${ARCH} == i386 > .ifdef WANT_FREEBSD_EXT > FRONTPAGE= fp40.freebsd.tar.z >+.if ${OSVERSION} < 500016 > PKGMESSAGE= pkg-message.freebsd >+.endif > .else > FRONTPAGE= fp40.bsdi.tar.z > EXTRA_PATCHES= ${FILESDIR}/change_server.bsdi ${FILESDIR}/fp_install.bsdi >+.if ${OSVERSION} < 500016 > PKGMESSAGE= pkg-message.bsdi > .endif >+.endif > .elif ${ARCH} == alpha > FRONTPAGE= fp40.alpha.tar.z > EXTRA_PATCHES= ${FILESDIR}/change_server.alpha ${FILESDIR}/fp_install.alpha >@@ -139,6 +144,7 @@ > MAN8+= suexec.8 > .endif > >+.if ${OSVERSION} < 500016 > pre-extract: > @if ! ${LDCONFIG} -r | ${GREP} -q -e "-ldescrypt"; then \ > ${ECHO} ; \ >@@ -161,6 +167,7 @@ > ${FALSE} ; \ > fi > .endif >+.endif > > post-extract: > @${ECHO} "===> Extracting FrontPage install scripts" >@@ -211,8 +218,10 @@ > @${INSTALL_FILE} ${WRKSRC}/${CHANGESERVER} ${PREFIX}/${CHANGESERVER}-dist > @${INSTALL_FILE} ${WRKSRC}/${FPSETPERM} ${PREFIX}/${FPSETPERM} > @PKG_PREFIX=${PREFIX} BATCH=${BATCH} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL >+.if ${OSVERSION} < 500016 > .if ${ARCH} == i386 > @${CAT} ${PKGMESSAGE} >+.endif > .endif > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25673
: 13505