summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* packages binutils dbus gcc gettext libiconv: enable/disable native buildsTony Theodore2013-08-275-0/+26
|
* package vtk6: reverse standalone patch for cross buildTony Theodore2013-08-271-0/+3
|
* package vtk6: fix for standalone native build without renderingTony Theodore2013-08-273-17/+25
|
* Merge pull request #235 from sikoragmbh/vtk6-fix-native-confTony Theodore2013-08-272-0/+18
|\ | | | | package vtk6: fix configure of native build for missing X11/OSMesa libraries
| * package vtk: fix configure of native build for missing X11/OSMesa librariesMartin Müllenhaupt2013-08-272-0/+18
|/
* package m4: gets has been removed from recent glibcTony Theodore2013-08-271-0/+2
|
* Makefile: add explicit failed download messageTony Theodore2013-08-271-2/+3
|
* Makefile: use cut instead of sed for env var listTony Theodore2013-08-271-1/+1
|
* doc update: add proxies to env whitelist and re-align unset commandTony Theodore2013-08-272-4/+8
|
* Makefile: add proxies to env whitelistTony Theodore2013-08-271-1/+1
|
* update package sqliteMark Brand2013-08-261-2/+2
|
* update package gsoapMark Brand2013-08-262-3/+3
|
* Revert "package gdk-pixbuf: explicitly call aclocal and automake"Tony Theodore2013-08-261-2/+0
| | | | This reverts commit 99bee59b113787fbf3a6af2285b144cb9e5bb41d.
* Makefile: remove extraneous backslashTony Theodore2013-08-251-1/+1
|
* doc update: use gmake in FreeBSD instructionsTony Theodore2013-08-251-2/+2
|
* package bison: add dependency on flexTony Theodore2013-08-251-1/+1
|
* Makefile: add build-requirements goal for optional native buildsTony Theodore2013-08-251-2/+7
|
* packages bison flex: enable native buildsTony Theodore2013-08-252-2/+2
|
* mxe-activate: add BUILD to pathTony Theodore2013-08-251-1/+2
|
* Merge pull request #220 from tonytheodore/qt-pkgconfigTony Theodore2013-08-252-1/+27
|\ | | | | packages qt qtbase: install pkgconfig files in standard location
| * packages qt qtbase: install pkgconfig files in standard locationTony Theodore2013-07-312-1/+27
| |
* | Merge pull request #228 from tonytheodore/depsTony Theodore2013-08-254-51/+105
|\ \ | | | | | | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionality
| * | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionalityTony Theodore2013-08-204-51/+105
| | |
* | | package graphicsmagick: temporary workaround for pkgconfTony Theodore2013-08-251-1/+1
| | |
* | | Makefile: remove TARGET dependencies on BUILD - keep optional for time beingTony Theodore2013-08-251-3/+0
| | |
* | | packages graphicsmagick guile imagemagick sox: change libtool --> libltdlTony Theodore2013-08-254-4/+4
| | |
* | | native packages: tidy up and install to BUILD prefix to avoid conflictsTony Theodore2013-08-256-35/+43
| | |
* | | add package m4 for native buildTony Theodore2013-08-252-0/+30
| | |
* | | package libtool: separate binary from library (new package libltdl)Tony Theodore2013-08-253-15/+32
| | |
* | | Makefile: add BUILD variable and add to target loop and PATHTony Theodore2013-08-251-1/+5
| | |
* | | add config.guess to tools so its available prior to any package buildsTony Theodore2013-08-251-0/+1558
| | |
* | | Revert "update package pkgconf"Tony Theodore2013-08-241-2/+2
| | | | | | | | | | | | This reverts commit 68a73a314cbef967e5122e21c7b8e1fac8f59f49.
* | | packages automake libtool: fix deps for native buildsTony Theodore2013-08-242-2/+3
| | |
* | | add optional native autotools bison cmake flex libtool packagesTony Theodore2013-08-247-0/+151
| | |
* | | Merge pull request #230 from koneu/masterTony Theodore2013-08-241-0/+2
|\ \ \ | | | | | | | | package gdk-pixbuf: explicitly call aclocal and automake
| * | | package gdk-pixbuf: explicitly call aclocal and automakekoneu2013-08-241-0/+2
|/ / /
* | | Merge pull request #229 from uwehermann/libftdi1Tony Theodore2013-08-243-0/+43
|\ \ \ | | | | | | | | new package libftdi1
| * | | new package libftdi1Uwe Hermann2013-08-223-0/+43
| | | |
* | | | Merge pull request #226 from abma/masterTony Theodore2013-08-241-1/+1
|\ \ \ \ | | | | | | | | | | disable stl for wxWidgets as it seems to be very problematic:
| * | | | disable stl for wxWidgets as it seems to be very problematic:abma2013-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | http://www.wxwidgets.org/docs/faqgen.htm#stl
* | | | | update package pkgconfTony Theodore2013-08-241-2/+2
| |/ / / |/| | |
* | | | doc update: add MXE to env whitelist for interactive sessionsTony Theodore2013-08-211-1/+1
| | | |
* | | | doc update: add EDITOR to env whitelist for interactive sessionsTony Theodore2013-08-212-2/+2
| | | |
* | | | add package pkgconf (optional native build)Tony Theodore2013-08-212-0/+30
| | | |
* | | | Merge pull request #227 from uwehermann/libusb1Tony Theodore2013-08-212-0/+31
|\ \ \ \ | | | | | | | | | | new package libusb1
| * | | | new package libusb1Uwe Hermann2013-08-202-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a package for the libusb-1.0 shared library (MXE package name "libusb1") used by various projects. It is not to be confused with the older libusb-0.1 library (MXE package name "libusb") which is a completely different library with different API. Both libs are in wide-spread use and can be installed in parallel.
* | | | | doc update: re-align requirements install commandsTony Theodore2013-08-201-39/+41
| |_|/ / |/| | |
* | | | Merge branch 'stable'Tony Theodore2013-08-200-0/+0
|\ \ \ \
| * | | | mxe-activate: get targets from MakefileTony Theodore2013-08-201-1/+2
| | | | |
| * | | | mxe-activate: unset env vars for interactive useTony Theodore2013-08-201-3/+4
| | | | |