mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Provide a major version .so [1]
- Trim Makefile headers PR: 172737 [1] Submitted by: Zhihao Yuan <lichray@gmail.com> [1] Approved by: Tim Niemueller <tim@niemueller.de> (maintainer) [1] Feature safe: yes
This commit is contained in:
parent
03856920cc
commit
129ab08bbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306248
@ -1,10 +1,9 @@
|
||||
# Created by : Tim Niemueller <tim@niemueller.de>
|
||||
#
|
||||
# Created by: Tim Niemueller <tim@niemueller.de>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yaml-cpp
|
||||
PORTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
|
11
devel/yaml-cpp/files/patch-CMakeLists.txt
Normal file
11
devel/yaml-cpp/files/patch-CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
--- CMakeLists.txt.orig 2012-10-20 09:02:48.000000000 +0800
|
||||
+++ CMakeLists.txt 2012-10-20 09:03:35.000000000 +0800
|
||||
@@ -237,7 +237,7 @@
|
||||
|
||||
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}"
|
||||
)
|
||||
|
@ -26,7 +26,7 @@ include/yaml-cpp/stlnode.h
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user