#11406 closed update (fixed)
Abandon of rb-plruby
Reported by: | sava.chankov@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | sixtus@…, markd@… | |
Port: |
Description
rb-plruby is now abandoned by its current maintainer. Hagen, now you can take it over.
Attachments (2)
Change History (15)
comment:1 Changed 18 years ago by markd@…
comment:2 Changed 18 years ago by rhwood@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in changeset:23533
comment:3 Changed 17 years ago by sixtus@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Hello all,
I was already CC'ed to begin with. I promised to take over much much earlier, well better late than never.
Although being a TCL n00b, this Portfile is better than ever. Also willing to take over ownership.
Changed 17 years ago by sixtus@…
Updated to 0.5.0 and psql 8.2, added variant
comment:4 Changed 17 years ago by markd@…
Cc: | markd@… added |
---|
Could you submit the update as a patch please? Use diff -u Portfile.org Portfile >Portfile.diff
comment:5 Changed 17 years ago by sixtus@…
Sorry for the delay. Been on vacation and then waited for some additional patches to make it into the release. Attached is a patch for Version 0.5.1, which is like 5mins old.
comment:6 Changed 17 years ago by markd@…
What should the BUNDLE variable return in the ui_msgs? It is blank for me. And is "as '${BUNDLE}' language 'C'" supposed to be on a separate line?
comment:7 Changed 17 years ago by sixtus@…
That's strange. Here is my output:
---> Activating rb-plruby 0.5.1_0+safe_level0 To install pl/ruby in your database, issue the following commands:
create function plruby_call_handler() returns language_handler
as '/opt/local/lib/ruby/vendor_ruby/1.8/i686-darwin8.9.1/plruby.bundle' language 'C';
create trusted language 'plruby' handler plruby_call_handler lancompiler 'PL/Ruby';
---> Cleaning rb-plruby
From my own experience, figuring out the path is quite tricky. Also, it changes from version to version of OSX. Thus, I figured out a way to display it. As you can see, the path is quite long, thus the new line. SQL doesn't care for whitespace.
Can you give me any hints about your setup, so I can figure out how to alter the BUNDLE scanning to make it run on your system too?
comment:8 Changed 17 years ago by markd@…
MacPorts already provides the variable you want. So scotch the "set ${BUNDLE} ..." line and use this for the ui_msg:
${ruby.archlib}/plruby.bundle
It is more efficient and works fine on my system. Variables like that are in the new MacPorts guide.
Changed 17 years ago by sixtus@…
Attachment: | Portfile.diff added |
---|
comment:10 Changed 17 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Committed. Thanks!
comment:11 Changed 17 years ago by nox@…
Cc: | sixtus@gmail.com,markd@macports.org → sixtus@gmail.com, markd@macports.org |
---|---|
Milestone: | → Port Updates |
Priority: | Not set → Normal |
Summary: | [Port Abandoned] rb-plruby → Abandon of rb-plruby |
Type: | task → enhancement |
comment:12 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
Should the maintainer address be set to sixtus@…? Otherwise, if you no longer wish to be maintainer, then the maintainer address should be set to nomaintainer@….