summaryrefslogtreecommitdiff
path: root/lang/kaffe
AgeCommit message (Collapse)AuthorFilesLines
2010-03-24Recursive revision bump for GMP update.asau1-1/+2
2009-12-22Be consistent and always link rt.jar. It seems like the creation wasjoerg2-1/+20
timing depend. Fixes PR 42458.
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-12-14Override LIBLTDL explicitly to unbreak build with libtool 2.2.joerg3-4/+7
Fix PLIST. Bump revision.
2009-10-19Add bits for supporting NetBSD on x86_64.dholland5-3/+101
This builds, and will compile and run helloworld, but hasn't been particularly extensively tested. No version bump since no prior x86_64 packages should have been created.
2009-07-10Set user-destdir, add (unfortunately) partial patch for NetBSD/m68kabs4-4/+91
2009-06-14Remove @dirrm entries from PLISTsjoerg1-15/+1
2009-04-08Remove the remaining NO_MTREE definitions, it has been a nop for ajoerg1-2/+1
while.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2007-12-27Remove non-existing config file. Bump revision.joerg1-8/+2
2007-07-10Enable NLS.minskim4-4/+27
This addresses unregistered .mo files in PR 36622. Bump PKGREVISION due to PLIST changes. OK'ed by Antoine Reilles.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-10-05Added a patch for check_jni_methods.sh.rillig2-1/+17
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-05-29Use the installed version of libkaffevm and be a bit less aggressivejoerg2-1/+24
in kaffe-x11 when not building parts of the tree. Fixes build issues on DragonFly, but doesn't affect the binary package.
2006-05-23Binary relocation fails on my NetBSD 3_STABLE i386 box. Disable it for now.rumble1-1/+2
2006-05-16Fix build with recent kaffe changes:joerg3-1/+29
- some header files are not used and don't even exist - classlib is not shipped anymore.
2006-05-12Fix path to fastjar, bump revision.joerg3-2/+17
2006-05-10Update lang/kaffe{-x11,-esound} to 1.1.7tonio15-335/+40
What's New In Kaffe 1.1.7 ------------------------------------------------------ * Many cleanups, warning fixes and bug fixes. * Removed support for class library profiles, since --with-glibj-zip offers a more convenient replacement. * Updated to boehm-gc 6.6 * Updated to gjdoc 0.7.7 * Merged in fastjar. * Merged in zlib. There is a new configure option, --with-system-zlib to allow the use of the system zlib, instead of the merged in one. * Merged in GNU Classpath completely. Updated to version 0.90, with additional fixes. * Merged in port to DROPS. * Merged in port to Blackfin CPU. * Support for DragonFly BSD. * Ported to ia64-freebsd and alpha-freebsd. * Ported to powerpc-openbsd. * Improved support for Cygwin and sparc64-openbsd. * Improved stack handling for pthreads on openbsd. * Added simple direct threading interpreter implementation. The patches have been removes, since they were either included upstram or are no more necessary
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-02Explicitly set GNU_CONFIGURE_MANDIR to ${PREFIX}/${PKGMANDIR}.joerg1-1/+2
2006-02-20Get rid og @CLASSPATH_MODULE@, it was not used (an artefact of classpathtonio3-1/+41
import), and caused build failure with recent libtool
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-07Add patch-ah to fix build under netbsd alpha for PR 32113tonio3-3/+62
Thanks riz@ for the testing machine Take maintainership
2005-11-04Integrate patches from kaffe'cvs to fix thread signal handling on netbsdtonio5-6/+91
Thanks guilhem_at_kaffe.org for those patches (Now kaffe passes 100% of the regression tests under netbsd -current (at least i386)) bump PKGREVISION
2005-10-29Use EXTRACT_USING = pax, to avoir problem under 1.6.2tonio2-5/+6
Silent pkglint warnings
2005-10-15Add a patch from the freebsd kaffe port maintainer (anholt) to fix kaffetonio2-1/+17
under freebsd x86_64
2005-10-11Update lang/kaffe to 1.1.6tonio10-186/+118
This release contains many improvements, including the merge with gnu classpath 0.18 Also, patches from PR 30585 have been integrated upstream. Thanks joerg for testing it under dragonfly
2005-10-10Use FreeBSD modus for DragonFly as well.joerg2-1/+12
2005-09-07Fix build under Solaris x86, by deactivating jit enginetonio1-2/+2
2005-09-06oups, included "../../mk/pthread.buildlink3.mk" in the wrong filetonio2-3/+3
2005-09-06kaffe uses pthreadtonio1-1/+2
2005-09-06Update lang/kaffe to 1.1.5tonio11-206/+197
regenerate buildlink3 approved by wiz@
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-2/+2
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-30Convert the Java related packages to use the alternatives system. To dojmmv1-2/+2
this, we only need some simple logic in java-env.mk to automatically generate an ALTERNATIVES file for us. There are two exceptions, though: fastjar and jikes (pointed out by tv@), which do not use this file; they have to be handled manually. Bump PKGREVISION for all affected packages. While doing this, remove the java-wrapper package, obsoleted by the new functionality provided by pkg_alternatives.
2004-10-17Use the installed rather than bundled libltdl.tv1-2/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-28/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-29Add more java-env wrappers matching other common JDK tools; bump PKGREVISION.tv2-4/+10
2004-07-04Rework the way the kaffe packages work:jmmv4-50/+27
- Make kaffe the main package, on which others can depend, and which has no support for things like sound nor graphics. Bump its revision to 2. While here, do some cleanup too. - Add a kaffe-x11 package, that installs on top of kaffe, and which provides the library needed for AWT support through X11. - Add a kaffe-esound package, that installs on top of kaffe, and which provides the library needed for sound support through esound (i.e., no more need for the USE_ESOUND variable here). - Remove the kaffe-nox11 package.
2004-07-02Unused.wiz1-29/+0
2004-07-02Add appropriate CPPFLAGS and PASSTHRU_DIRS variables so that packageswiz1-1/+7
depending on this one can find the header files. Noted broken by snj.
2004-06-05Simplify BUILDLINK_JAVA_PREFIX.<jvm>.xtraeme1-6/+2