From owner-svn-ports-head@freebsd.org Sat Jul 14 09:10:55 2018 Return-Path: Delivered-To: svn-ports-head@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 682291047C0F; Sat, 14 Jul 2018 09:10:55 +0000 (UTC) (envelope-from yuri@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 1E6F271A99; Sat, 14 Jul 2018 09:10:55 +0000 (UTC) (envelope-from yuri@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 F3CF21CF6F; Sat, 14 Jul 2018 09:10:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6E9AspY097583; Sat, 14 Jul 2018 09:10:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6E9Asu0097582; Sat, 14 Jul 2018 09:10:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807140910.w6E9Asu0097582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 14 Jul 2018 09:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474628 - head/x11-toolkits/qwt6 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/x11-toolkits/qwt6 X-SVN-Commit-Revision: 474628 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2018 09:10:55 -0000 Author: yuri Date: Sat Jul 14 09:10:54 2018 New Revision: 474628 URL: https://svnweb.freebsd.org/changeset/ports/474628 Log: x11-toolkits/qwt6: Fix USE_LDCONFIG location It installs libraries into ${PREFIX}/${QT_LIBDIR_REL} Approved by: portmgr Modified: head/x11-toolkits/qwt6/Makefile Modified: head/x11-toolkits/qwt6/Makefile ============================================================================== --- head/x11-toolkits/qwt6/Makefile Sat Jul 14 09:07:42 2018 (r474627) +++ head/x11-toolkits/qwt6/Makefile Sat Jul 14 09:10:54 2018 (r474628) @@ -2,7 +2,7 @@ PORTNAME= qwt PORTVERSION= 6.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= SF PKGNAMESUFFIX= 6-${FLAVOR} @@ -15,7 +15,7 @@ FLAVOR?= ${FLAVORS:[1]} USES= gmake qmake tar:bzip2 USE_GL= gl -USE_LDCONFIG= yes +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} DOCSDIR= ${PREFIX}/share/doc/qwt6-${FLAVOR} PORTDOCS= *