Bug 83555 - misc/mime-support package does not install the run-mailcap script
Summary: misc/mime-support package does not install the run-mailcap script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-16 13:00 UTC by Ed Schouten
Modified: 2005-07-16 13:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2005-07-16 13:00:32 UTC
The misc/mime-support package does not install the run-mailcap script. run-mailcap is a script which start the appropriate viewer according to its mimetype. For example:

run-mailcap foo.jpg

would launch the Gimp (if setup in your mailcap).

Some applications (especially those created in the Linux world, Ion3 for example) depend on Debian's run-mailcap script for launching other applications

Fix: 

Apply the following patch to the misc/mime-support Makefile:

http://www.il.fontys.nl/~ed/mime-support.patch
How-To-Repeat: Type `run-mailcap` in your shell. An error like 'run-mailcap: not found' will appear.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2005-07-16 13:07:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2005-07-16 13:28:33 UTC
State Changed
From-To: open->closed

Comitted, Thanks!