Date: Wed, 10 Oct 2018 11:56:45 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481733 - in branches/2018Q4: www/linux-c6-qt47-webkit x11-toolkits/linux-c6-qt47-x11 Message-ID: <201810101156.w9ABujkW091974@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Wed Oct 10 11:56:44 2018 New Revision: 481733 URL: https://svnweb.freebsd.org/changeset/ports/481733 Log: MFH: r481731 Unbreak by fixing dependencies. PR: 232121 Approved by: ports-secteam (build fix blanket) Modified: branches/2018Q4/www/linux-c6-qt47-webkit/Makefile branches/2018Q4/x11-toolkits/linux-c6-qt47-x11/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/linux-c6-qt47-webkit/Makefile ============================================================================== --- branches/2018Q4/www/linux-c6-qt47-webkit/Makefile Wed Oct 10 11:54:58 2018 (r481732) +++ branches/2018Q4/www/linux-c6-qt47-webkit/Makefile Wed Oct 10 11:56:44 2018 (r481733) @@ -12,13 +12,11 @@ DIST_SUBDIR= atrpms MAINTAINER= emulation@FreeBSD.org COMMENT= Qt WebKit implementation (Linux CentOS ${LINUX_DIST_VER}) -BROKEN= uses non existing qt47 qt47-x11 - DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr RPMVERSION= 1_18.el6 USES= linux:c6 USE_LDCONFIG= yes -USE_LINUX= fontconfig png xorglibs sqlite3 qt47 qt47-x11 +USE_LINUX= fontconfig png xorglibs sqlite3 qt qt-x11 USE_LINUX_RPM= yes .include <bsd.port.mk> Modified: branches/2018Q4/x11-toolkits/linux-c6-qt47-x11/Makefile ============================================================================== --- branches/2018Q4/x11-toolkits/linux-c6-qt47-x11/Makefile Wed Oct 10 11:54:58 2018 (r481732) +++ branches/2018Q4/x11-toolkits/linux-c6-qt47-x11/Makefile Wed Oct 10 11:56:44 2018 (r481733) @@ -12,14 +12,12 @@ DIST_SUBDIR= atrpms MAINTAINER= emulation@FreeBSD.org COMMENT= Cross-platform application and UI framework (Linux CentOS ${LINUX_DIST_VER}) -BROKEN= uses non existing qt47 - DATADIR= ${PREFIX}/usr/share/qt47 DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr RPMVERSION= 1_18.el6 USES= linux:c6 USE_LDCONFIG= yes -USE_LINUX= alsalib dri fontconfig jpeg openssl png qt47 tiff xorglibs +USE_LINUX= alsalib dri fontconfig jpeg openssl png qt tiff xorglibs USE_LINUX_RPM= yes post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810101156.w9ABujkW091974>