summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* remove superfluous URL commentsVolker Grabsch2009-04-162-2/+0
|
* update version of packages gnutls, pcre, pdflib_lite and pixmanVolker Grabsch2009-04-154-8/+8
|
* new package: sqliteVolker Grabsch2009-04-151-0/+27
|
* bugfix: use "$(SED)" instead of "sed"Volker Grabsch2009-04-051-1/+1
|
* validate downloads using SHA-1 checksumsVolker Grabsch2009-04-0568-481/+549
|
* include an important bugfix for package gettextVolker Grabsch2009-04-051-0/+6
|
* update version of packages geos, libgsasl and libidnVolker Grabsch2009-04-043-3/+3
|
* update version of packages freetype, glib, gtk, pango, pdflib_lite and wxwidgetsVolker Grabsch2009-03-236-6/+6
|
* adjusted the binutils version number to the MinGW project's suddenly changed ↵Volker Grabsch2009-03-231-1/+1
| | | | naming schema
* fixed version recognition of package libgsfVolker Grabsch2009-03-231-2/+2
|
* portability fix for MacOS X in package glib: set CXX explicitlyVolker Grabsch2009-03-081-0/+1
| | | | | | | | | 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.
* portability fix for Open Solaris: Enforce the use of $(INSTALL) in package ↵Volker Grabsch2009-03-081-0/+1
| | | | lua (by Tony Theodore)
* update version of package libidnVolker Grabsch2009-03-071-1/+1
|
* portability fix for FreeBSD in package glib: don't expect the build system ↵Volker Grabsch2009-03-071-1/+13
| | | | to have libiconv installed
* portability fix for Open Solaris: when "ginstall" exists, use that instead ↵Volker Grabsch2009-03-0710-36/+36
| | | | of "install"
* bugfix to avoid crashing parallel builds in package gettextVolker Grabsch2009-03-061-1/+1
|
* portability fix for Open Solaris: don't expect the build system to have ↵Volker Grabsch2009-03-061-1/+2
| | | | pkg-config
* portability fix for MacOS X: don't expect the build system to provide ↵Volker Grabsch2009-03-061-1/+3
| | | | gettext/libintl
* portability fix for FreeBSD: don't expect the build system to have iconv ↵Volker Grabsch2009-03-061-0/+10
| | | | installed
* portability fix for BSD and OSXVolker Grabsch2009-03-061-6/+5
|
* use only stable versions of package gnutlsVolker Grabsch2009-03-051-2/+2
|
* improved download URLs for package gnutlsVolker Grabsch2009-03-051-1/+2
|
* update version of packages curl and gnutlsVolker Grabsch2009-03-052-2/+2
|
* improved version update mechanism (make update) of package gnutlsVolker Grabsch2009-03-051-2/+3
|
* switch glib to win32 threadingVolker Grabsch2009-03-051-4/+4
|
* disable threading in package cairo, because it conflicts with glib's threadingVolker Grabsch2009-03-051-3/+3
|
* bugfix in several build rules: use "$(SED)" instead of "sed"Volker Grabsch2009-03-056-22/+22
|
* build also the wxWidgets variant without unicode supportVolker Grabsch2009-03-051-0/+55
|
* improved build rules for package wxwidgetsVolker Grabsch2009-03-051-4/+7
|
* improved the regexes for package version recognitionVolker Grabsch2009-03-0220-20/+20
|
* put all package's project websites into Make variables $($(PKG)_WEBSITE)Volker Grabsch2009-03-0168-68/+68
|
* new macro SHORT_PKG_VERSION which assists in creating download URLsVolker Grabsch2009-03-015-5/+5
|
* new package: libgsfVolker Grabsch2009-03-011-0/+41
|
* new package: oldVolker Grabsch2009-03-011-0/+26
|
* corrected library dependencies and disabled dangling DLL stuff in packages ↵Volker Grabsch2009-03-016-5/+36
| | | | atk, cairo, fontconfig, glib, gtk and pango
* new packages: jasper, pixman, cairo, pango, atk and gtkVolker Grabsch2009-02-286-0/+183
|
* bugfix in package glib: ensure that "pkgconfig ... --libs" also returns ↵Volker Grabsch2009-02-281-1/+1
| | | | "-lole32"
* bugfix in package glib: ensure that "pkgconfig ... --libs" also returns "-lpcre"Volker Grabsch2009-02-281-0/+1
|
* simplified build instructions for the new version of package xmlwrappVolker Grabsch2009-02-281-16/+6
|
* update version of packages gcc, libpng and xmlwrappVolker Grabsch2009-02-287-7/+7
|
* new packages: gcc-objc and gcc-fortranVolker Grabsch2009-02-283-2/+36
|
* bugfix in package glib: install all glib toolsVolker Grabsch2009-02-281-4/+3
|
* new package: glibVolker Grabsch2009-02-281-0/+42
|
* fixed dependecies of gettextVolker Grabsch2009-02-281-2/+3
|
* build the gettext-tools in addition to the gettext-runtimeVolker Grabsch2009-02-271-5/+26
|
* new package: pcreVolker Grabsch2009-02-271-0/+29
|
* new package: wxwidgetsVolker Grabsch2009-02-271-0/+59
|
* enable win32 threading for package ilmbaseVolker Grabsch2009-02-171-2/+8
|
* use ranlib to build the library of package glewVolker Grabsch2009-02-161-0/+1
|
* provide "-lglew32s" in addition to "-lGLEW" in package glew for ↵Volker Grabsch2009-02-161-0/+1
| | | | compatibility with the official GLEW win32 binary package