Bug 134449 - [PATCH] misc/shared-mime-info: Respect LOCALBASE
Summary: [PATCH] misc/shared-mime-info: Respect LOCALBASE
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-11 08:40 UTC by Tim Bishop
Modified: 2009-05-11 13:30 UTC (History)
1 user (show)

See Also:


Attachments
shared-mime-info-0.60.patch (909 bytes, patch)
2009-05-11 08:40 UTC, Tim Bishop
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Bishop freebsd_committer freebsd_triage 2009-05-11 08:40:04 UTC
This port does not correctly respect LOCALBASE. If it is set to
anything other than /usr/local it installs files in to the wrong
location. It's actually caused by one of the patches, rather than the
port itself.

Diff is attached to fix it.

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-11 08:40:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-11 13:23:11 UTC
mezz        2009-05-11 12:23:00 UTC

  FreeBSD ports repository

  Modified files:
    misc/shared-mime-info Makefile 
    misc/shared-mime-info/files patch-Makefile.in 
  Log:
  Restore the %%MIMEDIRS%% to respect the paths, bump the PORTREVISION.
  
  PR:             ports/134449
  Submitted by:   Tim Bishop <tim@bishnet.net>
  
  Revision  Changes    Path
  1.56      +1 -0      ports/misc/shared-mime-info/Makefile
  1.9       +1 -1      ports/misc/shared-mime-info/files/patch-Makefile.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2009-05-11 13:23:23 UTC
State Changed
From-To: open->closed

Committed, thanks!