Bug 161433 - devel/libev: Wrong line in libev.pc.in
Summary: devel/libev: Wrong line in libev.pc.in
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: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-09 18:00 UTC by Raphael Kubo da Costa
Modified: 2011-10-10 15:31 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa freebsd_committer freebsd_triage 2011-10-09 18:00:16 UTC
	files/libev.pc.in has a line saying "includedi=${prefix}/include", which should be "includedir=${prefix}/include". This makes pkg-config detection not work for libev.

Fix: 

s/includedi/includedir/.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-09 18:00:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vsevolod

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-10 15:22:31 UTC
vsevolod    2011-10-10 14:22:21 UTC

  FreeBSD ports repository

  Modified files:
    devel/libev          Makefile 
    devel/libev/files    libev.pc.in 
  Log:
  - Fix misprint in libev.pc.in file
  - Update PORTREVISION to provide correct version of libev.pc for the port
  
  PR:             161433
  Submitted by:   rakuco
  
  Revision  Changes    Path
  1.12      +1 -0      ports/devel/libev/Makefile
  1.2       +1 -1      ports/devel/libev/files/libev.pc.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 Vsevolod Stakhov freebsd_committer freebsd_triage 2011-10-10 15:30:56 UTC
State Changed
From-To: open->closed

Committed, thanks!