MacPorts
2017-02-09 04:45:28 UTC
#53522: Removed php5-* ports still have dependents
-------------------------+-------------------------------------------------
Reporter: jmroot | Owner:
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: contao dokuwiki drupal6 drupal7
| gallery mediawiki moodle mybb php5-shindig
| php5-spidermonkey php5-zorba phpicalendar
| postfixadmin sahana2 sgwi squirrelmail swig-
| php5 tiki websvn wordpress
-------------------------+-------------------------------------------------
These should have been fixed when the php5-* ports were made obsolete.
{{{
% port lint 'depends:php5[-\s$]'
---> Verifying Portfile for drupal6
Warning: Line 90 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${worksrcpath}/*] ${docroot}/drupal6
Warning: to
Warning: file copy {*}[glob ${worksrcpath}/*] ${docroot}/drupal6
Error: Unknown dependency: php5-gd
Error: Unknown dependency: php5-mbstring
Warning: no license set
---> 2 errors and 2 warnings found.
---> Verifying Portfile for drupal7
Warning: Line 59 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${worksrcpath}/*] ${docroot}/drupal7
Warning: to
Warning: file copy {*}[glob ${worksrcpath}/*] ${docroot}/drupal7
Error: Unknown dependency: php5-gd
Error: Unknown dependency: php5-mbstring
Warning: no license set
---> 2 errors and 2 warnings found.
---> Verifying Portfile for gallery
Error: Unknown dependency: php5-mysql
---> 1 errors and 0 warnings found.
---> Verifying Portfile for moodle
Error: Unknown dependency: php5-mysql
---> 1 errors and 0 warnings found.
---> Verifying Portfile for php5-spidermonkey
---> 0 errors and 0 warnings found.
---> Verifying Portfile for php5-zorba
---> 0 errors and 0 warnings found.
---> Verifying Portfile for swig-php5
Warning: Line 277 should use the expansion operator instead of the eval
procedure. Change
Warning: eval xinstall -m 0644 [glob
${worksrcpath}/Doc/Manual/*.{css,html,pdf,png}] \
Warning: to
Warning: xinstall -m 0644 {*}[glob
${worksrcpath}/Doc/Manual/*.{css,html,pdf,png}] \
---> 0 errors and 1 warnings found.
---> Verifying Portfile for wordpress
Error: Unknown dependency: php5-mysql
Error: Unknown dependency: php5-zip
Error: Unknown dependency: php5-gd
Warning: no license set
---> 3 errors and 1 warnings found.
---> Verifying Portfile for contao
Error: Unknown dependency: php5-imagick
Error: Unknown dependency: php5-gd
Error: Unknown dependency: php5-mysql
Error: Unknown dependency: php5-xsl
---> 4 errors and 0 warnings found.
---> Verifying Portfile for dokuwiki
Warning: Line 38 should use the expansion operator instead of the eval
procedure. Change
Warning: eval copy [glob ${worksrcpath}/*] ${docroot}
Warning: to
Warning: copy {*}[glob ${worksrcpath}/*] ${docroot}
---> 0 errors and 1 warnings found.
---> Verifying Portfile for mediawiki
Warning: Line 36 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${worksrcpath}/*] ${destroot}${docpath}
Warning: to
Warning: file copy {*}[glob ${worksrcpath}/*] ${destroot}${docpath}
Error: Unknown dependency: php5-intl
Error: Unknown dependency: php5-dba
Error: Unknown dependency: php5-mbstring
Error: Unknown dependency: php5-mysql
---> 4 errors and 1 warnings found.
---> Verifying Portfile for mybb
Error: Unknown dependency: php5-imagick
Error: Unknown dependency: php5-gd
Error: Unknown dependency: php5-mysql
Error: Unknown dependency: php5-xsl
---> 4 errors and 0 warnings found.
---> Verifying Portfile for php5-shindig
Error: Unknown dependency: php5-mcrypt
Error: Unknown dependency: php5-curl
Error: Unknown dependency: php5-openssl
---> 3 errors and 0 warnings found.
---> Verifying Portfile for phpicalendar
Warning: no license set
---> 0 errors and 1 warnings found.
---> Verifying Portfile for postfixadmin
Warning: Line 37 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${workpath}/${distname}/*]
${docpath}/html
Warning: to
Warning: file copy {*}[glob ${workpath}/${distname}/*] ${docpath}/html
---> 0 errors and 1 warnings found.
---> Verifying Portfile for sahana2
Warning: Line 36 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${worksrcpath}/*] ${docpath}/sahana
Warning: to
Warning: file copy {*}[glob ${worksrcpath}/*] ${docpath}/sahana
Error: Unknown dependency: php5-mysql
Error: Unknown dependency: php5-gd
Error: Unknown dependency: php5-curl
---> 3 errors and 1 warnings found.
---> Verifying Portfile for sgwi
Warning: Line 39 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${workpath}/${distname}/*]
${destroot}${docpath}/html
Warning: to
Warning: file copy {*}[glob ${workpath}/${distname}/*]
${destroot}${docpath}/html
---> 0 errors and 1 warnings found.
---> Verifying Portfile for squirrelmail
Warning: Line 45 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${workpath}/${distname}/*] ${docpath}
Warning: to
Warning: file copy {*}[glob ${workpath}/${distname}/*] ${docpath}
Error: Unknown dependency: php5-gettext
Error: Unknown dependency: php5-mbstring
Error: Unknown dependency: php5-pspell
---> 3 errors and 1 warnings found.
---> Verifying Portfile for tiki
Error: Unknown dependency: php5-mysql
---> 1 errors and 0 warnings found.
---> Verifying Portfile for websvn
Error: Unknown dependency: php5-mbstring
---> 1 errors and 0 warnings found.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/53522>
MacPorts <https://www.macports.org/>
Ports system for macOS
-------------------------+-------------------------------------------------
Reporter: jmroot | Owner:
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: contao dokuwiki drupal6 drupal7
| gallery mediawiki moodle mybb php5-shindig
| php5-spidermonkey php5-zorba phpicalendar
| postfixadmin sahana2 sgwi squirrelmail swig-
| php5 tiki websvn wordpress
-------------------------+-------------------------------------------------
These should have been fixed when the php5-* ports were made obsolete.
{{{
% port lint 'depends:php5[-\s$]'
---> Verifying Portfile for drupal6
Warning: Line 90 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${worksrcpath}/*] ${docroot}/drupal6
Warning: to
Warning: file copy {*}[glob ${worksrcpath}/*] ${docroot}/drupal6
Error: Unknown dependency: php5-gd
Error: Unknown dependency: php5-mbstring
Warning: no license set
---> 2 errors and 2 warnings found.
---> Verifying Portfile for drupal7
Warning: Line 59 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${worksrcpath}/*] ${docroot}/drupal7
Warning: to
Warning: file copy {*}[glob ${worksrcpath}/*] ${docroot}/drupal7
Error: Unknown dependency: php5-gd
Error: Unknown dependency: php5-mbstring
Warning: no license set
---> 2 errors and 2 warnings found.
---> Verifying Portfile for gallery
Error: Unknown dependency: php5-mysql
---> 1 errors and 0 warnings found.
---> Verifying Portfile for moodle
Error: Unknown dependency: php5-mysql
---> 1 errors and 0 warnings found.
---> Verifying Portfile for php5-spidermonkey
---> 0 errors and 0 warnings found.
---> Verifying Portfile for php5-zorba
---> 0 errors and 0 warnings found.
---> Verifying Portfile for swig-php5
Warning: Line 277 should use the expansion operator instead of the eval
procedure. Change
Warning: eval xinstall -m 0644 [glob
${worksrcpath}/Doc/Manual/*.{css,html,pdf,png}] \
Warning: to
Warning: xinstall -m 0644 {*}[glob
${worksrcpath}/Doc/Manual/*.{css,html,pdf,png}] \
---> 0 errors and 1 warnings found.
---> Verifying Portfile for wordpress
Error: Unknown dependency: php5-mysql
Error: Unknown dependency: php5-zip
Error: Unknown dependency: php5-gd
Warning: no license set
---> 3 errors and 1 warnings found.
---> Verifying Portfile for contao
Error: Unknown dependency: php5-imagick
Error: Unknown dependency: php5-gd
Error: Unknown dependency: php5-mysql
Error: Unknown dependency: php5-xsl
---> 4 errors and 0 warnings found.
---> Verifying Portfile for dokuwiki
Warning: Line 38 should use the expansion operator instead of the eval
procedure. Change
Warning: eval copy [glob ${worksrcpath}/*] ${docroot}
Warning: to
Warning: copy {*}[glob ${worksrcpath}/*] ${docroot}
---> 0 errors and 1 warnings found.
---> Verifying Portfile for mediawiki
Warning: Line 36 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${worksrcpath}/*] ${destroot}${docpath}
Warning: to
Warning: file copy {*}[glob ${worksrcpath}/*] ${destroot}${docpath}
Error: Unknown dependency: php5-intl
Error: Unknown dependency: php5-dba
Error: Unknown dependency: php5-mbstring
Error: Unknown dependency: php5-mysql
---> 4 errors and 1 warnings found.
---> Verifying Portfile for mybb
Error: Unknown dependency: php5-imagick
Error: Unknown dependency: php5-gd
Error: Unknown dependency: php5-mysql
Error: Unknown dependency: php5-xsl
---> 4 errors and 0 warnings found.
---> Verifying Portfile for php5-shindig
Error: Unknown dependency: php5-mcrypt
Error: Unknown dependency: php5-curl
Error: Unknown dependency: php5-openssl
---> 3 errors and 0 warnings found.
---> Verifying Portfile for phpicalendar
Warning: no license set
---> 0 errors and 1 warnings found.
---> Verifying Portfile for postfixadmin
Warning: Line 37 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${workpath}/${distname}/*]
${docpath}/html
Warning: to
Warning: file copy {*}[glob ${workpath}/${distname}/*] ${docpath}/html
---> 0 errors and 1 warnings found.
---> Verifying Portfile for sahana2
Warning: Line 36 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${worksrcpath}/*] ${docpath}/sahana
Warning: to
Warning: file copy {*}[glob ${worksrcpath}/*] ${docpath}/sahana
Error: Unknown dependency: php5-mysql
Error: Unknown dependency: php5-gd
Error: Unknown dependency: php5-curl
---> 3 errors and 1 warnings found.
---> Verifying Portfile for sgwi
Warning: Line 39 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${workpath}/${distname}/*]
${destroot}${docpath}/html
Warning: to
Warning: file copy {*}[glob ${workpath}/${distname}/*]
${destroot}${docpath}/html
---> 0 errors and 1 warnings found.
---> Verifying Portfile for squirrelmail
Warning: Line 45 should use the expansion operator instead of the eval
procedure. Change
Warning: eval file copy [glob ${workpath}/${distname}/*] ${docpath}
Warning: to
Warning: file copy {*}[glob ${workpath}/${distname}/*] ${docpath}
Error: Unknown dependency: php5-gettext
Error: Unknown dependency: php5-mbstring
Error: Unknown dependency: php5-pspell
---> 3 errors and 1 warnings found.
---> Verifying Portfile for tiki
Error: Unknown dependency: php5-mysql
---> 1 errors and 0 warnings found.
---> Verifying Portfile for websvn
Error: Unknown dependency: php5-mbstring
---> 1 errors and 0 warnings found.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/53522>
MacPorts <https://www.macports.org/>
Ports system for macOS