Hi There,
On my webserver I need multiple Drupal 6 installations. Within the ports I installed them like this:
(cd /usr/ports/www/drupal6)
(etc.)
After installation, the ports are installed correctly and this is in the /var/db/pkg:
(etc.)
After upgrading the ports, the Drupal6-6.13 is in the ports and I want to upgrade them with portmaster. A 'portmaster -L' says:
(etc.)
I tried upgrading like this:
This fails, because drupal6 is then installed in the default '/usr/local/www/drupal6' directory.
OK, then using the -m options of portmaster:
This also fails, this error appears:
Does anyone know how to upgrade these ports with portmaster?
Thanks in advance!
Greetings from The Netherlands,
Martijn
On my webserver I need multiple Drupal 6 installations. Within the ports I installed them like this:
(cd /usr/ports/www/drupal6)
Code:
make install PKGNAMESUFFIX=_webnwc DRUPAL_DIR=/data/www/webnwc/drupal WWWOWN=webnwc WWWGRP=www
make install PKGNAMESUFFIX=_webhub DRUPAL_DIR=/data/www/webhub/drupal WWWOWN=webhub WWWGRP=www
(etc.)
After installation, the ports are installed correctly and this is in the /var/db/pkg:
Code:
drupal6_webnwc-6.12/
drupal6_webhub-6.12/
After upgrading the ports, the Drupal6-6.13 is in the ports and I want to upgrade them with portmaster. A 'portmaster -L' says:
Code:
===>>> drupal6_webnwc-6.12
===>>> New version available: drupal6-6.13
===>>> drupal6_webhub-6.12
===>>> New version available: drupal6-6.13
I tried upgrading like this:
Code:
portmaster drupal6_webnwc
This fails, because drupal6 is then installed in the default '/usr/local/www/drupal6' directory.
OK, then using the -m options of portmaster:
Code:
portmaster -m "PKGNAMESUFFIX=_webnwc DRUPAL_DIR=/data/www/webnwc/drupal WWWOWN=webnwc WWWGRP=www" drupal6_webnwc
This also fails, this error appears:
Code:
===>>> Currently installed version: drupal6_webnwc-6.12
===>>> Port directory: /usr/ports/www/drupal6
===>>> Gathering distinfo list for installed ports
===>>> Launching 'make checksum' for www/drupal6 in background
===>>> Gathering dependency list for www/drupal6 from ports
===>>> Starting recursive 'make config' check
"Makefile", line 175: Could not find /Makefile.ext
make: fatal errors encountered -- cannot continue
"Makefile", line 175: Could not find /Makefile.ext
"/usr/ports/Mk/bsd.port.mk", line 1686: Malformed conditional (${ARCH} == "amd64" || ${ARCH} =="ia64")
"/usr/ports/Mk/bsd.port.mk", line 2289: Malformed conditional (${PREFIX} == /usr)
"/usr/ports/Mk/bsd.port.mk", line 2941: Malformed conditional (${PREFIX} == /usr)
"/usr/ports/Mk/bsd.port.mk", line 2943: if-less else
"/usr/ports/Mk/bsd.port.mk", line 2945: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 3051: Malformed conditional (${PREFIX} == /usr)
"/usr/ports/Mk/bsd.port.mk", line 3053: if-less else
"/usr/ports/Mk/bsd.port.mk", line 3055: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 5399: Malformed conditional (${OSVERSION} >= 603104)
"/usr/ports/Mk/bsd.port.mk", line 5428: if-less else
"/usr/ports/Mk/bsd.port.mk", line 5492: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 5763: Malformed conditional ((${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${X11BASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr"))
"/usr/ports/Mk/bsd.port.mk", line 5768: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 6277: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 6280: if-less endif
make: fatal errors encountered -- cannot continue
===>>> Is /usr/ports/lang/php5/Makefile missing?
===>>> Aborting update
Does anyone know how to upgrade these ports with portmaster?
Thanks in advance!
Greetings from The Netherlands,
Martijn