pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ccrtp



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 13 18:22:10 UTC 2019

Modified Files:
        pkgsrc/net/ccrtp: Makefile PLIST

Log Message:
cctp: fix shared library name


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ccrtp/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ccrtp/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ccrtp/Makefile
diff -u pkgsrc/net/ccrtp/Makefile:1.12 pkgsrc/net/ccrtp/Makefile:1.13
--- pkgsrc/net/ccrtp/Makefile:1.12      Tue Apr 17 22:29:32 2018
+++ pkgsrc/net/ccrtp/Makefile   Sun Jan 13 18:22:10 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2018/04/17 22:29:32 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.13 2019/01/13 18:22:10 adam Exp $
 
 DISTNAME=      ccrtp-2.1.2
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=ccrtp/}
 
@@ -11,14 +10,16 @@ HOMEPAGE=   http://www.gnu.org/software/cc
 COMMENT=       RTP and RTSP protocol implementation using GNU CommonCpp
 LICENSE=       gnu-gpl-v2
 
-USE_PKGLOCALEDIR=      yes
-USE_LIBTOOL=           yes
+USE_CMAKE=             yes
 USE_LANGUAGES+=                c c++
+USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            pkg-config
-USE_CMAKE=             yes
 PKGCONFIG_OVERRIDE+=   libccrtp.pc.in
 INFO_FILES=            yes
 
+CMAKE_ARGS+=   -DLIB_VERSION=${PKGVERSION_NOREV}
+CMAKE_ARGS+=   -DSOVERSION=2
+
 .include "options.mk"
 
 BUILDLINK_API_DEPENDS.ucommon+=        ucommon>=6.3.1

Index: pkgsrc/net/ccrtp/PLIST
diff -u pkgsrc/net/ccrtp/PLIST:1.3 pkgsrc/net/ccrtp/PLIST:1.4
--- pkgsrc/net/ccrtp/PLIST:1.3  Mon Jan  1 22:29:46 2018
+++ pkgsrc/net/ccrtp/PLIST      Sun Jan 13 18:22:10 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/01 22:29:46 rillig Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/01/13 18:22:10 adam Exp $
 include/ccrtp/CryptoContext.h
 include/ccrtp/CryptoContextCtrl.h
 include/ccrtp/base.h
@@ -17,5 +17,6 @@ include/ccrtp/rtppkt.h
 include/ccrtp/sources.h
 info/ccrtp.info
 lib/libccrtp.so
-lib/libccrtp.so.SOVERSION
+lib/libccrtp.so.${PKGVERSION}
+lib/libccrtp.so.2
 lib/pkgconfig/libccrtp.pc



Home | Main Index | Thread Index | Old Index