Date: Wed, 10 Oct 2018 11:50:44 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481731 - in head: www/linux-c6-qt47-webkit x11-toolkits/linux-c6-qt47-x11 Message-ID: <201810101150.w9ABoiBm086688@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Wed Oct 10 11:50:44 2018 New Revision: 481731 URL: https://svnweb.freebsd.org/changeset/ports/481731 Log: Unbreak by fixing dependencies. PR: 232121 Modified: head/www/linux-c6-qt47-webkit/Makefile head/x11-toolkits/linux-c6-qt47-x11/Makefile Modified: head/www/linux-c6-qt47-webkit/Makefile ============================================================================== --- head/www/linux-c6-qt47-webkit/Makefile Wed Oct 10 10:25:20 2018 (r481730) +++ head/www/linux-c6-qt47-webkit/Makefile Wed Oct 10 11:50:44 2018 (r481731) @@ -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: head/x11-toolkits/linux-c6-qt47-x11/Makefile ============================================================================== --- head/x11-toolkits/linux-c6-qt47-x11/Makefile Wed Oct 10 10:25:20 2018 (r481730) +++ head/x11-toolkits/linux-c6-qt47-x11/Makefile Wed Oct 10 11:50:44 2018 (r481731) @@ -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?201810101150.w9ABoiBm086688>