Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 11:27:30 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544802 - head/x11-themes/qtcurve
Message-ID:  <202008131127.07DBRUTq096482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Thu Aug 13 11:27:30 2020
New Revision: 544802
URL: https://svnweb.freebsd.org/changeset/ports/544802

Log:
  x11-themes/qtcurve: Fix patch from r544732
  
  ===>  Applying distribution patches for qtcurve-1.9.0
  patch: **** can't cd to /wrkdirs/usr/ports/x11-themes/qtcurve/work/qtcurve-1.9: No such file or directory
  ===>  FAILED Applying distribution patch ee2228ea2f18ac5da9b434ee6089381df815aa94.patch with -p1
  *** Error code 1
  
  Reported by:	pkg-fallout
  MFH:		2020Q3 (build fix blanket)

Modified:
  head/x11-themes/qtcurve/Makefile

Modified: head/x11-themes/qtcurve/Makefile
==============================================================================
--- head/x11-themes/qtcurve/Makefile	Thu Aug 13 11:27:00 2020	(r544801)
+++ head/x11-themes/qtcurve/Makefile	Thu Aug 13 11:27:30 2020	(r544802)
@@ -7,9 +7,6 @@ CATEGORIES=	x11-themes
 MASTER_SITES=	KDE/stable/${PORTNAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}
 
-PATCH_SITES=	https://invent.kde.org/system/qtcurve/commit/
-PATCHFILES=	ee2228ea2f18ac5da9b434ee6089381df815aa94.patch:-p1
-
 MAINTAINER=	jhale@FreeBSD.org
 COMMENT?=	Widget styles for Qt and GTK+ toolkits
 
@@ -29,6 +26,9 @@ KF5_RUN_DEPENDS=	kf5-style-qtcurve>=${PORTVERSION}:x11
 QT5_RUN_DEPENDS=	qt5-style-qtcurve>=${PORTVERSION}:x11-themes/qtcurve-qt5
 
 .else # !defined(QTCURVE_SLAVE)
+PATCH_SITES=	https://invent.kde.org/system/${PORTNAME}/commit/
+PATCHFILES=	ee2228ea2f18ac5da9b434ee6089381df815aa94.patch:-p1
+
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008131127.07DBRUTq096482>