pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-qtbuilder: We don't need no steenking windows DLLs.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sat Jan 15 20:39:32 2022 +0100
Changeset:	b50faf5e98e8df793d747abf7f4eb2c11acd57d1

Modified Files:
	py-qtbuilder/Makefile
	py-qtbuilder/PLIST

Log Message:
py-qtbuilder: We don't need no steenking windows DLLs.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b50faf5e98e8df793d747abf7f4eb2c11acd57d1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-qtbuilder/Makefile |  3 +++
 py-qtbuilder/PLIST    | 19 -------------------
 2 files changed, 3 insertions(+), 19 deletions(-)

diffs:
diff --git a/py-qtbuilder/Makefile b/py-qtbuilder/Makefile
index 1495b75637..07fbd6ab66 100644
--- a/py-qtbuilder/Makefile
+++ b/py-qtbuilder/Makefile
@@ -19,5 +19,8 @@ DEPENDS+=	${PYPKGPREFIX}-toml>=0:../../textproc/py-toml
 
 USE_LANGUAGES=	c c++
 
+post-install:
+	cd ${DESTDIR}${PREFIX}/${PYSITELIB}/pyqtbuild/bundle && rm -r dlls
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-qtbuilder/PLIST b/py-qtbuilder/PLIST
index acb4884671..cddd56c5e6 100644
--- a/py-qtbuilder/PLIST
+++ b/py-qtbuilder/PLIST
@@ -28,25 +28,6 @@ ${PYSITELIB}/pyqtbuild/bundle/bundle.pyo
 ${PYSITELIB}/pyqtbuild/bundle/bundle_main.py
 ${PYSITELIB}/pyqtbuild/bundle/bundle_main.pyc
 ${PYSITELIB}/pyqtbuild/bundle/bundle_main.pyo
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-32/concrt140.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-32/msvcp140.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-32/msvcp140_1.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-32/msvcp140_2.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-32/vcruntime140.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-64/concrt140.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-64/msvcp140.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-64/msvcp140_1.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-64/msvcp140_2.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-64/vcruntime140.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/msvc-64/vcruntime140_1.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/openssl-32/libcrypto-1_1.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/openssl-32/libeay32.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/openssl-32/libssl-1_1.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/openssl-32/ssleay32.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/openssl-64/libcrypto-1_1-x64.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/openssl-64/libeay32.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/openssl-64/libssl-1_1-x64.dll
-${PYSITELIB}/pyqtbuild/bundle/dlls/openssl-64/ssleay32.dll
 ${PYSITELIB}/pyqtbuild/bundle/packages/__init__.py
 ${PYSITELIB}/pyqtbuild/bundle/packages/__init__.pyc
 ${PYSITELIB}/pyqtbuild/bundle/packages/__init__.pyo


Home | Main Index | Thread Index | Old Index