summaryrefslogtreecommitdiff
path: root/package/ruby
AgeCommit message (Collapse)Author
2021-10-11ruby: update to 3.0.2Waldemar Brodkorb
2021-03-01ruby: update to 3.0.0Waldemar Brodkorb
2020-09-30ruby: update to 2.7.1Waldemar Brodkorb
2017-05-15ruby: update to 2.4.1Waldemar Brodkorb
2017-02-05ruby: fix uClibc-ng misdetectionWaldemar Brodkorb
2017-01-30ruby: update to 2.4.0Waldemar Brodkorb
2016-11-22ruby: update to 2.3.3Waldemar Brodkorb
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-04-30ruby: update to 2.3.1Waldemar Brodkorb
2016-01-09ruby: update to latest stable versionWaldemar Brodkorb
2015-12-22ruby: update to latest stable versionWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-11-05ruby: update to latest stable versionWaldemar Brodkorb
2015-04-14update to latest upstream versionWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-12-25update to latest upstreamWaldemar Brodkorb
2014-11-12update to latest upstream versionWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-18fix ruby host, yajl build error fix, reported by joernWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-23disable extensions for hostWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-04-16fix ruby compile, update to latestWaldemar Brodkorb
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
2013-11-13disable for avr32, gcc ICEWaldemar Brodkorb
2013-10-28fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵Waldemar Brodkorb
to new autotool infrastructure
2013-10-26fix with musl, from sabotageWaldemar Brodkorb
2013-10-24remove orig filesWaldemar Brodkorb
2013-10-24add host build infrastructure; convert file, ncurses, glib and ruby to it. ↵Waldemar Brodkorb
remove unneeded hacks for openldap and mesalib
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2011-11-17add ruby-ldapWaldemar Brodkorb
2011-11-14unbreak buildingWaldemar Brodkorb
2011-11-10fix make bulk on OpenADK buildserverWaldemar Brodkorb
2011-03-08update to latest upstream versionWaldemar Brodkorb
2011-01-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-11-08cross-compile under MacOS XWaldemar Brodkorb
2010-11-08update and fix module building, explicit install filesWaldemar Brodkorb
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-08-01disable for cygwin hostWaldemar Brodkorb
2010-07-30more FreeBSD fixes and package updatesWaldemar Brodkorb
2010-07-09update and fix packages which got activated to autogeneratedWaldemar Brodkorb
package configuration menu.
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-06-13bulk package updateWaldemar Brodkorb
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-02-14complete allmodconfig build on NetBSDWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-06document and fix setpgrp overwriteWaldemar Brodkorb
not all packages do the right overwrite of this variable. uClibc does not need any arguments to setpgrp function. Finetune package template accordingly.