[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9738: update pspp to 2.0.0-pre3
|
From: |
Carl Hansen |
|
Subject: |
[Gsrc-commit] trunk r9738: update pspp to 2.0.0-pre3 |
|
Date: |
Thu, 30 Nov 2023 13:55:35 -0500 (EST) |
|
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9738
revision-id: carlhansen@gnu.org-20231130185530-7qb2x4kwol3qg1bf
parent: carlhansen@gnu.org-20231130175405-s4sfi6dax1hhquwr
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Thu 2023-11-30 10:55:30 -0800
message:
update pspp to 2.0.0-pre3
modified:
pkg/gnu/pspp/Makefile makefile-20160617014725-uokjfnggs70iry9h-1585
pkg/gnu/pspp/config.mk config.mk-20160617020939-5vdriw4d4jo6jlqx-1
pkg/gnu/pspp/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-1591
=== modified file 'pkg/gnu/pspp/Makefile'
--- a/pkg/gnu/pspp/Makefile 2023-05-08 04:41:19 +0000
+++ b/pkg/gnu/pspp/Makefile 2023-11-30 18:55:30 +0000
@@ -1,5 +1,5 @@
# Copyright © 2013, 2014, 2015, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2018, 2020, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018, 2020, 2022-2023 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
@@ -23,7 +23,7 @@
NAME = PSPP
GARNAME = pspp
-GARVERSION = 1.6.2
+GARVERSION = 2.0.0-pre3
HOME_URL = http://www.gnu.org/software/pspp/
DESCRIPTION = Statistical analysis
define BLURB
@@ -37,24 +37,22 @@
endef
######################################################################
-
-MASTER_SITES = $(MASTER_GNU)
+# https://alpha.gnu.org/gnu/pspp/pspp-2.0.0-pre3.tar.gz.sig
+MASTER_SITES = https://alpha.gnu.org/gnu/
MASTER_SUBDIR = $(GARNAME)/
DISTFILES = $(DISTNAME).tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig
INFO_FILES = $(GARNAME).info $(GARNAME)-dev.info
-BUILDDEPS = gsl plotutils ncurses readline libxml2 zlib
+BUILDDEPS = #gsl plotutils ncurses readline libxml2 zlib
LIBDEPS =
-
+# libgtkviewsource
######################################################################
include ../../../gar/gar.lib/autotools.mk
include ../../../gar/gar.lib/info.mk
include config.mk
-CONFIGURE_ARGS += --with-libreadline-prefix=$(prefix)
-BUILD_ARGS += CFLAGS="-fgnu89-inline -std=gnu11"
-
+# not building...
=== modified file 'pkg/gnu/pspp/config.mk'
--- a/pkg/gnu/pspp/config.mk 2022-06-02 17:29:27 +0000
+++ b/pkg/gnu/pspp/config.mk 2023-11-30 18:55:30 +0000
@@ -1,6 +1,8 @@
## Configuration options for pspp ##
-#CONFIGURE_OPTS ?= --without-gui
-CONFIGURE_OPTS ?=
-BUILD_OPTS ?= CFLAGS+=-fgnu89-inline
+CONFIGURE_OPTS ?= --without-gui
+# for now
+#CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
+#CFLAGS+=-fgnu89-inline
# there exist problems compiling, for me...
=== modified file 'pkg/gnu/pspp/sha256sums'
--- a/pkg/gnu/pspp/sha256sums 2022-07-12 03:48:30 +0000
+++ b/pkg/gnu/pspp/sha256sums 2023-11-30 18:55:30 +0000
@@ -1,2 +1,2 @@
-73294ca2f5b2f7fc41bbf8b78c5888c8075f43c6097fd482abb04f85ab0847b6
download/pspp-1.6.2.tar.gz
-b63c2284f11fd52f5ff0b133a43d24f04e2af7e6faa6d7557912cc3ac1049c2e
download/pspp-1.6.2.tar.gz.sig
+42cdf653e00ef89e79c54669f5c45cc3c943c13396525ca1e6080f3b2571f787
download/pspp-2.0.0-pre3.tar.gz
+f68302d968c0630fbda2fdc079b72237b63d146f1811ea1135630027763e2775
download/pspp-2.0.0-pre3.tar.gz.sig
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9738: update pspp to 2.0.0-pre3,
Carl Hansen <=