ports/152587: [PATCH] x11-themes/qtcurve-qt4: use dirrmtry
Dmitry Marakasov
amdmi3 at amdmi3.ru
Fri Nov 26 01:50:10 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list