gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8631: update bpel2owfn to 2.0.4


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8631: update bpel2owfn to 2.0.4
Date: Fri, 7 Oct 2022 16:40:26 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8631
revision-id: carlhansen1234@gmail.com-20221007204019-bq4062fnffdrq7fn
parent: carlhansen1234@gmail.com-20221007200327-rosd1y681vghnqt4
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2022-10-07 13:40:19 -0700
message:
  update bpel2owfn to 2.0.4
added:
  pkg/gnu/bpel2owfn/files/       files-20221007203646-qxc74d1v6vxbgcdt-1
  pkg/gnu/bpel2owfn/files/bjpel2owfn.2.0.4.partial.patch 
bjpel2owfn.2.0.4.par-20221007203646-qxc74d1v6vxbgcdt-2
modified:
  pkg/gnu/bpel2owfn/Makefile     makefile-20160617014725-uokjfnggs70iry9h-465
  pkg/gnu/bpel2owfn/config.mk    config.mk-20160617014943-ah1tw67wzemxsaak-1
  pkg/gnu/bpel2owfn/sha256sums   sha256sums-20160617014725-uokjfnggs70iry9h-467
=== modified file 'pkg/gnu/bpel2owfn/Makefile'
--- a/pkg/gnu/bpel2owfn/Makefile        2018-07-14 23:50:38 +0000
+++ b/pkg/gnu/bpel2owfn/Makefile        2022-10-07 20:40:19 +0000
@@ -17,7 +17,7 @@
 
 NAME = BPEL2oWFN
 GARNAME = bpel2owfn
-GARVERSION = 2.4
+GARVERSION = 2.0.4
 HOME_URL = http://www.gnu.org/software/bpel2owfn/
 DESCRIPTION = Translating web service in BPEL to Open Workflow Nets
 define BLURB
@@ -34,12 +34,14 @@
 # version 2.4 not available at ftp.GNU.org
 # try http://service-technology.org/bpel2owfn/download.html
 # they haven't noticed GNA went away
-MASTER_SITES = $(MASTER_GNA)
-MASTER_SUBDIR = service-tech/$(GARNAME)/
+# Looks like service-t ... gone too
+#MASTER_SITES = $(MASTER_GNA)
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/2.0.4/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# get from ftp.gnu.org instead, but not latest; or use service-technology.org 
svn
+PATCHFILES = bjpel2owfn.2.0.4.partial.patch
+# get from ftp.gnu.org instead, but not latest; or try to use 
service-technology.org svn lost off internet
 
 BUILDDEPS =
 LIBDEPS =

=== modified file 'pkg/gnu/bpel2owfn/config.mk'
--- a/pkg/gnu/bpel2owfn/config.mk       2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/bpel2owfn/config.mk       2022-10-07 20:40:19 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for bpel2owfn ##
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=
+BUILD_OPTS ?= CPPFLAGS+=-fpermissive

=== added directory 'pkg/gnu/bpel2owfn/files'
=== added file 'pkg/gnu/bpel2owfn/files/bjpel2owfn.2.0.4.partial.patch'
--- a/pkg/gnu/bpel2owfn/files/bjpel2owfn.2.0.4.partial.patch    1970-01-01 
00:00:00 +0000
+++ b/pkg/gnu/bpel2owfn/files/bjpel2owfn.2.0.4.partial.patch    2022-10-07 
20:40:19 +0000
@@ -0,0 +1,71 @@
+diff -x config.log -x config.status -ru 
tmp/bpel2owfn-2.0.4/src/ast-system-k.cc work/bpel2owfn-2.0.4/src/ast-system-k.cc
+--- tmp/bpel2owfn-2.0.4/src/ast-system-k.cc    2007-07-18 05:55:51.000000000 
-0700
++++ work/bpel2owfn-2.0.4/src/ast-system-k.cc   2022-10-07 13:22:24.942519694 
-0700
+@@ -26,6 +26,9 @@
+ #include <sys/types.h>
+ #include <stdlib.h>
+ 
++#include <cstring>
++#include <climits>
++
+ #ifdef _MSC_VER
+ #pragma warning( disable : 4786 )
+ #endif
+diff -x config.log -x config.status -ru tmp/bpel2owfn-2.0.4/src/bpel2owfn.cc 
work/bpel2owfn-2.0.4/src/bpel2owfn.cc
+--- tmp/bpel2owfn-2.0.4/src/bpel2owfn.cc       2007-07-25 23:12:24.000000000 
-0700
++++ work/bpel2owfn-2.0.4/src/bpel2owfn.cc      2022-10-07 13:24:17.926117262 
-0700
+@@ -70,6 +70,8 @@
+ #include "globals.h"
+ #include "extension-data.h"
+ 
++#include <cstdlib>
++
+ using std::cerr;
+ using std::cout;
+ using std::endl;
+diff -x config.log -x config.status -ru tmp/bpel2owfn-2.0.4/src/debug.cc 
work/bpel2owfn-2.0.4/src/debug.cc
+--- tmp/bpel2owfn-2.0.4/src/debug.cc   2007-07-25 23:12:24.000000000 -0700
++++ work/bpel2owfn-2.0.4/src/debug.cc  2022-10-07 13:26:56.205954371 -0700
+@@ -56,6 +56,7 @@
+ #include <iostream>
+ #include <fstream>
+ #include <iomanip>
++#include <cstdlib>
+ 
+ #include "debug.h"
+ #include "options.h"
+diff -x config.log -x config.status -ru tmp/bpel2owfn-2.0.4/src/helpers.cc 
work/bpel2owfn-2.0.4/src/helpers.cc
+--- tmp/bpel2owfn-2.0.4/src/helpers.cc 2007-07-18 05:52:44.000000000 -0700
++++ work/bpel2owfn-2.0.4/src/helpers.cc        2022-10-07 13:31:11.667307950 
-0700
+@@ -53,6 +53,7 @@
+  * Headers
+  
*****************************************************************************/
+ 
++#include <climits>
+ #include <iostream>
+ #include <fstream>    // (std::ofstream)
+ #include <sstream>    // (std::ostringstream, std::istringstream)
+diff -x config.log -x config.status -ru tmp/bpel2owfn-2.0.4/src/options.cc 
work/bpel2owfn-2.0.4/src/options.cc
+--- tmp/bpel2owfn-2.0.4/src/options.cc 2007-07-25 23:12:24.000000000 -0700
++++ work/bpel2owfn-2.0.4/src/options.cc        2022-10-07 13:30:31.542095287 
-0700
+@@ -52,6 +52,8 @@
+  * Headers
+  
*****************************************************************************/
+ 
++#include <cstdlib>
++#include <climits>
+ #include <iostream>
+ #include <fstream>
+ #include <string>
+diff -x config.log -x config.status -ru 
tmp/bpel2owfn-2.0.4/src/petrinet-patterns-structured.k 
work/bpel2owfn-2.0.4/src/petrinet-patterns-structured.k
+--- tmp/bpel2owfn-2.0.4/src/petrinet-patterns-structured.k     2007-07-16 
06:21:30.000000000 -0700
++++ work/bpel2owfn-2.0.4/src/petrinet-patterns-structured.k    2022-10-07 
13:29:02.358622608 -0700
+@@ -58,6 +58,8 @@
+ %}
+ 
+ %{
++#include <climits>
++
+ #include "ast-config.h"
+ #include "helpers.h"
+ #include "ast-tools.h"

=== modified file 'pkg/gnu/bpel2owfn/sha256sums'
--- a/pkg/gnu/bpel2owfn/sha256sums      2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/bpel2owfn/sha256sums      2022-10-07 20:40:19 +0000
@@ -1,2 +1,3 @@
-1a6e49673bb9c30491d26904a26f8f71fc310676833c4e8c5d89aca8dfa43ad6  
download/bpel2owfn-2.4.tar.gz
-6e364bc1a5d45ada197b4a51a4f4dbbbd6dddcbb5fc080af0752b1397420540d  
download/bpel2owfn-2.4.tar.gz.sig
+ede9b484dd8dc80b9383692aa5f8620191c0e3c0301ace2d30ad1a930ad69940  
download/bpel2owfn-2.0.4.tar.gz
+3a6768dad703d846d88ef0d3f4812fd5373c58832d5015498cc67fc5ceb96472  
download/bjpel2owfn.2.0.4.partial.patch
+ea9122ea15dccb3b0c4c62bbc7d978eed977f07b0878485db88d041b17a63dbb  
download/bpel2owfn-2.0.4.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]