summaryrefslogtreecommitdiff
path: root/package/heimdal/Makefile
AgeCommit message (Collapse)Author
2021-11-04heimdal: Update to version 7.7.0Phil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2016-09-21heimdal: use HOST_PATH to find gawk and othersWaldemar Brodkorb
2016-09-20heimdal: compile_et required for sambaWaldemar Brodkorb
2016-09-20heimdal: just compile the bare minimum, fix Darwin hostcompileWaldemar Brodkorb
2016-01-28heimdal: fix host compile, disable docsWaldemar Brodkorb
2015-11-03heimdal: disable egd function calls, not available via libresslWaldemar Brodkorb
2015-04-27compile heimdal without xWaldemar Brodkorb
2015-04-12update to samba4, simplify package, support subpackages laterWaldemar Brodkorb
2014-06-27get rid of heimdal, no updates in a year, no time to care for two krb5 ↵Waldemar Brodkorb
implementations
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-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-06-15cleanup HOST_STYLE, use SYSROOT feature for pkgconfWaldemar Brodkorb
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl.
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-28fix heimdal compileWaldemar Brodkorb
2014-04-26update to latest upstreamWaldemar Brodkorb
2014-02-25avoid overriding of mit krb5 include filesWaldemar Brodkorb
2014-02-07disable on Darwin for nowWaldemar Brodkorb
2014-01-10fix compileWaldemar Brodkorb
2013-11-11use bison-host and flex-hostWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-08-20fix openssh with heimdal, enable openssl ec by defaultWaldemar Brodkorb
2013-08-20fix heimdal musl compileWaldemar Brodkorb
2013-04-29update to latest upstreamWaldemar Brodkorb
2011-03-31I am to tupid for git, today.Waldemar Brodkorb
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a.
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-31fix conflict, autoseect libgcjWaldemar Brodkorb
2011-03-04rename package to db, add subpkg for development filesWaldemar Brodkorb
2011-02-16this variable is used in common context now.Waldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-18rework PKG_FLAVOURS. Subpackages can have flavours, soWaldemar Brodkorb
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter.
2011-01-13allow cross-compile under Darwin, fix ppp install targetsWaldemar Brodkorb
2011-01-12fix build of heimdalWaldemar Brodkorb
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-12updates and build fixes for a lot of packagesWaldemar Brodkorb
compiled for ibmx40 with eglibc.
2010-10-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/freeradius-server/Makefile package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
2010-10-14update heimdal to latest upstream, not fully readyWaldemar 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-06-12massive PKG_SECTION adjustmentsPhil Sutter
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-02-04fix dependencies and indentationWaldemar Brodkorb
2009-12-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-24try to fix Cygwin cross-compilationWaldemar Brodkorb
2009-12-23fixes for new pkgmaker generated menuWaldemar Brodkorb
2009-12-20fix dependencies; note libfuse are brokenThorsten Glaser
• xx is the script used to validate them (will be folded into pkgmaker soon) • davfs2 (two of three flavours) and wdfs (once), as well as fuse (or fuse-utils?) depend on libfuse, but there is no libfuse (the working builddep on the fuse directory was kept intact, though) Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-20create package/Depends.mk dynamically; add PKG_BUILDDEP to all MakefilesThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-11-25simplify buildsystemWaldemar Brodkorb
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default
2009-11-20package updates and compile fixesWaldemar Brodkorb
- update ctorrent, cups, gnutls and freeradius-server - compile kerberos (heimdal,krb5) with com_err library from e2fsprogs to allow both to be build without installing local copys of libcom_err - cleanup lynx package add zlib dependency
2009-11-19rename DEVICE to ADK_TARGETWaldemar Brodkorb
- the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated.