FreeBSD Bugzilla – Attachment 106419 Details for
Bug 147009
Mk/bsd.apache.mk: [patch] default to www/apache22
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
apache22.diff
apache22.diff (text/plain), 673 bytes, created by
Philip M. Gollucci
on 2010-05-26 06:07:50 UTC
(
hide
)
Description:
apache22.diff
Filename:
MIME Type:
Creator:
Philip M. Gollucci
Created:
2010-05-26 06:07:50 UTC
Size:
673 bytes
patch
obsolete
>Index: bsd.apache.mk >=================================================================== >RCS file: /home/pcvs/ports/Mk/bsd.apache.mk,v >retrieving revision 1.25 >diff -u -r1.25 bsd.apache.mk >--- bsd.apache.mk 25 May 2010 20:59:42 -0000 1.25 >+++ bsd.apache.mk 26 May 2010 03:41:05 -0000 >@@ -257,8 +257,14 @@ > .else > AP_CUR_VERSION= none > . if !defined(APACHE_PORT) >-#Fallback to smallest version... >+## If nothing is set, Default to www/apache22 >+_plus!= ${ECHO_CMD} "${AP_VERSION}+" | ${GREP} -c "+" 2>/dev/null >+. if ${_plus} == 2 >+APACHE_VERSION= 22 >+. else >+# Use exactly specified version in Makefile > APACHE_VERSION= ${AP_VERSION:C/\+//} >+. endif > . endif > .endif
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 147009
: 106419