summaryrefslogtreecommitdiff
path: root/lang/sablevm-classpath-gui
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-3/+3
Bump PKGREVISION.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+5
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-17Make sure sablevm-classpath do not install jni.h (since it is provided bytonio1-3/+3
sablevm) as noted by Gary Duzan in PR pkg/30137 Fix PLIST issues, to properly deintall Fix AWK snippets for print-PLIST Bump PKGREVISION for sablevm and sablevm-classpath
2006-04-15Update to sablevm-classpath-gui to 1.13tonio2-9/+8
sablevm-classpath was synced with gnu-classpath 0.19
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
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-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+3
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-4/+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-05-23Convert sablevm{,-classpath,-classpath-gui} to java-env.mk, so that theyjmmv2-11/+13
can easily coexist with other Java implementations. This basically means that they are now installed under ${PREFIX}/java/sablevm and that a wrapper is created under ${PREFIX}/bin (sablevm-java) to exec this VM.
2004-04-30Update sablevm-classpath{,-gui} to 1.1.3. I wasn't able to find a concretejmmv2-9/+12
list of changes since 1.1.1. AFAICT, it seems that the code has been sync'ed with GNU classpath 0.08 and the installation has been modified to work "out of the box" with sablevm (i.e., no need to create more symbolic links to let the vm find the classes).
2004-03-28Initial import of sablevm-classpath-gui, version 1.1.1:jmmv3-0/+33
SableVM is a portable bytecode interpreter written in C, and implementing the Java virtual machine specification, second edition. Its goals are to be reasonably small, fast and efficient, as well as providing a well designed and robust platform for conducting research. This package contains the GTK binding required to run AWT and Swing applications with sablevm-classpath and sablevm.