From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 14:52:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DED47F3; Tue, 4 Feb 2014 14:52:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 694CA15F5; Tue, 4 Feb 2014 14:52:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14EqR5o008454; Tue, 4 Feb 2014 14:52:27 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14EqQm7008451; Tue, 4 Feb 2014 14:52:26 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402041452.s14EqQm7008451@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 4 Feb 2014 14:52:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342543 - in head/devel/libqxt: . files X-SVN-Group: ports-head 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.17 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: Tue, 04 Feb 2014 14:52:27 -0000 Author: gahr Date: Tue Feb 4 14:52:26 2014 New Revision: 342543 URL: http://svnweb.freebsd.org/changeset/ports/342543 QAT: https://qat.redports.org/buildarchive/r342543/ Log: - STAGE-clean - Fix LIB_DEPENDS format Modified: head/devel/libqxt/Makefile head/devel/libqxt/files/patch-src-designer_designer.pro head/devel/libqxt/pkg-plist Modified: head/devel/libqxt/Makefile ============================================================================== --- head/devel/libqxt/Makefile Tue Feb 4 14:42:21 2014 (r342542) +++ head/devel/libqxt/Makefile Tue Feb 4 14:52:26 2014 (r342543) @@ -10,7 +10,7 @@ DISTNAME= v${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= Extension library for Qt -LIB_DEPENDS= dns_sd:${PORTSDIR}/net/avahi-libdns +LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/avahi-libdns BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash USE_BDB= 44+ @@ -21,10 +21,10 @@ USE_LDCONFIG= ${PREFIX}/lib/qxt QT_NONSTANDARD= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= -prefix ${PREFIX} \ - -libdir ${PREFIX}/lib/qxt \ +CONFIGURE_ARGS= -prefix ${STAGEDIR}${PREFIX} \ + -libdir ${STAGEDIR}${PREFIX}/lib/qxt \ -qmake-bin ${QMAKE} \ - -featuredir ${PREFIX}/share/qt4/mkspecs/features \ + -featuredir ${STAGEDIR}${PREFIX}/share/qt4/mkspecs/features \ -I ${BDB_INCLUDE_DIR} \ -I ${LOCALBASE}/include/avahi-compat-libdns_sd \ -L ${BDB_LIB_DIR} \ @@ -37,10 +37,10 @@ PLIST_SUB+= SHVER_1=${PORTVERSION} \ SHVER_2=${PORTVERSION:R} \ SHVER_3=${PORTVERSION:R:R} -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '\ s|%%PREFIX%%|${PREFIX}|g; \ + s|%%STAGEDIR%%|${STAGEDIR}|g; \ s|/bin/bash|${LOCALBASE}/bin/bash|g; \ /^QXT_MODULES/s|docs||g' \ ${WRKSRC}/configure \ @@ -50,6 +50,10 @@ post-patch: /INCLUDEPATH/s|\.|${BDB_INCLUDE_DIR}|g' \ ${WRKSRC}/config.tests/db/db.pro +post-configure: + ${REINPLACE_CMD} -e 's|${STAGEDIR}||g' \ + ${WRKSRC}/features/qxtvars.prf + regression-test: cd ${WRKSRC}/tests && \ ${QMAKE} tests.pro && ${MAKE} && \ Modified: head/devel/libqxt/files/patch-src-designer_designer.pro ============================================================================== --- head/devel/libqxt/files/patch-src-designer_designer.pro Tue Feb 4 14:42:21 2014 (r342542) +++ head/devel/libqxt/files/patch-src-designer_designer.pro Tue Feb 4 14:52:26 2014 (r342543) @@ -5,5 +5,5 @@ CONFIG += designer plugin -target.path = $$[QT_INSTALL_PLUGINS]/designer -+target.path = %%PREFIX%%/lib/qt4/plugins/designer ++target.path = %%STAGEDIR%%%%PREFIX%%/lib/qt4/plugins/designer INSTALLS = target Modified: head/devel/libqxt/pkg-plist ============================================================================== --- head/devel/libqxt/pkg-plist Tue Feb 4 14:42:21 2014 (r342542) +++ head/devel/libqxt/pkg-plist Tue Feb 4 14:52:26 2014 (r342543) @@ -319,7 +319,7 @@ include/QxtZeroconf/qxtmdns_avahi.h include/QxtZeroconf/qxtmdns_avahi_p.h include/QxtZeroconf/qxtservicebrowser.h include/QxtZeroconf/qxtservicebrowser_p.h -lib/qt4/plugins/designer/libQxtDesignerPlugins.so +%%QT_PLUGINDIR%%/designer/libQxtDesignerPlugins.so lib/qxt/libQxtBerkeley.so lib/qxt/libQxtBerkeley.so.%%SHVER_1%% lib/qxt/libQxtBerkeley.so.%%SHVER_2%% @@ -358,7 +358,9 @@ share/qt4/mkspecs/features/qxtvars.prf @dirrm include/QxtZeroconf @dirrm include/QxtWeb @dirrm lib/qxt -@dirrmtry lib/qt4/plugins/designer +@dirrmtry %%QT_PLUGINDIR%%/designer @dirrmtry share/qt4/mkspecs/features @dirrmtry share/qt4/mkspecs @dirrmtry share/qt4 +@dirrmtry %%QT_PLUGINDIR%% +@dirrmtry %%QT_LIBDIR%%