Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add package geoip-database | Boris Nagaev | 2015-12-12 | 1 | -0/+4 | |
| | ||||||
* | move TCL/Tk to plugins/tcl.tk | Tony Theodore | 2015-12-08 | 1 | -8/+0 | |
| | ||||||
* | add packages TCL/Tk | Russell Standish | 2015-12-08 | 1 | -0/+8 | |
| | ||||||
* | freebsd: do not build as root | Boris Nagaev | 2015-12-05 | 1 | -0/+4 | |
| | | | | see #902 | |||||
* | freebsd: install file(1) from ports | Boris Nagaev | 2015-12-05 | 1 | -0/+5 | |
| | ||||||
* | FreeBSD: recommend to use gmake instead of make | Boris Nagaev | 2015-12-05 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | Command `make` on FreeBSD doesn't like MXE's Makefile: make: "/root/mxe2/Makefile" line 10: Cannot open /ext/gmsl make: "/root/mxe2/Makefile" line 59: Need an operator make: "/root/mxe2/Makefile" line 62: Need an operator make: "/root/mxe2/Makefile" line 126: Need an operator make: "/root/mxe2/Makefile" line 130: Need an operator ... $(MAKEFILE_LIST) is empty for `make` on FreeBSD, that is why $(EXT_DIR) is /ext Nevertheless MXE's Makefile seems to use too many features not supported by `make` on FreeBSD. Tool `gmake` is installed. | |||||
* | freebsd requirements command: add gcc | Boris Nagaev | 2015-12-05 | 1 | -1/+1 | |
| | | | | gcc is not installed by other packages | |||||
* | fix broken export command example | Boris Nagaev | 2015-12-05 | 1 | -1/+1 | |
| | | | | | | | | | $ export PATH = /usr/local/bin:$PATH -bash: export: `=': not a valid identifier -bash: export: `/usr/bin: ....': not a valid identifier $ export PATH=/usr/local/bin:$PATH [no error] | |||||
* | FreeBSD: use "pkg install" instead of "pkg_add -r" | Boris Nagaev | 2015-12-05 | 1 | -4/+4 | |
| | | | | | | | | | | | | | pkg_add was replaced with pkgng. FreeBSD 10.2 doesn't have pkg_add preinstalled, while pkg is available. Some packages were renamed: * glib20 is now glib * perl is now perl5 Read more: https://lists.freebsd.org/pipermail/freebsd-ports/2012-August/077909.html | |||||
* | Adding new library libsodium. | rezahousseini | 2015-12-05 | 1 | -0/+4 | |
| | ||||||
* | add package openthreads (using openscenegraph source) | Rashad Kanavath | 2015-12-03 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #1011 from fiesh/master | Tony Theodore | 2015-12-02 | 1 | -0/+4 | |
|\ | | | | | add cryptopp (https://www.cryptopp.com/) | |||||
| * | add cryptopp (https://www.cryptopp.com/) | Christoph Weiss | 2015-12-02 | 1 | -0/+4 | |
| | | ||||||
* | | Add package json-glib | Andre Heinecke | 2015-12-01 | 1 | -0/+4 | |
| | | ||||||
* | | add package libid3tag | Pavel Vatagin | 2015-12-01 | 1 | -0/+4 | |
| | | ||||||
* | | add package miniupnpc | Myckel Habets | 2015-12-01 | 1 | -0/+4 | |
| | | ||||||
* | | Merge pull request #1014 from tonytheodore/cmake | Tony Theodore | 2015-11-30 | 1 | -30/+30 | |
|\ \ | | | | | | | Build native version of cmake | |||||
| * | | Build native version of cmake | Tony Theodore | 2015-11-27 | 1 | -30/+30 | |
| |/ | | | | | | | | | | | * install in MXE native path so only visible to MXE sessions and wrapper scripts * remove from requirements * no MXE patches or pkg updates yet | |||||
* | | Add cpp-netlib | Christian Stewart | 2015-11-30 | 1 | -0/+4 | |
| | | ||||||
* | | docs: update homebrew notes | Tony Theodore | 2015-11-27 | 1 | -2/+4 | |
|/ | | | | fixes #1010 | |||||
* | docs: add instructions for homebrew | Tony Theodore | 2015-11-26 | 1 | -0/+15 | |
| | ||||||
* | remove optional native pkgs and build-requirements target | Tony Theodore | 2015-11-26 | 1 | -55/+26 | |
| | ||||||
* | add package muparserx | Tony Theodore | 2015-11-21 | 1 | -1/+5 | |
| | ||||||
* | Add Coin3D 3.1.3 (https://bitbucket.org/Coin3D/coin/wiki/Home) | Christoph Weiss | 2015-11-18 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #965 from LuaAndC/downgrade-gcc-to-4-9 | Tony Theodore | 2015-11-17 | 1 | -0/+4 | |
|\ | | | | | Downgrade gcc to 4.9 | |||||
| * | add package cloog | Boris Nagaev | 2015-11-11 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package was removed as a part of da82d07dbeca23087aa4351914cf4b890c1d3972 File src/cloog.mk differs from its copy before da82d07dbec [1] * sha1 -> sha256 * toolchain reorg reapplied: * $(PKG)_TARGETS * $(PKG)_DEPS_$(BUILD) * define $(PKG)_BUILD -> define $(PKG)_BUILD_$(BUILD) * $(MXE_CONFIGURE_OPTS) [1] https://raw.githubusercontent.com/mxe/mxe/6947d3245f9c76d9124a4c4f3c164154a75f3f62/src/cloog.mk | |||||
* | | update requirement versions | Tony Theodore | 2015-11-16 | 1 | -4/+8 | |
| | | | | | | | | fixes #978 | |||||
* | | Merge pull request #977 from LuaAndC/nonetwork | Tony Theodore | 2015-11-14 | 1 | -1/+23 | |
|\ \ | | | | | | | disable networking with LD_PRELOAD when build | |||||
| * | | new package howto: add not-to-do rules | Boris Nagaev | 2015-11-10 | 1 | -0/+22 | |
| | | | ||||||
| * | | index.html: add a dot at the end of the sentence | Boris Nagaev | 2015-11-10 | 1 | -1/+1 | |
| |/ | ||||||
* | | gdk-pixbuf2-devel not gdk-pixbuf-devel | gcoco | 2015-11-11 | 1 | -1/+1 | |
|/ | | | This is to provide gdk-pixbuf-csource. | |||||
* | index.html: fix indentation for package ucl | Boris Nagaev | 2015-11-10 | 1 | -2/+2 | |
| | ||||||
* | add package upx | Boris Nagaev | 2015-11-10 | 1 | -0/+4 | |
| | ||||||
* | add package lzma | Boris Nagaev | 2015-11-10 | 1 | -0/+4 | |
| | ||||||
* | add package ucl | Boris Nagaev | 2015-11-09 | 1 | -0/+4 | |
| | ||||||
* | Adding Cataclysm: Dark Days Ahead in the list of projects who use MXE | Rémy Roy | 2015-11-08 | 1 | -0/+3 | |
| | ||||||
* | gcc pthreads: build pthreads and mingw-w64 headers inline and enable libgomp | Tony Theodore | 2015-10-31 | 1 | -8/+0 | |
| | | | | | | | | | * fixes "~winpthreads changes ~pthread_signal.h" etc. reported by build-pkg mingw-w64 installs dummy headers if winpthreads isn't built * enables libgomp to avoid double-build (see #331) * no change in openmp-validation (still 20 failures - taken with a grain of salt as the batch file test runner isn't a reliable perl substitute) * pthreads virtual package kept for future testing | |||||
* | remove gcc-* virtual packages | Tony Theodore | 2015-10-25 | 1 | -16/+0 | |
| | ||||||
* | change Wt homepage to http://www.webtoolkit.eu | Boris Nagaev | 2015-10-18 | 1 | -1/+1 | |
| | | | | witty.sourceforge.net redirects to www.webtoolkit.eu | |||||
* | Merge branch 'libmysqlclient' of https://github.com/LuaAndC/mxe into ↵ | Tony Theodore | 2015-10-05 | 1 | -0/+4 | |
|\ | | | | | | | LuaAndC-libmysqlclient | |||||
| * | add package libmysqlclient | Boris Nagaev | 2015-09-07 | 1 | -0/+4 | |
| | | | | | | | | Based on proposal #755 | |||||
* | | new core team member Boris Nagaev | Tony Theodore | 2015-09-29 | 1 | -0/+1 | |
| | | ||||||
* | | add package libspeex | Hopper262 | 2015-09-28 | 1 | -0/+4 | |
| | | ||||||
* | | new package: unrtf | Mark Brand | 2015-09-27 | 1 | -0/+4 | |
| | | ||||||
* | | add package ossim | Rashad M | 2015-09-25 | 1 | -0/+4 | |
| | | ||||||
* | | doc update: change sha1 --> sha256 | Tony Theodore | 2015-09-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #850 from LuaAndC/gtk3 | Tony Theodore | 2015-09-23 | 1 | -8/+22 | |
|\ \ | | | | | | | add packages gtk3 and gtkmm3 | |||||
| * | | add packages gtk3 and gtkmm3 | Gerardo Ballabio | 2015-09-21 | 1 | -8/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pango has been updated to 1.37.4 in 24cf97dbdd62ece0ea0b39cf33694a8804352bd1 Side effects: * mute function g_win32_run_session_bus of glib (see the thread) * add new external dependency: gdk-pixbuf Original thread: https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-08/msg00009.html | |||||
* | | | add package cimg | Boris Nagaev | 2015-09-20 | 1 | -0/+4 | |
|/ / | ||||||
* | | Add Violetland to the used by section. | ooxi | 2015-09-19 | 1 | -0/+3 | |
| | | | | | | | | In this game the player should help a girl by name of Violet to struggle with hordes of monsters. For this purpose the various weapon, and also the special abilities of the heroine which are opening with experience can be used. |