pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/octave
Module Name: pkgsrc
Committed By: prlw1
Date: Wed Sep 4 06:48:11 UTC 2024
Modified Files:
pkgsrc/math/octave: Makefile
Log Message:
octave: use pcre2 rather than end-of-life pcre
To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/math/octave/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/octave/Makefile
diff -u pkgsrc/math/octave/Makefile:1.257 pkgsrc/math/octave/Makefile:1.258
--- pkgsrc/math/octave/Makefile:1.257 Sat Jun 8 07:10:22 2024
+++ pkgsrc/math/octave/Makefile Wed Sep 4 06:48:10 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.257 2024/06/08 07:10:22 adam Exp $
+# $NetBSD: Makefile,v 1.258 2024/09/04 06:48:10 prlw1 Exp $
DISTNAME= octave-9.2.0
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=octave/}
EXTRACT_SUFX= .tar.xz
@@ -115,7 +116,7 @@ post-install:
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../devel/gperf/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index