Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-12 | xterm: update to 396 | Waldemar Brodkorb | |
2023-01-19 | xterm: disable wchar | Waldemar Brodkorb | |
2022-12-30 | xterm: update to 377 | Waldemar Brodkorb | |
2022-03-03 | remove midori, it needs libpeas, which needs gobject-introspection | Waldemar Brodkorb | |
I am not able to cross-compile gobject-introspection and not ever willing to try it again. It's a mess. Update all packages required on the way to midori, which now will be removed. sorry. | |||
2021-11-14 | xterm: update to 369 | Waldemar Brodkorb | |
2016-09-10 | xterm: optimize some configure options | Waldemar Brodkorb | |
2016-06-08 | xterm: update to 325 | Waldemar Brodkorb | |
2016-02-21 | xterm: update to latest | Waldemar Brodkorb | |
2015-10-27 | xterm: update to latest upstream version | Waldemar Brodkorb | |
2015-03-30 | update to latest stable version | Waldemar Brodkorb | |
2015-03-07 | disable regex | Waldemar Brodkorb | |
2015-03-02 | update to latest stable upstream version | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar 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-06-21 | s/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-11 | update to latest upstream | Waldemar Brodkorb | |
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-03-21 | update to latest upstream version | Waldemar Brodkorb | |
2014-01-03 | another bunch of musl fixes, and some libtinfo fixes | Waldemar Brodkorb | |
2013-11-06 | update xterm to latest upstream, add fixes t owork with musl libc | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2011-11-10 | fix make bulk on OpenADK buildserver | Waldemar Brodkorb | |
2011-04-17 | package dependency | Waldemar Brodkorb | |
2011-04-07 | add ncurses as dependency | Waldemar Brodkorb | |
2011-02-26 | resolve xterm Makefile conflict | Waldemar Brodkorb | |
2011-02-26 | c++ compiler fixes | Waldemar Brodkorb | |
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff. | |||
2011-02-24 | allow native build of a lot of packages | Waldemar Brodkorb | |
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. | |||
2011-01-25 | update Xorg to 7.6 | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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-09-14 | replace mksh scripts with faster C programs | Waldemar 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-01 | disable packages and kernel modules for ag241 | Waldemar Brodkorb | |
2010-07-31 | disable some packages for foxg20, and try to fix again uclibc++ patch | Waldemar Brodkorb | |
2010-07-15 | fix foxboard allmodconfig build, mostly by disabling packages | Waldemar Brodkorb | |
2010-07-08 | Merge 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-22 | fix package names and package flavour dependencies | Waldemar Brodkorb | |
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies. | |||
2010-06-20 | port xterm | Phil Sutter | |