Summary: | Install_error devel/qt4-qtsolutions-soap | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Loïc Bartoletti <lbartoletti> |
Component: | Individual Port(s) | Assignee: | Pietro Cerutti <gahr> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Loïc Bartoletti
2013-12-06 19:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->gahr Over to maintainer (via the GNATS Auto Assign Tool) Author: gahr Date: Mon Jan 13 11:52:27 2014 New Revision: 339587 URL: http://svnweb.freebsd.org/changeset/ports/339587 Log: - Restore the use of SUB_PROJECT_NAME to select WRKSRC. Its removal has caused devel/qt4-qtsolutions-soap to stop building (see ports/184547) PR: 184547 Submitted by: lbartoletti <coder@tuxfamily.org> Modified: head/devel/qt4-qtsolutions-singleapplication/Makefile Modified: head/devel/qt4-qtsolutions-singleapplication/Makefile ============================================================================== --- head/devel/qt4-qtsolutions-singleapplication/Makefile Mon Jan 13 11:42:02 2014 (r339586) +++ head/devel/qt4-qtsolutions-singleapplication/Makefile Mon Jan 13 11:52:27 2014 (r339587) @@ -16,7 +16,7 @@ USES= qmake USE_QT4= moc_build rcc_build uic_build gui network USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/qt-solutions-qt-solutions/qtsingleapplication +WRKSRC= ${WRKDIR}/qt-solutions-qt-solutions/${SUB_PROJECT_NAME} BUILD_WRKSRC= ${WRKSRC}/buildlib CONFIGURE_WRKSRC= ${BUILD_WRKSRC} @@ -24,6 +24,8 @@ PLIST_FILES= ${LIBRARY_HEADERS:S,^,inclu lib/${LIBRARY_NAME} \ lib/${LIBRARY_NAME}.1 +SUB_PROJECT_NAME=qtsingleapplication + LIBRARY_NAME= libQtSolutions_SingleApplication-head.so LIBRARY_HEADERS= qtsingleapplication.h qtsinglecoreapplication.h _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Fixed, thanks! |