From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 15 21:40:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94C44F21 for ; Mon, 15 Oct 2012 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 68DCB8FC17 for ; Mon, 15 Oct 2012 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9FLe17i059594 for ; Mon, 15 Oct 2012 21:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9FLe1SZ059593; Mon, 15 Oct 2012 21:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 15 Oct 2012 21:40:01 GMT Resent-Message-Id: <201210152140.q9FLe1SZ059593@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhihao Yuan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F23FDEDD for ; Mon, 15 Oct 2012 21:38:53 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id B59BC8FC17 for ; Mon, 15 Oct 2012 21:38:53 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k10so11394249iea.13 for ; Mon, 15 Oct 2012 14:38:52 -0700 (PDT) Received: by 10.50.51.225 with SMTP id n1mr10214236igo.7.1350337132799; Mon, 15 Oct 2012 14:38:52 -0700 (PDT) Received: from localhost (mdb5036d0.tmodns.net. [208.54.80.219]) by mx.google.com with ESMTPS id ez8sm7372291igb.17.2012.10.15.14.38.49 (version=SSLv3 cipher=OTHER); Mon, 15 Oct 2012 14:38:51 -0700 (PDT) Message-Id: <507c826b.a864320a.2f50.209a@mx.google.com> Date: Mon, 15 Oct 2012 14:38:51 -0700 (PDT) From: Zhihao Yuan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/172737: [PATCH] devel/yaml-cpp must provide a .so with major version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2012 21:40:01 -0000 >Number: 172737 >Category: ports >Synopsis: [PATCH] devel/yaml-cpp must provide a .so with major version >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 15 21:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.3-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD elitebook.hp 8.3-STABLE FreeBSD 8.3-STABLE #4 r240363: Tue Sep 11 10:40:15 CDT 2012 lichray@elitebook.hp:/usr/obj/usr/src/sys/HOUKAGO amd64 >Description: Or ldconfig/LIB_DEPENDS can't recognize it. >How-To-Repeat: >Fix: --- yaml-cpp-0.3.0_1.patch begins here --- diff -ruN --exclude=CVS ../yaml-cpp.orig/Makefile ./Makefile --- ../yaml-cpp.orig/Makefile 2012-09-30 22:03:19.000000000 -0500 +++ ./Makefile 2012-10-15 16:34:36.193613031 -0500 @@ -5,6 +5,7 @@ PORTNAME= yaml-cpp PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff -ruN --exclude=CVS ../yaml-cpp.orig/files/patch-CMakeLists.txt ./files/patch-CMakeLists.txt --- ../yaml-cpp.orig/files/patch-CMakeLists.txt 1969-12-31 18:00:00.000000000 -0600 +++ ./files/patch-CMakeLists.txt 2012-10-15 16:34:17.286285227 -0500 @@ -0,0 +1,11 @@ +--- CMakeLists.txt~ 2012-10-15 16:29:19.593083413 -0500 ++++ CMakeLists.txt 2012-10-15 16:31:26.535309379 -0500 +@@ -237,7 +237,7 @@ add_library(yaml-cpp + + set_target_properties(yaml-cpp PROPERTIES + VERSION "${YAML_CPP_VERSION}" +- SOVERSION "${YAML_CPP_VERSION_MAJOR}.${YAML_CPP_VERSION_MINOR}" ++ SOVERSION "${YAML_CPP_VERSION_MAJOR}" + PROJECT_LABEL "yaml-cpp ${LABEL_SUFFIX}" + ) + diff -ruN --exclude=CVS ../yaml-cpp.orig/pkg-plist ./pkg-plist --- ../yaml-cpp.orig/pkg-plist 2012-09-30 22:03:19.000000000 -0500 +++ ./pkg-plist 2012-10-15 16:35:49.727887074 -0500 @@ -26,7 +26,7 @@ include/yaml-cpp/traits.h include/yaml-cpp/yaml.h lib/libyaml-cpp.so -lib/libyaml-cpp.so.0.3 +lib/libyaml-cpp.so.0 lib/libyaml-cpp.so.0.3.0 libdata/pkgconfig/yaml-cpp.pc @dirrm include/yaml-cpp/contrib --- yaml-cpp-0.3.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: