From owner-svn-ports-head@freebsd.org Wed Oct 10 11:50:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55D3210D0D7F; Wed, 10 Oct 2018 11:50:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 00E3B7C25E; Wed, 10 Oct 2018 11:50:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0187207CC; Wed, 10 Oct 2018 11:50:44 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9ABoixV086689; Wed, 10 Oct 2018 11:50:44 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9ABoiBm086688; Wed, 10 Oct 2018 11:50:44 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201810101150.w9ABoiBm086688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 10 Oct 2018 11:50:44 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: www/linux-c6-qt47-webkit x11-toolkits/linux-c6-qt47-x11 X-SVN-Commit-Revision: 481731 X-SVN-Commit-Repository: ports 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.27 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: Wed, 10 Oct 2018 11:50:45 -0000 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 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: