ports/130197: Add "compat" link library to "msn" target in libmsn

Matt Tosto datahead4 at gmail.com
Mon Jan 5 16:20:02 UTC 2009


>Number:         130197
>Category:       ports
>Synopsis:       Add "compat" link library to "msn" target in libmsn
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 05 16:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Matt Tosto
>Release:        7.1-PRERELEASE
>Organization:
>Environment:
>Description:
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.
>How-To-Repeat:

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

Patch attached with submission follows:

--- ./msn/CMakeLists.txt.orig	2008-11-18 09:17:55.000000000 -0600
+++ ./msn/CMakeLists.txt	2009-01-05 09:08:18.000000000 -0600
@@ -43,11 +43,11 @@
 
 add_library(msn SHARED ${msn_STAT_SRCS})
 set_target_properties(msn PROPERTIES VERSION 0.1.0 
-                                     SOVERSION 0.1
+                                     SOVERSION 0
 )
 
 if(NOT WIN32)
-    target_link_libraries(msn crypto)
+    target_link_libraries(msn crypto compat)
 else(NOT WIN32)
     target_link_libraries(msn ${OPENSSL_EAY_LIBRARIES})
 endif(NOT WIN32)


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list