vim, weechat
- Weechat reinstalled with Python 2.7 support
- Apr 29 01:46:45 ysul pkg-static: vim-7.4.712 installed
vim, weechat
Apr 28 15:23:41 ysul pkg: libkate-0.4.1_5 installed
Apr 28 15:23:41 ysul pkg: ffmpeg2theora-0.29_2 installed
We first reinstall the applications which need Ruby.
Apr 28 13:20:44 ysul pkg: libiconv upgraded: 1.14_6 -> 1.14_8
Enjoy the triumvirat.
Apr 28 12:36:50 ysul pkg-static: neon-0.30.1 installed
Cleaned output available as P66.
First piece of upgrade
$ cd /usr/ports/lang/ruby22 $ make install [...] $ ln -s /usr/local/bin/ruby22 /usr/local/bin/ruby $ rehash $ ruby -v ruby 2.2.2p95 (2015-04-13 revision 50295) [amd64-freebsd10]
We've successfully compiled Ruby 2.2
Through ports
Straightforward to upgrade
See P65 for the details of the packages concerned.
If possible, a SASL version would be nice to solve this MediaWiki feature request.
Works but some issues with configuration.
# Requested by Dereckson
# Requested at 1430016595
server {
listen 80;
listen [2001:470:1f12:9e1::2]:80;
listen [2001:470:1f13:9e1:0:c0ff:ee:1]:80;
server_name devcentral51.nasqueron.org;
access_log /var/log/www/nasqueron.org/devcentral51-access.log main;
error_log /var/log/www/nasqueron.org/devcentral51-error.log;
root /home/dereckson/dev/nasqueron/devcentral/phabricator/webroot;Looks good to me.
Match real Python artifacts (.py[cod] for example).
Please update P64 and publish the final script to this repository.
docker exec $INSTANCE_NAME ssh -o StrictHostKeyChecking=no ${REPO_LOGIN}@${REPO_HOST}