On 03/19/16 20:14, ML mail wrote: > Sorry my previous post was sent unfinished. Here again and complete: > > My bad, in my CVS example I had a mistake, here is the correct procedure I > used: > > $ cd /usr > $ cvs -qd anon...@anoncvs.ca.openbsd.org:/cvs get -P ports > $ cd /usr/ports/lang/ruby > $ cvs up -r OPENBSD_5_8 1.9 > > But nothing happens I also tried from the same directory this command: > > $ cvs up -r OPENBSD_5_8 lang/ruby/1.9 > > Then I just get: > > > cvs [update aborted]: no such directory `lang/ruby' > > So I am still doing something wrong here but what? > > Regarding Snorby I patched its config/application.rb for the version checker > as suggested, this worked but unfortunately ruby core dumps when I run the > "bundle exec rake snorby:setup RAILS_ENV=production". By the way I am using > the ruby pacakge 2.0 here from OpenBSD. > What I was saying is the change to config/application.rb shows the current github should work with ruby 2.x, and had been using ruby 2.2 in the past.
Not to just patch the single file, but use git to fetch the whole current snorby from github You could download and extract using this url.... https://github.com/Snorby/snorby/archive/master.zip or you use git clone This is what I get using cvs, if using a different repository you might add -d anon...@anoncvs.ca.openbsd.org:/cvs $ pwd /usr/ports/lang/ruby $ cvs -R up -Pd -r OPENBSD_5_8 1.9 cvs update: Updating 1.9 U 1.9/Makefile U 1.9/distinfo cvs update: Updating 1.9/patches 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 cvs update: Updating 1.9/pkg 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 Then to return things to normal $ cvs -R up -PdA cvs update: Updating . M Makefile.inc cvs update: Updating 1.8 cvs update: Updating 1.8/patches cvs update: Updating 1.8/pkg cvs update: Updating 1.9 cvs update: 1.9/Makefile is no longer in the repository cvs update: 1.9/distinfo is no longer in the repository cvs update: Updating 1.9/patches cvs update: 1.9/patches/patch-common_mk is no longer in the repository cvs update: 1.9/patches/patch-compile_c is no longer in the repository cvs update: 1.9/patches/patch-configure is no longer in the repository cvs update: 1.9/patches/patch-ext_dl_handle_c is no longer in the repository cvs update: 1.9/patches/patch-ext_openssl_lib_openssl_ssl-internal_rb is no longer in the repository cvs update: 1.9/patches/patch-ext_tk_extconf_rb is no longer in the repository cvs update: 1.9/patches/patch-lib_fileutils_rb is no longer in the repository cvs update: 1.9/patches/patch-lib_rubygems_commands_install_command_rb is no longer in the repository cvs update: 1.9/patches/patch-lib_rubygems_dependency_installer_rb is no longer in the repository cvs update: 1.9/patches/patch-lib_rubygems_ext_builder_rb is no longer in the repository cvs update: 1.9/patches/patch-lib_rubygems_specification_rb is no longer in the repository cvs update: 1.9/patches/patch-test_openssl_test_ssl_rb is no longer in the repository cvs update: Updating 1.9/pkg cvs update: 1.9/pkg/DESCR-dbm is no longer in the repository cvs update: 1.9/pkg/DESCR-gdbm is no longer in the repository cvs update: 1.9/pkg/DESCR-main is no longer in the repository cvs update: 1.9/pkg/DESCR-ri_docs is no longer in the repository cvs update: 1.9/pkg/DESCR-tk is no longer in the repository cvs update: 1.9/pkg/MESSAGE-main is no longer in the repository cvs update: 1.9/pkg/PLIST-dbm is no longer in the repository cvs update: 1.9/pkg/PLIST-gdbm is no longer in the repository cvs update: 1.9/pkg/PLIST-main is no longer in the repository cvs update: 1.9/pkg/PLIST-ri_docs is no longer in the repository cvs update: 1.9/pkg/PLIST-tk is no longer in the repository cvs update: 1.9/pkg/UNMESSAGE-main is no longer in the repository cvs update: Updating 2.0 cvs update: Updating 2.0/patches cvs update: Updating 2.0/pkg cvs update: Updating 2.1 cvs update: Updating 2.1/patches cvs update: Updating 2.1/pkg cvs update: Updating 2.2 cvs update: Updating 2.2/patches cvs update: Updating 2.2/pkg cvs update: Updating 2.3 cvs update: Updating 2.3/patches cvs update: Updating 2.3/pkg cvs update: Updating files cvs update: Updating patches cvs update: Updating pkg