Commit Graph

2291 Commits

Author SHA1 Message Date
Mark Brand 0b68635bc4 touch up package agg
-use $(SHELL) instead of sh
-autogen calls configure with options, so don't invoke configure again
-added explicit --build
2011-11-27 20:30:37 +01:00
Matthias Gehre f7da8c56c8 new package agg 2011-11-27 20:29:10 +01:00
Mark Brand 3cce3e9b58 many packages: use --build instead of wine cross_compiling hack 2011-11-26 16:30:36 +01:00
Mark Brand d5661822a8 package guile: make use of new BUILD variable 2011-11-26 21:54:54 +01:00
Mark Brand 26a746fe74 add BUILD and install config.guess and config.sub 2011-11-26 21:28:02 +01:00
Tony Theodore 69c57d9d95 package vtk:portability fix for Debian kFreeBSD 2011-11-28 00:24:59 +11:00
Tony Theodore f5dea9a051 package llvm:portability fix for Debian kFreeBSD 2011-11-28 00:04:01 +11:00
Tony Theodore f57837e79c package postgresql: use $(TARGET) instead of i686-pc-mingw32 2011-11-27 06:34:29 +11:00
Tony Theodore b3db813174 packages cgal, eigen, lapack: use CMAKE_TOOLCHAIN_FILE 2011-11-27 00:45:44 +11:00
Mark Brand 195056287d package libgcrypt: fix update macro 2011-11-26 14:22:08 +01:00
Mark Brand b04c1ad7b3 Revert "update package libgcrypt" (oops)
This reverts commit f0ac900cef5ec42043552018373ced650230ea83.
2011-11-26 14:17:49 +01:00
Mark Brand a59552bdeb update package libgcrypt 2011-11-26 14:16:18 +01:00
Mark Brand 4be8c076a8 package curl: restore cross_compiling hack 2011-11-26 13:56:39 +01:00
Mark Brand 2d1860f2a0 package curl: removed obsolete cross_compiling hack 2011-11-26 11:08:28 +01:00
Tony Theodore 612e61523e package libxml++: portability fix for bsd make 2011-11-26 14:50:42 +11:00
Mark Brand 72b8bd2cca package curl: use pkg-config instead of LIBS for libssh2 and libidn
Cherry-picked patch adds pkg-config detection of libidn.
Explicit "--with-libssh2" causes pkg-config to be used for libssh2.
2011-11-25 23:20:05 +01:00
Mark Brand 443d498978 package libidn: fix linking order with brute force 2011-11-25 17:03:19 +01:00
Mark Brand ab238982a2 package curl: fix libidn dependency
Curl seems to assume that -lidn is enough, but libidn itself has
dependencies that pkg-config lists.
2011-11-25 16:10:00 +01:00
Mark Brand 59a3ede912 package libidn: fix libintl (gettext) dependency 2011-11-25 16:09:06 +01:00
Mark Brand c09eb69935 package curl: update cherrypicks 2011-11-25 14:41:37 +01:00
Mark Brand bc70ffb99e update package libidn 2011-11-25 14:13:46 +01:00
Tony Theodore a0c8384ca6 package llvm: disable unnecessary components and targets 2011-11-25 23:53:37 +11:00
Mark Brand b26ebd37dd package gnutls: clean up
-Replace echo and sed hacks
  -gai_strerror test seems to work now without hack.
  -Disable crywrap for Windows with configure logic.
  -Disable doc and tests targets with patch.
-Improve handling of LIBS and .pc file
  -zlib is already in GNUTLS_REQUIRES_PRIVATE
  -Use LIBS to introduce -lws32_2 into Libs.private
2011-11-24 11:47:42 +01:00
Tony Theodore 32c98d3260 package llvm: add update script and ignore v2.9 2011-11-24 19:49:07 +11:00
Matthias Gehre 4ae82ce36e new packages: libxml++ and llvm 2011-11-24 18:51:05 +11:00
Tony Theodore ef138ce323 package vtk: fix third party module search path 2011-11-23 20:31:10 +11:00
Mark Brand 5cc4a01305 package gnutls: install it (oops) 2011-11-23 09:04:21 +01:00
Mark Brand 73bff69b50 package curl: fix https handshake failure 2011-11-23 00:45:49 +01:00
Mark Brand ccf398a35b package gnutls: various improvements
-log build commands
-build and install utilities, useful for troubleshooting
-but don't try to build crywrap on Windows
-specify WINVER for the sake of getaddrinfo
-enable parallel building which seems to work now
2011-11-23 00:39:54 +01:00
Tony Theodore 716c51a024 package vtk:disable directx detection 2011-11-23 00:40:00 +11:00
Tony Theodore 793d2a88f9 package vtk: disable gui components in native build 2011-11-22 22:18:31 +11:00
Mark Brand dda43d4646 upgrade package ffmpeg 2011-11-21 23:26:42 +01:00
Mark Brand 465c0722d0 update package binutils 2011-11-21 14:30:02 +01:00
Mark Brand 388e226989 package qt: use "cp -R" instead of "cp -r" for *bsd compatibility 2011-11-21 09:01:12 +01:00
Mark Brand 5af267e517 package curl: improve dependency handling
-use cherry-picked nettle patch
  -remove apparently inert -liconv

libssh2 still needs libgcrypt though.
2011-11-21 00:39:37 +01:00
Mark Brand 3dcb218d7d package libssh2: improve dependency handling 2011-11-21 00:36:34 +01:00
Mark Brand 5f4beb0593 update package gsoap 2011-11-20 16:58:42 +01:00
Tony Theodore da65c67618 package lapack:portability fix for FreeBSD - add CMAKE_AR 2011-11-21 02:44:08 +11:00
Tony Theodore 3e6d827d17 package lapack:update checksum 2011-11-21 02:42:57 +11:00
Tony Theodore 19498a7670 package vtk: revert previous change 2011-11-21 01:49:41 +11:00
Mark Brand 868e7b5ee0 update package liboauth 2011-11-19 16:16:22 +01:00
Mark Brand 651b2e5980 update package libevent 2011-11-19 10:31:58 +01:00
Tony Theodore ba3ba7fcd8 package vtk: disable gui components in native build 2011-11-19 16:52:13 +11:00
Mark Brand 262146538f package cgal: added patch source 2011-11-18 00:51:06 +01:00
Mark Brand 8035a88938 package cgal: fix build failure when qt is present
When Qt happened to be present, CGAL would fail to build. This
happened when moc was called on certain files that included
has_binary_operator.hpp from boost:

<includedir>/boost/type_traits/detail/has_binary_operator.hp:50:
Parse error at "BOOST_JOIN"
2011-11-18 00:11:33 +01:00
Mark Brand 3991490b57 update package curl 2011-11-17 20:29:28 +01:00
Mark Brand 39aecb1be8 package curl: fix for wanting .crt for insecure URLs 2011-11-17 09:16:21 +01:00
Mark Brand da0ac81457 package qt: use new mkspec for gcc 4.6 2011-11-17 07:40:02 +01:00
Mark Brand a62c7ba477 package curl: enable sspi 2011-11-16 23:19:43 +01:00
Mark Brand 0edbbe4d5e package gdb: fix filename 2011-11-16 22:36:59 +01:00