Bug 168204 - [patch] misc/shared-mime-info: Missing build dependency.
Summary: [patch] misc/shared-mime-info: Missing build dependency.
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: 2012-05-21 18:20 UTC by Romain Tartière
Modified: 2012-05-21 23:40 UTC (History)
0 users

See Also:


Attachments
shared-mime-info.diff (323 bytes, patch)
2012-05-21 18:20 UTC, Romain Tartière
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Romain Tartière freebsd_committer freebsd_triage 2012-05-21 18:20:01 UTC
Trying to build misc/shared-mime-info on my package building system, it failed
at configure step because pkg-config was not present.

Fix: Add pkg-config to BUILD_DEPENDS.
How-To-Repeat: 
Try to build misc/shared-mime-info on a system without pkg-config.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-21 18:20:19 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 2012-05-21 23:33:26 UTC
mezz        2012-05-21 22:33:16 UTC

  FreeBSD ports repository

  Modified files:
    misc/shared-mime-info Makefile pkg-plist 
  Log:
  -Add a missing dependency. [1]
  -Fix the plist. [2]
  -Bump the PORTREVISION.
  
  PR:             ports/168204 [1]
  Reported by:    romain [1]
  Submitted by:   fluffy [2]
  
  Revision  Changes    Path
  1.66      +2 -1      ports/misc/shared-mime-info/Makefile
  1.39      +1 -1      ports/misc/shared-mime-info/pkg-plist
_______________________________________________
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 2012-05-21 23:33:34 UTC
State Changed
From-To: open->closed

Committed, thanks!