summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | bugfix patch to use the correct pkg-config for package gst-plugins-goodVolker Grabsch2010-02-232-0/+18
| |
* | add missing dependency for package gst-plugins-goodVolker Grabsch2010-02-231-1/+1
| |
* | update version of package libgsfVolker Grabsch2010-02-233-17/+20
| |
* | implemented version recognition and corrected website URLs for packages ↵Volker Grabsch2010-02-235-10/+20
| | | | | | | | gst-plugins-base, gst-plugins-good, gstreamer, liboil and libshout
* | update release notesVolker Grabsch2010-02-231-0/+5
| |
* | new packages: liboil, libshout, gstreamer, gst-plugins-base and gst-plugins-goodMark Brand2010-02-216-0/+201
| |
* | update version of package cairoVolker Grabsch2010-02-211-2/+2
| |
* | do not introduce QtCore4 in ssl.priMark Brand2010-02-212-11/+10
| | | | | | | | | | | | | | | | | | | | | | It is not correct to add QtCore4 in ssl.pri when -lz is removed for qt-zlib. In mingw-cross-env we add QtCore4 to OPENSSL_LIBS so the zlib dependency of openssl is satisfied in case of qt-zlib. This is necessary for the time being because the QtCore4 in the link command that qmake generates appears before the contents of OPENSSL_LIBS.
* | mergeVolker Grabsch2010-02-216-286/+258
|\ \
| * | bugfix: provide the full path to pg_config in package gdalVolker Grabsch2010-02-211-1/+1
| | |
| * | mergeVolker Grabsch2010-02-206-286/+258
| |\ \
| | * | add missing dependencies for package qtMark Brand2010-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | Now the compile test works, qt detects and uses libiconv and glib. Added these to the dependency list for consistent builds.
| | * | fixed compile tests in ./configure of package qtMark Brand2010-02-192-276/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fixed compile test for win32-g++ -removed compile test hacks since compile test works now -fixed odbc test for mingw32 -fixed iconv compile test for win32-g++ -fix ipv6 detection on win32-g++ -fix largefile detection on win32-g++ -fix getaddrinfo detection on win32-g++. Result is still negative, apparently correctly. -fix opengl detection on win32-g++ -removed obsolee opengl error hack -improved exempting win32-g++ from XLib test -improved zlib treatment when compiling on MAC for win32-g++ -finished rtti support -restored replacement of -lz with -lQtCore4 on ssl.pri -specifed "-no-fontcnfig" because this gets enabled now by default thanks to working freetype detection. -restored -openssl-linked, setting OPENSSL_LIBS and zlib fix in ssl.pri. Previous conclusion that these were unnecessary was apparently an experimental error. glib is now detected which I hope is a good thing.
| | * | upgrade package vmime to 0.9.1-svn-r534Mark Brand2010-02-182-1/+12
| | | | | | | | | | | | | | | | Fix for invoking bash from bootstrap script.
| | * | use the correct pg_config tool in package qtVolker Grabsch2010-02-201-1/+1
| | | |
| | * | bugfix: use backquotes instead of $(shell ...) in the build rules of package qtMark Brand2010-02-181-1/+1
| | | |
| | * | fixed dependencies for the shared psql plugin in package qtMark Brand2010-02-182-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The postgresql library -lpq depends on -lsecure32, -lssl, and so on. These are static libraries. When we build the psql plugin as a shared library, linking fails unless we provide the list of required libraries. Previously, this was taken care of with a hack in the configure script. Since that hack is not suitable for an upstream merge request, I have moved it here.
| | * | revert openssl hacks in configure and use pg_config in package qtMark Brand2010-02-172-38/+33
| | | |
| | * | simplified linking to openssl in package qtMark Brand2010-02-172-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have been building Qt with "-openssl-linked". A patch was needed to adjust OPENSSL_LIBS to keep a shared Qt build from failing at the point where QtNetwork4.dll is linked. The patch is not needed if we use "-openssl" instead. Because libssl and its dependencies are static libraries in mingw-cross-env, a simple "-openssl" also causes libssl and dependencies to be embedded (imported) into QNetwork4.dll, but it does so without requiring the patch. Details: The patch solved a problem that is a feature of a specific recipe of Qt build ingredients: (1) -shared (2) -openssl-linked (3) -qt-zlib in an environment were: (4) openssl is static (5) “system” zlib is static At least 1-3 are needed to see the problem. I suspect that 4 and 5 are needed as well. What I think I understand: “-shared” means that QtNetwork4.dll will be built, which is the locus of the problem. “-openssl-linked” means that libssl and its dependencies are to be embedded in QtNetwork4.dll. OPENSSL_LIBS supplies the list of dependencies. “-qt-zlib” means that QtCore4 contains a zlib implementation. Given this recipe for QtNetwork4.dll, the zlib implementation of “-lz” conflicts with the zlib implementation of “-lQtCore4”. The patch removed "-lz" from OPENSSL_LIBS and replaced it with "-lQtCore" in the same position. Adding "-lQtCore" in this way is not a robust solution. For example, it will break a debug build.
| | * | mergeVolker Grabsch2010-02-202-5/+5
| | |\ \
| | * \ \ mergeVolker Grabsch2010-02-191-0/+2
| | |\ \ \
| | * | | | install "usr/bin/i686-pc-mingw32-pg_config" instead of ↵Volker Grabsch2010-02-182-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | "usr/i686-pc-mingw32/bin/pg_config"
* | | | | | increase version number to 2.13Volker Grabsch2010-02-211-19/+35
| | | | | |
* | | | | | Release 2.12v2.12Volker Grabsch2010-02-210-0/+0
| |_|_|_|/ |/| | | |
* | | | | update release notesVolker Grabsch2010-02-211-22/+19
| | | | |
* | | | | bugfix: add test scripts as dependency files, and put them into the ↵Volker Grabsch2010-02-211-0/+2
|/ / / / | | | | | | | | | | | | distribution tarball
* | | | increase version number to 2.12Volker Grabsch2010-02-201-19/+35
| | | |
* | | | Release 2.11v2.11Volker Grabsch2010-02-200-0/+0
| | | |
* | | | improved installation instructions for Open Solaris (by Tony Theodore)Volker Grabsch2010-02-201-6/+15
| | | |
* | | | again improved installation instructions for SolarisVolker Grabsch2010-02-201-7/+20
| | | |
* | | | require at least Autoconf 2.62 because of package popt (by Tony Theodore)Volker Grabsch2010-02-201-1/+1
| | | |
* | | | improved installation instructions for SolarisVolker Grabsch2010-02-201-9/+28
| | | |
* | | | fixed the list of yearsVolker Grabsch2010-02-201-1/+1
| | | |
* | | | update release notesVolker Grabsch2010-02-201-1/+1
| |_|/ |/| |
* | | run the ./configure script with bash in package xercesVolker Grabsch2010-02-191-1/+1
| | | | | | | | | | | | | | | The reason is a bug in /bin/sh of OpenSolaris: http://lists.gnu.org/archive/html/mingw-cross-env-list/2010-02/msg00100.html
* | | improved .hgignore to support symlinked directoriesVolker Grabsch2010-02-191-4/+4
| |/ |/|
* | use $(INSTALL) instead of install in package freeimageVolker Grabsch2010-02-191-0/+2
|/
* update release notesVolker Grabsch2010-02-161-3/+3
|
* update version of package libgsaslVolker Grabsch2010-02-161-2/+2
|
* implemented version recognition for package freeimageVolker Grabsch2010-02-161-1/+3
|
* corrected download URL and version number style of package freeimageVolker Grabsch2010-02-161-3/+3
|
* add missing CR characters to the patch of package freeimageVolker Grabsch2010-02-161-33/+34
|
* new package: freeimageMark Brand2010-02-162-0/+75
|
* add missing dependency to package librsvgVolker Grabsch2010-02-161-1/+1
|
* changed coding style: make "-i" always the first argument of $(SED) (by ↵Volker Grabsch2010-02-1658-159/+159
| | | | Mark Brand)
* restore all patch headersVolker Grabsch2010-02-164-1/+10
|
* update package qtMark Brand2010-02-152-10/+8
|
* bugfix for package gdal (by Mark Brand)Volker Grabsch2010-02-161-1/+2
|
* improved coding styleVolker Grabsch2010-02-164-14/+8
|
* test program for package librsvgVolker Grabsch2010-02-162-0/+22
|