svn commit: r387391 - in head/net/freerdp: . files
Hajimu UMEMOTO
ume at FreeBSD.org
Mon May 25 17:22:39 UTC 2015
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 at 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}
More information about the svn-ports-all
mailing list