Hi Stuart,

Thanks for explaining. I now did the following

$ cd /usr
$ cvs -qd [email protected]:/cvs get -P ports
$ cvs up -r OPENBSD_5_8 1.9


but after running the last command there is simply no output and the 1.9 
directory has not been downloaded from CVS. Am I missing something? Btw I am 
running OpenBSD 5.9 (snapshots).

Regards
ML

On Saturday, March 19, 2016 10:05 AM, Stuart Henderson <[email protected]> 
wrote:
On 2016-03-18, ML mail <[email protected]> wrote:
> You mean I should just take the ports.tar.gz file of OpenBSD 5.8 and compile 
> ruby 1.9 from there? 
>
>
> I don't really know where is this CVS attic that you mention. 

This is probably the best way (which includes the security fix in -stable):

$ cd /usr/ports/lang/ruby
$ cvs up -r OPENBSD_5_8 1.9
U 1.9/Makefile
U 1.9/distinfo
U 1.9/patches/patch-common_mk
U 1.9/patches/patch-compile_c
U 1.9/patches/patch-configure
U 1.9/patches/patch-ext_dl_handle_c
U 1.9/patches/patch-ext_openssl_lib_openssl_ssl-internal_rb
U 1.9/patches/patch-ext_tk_extconf_rb
U 1.9/patches/patch-lib_fileutils_rb
U 1.9/patches/patch-lib_rubygems_commands_install_command_rb
U 1.9/patches/patch-lib_rubygems_dependency_installer_rb
U 1.9/patches/patch-lib_rubygems_ext_builder_rb
U 1.9/patches/patch-lib_rubygems_specification_rb
U 1.9/patches/patch-test_openssl_test_ssl_rb
U 1.9/pkg/DESCR-dbm
U 1.9/pkg/DESCR-gdbm
U 1.9/pkg/DESCR-main
U 1.9/pkg/DESCR-ri_docs
U 1.9/pkg/DESCR-tk
U 1.9/pkg/MESSAGE-main
U 1.9/pkg/PLIST-dbm
U 1.9/pkg/PLIST-gdbm
U 1.9/pkg/PLIST-main
U 1.9/pkg/PLIST-ri_docs
U 1.9/pkg/PLIST-tk
U 1.9/pkg/UNMESSAGE-main

Reply via email to