Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2010 04:48:26 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        makc@FreeBSD.org
Subject:   ports/152587: [PATCH] x11-themes/qtcurve-qt4: use dirrmtry
Message-ID:  <20101126014826.F1475B844@hades.panopticon>
Resent-Message-ID: <201011260150.oAQ1o9ot056606@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
--- qt4-style-qtcurve-1.7.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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