update qt to 5.15

This commit is contained in:
ziggi
2020-10-24 09:49:43 +00:00
parent 547bb923aa
commit cc9c57fae6
55 changed files with 1378 additions and 1326 deletions

View File

@@ -5,7 +5,7 @@
# $FreeBSD: head/Mk/bsd.local.mk 358214 2014-06-18 07:14:22Z bapt $
#
pl:
_pl:
echo -n > ${PKGDIR}/pkg-plist.new
cd ${STAGEDIR}${PREFIX} && find -ds . -type d -empty -delete
cd ${STAGEDIR}${PREFIX} && find -ds . -type d -empty -delete
@@ -19,7 +19,7 @@ pl:
-cd ${STAGEDIR}${PREFIX} && find -ds ${DIR} -type d | sed 's,^./,,' | sed 's,^,@dir ,'>> ${PKGDIR}/pkg-plist.new
.endfor
cf: extract
_cf: extract
cd ${WRKSRC} && ./configure --help | sed -e 's,^,#,; s, --,CONFIGURE_ARGS+= --,' \
> ${WRKDIR}/../configure.help