Index: head/databases/postgresql-plruby/files/patch-extconf.rb =================================================================== --- head/databases/postgresql-plruby/files/patch-extconf.rb (nonexistent) +++ head/databases/postgresql-plruby/files/patch-extconf.rb (revision 449023) @@ -0,0 +1,11 @@ +--- extconf.rb.orig 2017-08-31 10:56:23 UTC ++++ extconf.rb +@@ -122,6 +122,8 @@ end + case version_str = `#{pg_config} --version` + when /^PostgreSQL ([7-9])\.([0-9]{1,3})(\.[0-9]{1,3})?$/ + version = 10 * $1.to_i + $2.to_i ++when /^PostgreSQL 10/ ++ version = 100 + else + version = 0 + end Property changes on: head/databases/postgresql-plruby/files/patch-extconf.rb ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property