Date: Mon, 5 Jan 2009 16:13:11 GMT From: Matt Tosto <datahead4@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130197: Add "compat" link library to "msn" target in libmsn Message-ID: <200901051613.n05GDBNk066120@www.freebsd.org> Resent-Message-ID: <200901051620.n05GK13G039407@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901051613.n05GDBNk066120>