Date: Thu, 28 May 2015 04:46:16 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387699 - in head/net/freerdp: . files Message-ID: <201505280446.t4S4kGWv065542@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505280446.t4S4kGWv065542>