summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* improved version recognition of packages: boost freetype gcc glew libgee ↵Volker Grabsch2010-06-0411-27/+27
| | | | mingwrt openssl pcre pdcurses w32api wxwidgets
* fix checksum to the checksum of the TarGZ archive of package treVolker Grabsch2010-06-041-1/+1
|
* add an alternative download URL for package treVolker Grabsch2010-06-041-1/+2
|
* update download URLs of packages mingwrt and w32apiVolker Grabsch2010-06-042-2/+2
|
* bugfix: remove mingwrt-dll from the dependencies of package gccVolker Grabsch2010-06-041-1/+1
|
* remove package mingwrt-dll because mingwm10.dll isn't needed on supported ↵Volker Grabsch2010-06-041-25/+0
| | | | Windows versions anymore
* upgrade package opensslMark Brand2010-06-032-71/+3
| | | | Removed patch and sed hacks that seem obsolete.
* parallelization bugfix for package zziplibVolker Grabsch2010-06-011-1/+2
|
* remove the unnecessary call to ./bootstrap.sh in package xvidcoreVolker Grabsch2010-05-311-1/+1
|
* switch from SJLJ to DW2 in package gccVolker Grabsch2010-05-311-1/+0
|
* new package: xvidcoreVolker Grabsch2010-05-311-0/+31
|
* temporarily removed package gtksourceview because it doesn't workVolker Grabsch2010-05-311-32/+0
|
* require gettext in package gtksourceview, because it doesn't work withoutVolker Grabsch2010-05-311-2/+3
|
* avoid alpha releases of package libtoolVolker Grabsch2010-05-311-3/+2
|
* new package: libgee (by Matias De la Puente)Volker Grabsch2010-05-311-0/+30
|
* new package: gtksourceview (by Matias De la Puente)Volker Grabsch2010-05-311-0/+31
|
* new package: libarchive (by Tony Theodore)Volker Grabsch2010-05-311-0/+31
|
* upgrade package xz (by Tony Theodore)Volker Grabsch2010-05-311-4/+4
|
* upgrade package qt to 4.7.0-beta1 (by Mark Brand)Volker Grabsch2010-05-312-596/+733
|
* disable aalib detection for package gst-plugins-goodMark Brand2010-05-311-0/+1
|
* removed invalid configure options in packages gst-plugins-base, ↵Mark Brand2010-05-313-6/+0
| | | | gst-plugins-good and liboil
* update version recognition of package glibVolker Grabsch2010-05-261-1/+1
|
* wine fix for package wxwidgets (by Tony Theodore)Volker Grabsch2010-05-261-0/+4
|
* upgrade package vmime to vmime-0.9.1-svn-r555Mark Brand2010-05-241-0/+721
| | | | | | | r554 | vincent-richard | 2010-05-23 18:14:41 +0200 (Sun, 23 May 2010) | 1 line FileSystemFactory is now a ref. r555 | vincent-richard | 2010-05-23 18:18:00 +0200 (Sun, 23 May 2010) | 1 line Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding.
* upgrade package libidnMark Brand2010-05-241-2/+2
|
* upgrade package vmime to vmime-0.9.1-svn-r553Mark Brand2010-05-221-0/+280
| | | | | | | r552 | vincent-richard | 2010-05-21 09:41:15 +0200 (Fri, 21 May 2010) | 1 line Always encode special charsets. r553 | vincent-richard | 2010-05-21 11:32:42 +0200 (Fri, 21 May 2010) | 1 line Rewritten doc.
* fix configure script so "windows" is not a Mac architecture in package qtMark Brand2010-05-211-14/+25
|
* forge gdb to use Bash instead of the potentially buggy /bin/sh in package ↵Volker Grabsch2010-05-261-1/+2
| | | | gdb (by Tony Theodore)
* don't use the hard-coded /bin/sh shell in package gdb (by Tony Theodore)Volker Grabsch2010-05-241-0/+17
|
* upgrade package vmime to 0.9.1-svn-r551Mark Brand2010-05-213-18/+1338
| | | | | | | | | | | | | | | | Also added missing zlib dependency for test-vmime.exe. r551 merges our previously used patch. r547 | vincent-richard | 2010-05-18 15:52:27 +0200 (Tue, 18 May 2010) | 1 line Added helper function to construct parsed message from net message. Splitted IMAP source files. r548 | vincent-richard | 2010-05-20 11:57:51 +0200 (Thu, 20 May 2010) | 1 line Fixed type size. r549 | vincent-richard | 2010-05-20 12:00:19 +0200 (Thu, 20 May 2010) | 1 line Fixed unit tests build on OSX. r550 | vincent-richard | 2010-05-20 17:28:51 +0200 (Thu, 20 May 2010) | 1 line Fixed case-sensitive include. r551 | vincent-richard | 2010-05-21 08:01:33 +0200 (Fri, 21 May 2010) | 1 line Fixed missing #include.
* ignore version 2.25.6 of package glibVolker Grabsch2010-05-211-1/+1
| | | | | For more information about why 2.25.6 doesn't work, see: https://bugzilla.gnome.org/show_bug.cgi?id=619243
* fix use of pthreads in package vmimeMark Brand2010-05-202-3/+27
| | | | | | | | | | | | | The configure option "-without-pthread" seems not to work even if it is listed as a configure option. As long as pthreads is available, it is detected. This meant that the configuration of vmime dependend on whether pthreads had already been installed, even though pthreads was not listed as a dependency. The solution seems to be to add the missing #include <pthread.h> and allow pthreads to be used. Also now build one of the examples as test-vmime.exe.
* improved version recognition of packages binutils and gccVolker Grabsch2010-05-202-5/+2
|
* upgrade package libpano13Mark Brand2010-05-202-14/+2
| | | | Previously used patch is now merged upstream.
* use correct options for arch and largefile for windows target of package qtMark Brand2010-05-192-14/+25
| | | | | | | | | | | | | | | | | | | Previously we did not specify -arch, so the configure script used the host architecture as the default. This worked as long as the host and target architectures matched. That's why we had to force it with -host-arch i386 to make it work on 64 bit hosts. The correct value "windows" may have different properties than i386, but this has not be researched. In any case "windows" is the value use by the binary executable configure tool for windows. Additionally, the configure script did not respect -arch when cross-building on MAC. Now CFG_ARCH is set automatically to windows to cover this case. Also, "-largefile" is not appropriate for Windows. Now specify "-no-largefile" to avoid defintions meant for Unix. Windows apparently still has its largefile support.
* add the autostatic patch to package pthreadsVolker Grabsch2010-05-191-0/+150
|
* improved test programs of packages libgomp and pthreadsVolker Grabsch2010-05-192-4/+6
|
* replaced $(SED) action with a clean patch in package glibVolker Grabsch2010-05-192-1/+28
|
* wine fix for package gtkglext (by Tony Theodore)Volker Grabsch2010-05-191-0/+2
|
* add more information about a patch of package glibVolker Grabsch2010-05-191-0/+3
|
* upgrade package postgresqlMark Brand2010-05-161-2/+2
|
* update package jpegMark Brand2010-05-162-42/+2
| | | | Previously used patch is now in sources from upstream.
* test program for package pthreads (by Martin Lambers)Volker Grabsch2010-05-162-0/+44
|
* upgrade package vmime to 0.9.1-svn-r546Mark Brand2010-05-151-0/+19
| | | | | r546 | vincent-richard | 2010-05-14 18:56:20 +0200 (Fri, 14 May 2010) | 1 line Fixed parsing of header field value with no data on the first line (folding).
* upgrade package gcc-mpcMark Brand2010-05-151-2/+2
|
* add the missing information about the origin of a patchVolker Grabsch2010-05-161-0/+3
|
* improved patches for package glibVolker Grabsch2010-05-161-6/+22
|
* remove duplicate patch for package glibVolker Grabsch2010-05-161-25/+0
|
* improved build options for native build of package glibVolker Grabsch2010-05-161-0/+1
|
* improved patches of package glibVolker Grabsch2010-05-164-32/+57
|