Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 19:18:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192618] [stage] net-mgmt/cacti add stage support
Message-ID:  <bug-192618-13-d94h69f8HR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192618-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192618-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192618

--- Comment #4 from Dennis Glatting <freebsd@pki2.com> ---
> Is there a technical reason for defining DEFAULT_PHP_VER ?
> 

Not for Cacti. It is defined in one of my /etc/make.conf files because it was
necessary at one time on one platform. I simply haven't updated the appropriate
file.

My make.conf defines some parameters then brings in common and local
customizations. Files common across the platforms, such as make.conf and
mergemaster.rc, are managed under RCS then distributed across them.

My managed make.conf looks like this:

GCC_DEFAULT_VERSION=4.9 
PYTHON_VERSION=python2.7 
PERL_VERSION=5.18.2
PHP_VER=55

DEFAULT_PHP_VER=${PHP_VER}
DEFAULT_VERSIONS="perl5=${PERL_VERSION} tcltk=8.6 php=${PHP_VER}"


.if exists(${__MAKE_CONF}.common)
.include "${__MAKE_CONF}.common"
.endif


.if exists(${__MAKE_CONF}.local)
.include "${__MAKE_CONF}.local"
.endif

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192618-13-d94h69f8HR>