pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/pear
Module Name: pkgsrc
Committed By: taca
Date: Sat Jun 7 15:58:49 UTC 2025
Modified Files:
pkgsrc/lang/pear: Makefile
Log Message:
lang/pear: add ALLOW_NETWORK_ACCESS
Add "ALLOW_NETWORK_ACCESS=yes" for now since go-pear.php script fetches
PEAR packages information.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/lang/pear/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/pear/Makefile
diff -u pkgsrc/lang/pear/Makefile:1.67 pkgsrc/lang/pear/Makefile:1.68
--- pkgsrc/lang/pear/Makefile:1.67 Thu May 8 15:28:11 2025
+++ pkgsrc/lang/pear/Makefile Sat Jun 7 15:58:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2025/05/08 15:28:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.68 2025/06/07 15:58:49 taca Exp $
#
DISTNAME= PEAR-1.10.16
@@ -17,6 +17,9 @@ USE_LANGUAGES= # none
EXTRACT_ONLY= # none
USE_TOOLS+= bsdtar gzcat
+# go-pear.php fetch PEAR package information during install phase.
+ALLOW_NETWORK_ACCESS= yes
+
.include "../../lang/php/common.mk"
CONFLICTS+= php<5.2.1nb2
Home |
Main Index |
Thread Index |
Old Index