Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libtool uber-patch | Ade Lovett | 2003-06-26 | 3 | -2130/+10 |
| | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) | ||||
* | Remove USE_GNOMENG. | Joe Marcus Clarke | 2003-04-20 | 1 | -1/+0 |
| | |||||
* | Fix port build failure. | Archie Cobbs | 2003-03-20 | 1 | -0/+15 |
| | |||||
* | Fix port build failure. | Archie Cobbs | 2003-03-20 | 4 | -37/+125 |
| | |||||
* | Clear moonlight beckons. | Ade Lovett | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Fix install bug: install resources along with classfiles. | Archie Cobbs | 2003-02-27 | 1 | -0/+2 |
| | |||||
* | Unbreak port in the non-gnome case. | Archie Cobbs | 2003-02-23 | 1 | -11/+9 |
| | |||||
* | Update to version 1.0.6. | Archie Cobbs | 2003-02-20 | 20 | -51/+282 |
| | |||||
* | Fix build on -current by adding "-D__XSI_VISIBLE -D__BSD_VISIBLE" to CFLAGS. | Archie Cobbs | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | Fix bug in logic for determining the right pkg-plist file to use. | Archie Cobbs | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | Use ${MASTER_SITE_SOURCEFORGE} instead of hard-coded master site. | Archie Cobbs | 2002-10-19 | 1 | -1/+2 |
| | |||||
* | Update to version 1.0.5. | Archie Cobbs | 2002-10-17 | 13 | -48/+43 |
| | |||||
* | Use the right pkg-plist depending on whether GNOME support is configured. | Archie Cobbs | 2002-09-07 | 3 | -3/+2093 |
| | |||||
* | Annihilate #inclusions of <malloc.h>. | Archie Cobbs | 2002-08-30 | 2 | -0/+21 |
| | |||||
* | Make this port GNOMENG aware. | Archie Cobbs | 2002-08-30 | 1 | -5/+7 |
| | | | | PR: ports/42206 | ||||
* | Update to version 1.0.4. | Archie Cobbs | 2002-08-24 | 13 | -64/+30 |
| | |||||
* | Remove this patch, it's not actually needed. | Archie Cobbs | 2002-08-23 | 1 | -11/+0 |
| | |||||
* | Remove explicit dependency already covered by USE_GNOMELIBS. | Archie Cobbs | 2002-08-23 | 1 | -3/+3 |
| | |||||
* | Patches to fix compilation on -stable. | Archie Cobbs | 2002-08-23 | 2 | -0/+27 |
| | |||||
* | Patch to fix the build when doing USE_GNOMELIBS. | Archie Cobbs | 2002-08-19 | 2 | -0/+34 |
| | |||||
* | Fix test for gnome header file. | Archie Cobbs | 2002-08-19 | 1 | -1/+1 |
| | |||||
* | Pass CFLAGS to configure scripts using CONFIGURE_ENV. | Archie Cobbs | 2002-08-19 | 3 | -20/+2 |
| | |||||
* | Update to version 1.0.3. | Archie Cobbs | 2002-08-19 | 10 | -19/+83 |
| | | | | Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug. | ||||
* | Bump the shared library version of dependency libgmp from 5 -> 6. | Archie Cobbs | 2002-08-18 | 1 | -2/+2 |
| | | | | Tweak makefile output. | ||||
* | Update to SableVM version 1.0.2. | Archie Cobbs | 2002-08-15 | 11 | -419/+2245 |
| | | | | This port includes the Java classes, making the java/sablepath port obsolete. | ||||
* | SableVM implements the Java virtual machine specification, second edition. | Archie Cobbs | 2002-07-09 | 12 | -0/+494 |
SableVM is a bytecode interpreter. It's goals are to be reasonably small, efficient, and fast, as well as providing a well-designed platform for doing research into different algorithms for bytecode interpretation, garbage collection, memory management, etc. SableVM uses a modified version of the GNU Classpath Java classes; these classes are installed by the "sablepath" port. WWW: http://www.sablevm.org/ |