pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2025Q3] pkgsrc/time/php-framadate
Module Name: pkgsrc
Committed By: maya
Date: Thu Sep 25 01:42:29 UTC 2025
Modified Files:
pkgsrc/time/php-framadate [pkgsrc-2025Q3]: Makefile
Log Message:
Pullup ticket #7006 - requested by spz
time/php-framadate: Disable for bulk builds due to hangs
Revisions pulled up:
- time/php-framadate/Makefile 1.5
---
Module Name: pkgsrc
Committed By: spz
Date: Wed Sep 24 15:16:42 UTC 2025
Modified Files:
pkgsrc/time/php-framadate: Makefile
Log Message:
add NOT_FOR_BULK_PLATFORM for causing hangs
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.4.1 pkgsrc/time/php-framadate/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/php-framadate/Makefile
diff -u pkgsrc/time/php-framadate/Makefile:1.4 pkgsrc/time/php-framadate/Makefile:1.4.4.1
--- pkgsrc/time/php-framadate/Makefile:1.4 Wed May 21 15:00:55 2025
+++ pkgsrc/time/php-framadate/Makefile Thu Sep 25 01:42:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/05/21 15:00:55 taca Exp $
+# $NetBSD: Makefile,v 1.4.4.1 2025/09/25 01:42:29 maya Exp $
DISTNAME= framadate-1.1.19
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -46,6 +46,14 @@ INSTALLATION_DIRS+= ${DOCDIR} ${WWWDIR}
REPLACE_SH+= vendor/smarty/smarty/run-tests-for-all-php-versions.sh
+# The composer run in post-extract updates from git and has a tendency
+# to hang indefinitely. Also, the generated packages contain whatever was
+# in git and aren't vetted by a a pkgsrc developer, which is a security
+# issue for binary packages. And last not least the list of installed
+# files changes, making the install phase fail.
+#
+NOT_FOR_BULK_PLATFORM= *-*-*
+
post-extract:
cd ${WRKSRC} && ${SETENV} COMPOSER_HOME=${WRKDIR}/composer composer${PHP_VER} update < /dev/null
Home |
Main Index |
Thread Index |
Old Index