- reflect new preferred apache version
This commit is contained in:
parent
db0cfb320c
commit
c667d5ea1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361691
@ -84,7 +84,7 @@ WARNING+= "DEFAULT_APACHE_VER is defined, consider using DEFAULT_VERSIONS=apache
|
||||
.endif
|
||||
|
||||
DEFAULT_APACHE_VERSION?= ${APACHE_DEFAULT:S/.//}
|
||||
APACHE_SUPPORTED_VERSION= 22 24 # preferred version first
|
||||
APACHE_SUPPORTED_VERSION= 24 22 # preferred version first
|
||||
|
||||
# Print warnings
|
||||
_ERROR_MSG= : Error from bsd.apache.mk.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= apache22
|
||||
PORTVERSION= 2.2.27
|
||||
PORTREVISION?= 4
|
||||
PORTREVISION?= 5
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
|
||||
DISTNAME= httpd-${PORTVERSION}
|
||||
|
@ -1,13 +1,13 @@
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
H E A D S - U P
|
||||
2014-07-11:
|
||||
The default version will change from www/apache22 to www/apache24,
|
||||
2014-07-13:
|
||||
The default version was changed from www/apache22 to www/apache24,
|
||||
pre-build apache modules will also reflect this!
|
||||
|
||||
In case ports are build by yourself and apache22 is required
|
||||
use the following command to keep apache22 as default
|
||||
|
||||
echo "APACHE_DEFAULT=2.2" >> /etc/make.conf
|
||||
echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
@ -7,13 +7,13 @@ have issues starting depending on the modules you are using.
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
H E A D S - U P
|
||||
2014-07-11:
|
||||
The default version will change from www/apache22 to www/apache24,
|
||||
2014-07-13:
|
||||
The default version was changed from www/apache22 to www/apache24,
|
||||
pre-build apache modules will also reflect this!
|
||||
|
||||
In case ports are build by yourself and apache22 is required
|
||||
use the following command to keep apache22 as default
|
||||
|
||||
echo "APACHE_DEFAULT=2.2" >> /etc/make.conf
|
||||
echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
Loading…
Reference in New Issue
Block a user