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: jperkin
Date: Thu May 8 15:28:11 UTC 2025
Modified Files:
pkgsrc/lang/pear: Makefile
Log Message:
pear: Use bsdtar.
This goes wrong in strange ways when using other tar implementations.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 pkgsrc/lang/pear/Makefile:1.67
--- pkgsrc/lang/pear/Makefile:1.66 Mon Apr 7 17:12:27 2025
+++ pkgsrc/lang/pear/Makefile Thu May 8 15:28:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2025/04/07 17:12:27 taca Exp $
+# $NetBSD: Makefile,v 1.67 2025/05/08 15:28:11 jperkin Exp $
#
DISTNAME= PEAR-1.10.16
@@ -15,7 +15,7 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
EXTRACT_ONLY= # none
-USE_TOOLS+= gzcat tar
+USE_TOOLS+= bsdtar gzcat
.include "../../lang/php/common.mk"
@@ -75,7 +75,7 @@ do-build:
.endfor
${CP} ${ARCHIVE_WRKSRC}/Archive/Tar.php ${BUNDLE}
${CP} ${CONSOLE_WRKSRC}/Console/Getopt.php ${BUNDLE}
- cd ${WRKDIR} && tar -u -f ${BUNDLE}/${DISTNAME}.tar \
+ cd ${WRKDIR} && bsdtar -u -f ${BUNDLE}/${DISTNAME}.tar \
${DISTNAME}/PEAR/Config.php
do-install:
Home |
Main Index |
Thread Index |
Old Index