Commit Graph

171 Commits

Author SHA1 Message Date
Volker Grabsch f3947b9c66 bugfix: use "$(SED)" instead of "sed" 2009-06-09 15:11:31 +02:00
Volker Grabsch 32beacdfb9 don't use static linking for package libusb 2009-06-06 17:11:31 +02:00
Volker Grabsch a2a46f7ac8 new package: libusb (by Mark Brand) 2009-05-21 18:39:04 +02:00
Volker Grabsch 33cbaad5a3 another fix for systems where wine confuses the cross-compiling detection of ./configure 2009-05-17 17:37:54 +02:00
Volker Grabsch 1da1b906b4 fix for systems where wine confuses the cross-compiling detection of ./configure 2009-05-05 12:57:03 +02:00
Volker Grabsch 42870877a7 update version of packages libiconv, gnutls, glib and gtk 2009-05-05 11:05:51 +02:00
Volker Grabsch 74aa7f077c corrected checksum of package theora 2009-05-05 09:06:26 +02:00
Volker Grabsch 28902ea9ec new package: theora (by Martin Gerhardy) 2009-05-05 01:26:12 +02:00
Volker Grabsch d00410a2cd update checksum of mingwrt, because they suddenly changed their release tarball 2009-05-05 01:13:59 +02:00
Volker Grabsch 1ae3aebf1b remove "__declspec(dllimport)" declarations instead of defining PCRE_STATIC in package pcre 2009-04-22 10:18:39 +02:00
Volker Grabsch f633f90c70 fix for systems where wine confuses the cross-compiling detection of ./configure 2009-04-22 09:59:54 +02:00
Volker Grabsch 0c8d217331 bugfix in package pcre: always define PCRE_STATIC 2009-04-22 09:57:49 +02:00
Volker Grabsch d1db31f66b portability fix for MacOS X in package nsis: Don't use the "SetIcon(wxICON(...))" call 2009-04-21 17:26:00 +02:00
Volker Grabsch 3e589ee9ae enable multibyte characters in package readline 2009-04-20 22:40:41 +02:00
Volker Grabsch 77063801c0 bugfix in package readline: unset the correct variables to avoid building the shared libraries 2009-04-20 15:12:33 +02:00
Volker Grabsch 3e43ec294f new package: readline 2009-04-20 15:02:18 +02:00
Volker Grabsch ead0d7e527 disable documentation build in package cppunit 2009-04-20 12:55:27 +02:00
Volker Grabsch 11619822ca update version of package libevent 2009-04-20 12:45:06 +02:00
Volker Grabsch c4585f0153 new package: cppunit (by Giuseppe Scrivano) 2009-04-20 12:42:41 +02:00
Volker Grabsch 0249846baf new package: libevent (by Giuseppe Scrivano) 2009-04-16 22:26:57 +02:00
Volker Grabsch 08749f48db update the checksum of package sqlite - sqlite had a hotfix shortly after the release 2009-04-16 22:25:48 +02:00
Volker Grabsch 5814a1aa10 improved coding style: use a consistent order of variables 2009-04-16 19:45:56 +02:00
Volker Grabsch 4f36d379c7 bugfix: Disallow package gettext to try to build its Java and C# variants 2009-04-16 15:41:48 +02:00
Volker Grabsch f4fdf41a17 new package: nsis 2009-04-16 11:59:55 +02:00
Volker Grabsch 14aa246699 remove superfluous URL comments 2009-04-16 09:01:45 +02:00
Volker Grabsch 8e807903b8 update version of packages gnutls, pcre, pdflib_lite and pixman 2009-04-15 11:18:35 +02:00
Volker Grabsch 018925b326 new package: sqlite 2009-04-15 11:03:55 +02:00
Volker Grabsch f75ffd1dad bugfix: use "$(SED)" instead of "sed" 2009-04-05 18:28:05 +02:00
Volker Grabsch 6a2cab9dbb validate downloads using SHA-1 checksums 2009-04-05 14:00:17 +02:00
Volker Grabsch 030623efb3 include an important bugfix for package gettext 2009-04-05 11:31:09 +02:00
Volker Grabsch 1b0a25f0ac update version of packages geos, libgsasl and libidn 2009-04-04 11:11:19 +02:00
Volker Grabsch 15724154be update version of packages freetype, glib, gtk, pango, pdflib_lite and wxwidgets 2009-03-23 01:30:44 +01:00
Volker Grabsch 577defb3b0 adjusted the binutils version number to the MinGW project's suddenly changed naming schema 2009-03-23 01:30:09 +01:00
Volker Grabsch 01535b33b7 fixed version recognition of package libgsf 2009-03-23 01:26:15 +01:00
Volker Grabsch ee3456c369 portability fix for MacOS X in package glib: set CXX explicitly
For some strange reason, glib's configure script initializes
CXX with "c++" instead of the cross C++ compiler. This usually
does no harm, because glib doesn't use the C++ compiler. However,
it poisons libtool's compiler lib search paths. This also usually
does no harm, except on MacOS X where it causes libtool to link
against /usr/lib/libiconv.dylib, which makes the cross build fail.
2009-03-08 14:41:47 +01:00
Volker Grabsch 6d7ac6561e portability fix for Open Solaris: Enforce the use of $(INSTALL) in package lua (by Tony Theodore) 2009-03-08 13:30:08 +01:00
Volker Grabsch 57fe800e2e update version of package libidn 2009-03-07 22:30:20 +01:00
Volker Grabsch be3f3b55a7 portability fix for FreeBSD in package glib: don't expect the build system to have libiconv installed 2009-03-07 22:20:07 +01:00
Volker Grabsch fe9811173c portability fix for Open Solaris: when "ginstall" exists, use that instead of "install" 2009-03-07 08:52:50 +01:00
Volker Grabsch aa5dae0844 bugfix to avoid crashing parallel builds in package gettext 2009-03-06 23:35:08 +01:00
Volker Grabsch 0e0b45b01f portability fix for Open Solaris: don't expect the build system to have pkg-config 2009-03-06 18:11:08 +01:00
Volker Grabsch 32ba664f5f portability fix for MacOS X: don't expect the build system to provide gettext/libintl 2009-03-06 17:51:13 +01:00
Volker Grabsch 2957ca6552 portability fix for FreeBSD: don't expect the build system to have iconv installed 2009-03-06 17:05:27 +01:00
Volker Grabsch af87aaf9c5 portability fix for BSD and OSX 2009-03-06 14:47:43 +01:00
Volker Grabsch 1464bccf36 use only stable versions of package gnutls 2009-03-05 20:59:52 +01:00
Volker Grabsch 920ac3748a improved download URLs for package gnutls 2009-03-05 20:50:36 +01:00
Volker Grabsch 6719c1630f update version of packages curl and gnutls 2009-03-05 20:40:34 +01:00
Volker Grabsch c761323375 improved version update mechanism (make update) of package gnutls 2009-03-05 20:40:10 +01:00
Volker Grabsch 5a60c7624f switch glib to win32 threading 2009-03-05 16:55:13 +01:00
Volker Grabsch 7b2f8beb9d disable threading in package cairo, because it conflicts with glib's threading 2009-03-05 16:54:57 +01:00