Remove workarounds to sort extensions.ini since ports tree now has a better solution in place to track PHP modules dependencies

This commit is contained in:
Renato Botelho 2016-10-06 13:09:42 -03:00
parent ee9a44e740
commit 0ff0f44d98
2 changed files with 0 additions and 7 deletions

View File

@ -101,9 +101,6 @@ else
fi
fi
/bin/chmod 0644 /usr/local/etc/php/extensions.ini
/usr/bin/sort -u -o /usr/local/etc/php/extensions.ini /usr/local/etc/php/extensions.ini
# Set upload directory
if [ "$PLATFORM" = "nanobsd" ]; then
UPLOADTMPDIR=$(/usr/local/sbin/read_global_var upload_path "/root")

View File

@ -506,10 +506,6 @@ pkg_upgrade() {
delete_annotation=""
fi
# XXX: workaround for #5300
sort -u ${chroot_dir}/usr/local/etc/php/extensions.ini > /tmp/extensions.ini
mv /tmp/extensions.ini ${chroot_dir}/usr/local/etc/php/extensions.ini
pkg ${pkg_chroot} annotate -q -M ${kernel_pkg} next_stage 3
next_stage=3