[Bug 193463] New: APACHE_DEFAULT is ignored
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 8 14:08:07 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193463
Bug ID: 193463
Summary: APACHE_DEFAULT is ignored
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Infrastructure
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: sirdice at gmail.com
Setting APACHE_DEFAULT=2.2 or DEFAULT_VERSIONS= apache=2.2 builds everything
depending on Apache 2.4.
Fairly clean system, ports tree is up to date:
# pkg info
autoconf-wrapper-20131203 Wrapper script for GNU autoconf
dialog4ports-0.1.5_2 Console Interface to configure ports
indexinfo-0.2 Utility to regenerate the GNU info page index
m4-1.4.17_1,1 GNU m4
pkg-1.3.7 Package manager
# cat /etc/make.conf
APACHE_DEFAULT= 2.2
root at fbsd10-server:/usr/ports/www/mod_php5 # make all-depends-list
/usr/ports/ports-mgmt/pkg
/usr/ports/www/apache24
/usr/ports/devel/autoconf
/usr/ports/devel/pcre
/usr/ports/textproc/libxml2
/usr/ports/lang/php5
/usr/ports/textproc/expat2
/usr/ports/devel/apr1
/usr/ports/lang/perl5.16
/usr/ports/devel/m4
/usr/ports/misc/help2man
/usr/ports/devel/gmake
/usr/ports/devel/autoconf-wrapper
/usr/ports/print/indexinfo
/usr/ports/devel/pkgconf
/usr/ports/databases/gdbm
/usr/ports/databases/db5
/usr/ports/devel/p5-Locale-gettext
/usr/ports/devel/gmake-lite
/usr/ports/devel/gettext
# cat /etc/make.conf
DEFAULT_VERSIONS= apache=2.2
root at fbsd10-server:/usr/ports/www/mod_php5 # make all-depends-list
/usr/ports/ports-mgmt/pkg
/usr/ports/www/apache24
/usr/ports/devel/autoconf
/usr/ports/devel/pcre
/usr/ports/textproc/libxml2
/usr/ports/lang/php5
/usr/ports/textproc/expat2
/usr/ports/devel/apr1
/usr/ports/lang/perl5.16
/usr/ports/devel/m4
/usr/ports/misc/help2man
/usr/ports/devel/gmake
/usr/ports/devel/autoconf-wrapper
/usr/ports/print/indexinfo
/usr/ports/devel/pkgconf
/usr/ports/databases/gdbm
/usr/ports/databases/db5
/usr/ports/devel/p5-Locale-gettext
/usr/ports/devel/gmake-lite
/usr/ports/devel/gettext
Apparently it's only APACHE_DEFAULT that's ignored.
# cat /etc/make.conf
DEFAULT_VERSIONS= apache=2.2 perl5=5.18
root at fbsd10-server:/usr/ports/www/mod_php5 # make all-depends-list
/usr/ports/ports-mgmt/pkg
/usr/ports/www/apache24
/usr/ports/devel/autoconf
/usr/ports/devel/pcre
/usr/ports/textproc/libxml2
/usr/ports/lang/php5
/usr/ports/textproc/expat2
/usr/ports/devel/apr1
/usr/ports/lang/perl5.18
/usr/ports/devel/m4
/usr/ports/misc/help2man
/usr/ports/devel/gmake
/usr/ports/devel/autoconf-wrapper
/usr/ports/print/indexinfo
/usr/ports/devel/pkgconf
/usr/ports/databases/gdbm
/usr/ports/databases/db5
/usr/ports/devel/p5-Locale-gettext
/usr/ports/devel/gmake-lite
/usr/ports/devel/gettext
Correctly shows a dependency on Perl 5.18 but incorrectly shows Apache 2.4
instead of 2.2.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list