From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 26 01:50:10 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B26C106566B for ; Fri, 26 Nov 2010 01:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5C18D8FC0C for ; Fri, 26 Nov 2010 01:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAQ1o96o056607 for ; Fri, 26 Nov 2010 01:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAQ1o9ot056606; Fri, 26 Nov 2010 01:50:09 GMT (envelope-from gnats) Resent-Date: Fri, 26 Nov 2010 01:50:09 GMT Resent-Message-Id: <201011260150.oAQ1o9ot056606@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F346B106564A for ; Fri, 26 Nov 2010 01:48:29 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id B178F8FC1A for ; Fri, 26 Nov 2010 01:48:29 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1PLnQJ-0008Na-Pu; Fri, 26 Nov 2010 04:48:27 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 19389B84D; Fri, 26 Nov 2010 04:48:27 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id F1475B844; Fri, 26 Nov 2010 04:48:26 +0300 (MSK) Message-Id: <20101126014826.F1475B844@hades.panopticon> Date: Fri, 26 Nov 2010 04:48:26 +0300 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: makc@FreeBSD.org Subject: ports/152587: [PATCH] x11-themes/qtcurve-qt4: use dirrmtry X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2010 01:50:10 -0000 >Number: 152587 >Category: ports >Synopsis: [PATCH] x11-themes/qtcurve-qt4: use dirrmtry >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 26 01:50:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Fri Jul 30 02:50:28 MSD 2010 >Description: Multiple ports (besides qtcurve, kde4-style-{bespin,skulpture}) install files into ${QT_PLUGINDIR}/styles, so this directory should be @dirrmtry'ed, not @dirrm'ed. Fix that for qtcurve. Port maintainer (makc@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- qt4-style-qtcurve-1.7.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/x11-themes/qtcurve-qt4/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 23 Nov 2010 21:09:53 -0000 1.8 +++ Makefile 26 Nov 2010 01:28:03 -0000 @@ -26,6 +26,6 @@ -DQTC_DISABLE_KDEFILEDIALOG_CALLS:BOOL=ON PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/qtcurve.so -PLIST_DIRS= ${QT_PLUGINDIR_REL}/styles +PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/styles .include --- qt4-style-qtcurve-1.7.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: