From owner-svn-ports-branches@freebsd.org Mon Aug 13 14:04:50 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57E0910739A6; Mon, 13 Aug 2018 14:04:50 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 073537B044; Mon, 13 Aug 2018 14:04:50 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D71C95BDD; Mon, 13 Aug 2018 14:04:49 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7DE4nEl044136; Mon, 13 Aug 2018 14:04:49 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7DE4nwe044135; Mon, 13 Aug 2018 14:04:49 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201808131404.w7DE4nwe044135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Mon, 13 Aug 2018 14:04:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r477071 - branches/2018Q3/misc/ossp-uuid/files X-SVN-Group: ports-branches X-SVN-Commit-Author: vd X-SVN-Commit-Paths: branches/2018Q3/misc/ossp-uuid/files X-SVN-Commit-Revision: 477071 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2018 14:04:50 -0000 Author: vd Date: Mon Aug 13 14:04:49 2018 New Revision: 477071 URL: https://svnweb.freebsd.org/changeset/ports/477071 Log: MFH: r476743 misc/ossp-uuid: Fix pkg-config linker flags PR: ports/230282 Submitted by: Dmitri Goutnik Approved by: ports-secteam Modified: branches/2018Q3/misc/ossp-uuid/files/patch-uuid.pc.in Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/misc/ossp-uuid/files/patch-uuid.pc.in ============================================================================== --- branches/2018Q3/misc/ossp-uuid/files/patch-uuid.pc.in Mon Aug 13 13:43:59 2018 (r477070) +++ branches/2018Q3/misc/ossp-uuid/files/patch-uuid.pc.in Mon Aug 13 14:04:49 2018 (r477071) @@ -9,3 +9,11 @@ libdir=${exec_prefix}/lib Name: OSSP uuid +@@ -37,6 +37,6 @@ Description: Universally Unique Identifi + Version: @UUID_VERSION_RAW@ + URL: http://www.ossp.org/pkg/lib/uuid/ + Cflags: -I${includedir} +-Libs: -L${libdir} -luuid ++Libs: -L${libdir} -lossp-uuid + Libs.private: @LIBS@ +