aboutsummaryrefslogtreecommitdiff
path: root/java/kaffe
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-2/+2
| | | | Notes: svn path=/head/; revision=161929
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+11
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Add missing "info" directory to dirrm list from last version update.Eric Anholt2006-01-311-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=154867
* Fix plist issues after last commit yet again.Eric Anholt2006-01-211-1/+1
| | | | Notes: svn path=/head/; revision=154030
* Fix build by updating to 1.1.7-rc1, which should be better than the previousEric Anholt2006-01-214-39/+34
| | | | | | | | release, as usual (and even the previous version was from an "unstable" branch anyway). The release is expected to come out very soon, anyway. Notes: svn path=/head/; revision=154028
* BROKEN: Does not buildKris Kennaway2006-01-141-0/+2
| | | | Notes: svn path=/head/; revision=153435
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Fix pkg-plist from last upgrade.Eric Anholt2005-10-231-0/+4
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=146197
* Update to 1.1.6. Tested on i386 and amd64 -- only one regression test failure,Eric Anholt2005-10-154-20/+26
| | | | | | | and on amd64! Notes: svn path=/head/; revision=145480
* Oops, jikes is required to build these days. This should be all the depsEric Anholt2005-06-101-1/+2
| | | | | | | | | necessary. Reported by: krismail Notes: svn path=/head/; revision=137227
* [1] Add missing dependency on zip.Eric Anholt2005-06-032-4/+24
| | | | | | | | | | | [2] Convert to use javavmwrapper (installing to its own PREFIX). [3] Add to devel category, matching Sun JDKs. Submitted by: [1] krismail Reviewed by: [2,3] hq, previous version Notes: svn path=/head/; revision=136742
* Update to 1.1.5, which includes a port to amd64. (Ports to alpha, powerpc,Eric Anholt2005-05-285-99/+44
| | | | | | | | | | | | | | | | | sparc64 should be quick, but I haven't been able to scare up the resources on the cluster machines). Also, remove the compile-time options such as different AWTs, which are intended by the developers for use in embedded systems, not general users. Also, move maintainership to myself, since I'm working on kaffe too frequently. Thanks Mark for your work on this port! PR: ports/80641 Submitted by: anholt Approved by: maintainer Notes: svn path=/head/; revision=136353
* Switch over NOT_FOR_ARCHS to ONLY_FOR_ARCHS=i386 since the configureKris Kennaway2005-03-261-1/+1
| | | | | | | | | script does not seem to allow anything else. Approved by: portmgr (self) Notes: svn path=/head/; revision=131990
* Fix plist.Kirill Ponomarev2005-01-151-0/+11
| | | | Notes: svn path=/head/; revision=126489
* Move java/kaffe-devel to java/kaffeEdwin Groothuis2005-01-106-58/+97
| | | | | | | | | Remove java/kaffe-devel Submitted by: maintainer (via irc) Notes: svn path=/head/; revision=126041
* BROKEN on alpha: Configure failsKris Kennaway2005-01-021-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125657
* Take into account the '-devel' package name suffix when registering CONFLICTSHerve Quiroz2004-12-241-1/+1
| | | | | | | | | with java/kaffe-devel Pointy hat to: me Notes: svn path=/head/; revision=125077
* - Register CONFLICTS with java/kaffe-devel and java/javavmwrapperHerve Quiroz2004-12-242-3/+5
| | | | | | | | - Use %%DATADIR%% to calm portlint - Tweak COMMENT to calm portlint Notes: svn path=/head/; revision=125073
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* BROKEN on 5.x: does not compileKris Kennaway2004-02-071-1/+7
| | | | Notes: svn path=/head/; revision=100307
* Add NOT_FOR_ARCHS=amd64Edwin Groothuis2004-02-011-0/+2
| | | | | | | Submitted by: xaa+ports@timewasters.nl Notes: svn path=/head/; revision=99740
* Add two missing filesKris Kennaway2003-02-221-0/+2
| | | | Notes: svn path=/head/; revision=76082
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* upgrade to 1.0.7Ying-Chieh Liao2002-10-094-52/+74
| | | | | | | | PR: 43266 Submitted by: maintainer Notes: svn path=/head/; revision=67706
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47631
* Fix Mark's mailing address.Bill Fenner2001-03-121-1/+1
| | | | Notes: svn path=/head/; revision=39610
* Fix plistKris Kennaway2001-03-111-0/+1
| | | | Notes: svn path=/head/; revision=39505
* OK, this is the FreeBSD way.FUJISHIMA Satsuki2001-01-031-1/+2
| | | | | | | This port installs ltlibs. Patches welcome if you don't like this. Notes: svn path=/head/; revision=36660
* Upgrade to version 1.0.6.Archie Cobbs2000-07-253-12/+15
| | | | Notes: svn path=/head/; revision=31007
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+2
| | | | Notes: svn path=/head/; revision=29630
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Use libungif. Support already present in the configure script.Ade Lovett2000-02-171-1/+1
| | | | Notes: svn path=/head/; revision=25911
* Update MASTER_SITESChris Piazza1999-11-261-1/+1
| | | | | | | | PR: 15099 Submitted by: maintainer Notes: svn path=/head/; revision=23348
* Update to new version 1.0.5.Archie Cobbs1999-10-185-18/+27
| | | | Notes: svn path=/head/; revision=22510
* The version number of libgif.so has changed to 5.Steve Price1999-09-181-1/+1
| | | | Notes: svn path=/head/; revision=21701
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* Yet more WWW: additionsMichael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18435
* Update to version 1.0.b4.Archie Cobbs1999-04-105-28/+37
| | | | Notes: svn path=/head/; revision=17753
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-1/+2
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275