Bug 155293 - [regression][patch] devel/libevent2: no compat headers via pkg-config
Summary: [regression][patch] devel/libevent2: no compat headers via pkg-config
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-05 15:20 UTC by swell.k
Modified: 2011-03-06 20:31 UTC (History)
0 users

See Also:


Attachments
a.diff (661 bytes, patch)
2011-03-05 15:20 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2011-03-05 15:20:09 UTC
Allow pkg-config users to find libevent14 compatability headers.
Unlike vanilla sources the port moves the headers outside directory
advertised via pkg-config. So, depending ports that use them and
pkg-config are forced to alter CFLAGS manually.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-05 15:29:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-06 20:25:52 UTC
mm          2011-03-06 20:25:39 UTC

  FreeBSD ports repository

  Modified files:
    devel/libevent2      Makefile 
  Added files:
    devel/libevent2/files patch-libevent.pc.in 
                          patch-libevent_openssl.pc.in 
                          patch-libevent_pthreads.pc.in 
  Log:
  - Fix library linking in libevent.pc [1]
  - Add compatibility include to libevent.pc [2]
  
  PR:             ports/155315 [1], ports/155293 [2]
  Submitted by:   Jeremy Messenger <mezz@FreeBSD.org> [1]
  Suggested by:   swell.k@gmail.com [2]
  
  Revision  Changes    Path
  1.3       +1 -0      ports/devel/libevent2/Makefile
  1.1       +12 -0     ports/devel/libevent2/files/patch-libevent.pc.in (new)
  1.1       +12 -0     ports/devel/libevent2/files/patch-libevent_openssl.pc.in (new)
  1.1       +12 -0     ports/devel/libevent2/files/patch-libevent_pthreads.pc.in (new)
_______________________________________________
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 Martin Matuska freebsd_committer freebsd_triage 2011-03-06 20:31:49 UTC
State Changed
From-To: open->closed

Resolved. Thanks!