Bug 130197 - Add "compat" link library to "msn" target in net-im/libmsn
Summary: Add "compat" link library to "msn" target in net-im/libmsn
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-05 16:20 UTC by Matt
Modified: 2009-01-16 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (542 bytes, patch)
2009-01-05 16:20 UTC, Matt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt 2009-01-05 16:20:01 UTC
The recent libmsn update to version 4.0 beta2 included a patch file that added the "compat" link library to the "msntest" cmake target.  The "compat" library is also needed in the "msn" cmake target.

Fix: See attached, updated "patch-msn__CMakeLists.txt" file for proposed fix.

Patch attached with submission follows:
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2009-01-12 11:25:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-01-16 21:34:53 UTC
makc        2009-01-16 21:34:44 UTC

  FreeBSD ports repository

  Modified files:
    net-im/libmsn        Makefile 
  Added files:
    net-im/libmsn/files  patch-msn__util.cpp 
  Removed files:
    net-im/libmsn/files  patch-msntest__CMakeLists.txt 
  Log:
  Fix build on amd64.
  
  PR:             ports/130197
  Submitted by:   Matt Tosto <datahead4 at gmail.com> (maintainer)
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.12      +1 -0      ports/net-im/libmsn/Makefile
  1.1       +26 -0     ports/net-im/libmsn/files/patch-msn__util.cpp (new)
  1.2       +0 -11     ports/net-im/libmsn/files/patch-msntest__CMakeLists.txt (dead)
_______________________________________________
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 Max Brazhnikov freebsd_committer freebsd_triage 2009-01-16 21:35:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!