head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.1.0.12 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.10 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.8 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.6 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.4 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.2 pkgsrc-2010Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2012.03.17.14.18.49; author taca; state dead; branches; next 1.1; 1.1 date 2010.09.10.04.42.58; author taca; state Exp; branches; next ; desc @@ 1.2 log @Remove ruby-postgresql. There is postgresql.gem named 0.8.1 and its README.txt says: This is an old, deprecated version of the Ruby PostgreSQL driver that hasn't been maintained or supported since early 2008. You should install/require 'pg' instead. So, say good-by to databases/ruby-postgresql and use databases/ruby-pg. @ text @$NetBSD: patch-aa,v 1.1 2010/09/10 04:42:58 taca Exp $ Don't use deprecated constant PLATFORM, use RUBY_PLATFORM. --- ext/extconf.rb.orig 2010-08-27 23:28:37.000000000 +0000 +++ ext/extconf.rb @@@@ -1,13 +1,13 @@@@ # windows compatibility, need different library name -if(PLATFORM =~ /mingw|mswin/) then +if(RUBY_PLATFORM =~ /mingw|mswin/) then $libname = '/ms/libpq' else $libname = 'pq' end -if(PLATFORM =~ /darwin/) then +if(RUBY_PLATFORM =~ /darwin/) then # test if postgresql is probably universal bindir = (IO.popen("pg_config --bindir").readline.chomp rescue nil) filetype = (IO.popen("file #{bindir}/pg_config"). @ 1.1 log @* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. * Add patches for supporting ruby19. @ text @d1 1 a1 1 $NetBSD$ @