DEFAULT_VERSIONS=php=55 instead

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
User avatar
Proteus
Posts: 289
Joined: 2013-04-14 05:08
Location: Holzgerlingen
 

DEFAULT_VERSIONS=php=55 instead

Post by Proteus »

Nun hatte ich endlich mal wieder Zeit mein Server mit FreeBSD 10.0 neu aufzusetzen, und bin eigentlich fast schon fertig. Nun kommt mir eine Meldung die ich mal gar nicht verstehe, weil ich sie nirgendwo auf dem System gesetzt habe.

Code: Select all

/!\ WARNING /!\
DEFAULT_PHP_VER is defined, consider using DEFAULT_VERSIONS=php=55 instead
In meiner make.conf ist sie nicht vorhanden.

Code: Select all

KERNCONF?=IPFIREWALL
CPUTYPE?=native
CFLAGS= -O3 -pipe -funroll-loops
COPTFLAGS= -O2 -pipe -funroll-loops
SVN_UPDATE=yes
SVN=/usr/bin/svnlite
NO_DOCUPDATE=yes
NO_PORTSUPDATE=yes
NO_WWWUPDATE=yes
PRINTERDEVICE=ascii
WITH_PKGNG=yes
WITH_SSP_PORTS=yes
WITH_BDB_VER=5
DEFAULT_VERSIONS= perl5=5.16 python=2.7 python2=2.7 python3=3.3 ruby=1.9 tcltk=8.6
OPTIONS_SET= INET6 IPV6 NLS THREADS
OPTIONS_UNSET= DEBUG X11 DOCS EXAMPLES
Und auch nicht in der /etc/src.conf.

Ein rehash mache ich eigentlich nach jeder installation.

Helft mir mal bitte auf die Sprünge wo sich dieser Eintrag befinden könnte.
Ich installiere im Übrigen php5.5.9

Ich hoffe ihr könnt mir weiterhelfen?

MfG

Proti
LG
Proti

"Die Kamera wird bei hohen ISO Werten aber rauschen. Nichts ahnend hielt er sich die Kamera ans Ohr!"
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: DEFAULT_VERSIONS=php=55 instead

Post by Joe User »

Das wurde erst gestern geändert, siehe /usr/ports/UPDATING

Code: Select all

20140211:
  AFFECTS: users of lang/php* database/postgresql* database/mysql* www/apache*
  AUTHOR: mat@FreeBSD.org

  The default versions of lang/php*, databases/postgresql*,
  databases/mysql* and www/apache* have been changed to support the
  new DEFAULT_VERSIONS variable.

  DEFAULT_APACHE_VER, DEFAULT_MYSQL_VER, DEFAULT_PGSQL_VER,
  DEFAULT_FPC_VER and DEFAULT_PHP_VER are now deprecated.  You can use
  the new DEFAULT_VERSIONS variable like this:

  DEFAULT_VERSIONS=php=5.5 mysql=5.6 apache=2.4
Ich pflege es im Laufe des Tages in mein HowTo ein.

Du musst in der make.conf diese Zeile anpassen/erweitern:

Code: Select all

DEFAULT_VERSIONS= perl5=5.16 python=2.7 python2=2.7 python3=3.3 ruby=1.9 tcltk=8.6 php=5.5 mysql=5.6 apache=2.4
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
User avatar
Proteus
Posts: 289
Joined: 2013-04-14 05:08
Location: Holzgerlingen
 

Re: DEFAULT_VERSIONS=php=55 instead

Post by Proteus »

Ah, da hat sich der Schlawiner versteckt. Danke für die schnelle Hilfe. :)
LG
Proti

"Die Kamera wird bei hohen ISO Werten aber rauschen. Nichts ahnend hielt er sich die Kamera ans Ohr!"
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: DEFAULT_VERSIONS=php=55 instead

Post by Joe User »

HowTo ist aktualisiert.
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
User avatar
Proteus
Posts: 289
Joined: 2013-04-14 05:08
Location: Holzgerlingen
 

Re: DEFAULT_VERSIONS=php=55 instead

Post by Proteus »

Also nun muss ich den Thread gerade noch mal hoch holen, Sorry!

Trotz der Änderung in der make.conf bekomme ich diesen Hinweis. Liegt es vielleicht daran das es ein Bug ist? Denn ich installiere php55-5.5.9 und danach die php55-extensions-1.8 und dann kommt der Hinweis. Gibt es eventuell schon ein neueres Extensions Pack?
LG
Proti

"Die Kamera wird bei hohen ISO Werten aber rauschen. Nichts ahnend hielt er sich die Kamera ans Ohr!"
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: DEFAULT_VERSIONS=php=55 instead

Post by Joe User »

In den Makefiles von PHP-Extensions und der PHP-Module wird noch (übergangsweise) DEFAULT_PHP_VER gesetzt, wodurch diese Meldung getriggert wird. Sollte bei einem der kommenden Updates der Pakete vom Maintainer entfernt werden. Bis dahin erstmal ignorieren.
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.