Ticket #29867: patch-Portfile.diff
File patch-Portfile.diff, 601 bytes (added by l2g@…, 13 years ago) |
---|
-
dports/lang/php5/Portfile
185 185 return -code error "incompatible Mac OS X version" 186 186 } 187 187 if {1} { 188 ui_error "There is no suhosin patch for PHP ${version} yet. Please check back later ."188 ui_error "There is no suhosin patch for PHP ${version} yet. Please check back later, or install php5-suhosin." 189 189 return -code error "unavailable variant" 190 190 } 191 191 }