Commit Graph

64 Commits

Author SHA1 Message Date
Mark Brand 10ef29d2cf update: libgpg_error 2020-08-25 13:18:07 +02:00
Mark Brand 6873b5fe6f updates: dbus, harfbuzz, lcms, libgpg_error, mpg123, poppler, vmime 2020-06-04 18:32:29 +02:00
Mark Brand 32689aeecf update: gnutls, libgpg_error, libtasn1, poppler 2020-02-10 12:17:16 +01:00
Tony Theodore cc31b9bfd9 libgpg_error: fix for gawk v5
fixes #2323
2019-04-24 23:27:01 +10:00
Tony Theodore b1fc38f29c libgpg_error: use SOURCE_DIR and BUILD_DIR 2019-04-24 23:25:24 +10:00
Mark Brand c264d88d62 update: curl, freetds, gnutls, libgpg_error 2019-03-28 01:42:52 +01:00
Mark Brand 193586766b update: libgpg_error, qtxlsxwriter 2019-02-01 22:16:34 +01:00
Mark Brand 33f681c9c0 update: gsoap, libgpg_error, primesieve 2019-01-17 01:23:17 +01:00
Boris Pek a8751bc4d3 libgpg_error: fix build for non-default targets:
* x86_64-w64-mingw32.shared.sjlj
* x86_64-w64-mingw32.shared.posix
* x86_64-w64-mingw32.shared.posix.sjlj
* x86_64-w64-mingw32.shared.win32.sjlj
* i686-w64-mingw32.shared.dw2
* etc.

[Thanks to Tony Theodore] (Closes: #2259)
2018-12-30 00:17:11 +11:00
Mark Brand 5d7c06e3dd update: curl, libgpg_error 2018-12-15 17:04:03 +01:00
Mark Brand 5451878885 update libgpg_error 2018-09-20 21:20:47 +02:00
Mark Brand f0dd16d059 update libgpg_error 2018-04-04 23:55:07 +02:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Mark Brand 7ed9e61c7a update libgpg-error 2017-03-04 15:45:29 +01:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Mark Brand 52d6a741e8 update libgpg_error 2016-12-22 13:37:41 +01:00
Mark Brand a87e1d3b9a libgpg_error: update 2016-11-15 10:01:48 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Mark Brand ff850fb574 update: libgcrypt, libgpg_error 2016-07-16 00:33:25 +02:00
Mark Brand a2ce8e3c7f update: libgcrypt libgpg_error 2016-06-16 01:10:06 +02:00
Mark Brand 546676a245 update freetds, gnutls, libgpg_error 2015-12-13 10:05:13 +01:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Mark Brand b1951a0742 libgpg_error: update 2015-08-28 09:33:47 +02:00
Dan Riegsecker cdbe8f2abf Shared build of libgpg_error failing
When building libgpg_error with a target of i686-w64-mingw32.shared
the build fails with undefined references. In the make process for
libgpg_error an application is built and then run called mkheader.
This application is used to build the gpg-error.h file. In this
application there is a strcmp for 'mingw32' on host_os variable
which failes to be true when host_os contains mingw32.shared or
mingw32.static. The failure of this test keep w32-add.h from being
added to gpg-error.h, hence causing the undefined references errors.
This is an attempt to fix this issue, officially issue #677.
2015-05-09 19:02:03 +02:00
Mark Brand 20342ed829 libgpg_error: add missing dep 2015-04-23 00:17:56 +02:00
Mark Brand af473838da libgpg_error: update 2015-04-22 23:58:09 +02:00
Mark Brand caebc90cff Revert update of package libgpg_eror
The updated version fails to build with w64.
This partially reverts commit bc03d53b14.
2014-09-20 10:35:32 +02:00
Mark Brand bc03d53b14 update packages gnutls, libgpg_eror, vmime 2014-09-20 10:27:43 +02:00
Boris Nagaev 3a4964c4b7 add http mirrors to packages hosted at FTP
see http://lists.nongnu.org/archive/html/mingw-cross-env-list/2014-07/msg00002.html

Many FTP servers block connections from Tor and some
VPN servers. HTTP servers don't do this normally.

Example of failed FTP download attempt of binutils-2.24.tar.bz:
$ torsocks wget ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2
   --2014-07-20 13:26:48-- ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2
   => `binutils-2.24.tar.bz2'
   Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20
   Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:21... connected.
   Logging in as anonymous ... Logged in!
   ==> SYST ... done.    ==> PWD ... done.
   ==> TYPE I ... done.  ==> CWD (1) /pub/gnu/binutils ... done.
   ==> SIZE binutils-2.24.tar.bz2 ... 22716802
   ==> PASV ... done.    ==> RETR binutils-2.24.tar.bz2 ...
   Error in server response, closing control connection.
   Retrying.

Same package was downloaded via HTTP successfully:
$ torsocks wget http://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2
    --2014-07-20 13:32:37-- http://ftp.gnu.org/pub/gnu/binutils/binutils-2.24.tar.bz2
    Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20
    Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 22716802 (22M) [application/x-bzip2]
    Saving to: `binutils-2.24.tar.bz2'

    100%[=================>] 22,716,802   721K/s   in 24s

    2014-07-20 13:33:03 (915 KB/s) - `binutils-2.24.tar.bz2' saved [22716802/22716802]

Trying download from Tor Browser, I get error message:
425 Security: Bad IP connecting.

HTTP URLs were added to FTP URLs-only packages.
In many cases, ftp://ftp.gnu.org can be accessed
from http://ftp.gnu.org
If both URLs of a package are FTP, then one of them
was replaced with HTTP.

Command to check that those packages can be build successfully
if behind Tor:
$ torsocks make autoconf automake binutils bison cloog coreutils file freetds gcc gdb gettext gmp gnutls gperf isl libbluray libffi libgcrypt libgpg_error libidn libmicrohttpd libpng libxml2 libxslt m4 pthreads-w32 sed dcmtk mpfr

I've run the test above successfully.
2014-07-20 13:21:48 +04:00
Tony Theodore 57fa8e075e package qt4 and dependencies: enable shared builds 2014-02-09 23:29:51 +11:00
Werner Lemberg c25cc83464 packages freetype libgpg_error libpng pcre: add prefixed *-config links 2013-08-07 21:47:14 +10: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 50cbffbb4e update package libgpg_error 2013-06-25 22:08:00 +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 593ab5a706 use --libdir to avoid <prefix>/<target>/lib64 confusion 2013-06-02 01:43:53 +02:00
Mark Brand 881ad974e6 update package libgpg_error 2013-02-26 01:18:11 +01: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
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
Tony Theodore 6cde70a5ad package libgpg_error: only build and install in src directory 2010-12-13 03:18:09 +11:00
Volker Grabsch 8761fe839f bugfix: build package libgpg_error only for C, not CL 2010-12-12 14:03:35 +01:00
Tony Theodore 8532a39114 package libgpg_error: remove autoconf steps after upgrade 2010-12-12 14:06:39 +11:00
Mark Brand 696c5948b3 upgrade package libgpg_error 2010-12-08 12:03:33 +01:00
Volker Grabsch 9e3e115b78 fix nasty whitespaces 2010-11-30 00:03:40 +01:00