Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 17:22:38 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387391 - in head/net/freerdp: . files
Message-ID:  <201505251722.t4PHMcOY049080@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Mon May 25 17:22:38 2015
New Revision: 387391
URL: https://svnweb.freebsd.org/changeset/ports/387391

Log:
  Exclude libssl from .pc.  We don't provide libssl.pc for openssl in
  base.  Without this, net/vinagre fails to configure.

Added:
  head/net/freerdp/files/patch-freerdp.pc.in   (contents, props changed)
  head/net/freerdp/files/patch-winpr.pc.in   (contents, props changed)
Modified:
  head/net/freerdp/Makefile

Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile	Mon May 25 16:55:34 2015	(r387390)
+++ head/net/freerdp/Makefile	Mon May 25 17:22:38 2015	(r387391)
@@ -3,6 +3,7 @@
 
 PORTNAME=	freerdp
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	net comms ipv6
 
 MAINTAINER=	ports@FreeBSD.org

Added: head/net/freerdp/files/patch-freerdp.pc.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/freerdp/files/patch-freerdp.pc.in	Mon May 25 17:22:38 2015	(r387391)
@@ -0,0 +1,13 @@
+Index: freerdp.pc.in
+diff -u freerdp.pc.in.orig freerdp.pc.in
+--- freerdp.pc.in.orig	2014-09-12 07:46:32.000000000 +0900
++++ freerdp.pc.in	2015-05-26 02:05:37.874925433 +0900
+@@ -9,7 +9,7 @@
+ URL: http://www.freerdp.com/
+ Version: @FREERDP_VERSION_FULL@
+ Requires: 
+-Requires.private: winpr zlib libssl
++Requires.private: winpr zlib
+ Libs: -L${libdir} ${libs}
+ Libs.private: -ldl -lpthread
+ Cflags: -I${includedir}

Added: head/net/freerdp/files/patch-winpr.pc.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/freerdp/files/patch-winpr.pc.in	Mon May 25 17:22:38 2015	(r387391)
@@ -0,0 +1,13 @@
+Index: winpr.pc.in
+diff -u winpr.pc.in.orig winpr.pc.in
+--- winpr.pc.in.orig	2014-09-12 07:46:32.000000000 +0900
++++ winpr.pc.in	2015-05-26 02:05:59.353925013 +0900
+@@ -9,7 +9,7 @@
+ URL: http://www.freerdp.com/
+ Version: @WINPR_VERSION_FULL@
+ Requires: 
+-Requires.private: zlib libssl
++Requires.private: zlib
+ Libs: -L${libdir} ${libs}
+ Libs.private: -ldl -lrt -lm -lpthread
+ Cflags: -I${includedir}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505251722.t4PHMcOY049080>