Commit Graph

59 Commits

Author SHA1 Message Date
Mark Brand ee2f3566f1 package gsoap: update checksum 2013-12-29 02:05:01 +01:00
Niels Kristian Bech Jensen 26fede61b2 update package gsoap 2013-12-04 17:35:31 +11:00
Mark Brand 7596986076 update package gsoap 2013-08-26 20:12:30 +02:00
Volker Grabsch e412eb642d Move package versions from index.html back into the src/*.mk files
Most of the automatic conversion was done using the following Python script:

import os
import re
pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk'))
with open('index.html', 'rb') as f:
    index = f.read()
pkgs_index = re.findall('<td class="package">([^<]*)</td>', index)
assert pkgs_index == pkgs
versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index))
assert sorted(versions.keys()) == pkgs
for pkg in pkgs:
    version = versions[pkg]
    with open('src/' + pkg + '.mk', 'rb') as f:
        mk = f.read()
    checksumpos = mk.index('\n$(PKG)_CHECKSUM ')
    versionline = '\n$(PKG)_VERSION  := %(version)s' % {'version': version}
    newmk = mk[:checksumpos] + versionline + mk[checksumpos:]
    with open('src/' + pkg + '.mk', 'wb') as f:
        f.write(newmk)
2013-07-22 01:41:31 +02:00
Mark Brand b2892f1012 remove explicit configure option --libdir
Unsetting CONFIG_SITE was the right way to solve the problem that
--libdir was working around.

This reverts commit 0b3240f9d8.
This reverts commit 3653eb6ec1.
This reverts commit 593ab5a706.
2013-06-02 19:40:12 +02:00
Mark Brand 0b3240f9d8 package gsoap: fix blunder 2013-06-02 12:35:04 +02:00
Mark Brand 3653eb6ec1 use --libdir to avoid <prefix>/<target>/lib64 confusion (more)
follow-up to commit 593ab5a706
2013-06-02 12:27:10 +02:00
Niels Kristian Bech Jensen ff07eeb664 package gsoap: update checksum 2013-05-15 18:16:17 +10:00
Mark Brand 5f093bfefe update package gsoap 2013-05-13 10:38:24 +02:00
Mark Brand 68142e520a update package gsoap 2013-02-04 05:58:13 +01:00
Mark Brand dcf0baaeff update package gsoap 2013-01-22 11:19:40 +01:00
Mark Brand c35fc3fd7c package gsoap: update checksum for replaced tarball 2012-12-11 09:06:22 +01:00
Mark Brand 6b8a95c449 update package gsoap 2012-12-10 10:13:08 +01:00
Mark Brand c5fc7e3267 update package gsoap 2012-10-13 23:43:01 +02:00
Mark Brand 265514be94 update package gsoap 2012-08-20 13:28:12 +02:00
Mark Brand a44893e465 update package gsoap 2012-06-09 22:18:13 +02:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +10:00
Volker Grabsch 00f4690d3f Move full package names from src/*.mk into package list (index.html) 2012-03-29 21:41:44 +02:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch 7e6723adb5 Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html 2012-03-29 11:07:07 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Mark Brand ee794819b0 update package gsoap 2012-02-20 08:52:12 +01:00
Mark Brand 22a1cbc10f update package gsoap 2012-02-10 03:20:29 +01:00
Mark Brand 736e5bc01b package gsoap: workaround for parallel building 2011-12-14 10:17:26 +01:00
Mark Brand 7773ff8536 update packages gnutls gsoap 2011-12-14 09:52:57 +01:00
Volker Grabsch 148931b4ae replaced $(BUILD) with a more direct and less brittle construct
For discussion, see the following email and its follow-ups:
http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html
2011-11-28 09:51:56 +01:00
Mark Brand 3cce3e9b58 many packages: use --build instead of wine cross_compiling hack 2011-11-26 16:30:36 +01:00
Mark Brand 5f4beb0593 update package gsoap 2011-11-20 16:58:42 +01:00
Mark Brand 1a9c528af1 package gsoap: upgrade to v2.8.4 with fix 2011-11-07 16:01:10 +01:00
Mark Brand 41f50d56eb package gsoap: revert to v2.8.3 2011-11-06 20:28:42 +01:00
Mark Brand 159e951648 packages curl gsoap vmime: gnutls 3 compatibility 2011-10-28 16:25:56 +02:00
Mark Brand d16880da80 update package gsoap 2011-10-23 21:45:20 +02:00
Mark Brand b5cc730766 update package gnutls
Now depends on p11-kit. This required some fixing up of gsoap
where the dependencies were hard-coded.
2011-08-19 14:18:25 +02:00
Volker Grabsch 98a2ee286d improved coding style regarding creation of symlinks 2011-08-15 12:40:35 +02:00
Mark Brand cc4615a5a5 update package gsoap 2011-06-25 14:32:40 +02:00
Martin Lambers 969d98291a wine fix for package gsoap 2011-05-20 13:25:02 +02:00
Mark Brand 84d5f7dd51 update package gsoap 2011-04-18 09:45:03 +02:00
Mark Brand c58b71d937 remove dependency openssl from package gsoap 2011-02-25 14:06:44 +01:00
Mark Brand 77185f8bba upgrade package gsoap 2011-01-17 01:20:27 +01:00
Volker Grabsch 77f47c13ca improved update script of all remaining SourceForge packages 2010-12-02 20:31:45 +01:00
Volker Grabsch cc41bd0eb2 fix checksum of package gsoap 2010-09-22 03:24:36 +02:00
Mark Brand 3f7e6ffecb improvements for package gsoap
Don't insist on gnutls in native build.
Do insist on gnutls in MinGW build.
Switch to winsock2, since gnu tls requires it.
Add missing -lgpg-error.
2010-09-20 12:00:00 +02:00
Mark Brand 37268b2433 upgrade package gsoap 2010-09-20 01:24:03 +02:00
Mark Brand 10b237f4c0 fixed sourceforge URLs in UPDATE macros 2010-09-09 21:24:32 +02:00
Mark Brand 1f41f9c88d upgrade package gsoap
patch for openssl compatibility no longer needed
2010-05-11 01:54:55 +02:00
Mark Brand 0b79937f70 fix update macro for package gsoap 2010-04-19 22:23:53 +02:00
Mark Brand 6fd89fc8b8 upgrade package gsoap to 2.7.16
Taball changed to .zip.

See:
http://www.cs.fsu.edu/~engelen/changelog.html
2010-04-11 16:37:51 +02:00
Volker Grabsch 71f83a7e0d point consequently to "doc/index.html" instead of "doc/index.html or doc/README" 2010-02-08 00:58:06 +01:00
Volker Grabsch 6661754361 build the native wsdl2h tool of package gsoap with SSL support 2010-02-07 16:43:54 +01:00
Volker Grabsch 2e22314817 improved coding style 2010-02-05 04:38:03 +01:00