svn commit: r481733 - in branches/2018Q4: www/linux-c6-qt47-webkit x11-toolkits/linux-c6-qt47-x11
Tijl Coosemans
tijl at FreeBSD.org
Wed Oct 10 11:56:45 UTC 2018
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 at 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 at 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:
More information about the svn-ports-branches
mailing list