second try
I changed the comment to something more descriptive [hopefully]...
mfg Tobias
On Sunday 18 January 2015 22.52:16 Raphael Kubo da Costa wrote:
> Your patch seems to be mixing tabs and spaces, can you double-check
> that?
>
> > +COMMENT= Qt Paths utility
>
> I still have no idea what the port does :-)
>
> > +USE_QT5= core buildtools_build xml
>
> The dependency on buildtools_build and xml do not seem to be really
> needed -- the xml one comes from qmake processing src/lupdate first. In
> this case, I recommend doing something similar to x11/qt5-qev and
> setting WRKSRC_SUBDIR + copying the top-level .qmake.conf to ${WRKSRC}
> so that only that tool is processed.
>
> > +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
>
> Isn't it installing only one executable? There's no need to call
> ldconfig.
> _______________________________________________
> kde-freebsd mailing list
> [email protected]
> https://mail.kde.org/mailman/listinfo/kde-freebsd
> See also http://freebsd.kde.org/ for latest information
Index: sysutils/qt5-qtpaths/Makefile
===================================================================
--- sysutils/qt5-qtpaths/Makefile (revision 0)
+++ sysutils/qt5-qtpaths/Makefile (working copy)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= qtpaths
+DISTVERSION= ${QT5_VERSION}
+CATEGORIES= sysutils
+PKGNAMEPREFIX= qt5-
+
+MAINTAINER= [email protected]
+COMMENT= Command line client to QStandardPaths
+
+USE_QT5= core
+QT_DIST= tools
+USES= qmake
+
+PLIST_FILES= ${QT_BINDIR}/qtpaths
+
+# see x11/qt5-qev
+WRKSRC_SUBDIR= src/${PORTNAME}
+post-patch:
+ ${CP} ${WRKSRC}/../../.qmake.conf ${WRKSRC}
+
+.include <bsd.port.mk>
+
Property changes on: sysutils/qt5-qtpaths/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+FreeBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: sysutils/qt5-qtpaths/pkg-descr
===================================================================
--- sysutils/qt5-qtpaths/pkg-descr (revision 0)
+++ sysutils/qt5-qtpaths/pkg-descr (working copy)
@@ -0,0 +1,2 @@
+Command line client to QStandardPaths
+
Property changes on: sysutils/qt5-qtpaths/pkg-descr
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information