New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17434 (new defect)

Opened 5 years ago

Last modified 2 years ago

rxvt-unicode 9.06 macosx-clipboard module doesn't work

Reported by: devel@… Owned by: evangoldenberg@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: macosx-clipboard, perl-modules Cc: ryandesign@…
Port: rxvt-unicode

Description

rxvt-unicode comes with a bunch of modules, written in perl that provide rxvt-unicode with enhanced features.

One of those modules 'macosx-clipboard' is meant to provide copy and paste support between the Mac Os X clipboard and X11.

But that module uses "Foundation.pm", and this module is only available from the Mac Os X perl installation. Then, when you start rxvt-unicode with that module enabled, the perl interpreter prompts the error: "Can't locate Foundation.pm in @INC" and the module isn't loaded.

I've been trying a lot of things to workaround this issue (uninstalling perl from port and trying to build rxvt-unicode against the Mac Os X installation) but untill now the only thing that actually worked was modifying the module so it won't use "Foundation.pm".

Attached within this ticket is my version of the module (to be placed in /opt/local/lib/urxvt/perl/)

Attachments

macosx-clipboard (2.0 KB) - added by devel@… 5 years ago.

Change History

Changed 5 years ago by devel@…

comment:1 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

comment:2 Changed 3 years ago by jmr@…

  • Owner changed from macports-tickets@… to evangoldenberg@…

comment:3 Changed 3 years ago by evangoldenberg@…

rxvt-unicode no longer requires system perl for the macosx-clipboard module. The relevant functionality is now provided by Mac::Pasteboard, which I have created a new port for in #26856.

No modifications to macosx-clipboard are necessary.

comment:4 Changed 2 years ago by ryandesign@…

  • Cc ryandesign@… added

p5-mac-pasteboard has been committed; see #26856. Does rxvt-unicode now need a dependency on it?

Note: See TracTickets for help on using tickets.