Opened 7 years ago

Last modified 2 years ago

#53522 new defect

Removed php5-* ports still have dependents

Reported by: jmroot (Joshua Root) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ryandesign (Ryan Carsten Schmidt), kurthindenburg (Kurt Hindenburg), cooljeanius (Eric Gallager)
Port: mediawiki sgwi websvn

Description

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.

Change History (15)

comment:1 Changed 7 years ago by mf2k (Frank Schima)

In 8a5d39f171cb9d800b22c7e22c8ebda96b6c1e5e/macports-ports:

wordpress:

  • Update to version 4.7
  • Remove non-existant dependencies
  • Add variants for php55 php56 php70 and php71

Closes: #45639
Closes: #53223
Closes: #54284
See: #53522

comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Port: squirrelmail removed

squirrelmail fixed in #55366.

comment:3 Changed 6 years ago by jmroot (Joshua Root)

Port: swig-php5 removed

comment:5 Changed 6 years ago by jmroot (Joshua Root)

Port: postfixadmin removed

comment:6 Changed 6 years ago by jmroot (Joshua Root)

Port: wordpress removed

comment:7 Changed 5 years ago by kurthindenburg (Kurt Hindenburg)

Port: dokuwiki removed

comment:8 Changed 5 years ago by kurthindenburg (Kurt Hindenburg)

Port: contao gallery moodle removed

contao, gallery, moodle - obsolete ports removed

comment:9 Changed 5 years ago by kurthindenburg (Kurt Hindenburg)

Cc: kurthindenburg added

comment:10 Changed 5 years ago by kurthindenburg (Kurt Hindenburg)

Port: tiki removed

comment:11 Changed 5 years ago by kurthindenburg (Kurt Hindenburg)

Port: mybb php5-shindig sahana2 removed

mybb - updated php5-shindig sahana2 - removed

comment:12 Changed 5 years ago by kurthindenburg (Kurt Hindenburg)

Port: phpicalendar removed

phpicalendar was removed earlier this year

comment:13 Changed 5 years ago by chrstphrchvz (Christopher Chavez)

In a0f01ec2915f391df67ac1625c9ba294f71ec1d9/macports-ports (master):

php5-zorba, php5-spidermonkey: delete ports

php5extension-1.0.tcl: delete unused portgroup

Closes: #24486
Closes: #34560
See: #53522
See: #58308
Closes: #58419

comment:14 Changed 5 years ago by kurthindenburg (Kurt Hindenburg)

Port: php5-spidermonkey php5-zorba removed

comment:15 Changed 2 years ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.