mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Ports/gnuplot: Update to version 5.4.8
We also no longer build the tutorial, as that directory no longer exists.
This commit is contained in:
parent
5a2bf7fdd1
commit
673d6bf2d2
3 changed files with 8 additions and 8 deletions
|
@ -102,7 +102,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`gnuapl`](gnuapl/) | GNU APL | 1.8 | https://www.gnu.org/software/apl/ |
|
| [`gnuapl`](gnuapl/) | GNU APL | 1.8 | https://www.gnu.org/software/apl/ |
|
||||||
| [`gnucobol`](gnucobol/) | GnuCOBOL | 3.1.2 | https://gnucobol.sourceforge.io/ |
|
| [`gnucobol`](gnucobol/) | GnuCOBOL | 3.1.2 | https://gnucobol.sourceforge.io/ |
|
||||||
| [`gnupg`](gnupg/) | GnuPG | 2.3.0 | https://gnupg.org/software/index.html |
|
| [`gnupg`](gnupg/) | GnuPG | 2.3.0 | https://gnupg.org/software/index.html |
|
||||||
| [`gnuplot`](gnuplot/) | Gnuplot | 5.2.8 | http://www.gnuplot.info/ |
|
| [`gnuplot`](gnuplot/) | Gnuplot | 5.4.8 | http://www.gnuplot.info/ |
|
||||||
| [`gperf`](gperf/) | GNU gperf | 3.1 | https://www.gnu.org/software/gperf/ |
|
| [`gperf`](gperf/) | GNU gperf | 3.1 | https://www.gnu.org/software/gperf/ |
|
||||||
| [`grep`](grep/) | GNU Grep | 3.10 | https://www.gnu.org/software/grep/ |
|
| [`grep`](grep/) | GNU Grep | 3.10 | https://www.gnu.org/software/grep/ |
|
||||||
| [`grepcidr`](grepcidr/) | grepcidr | 2.0 | http://www.pc-tools.net/unix/grepcidr/ |
|
| [`grepcidr`](grepcidr/) | grepcidr | 2.0 | http://www.pc-tools.net/unix/grepcidr/ |
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=gnuplot
|
port=gnuplot
|
||||||
version=5.2.8
|
version='5.4.8'
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
# Note: gnuplot's source code is hosted on SourceForge, but using the GitHub mirror makes downloading a versioned .tar.gz easier.
|
# Note: gnuplot's source code is hosted on SourceForge, but using the GitHub mirror makes downloading a versioned .tar.gz easier.
|
||||||
files=(
|
files=(
|
||||||
"https://github.com/gnuplot/gnuplot/archive/${version}.tar.gz b55f591e2ad9d01ffca821f2f91ce781b481bb5dd602ce5188bfad3140f44ac0"
|
"https://github.com/gnuplot/gnuplot/archive/${version}.tar.gz 2b0c1841640b2e33f8421ac83cd91d972d8b0c6acf9753f16385d5eec8a61a73"
|
||||||
)
|
)
|
||||||
configopts=("--prefix=${SERENITY_INSTALL_ROOT}/usr/local" "--with-readline=builtin" "--without-latex")
|
configopts=("--prefix=${SERENITY_INSTALL_ROOT}/usr/local" "--with-readline=builtin" "--without-latex")
|
||||||
|
|
||||||
|
|
|
@ -10,18 +10,18 @@ Subject: [PATCH] Don't build the docs and the demo
|
||||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/Makefile.am b/Makefile.am
|
diff --git a/Makefile.am b/Makefile.am
|
||||||
index 9241ce5..1e2f6c6 100644
|
index 7e2c4008cda62e8b8e2959e4d2953722f6d350db..a8df6c0617210c7d7344052e3a34c56993232b33 100644
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -1,7 +1,10 @@
|
@@ -1,7 +1,10 @@
|
||||||
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
-SUBDIRS = config m4 term src docs man demo tutorial share
|
-SUBDIRS = config m4 term src docs man demo share
|
||||||
+# Note: For the SerenityOS port of gnuplot, the following have been removed:
|
+# Note: For the SerenityOS port of gnuplot, the following have been removed:
|
||||||
+# docs - segfault during make :/
|
+# docs - segfault during make :/
|
||||||
+# demo - x86_64-pc-serenity-gcc: error: unrecognized command line option '-rdynamic'
|
+# demo - x86_64-pc-serenity-gcc: error: unrecognized command line option '-rdynamic'
|
||||||
+SUBDIRS = config m4 term src man tutorial share
|
+SUBDIRS = config m4 term src man share
|
||||||
|
|
||||||
EXTRA_DIST = BUGS Copyright FAQ.pdf GNUmakefile INSTALL INSTALL.gnu \
|
EXTRA_DIST = BUGS Copyright FAQ.pdf INSTALL INSTALL.gnu \
|
||||||
Makefile.maint PATCHLEVEL PGPKEYS README RELEASE_NOTES \
|
PATCHLEVEL PGPKEYS README RELEASE_NOTES \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue