SF.net SVN: gar:[22349] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Oct 31 16:58:01 CET 2013
Revision: 22349
http://gar.svn.sourceforge.net/gar/?rev=22349&view=rev
Author: dmichelsen
Date: 2013-10-31 15:58:01 +0000 (Thu, 31 Oct 2013)
Log Message:
-----------
pspp/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/pspp/
csw/mgar/pkg/pspp/Makefile
csw/mgar/pkg/pspp/branches/
csw/mgar/pkg/pspp/tags/
csw/mgar/pkg/pspp/trunk/
csw/mgar/pkg/pspp/trunk/Makefile
csw/mgar/pkg/pspp/trunk/checksums
csw/mgar/pkg/pspp/trunk/files/
csw/mgar/pkg/pspp/trunk/files/0001-Do-not-use-Wall-unless-gcc.patch
Added: csw/mgar/pkg/pspp/Makefile
===================================================================
--- csw/mgar/pkg/pspp/Makefile (rev 0)
+++ csw/mgar/pkg/pspp/Makefile 2013-10-31 15:58:01 UTC (rev 22349)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/pspp/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/pspp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pspp/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/pspp/trunk/Makefile 2013-10-31 15:58:01 UTC (rev 22349)
@@ -0,0 +1,63 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = pspp
+VERSION = 0.8.1
+GARTYPE = v2
+
+DESCRIPTION = GNU program for statistical analysis of sampled data
+
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES += $(DISTNAME).tar.gz
+PATCHFILES += 0001-Do-not-use-Wall-unless-gcc.patch
+
+PACKAGES += CSWpspp
+SPKG_DESC_CSWpspp = GNU program for statistical analysis of sampled data
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibgthread2-0-0
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibgdk-x11-2-0-0
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibxml2-2
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibz1
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibgdk-pixbuf2-0-0
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibgtk-x11-2-0-0
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibgsl0
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibcairo2
+RUNTIME_DEP_PKGS_CSWpspp += CSWgtksourceview
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibgobject2-0-0
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibglib2-0-0
+RUNTIME_DEP_PKGS_CSWpspp += CSWpango
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibreadline6
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibncurses5
+RUNTIME_DEP_PKGS_CSWpspp += CSWlibpq5
+
+GARCOMPILER = GNU
+
+# Do not use 64 bit until this is fixed:
+# https://www.opencsw.org/mantis/view.php?id=5120
+#BUILD64 = 1
+#ISAEXEC = 1
+
+# Use GNU tools
+BUILD_OVERRIDE_VARS += XGETTEXT
+BUILD_OVERRIDE_VARS += MSGMERGE
+BUILD_OVERRIDE_VARS += MSGFMT
+
+BUILD_OVERRIDE_VAR_XGETTEXT = gxgettext
+BUILD_OVERRIDE_VAR_MSGMERGE = gxmsgmerge
+BUILD_OVERRIDE_VAR_MSGFMT = gmsgfmt
+
+CONFIGURE_ARGS += $(DIRPATHS)
+
+# There is a problem with C99 headers and GCC
+CONFIGURE_ARGS += --without-perl-module
+
+# There are some tests failing, investigate later
+SKIPTEST ?= 1
+
+EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset.alias
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/pspp/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/pspp/trunk/checksums
===================================================================
--- csw/mgar/pkg/pspp/trunk/checksums (rev 0)
+++ csw/mgar/pkg/pspp/trunk/checksums 2013-10-31 15:58:01 UTC (rev 22349)
@@ -0,0 +1 @@
+c6d7a7389e76538410d12047672d28ee pspp-0.8.1.tar.gz
Added: csw/mgar/pkg/pspp/trunk/files/0001-Do-not-use-Wall-unless-gcc.patch
===================================================================
--- csw/mgar/pkg/pspp/trunk/files/0001-Do-not-use-Wall-unless-gcc.patch (rev 0)
+++ csw/mgar/pkg/pspp/trunk/files/0001-Do-not-use-Wall-unless-gcc.patch 2013-10-31 15:58:01 UTC (rev 22349)
@@ -0,0 +1,39 @@
+From 5eba57875fa506df9954769795572c5b34bfd5c9 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Wed, 30 Oct 2013 15:24:20 +0100
+Subject: [PATCH] =?UTF-8?q?Do=20not=20use=20-Wall=C3=82=20unless=20gcc?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ Makefile.in | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index fbe7f92..1b139ca 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -2825,7 +2825,7 @@ lib_tukey_libtukey_la_SOURCES = \
+ lib/tukey/qtukey.c \
+ lib/tukey/tukey.h
+
+- at HAVE_GUI_TRUE@lib_gtk_contrib_libxpaned_a_CFLAGS = $(GTK_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1
++ at HAVE_GUI_TRUE@lib_gtk_contrib_libxpaned_a_CFLAGS = $(GTK_CFLAGS) -DGDK_MULTIHEAD_SAFE=1
+ @HAVE_GUI_TRUE at lib_gtk_contrib_libxpaned_a_SOURCES = \
+ @HAVE_GUI_TRUE@ lib/gtk-contrib/gtkxpaned.c \
+ @HAVE_GUI_TRUE@ lib/gtk-contrib/gtkxpaned.h
+@@ -3458,8 +3458,8 @@ UI_FILES = \
+ src/ui/gui/var-sheet.ui \
+ src/ui/gui/var-type-dialog.ui
+
+- at HAVE_GUI_TRUE@src_ui_gui_psppire_CFLAGS = $(GTK_CFLAGS) $(GTKSOURCEVIEW_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1
+- at HAVE_GUI_TRUE@src_ui_gui_spreadsheet_test_CFLAGS = $(GTK_CFLAGS) -Wall -DGDK_MULTIHEAD_SAFE=1
++ at HAVE_GUI_TRUE@src_ui_gui_psppire_CFLAGS = $(GTK_CFLAGS) $(GTKSOURCEVIEW_CFLAGS) -DGDK_MULTIHEAD_SAFE=1
++ at HAVE_GUI_TRUE@src_ui_gui_spreadsheet_test_CFLAGS = $(GTK_CFLAGS) -DGDK_MULTIHEAD_SAFE=1
+ @HAVE_GUI_TRUE at src_ui_gui_psppire_LDFLAGS = $(PSPPIRE_LDFLAGS) \
+ @HAVE_GUI_TRUE@ $(PG_LDFLAGS) $(am__append_9) $(am__append_10)
+ @HAVE_GUI_TRUE at src_ui_gui_psppire_LDADD = \
+--
+1.8.3.4
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list