svn commit: r387699 - in head/net/freerdp: . files
Don Lewis
truckman at FreeBSD.org
Thu May 28 04:46:17 UTC 2015
Author: truckman
Date: Thu May 28 04:46:15 2015
New Revision: 387699
URL: https://svnweb.freebsd.org/changeset/ports/387699
Log:
Similar to r387391, zlib is also in base and there is no zlib.pc, so
remove zlib from freerdp.pc and winpr.pc. Without this, net/vinagre
still fails to configure.
Approved by: mat (mentor, implicit)
Modified:
head/net/freerdp/Makefile
head/net/freerdp/files/patch-freerdp.pc.in
head/net/freerdp/files/patch-winpr.pc.in
Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile Thu May 28 02:38:03 2015 (r387698)
+++ head/net/freerdp/Makefile Thu May 28 04:46:15 2015 (r387699)
@@ -3,7 +3,7 @@
PORTNAME= freerdp
PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net comms ipv6
MAINTAINER= ports at FreeBSD.org
Modified: head/net/freerdp/files/patch-freerdp.pc.in
==============================================================================
--- head/net/freerdp/files/patch-freerdp.pc.in Thu May 28 02:38:03 2015 (r387698)
+++ head/net/freerdp/files/patch-freerdp.pc.in Thu May 28 04:46:15 2015 (r387699)
@@ -7,7 +7,7 @@ diff -u freerdp.pc.in.orig freerdp.pc.in
Version: @FREERDP_VERSION_FULL@
Requires:
-Requires.private: winpr zlib libssl
-+Requires.private: winpr zlib
++Requires.private: winpr
Libs: -L${libdir} ${libs}
Libs.private: -ldl -lpthread
Cflags: -I${includedir}
Modified: head/net/freerdp/files/patch-winpr.pc.in
==============================================================================
--- head/net/freerdp/files/patch-winpr.pc.in Thu May 28 02:38:03 2015 (r387698)
+++ head/net/freerdp/files/patch-winpr.pc.in Thu May 28 04:46:15 2015 (r387699)
@@ -2,12 +2,11 @@ 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 @@
+@@ -9,7 +9,6 @@
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