| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
. Change to a new maintainer.
PR: 63968
Submitted by: karlj000@unbc.ca (previous maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/63909
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
|
|
| |
Reported by: kris
|
|
|
|
| |
Reported by: kris
|
|
|
|
| |
Suggested by: kris
|
|
|
|
|
| |
PR: 63899
Submitted by: Ronald Klop <ronald@cs.vu.nl>
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Fix rare NULL pointer de-reference bug in plugin code [2]
. Use better chinese fonts [3]
. Bump PORTREVISION
Requested by: kris [1]
Submitted by: Georg-W. Koltermann <gwk@rahn-koltermann.de> [2],
Clive Lin <clive@tongi.org> [3]
|
|
|
|
|
|
| |
Use OPTIONS
Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
|
|
|
|
| |
Submitted by: bento, distfiles survey
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/63208
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
JC is a Java virtual machine implementation that converts class
files into C source files using the Soot Java bytecode analysis
framework, compiles them with GCC, and loads them using a built-in
ELF object file loader. JC utilizes the GNU Classpath class library
and provides support for most features you would expect such as
reflection, user class loaders, etc.
WWW: http://jcvm.sourceforge.net/
|
|
|
|
| |
time.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: bento (via kris)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
JFlex is a lexical analyzer generator for Java written in Java.
It is also a rewrite of the very useful tool JLex which was developed
by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++
tool flex: They do not share any code though.
WWW: http://www.jflex.de/
I've done some clean up to the submitted version of the port.
PR: 62043
Submitted by: Conor McDermottroe <ports@mcdermottroe.com>
|
|
|
|
|
| |
PR: 62712
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
|
|
| |
Bumped PORTEPOCH, because this second beta is called 'beta1'.
See:
http://java.sun.com/j2se/1.5.0/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added menu separators in some menus. Added a
string dumper that makes it easy to inspect all strings in
memory, it also has the ability to dump all strings to a file.
Fixed a bug in down link handling that caused instance numbers
to increase for arrays (thanks to matze who tried to use the
string inspector and did send back traces from crashes).
PR: ports/62365
Submitted by: maintainer
|
|
|
|
| |
Reported by: kris
|
|
|
|
| |
Requested by: lofi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Java Media Framework API
The Java Media Framework API (JMF) enables audio, video and other
time-based media to be added to Java applications and applets. This
optional package, which can capture, playback, stream and transcode
multiple media formats, extends the multimedia capabilities on the
J2SE platform, and gives multimedia developers a powerful toolkit to
develop scalable, cross-platform technology.
WWW: http://java.sun.com/products/java-media/jmf/
PR: 58524
Submitted by: Anton Yudin <toha@toha.org.ua> (plus some tweaks by me)
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported/Requested by: kris
|
|
|
|
|
|
|
| |
. Restrict usage of the port to JDK1.4.
PR: 62458
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
|
|
|
|
| |
Reminded by: kris
|
|
|
|
|
| |
bootstrapping with the Linux JDK if there isn't a previously compiled
native one.
|
|
|
|
| |
Reminded by: kris
|
|
|
|
|
|
| |
2. Set an approptiate LATEST_LINK to avoid conflicts with other jdk ports.
Reminded by: kris [2]
|
| |
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
| |
(Part 2)
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
|
|
|
| |
Submitted by: xaa+ports@timewasters.nl
|
|
|
|
|
| |
PR: 62061
Submitted by: Sepherosa Ziehau <sepherosa@softhome.net>
|
|
|
|
|
| |
PR: ports/61580
Submitted by: Simun Mikecin <sime@logos.hr> (maintainer)
|
|
|
|
|
| |
PR: 62076
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/62057
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We switched FreeBSD-5.x port to libkse as default threading library before
releasing of patchset 6, but users who has most of stuff linked against
libc_r and attempted to use jdk linked against libkse got into local hell
of threading libraries mix. So, rollback to libc_r by default and add
PTHREAD_LIBS support for this port.
IMPORTANT: In order to use libkse as threading library for jdk14 you
have to use rtld's libmap feature or recompile your ports stuff (like
mozilla) with libkse.
NOTE: libkse still has issues with java debug support, so if you're going
to use debuging (JVMDI) stuff - leave with libc_r for now.
2. Disable IPv6 support by default. Unfortunatelly due to security reasons
IPv4-to-IPv6 addresses mapping is disabled by default in FreeBSD-5.x, so
those who would like to use Java Networking stuff had to manually
enable it. To make jdk14 port more user-friendly IPv6 is disabled now
on compile time. Those who need this stuff enabled have to use WITH_IPV6
compile time option.
3. Add MINIMAL compile option. If this option is used to build
jdk14 port then plugin, javaws and demos stuff will not be installed
and/or packaged. Also (as noted in [5]) X11 runtime dependancy will
not be registered into built package.
4. Strip runtime depends of jdk14 port. There's no need to require open-motif
to be runtime depends since libXm is staticly linked into libawt.so.
5. Make X11 runtime dependancy conditional (via urwfonts) in !WITHOUT_PLUGIN
case only. This should affect only prebuilt package users: there's no
need to install X11 libraries if you're going to use non-GUI stuff only
(i.e. tomcat or jboss)
6. Add ${LOCALBASE}/lib to the deafult search path for JNI libraries.
7. Bump PORTVERSION
Reported by: many [1]
Submitted by: glewis [6]
Requested by: marcus [6]
|
| |
|
| |
|
|
|
|
|
|
|
| |
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.
PR: 61711
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: 34442
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Approved by: linimon
|
| |
|
| |
|
|
|
|
|
|
|
| |
but they are obviously not in the dist, so remove them from the plist and
fix build on bento.
Submitted by: kris
|
|
|
|
| |
HotSpot as well.
|
|
|
|
|
|
|
|
|
| |
JNI.
XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
be added? /lib is part of the default search path on Linux.
Requested by: marcus
|
|
|
|
|
|
|
|
|
| |
JNI.
XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
be added? /lib is part of the default search path on Linux.
Requested by: marcus
|
| |
|
|
|
|
|
|
| |
. Generate a substituted pkg-message in ${WRKDIR} for packaging rather
than just echoing it during the port install and leaving the package
with an unsubstituted version.
|
|
|
|
|
| |
PR: 61225
Submitted by: Conor McDermottroe <mcdermc@tcd.ie>
|
|
|
|
| |
Requested by: many
|
|
|
|
|
|
|
|
| |
configuration file and behave appropriately if its -1. Fixes a SEGV
caused by ignoring the return value and just carrying on.
. Bump PORTREVISION.
PR: 61392
|
|
|
|
|
|
|
| |
standard 1.2.2 cacerts file and updating it with the new root
certificates using the procedure described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
|
|
|
|
|
|
|
| |
standard 1.2.2 cacerts file and updating it with the new root
certificates using the procedure described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
|
| |
|
|
|
|
| |
. Use a download URL which is one less hop away from the actual download.
|
| |
|
|
|
|
|
|
| |
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
|
|
|
|
|
|
|
|
|
|
| |
. Install the cacerts file from Sun's 1.3.1_10 release to avoid some
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
PR: 59867 [1]
Submitted by: Krzysztof Stryjek <wtp@bsdguru.org> [1]
|
|
|
|
|
|
|
| |
standard 1.2.2 cacerts file and updating it with the new root
certificates using the procedure described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
|
|
|
|
|
| |
also avoids grabbing the jni.h header from gcj, which really causes
problems.
|
|
|
|
|
|
|
|
|
| |
. Install the cacerts file from Sun's 1.4.2_03 release to avoid some
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
Hopefully not objected to by: phantom
|
|
|
|
|
|
| |
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
|
|
|
|
| |
and fix the version number, while I'm here.
|
| |
|
| |
|
|
|
|
|
| |
PR: 61220
Submitted by: jonc@chen.org.nz (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 61311
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
|
|
|
|
|
|
|
| |
Framework.
PR: 58402
Submitted by: rtdean@cytherianage.net
|
|
|
|
|
|
|
| |
IDE Framework.
PR: 58401
Submitted by: rtdean@cytherianage.net
|
|
|
|
|
|
|
| |
Framework.
PR: 58400
Submitted by: rtdean@cytherianage.net
|
|
|
|
|
|
|
| |
Framework.
PR: 58399
Submitted by: rtdean@cytherianage.net
|
|
|
|
|
|
| |
- Update to 2.0
- Now uses MASTER_SITE_APACHE_JAKARTAm, as it should
- Properly using PORTDOCS in pkg-plist
|
|
|
|
| |
These were added erroneously by my build-plist script.
|
|
|
|
| |
Distfile changed name only.
|
|
|
|
|
| |
PR: 61208
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
|
|
|
|
| |
writer, and stream plug-ins for the Java Image I/O Framework and
Image I/O-based read and write operations for Java Advanced Imaging.
PR: CBUG-ML/2572
Submitted by: OISHI Masakuni <yamasa@bsdhouse.org>
Committed at: CBUG 2004 New Year Party
|
|
|
|
|
|
|
|
| |
a set of object-oriented interfaces that support a simple,
high-level programming model which lets you manipulate images easily.
PR: CBUG-ML/2572
Submitted by: OISHI Masakuni <yamasa@bsdhouse.org>
|
|
|
|
|
|
|
|
|
| |
o Cosmetic change.
PR: CBUG-ML/2572
Submitted by: OISHI Masakuni <yamasa@bsdhouse.org>
Committed at: CBUG 2004 New Year Party
Reviewed by: OISHI Masakuni <yamasa@bsdhouse.org>
|
| |
|
|
|
|
|
|
|
| |
problems.
PR: 57956
Submitted by: Bruno Van Den Bossche <bruno.van.den.bossche@pandora.be>
|
| |
|
|
|
|
|
| |
PR: ports/61008
Submitted by: HASHI Hiroaki <hashiz@tomba.cskk-sv.co.jp>
|
|
|
|
|
|
|
|
| |
determined whether or not this fixes the problem with attempting
to use JDK1.3 to run the binary (see ports/57854).
PR: ports/60996
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
Upgrade to 1.1.3
PR: ports/60762
Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade with "missing origin".
Properly detect that the distfile doesn't exist. We can't use
${DISTDIR}/${DISTFILES} because it's not defined until after
bsd.port.post.mk, but after inclusion of bsd.port.post.mk we
can not define IGNORE. To fix use the already known variables
as so: ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
Reviewed by: maintainer timeout.
PR: ports/60652
|
| |
|
|
|
|
|
|
| |
interfaces that support a simple, high-level programming model.
Reviewed by: OISHI Masakuni <yamasa@bsdhouse.org>
|
|
|
|
| |
Gimme da pointy hat.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Orion version 2.0.2 has all the features of J2EE 1.3, such
as JSP 1.2, Servlet 2.3, EJB 2.0, Connector 1.0, client jars
for remote and emdedded clients. The new EJB 2.0 features
will make it easier than ever to take advantage of third party
tools. The Orion 2.0.2 features gives you a full J2EE 1.3
compliant Application Server with extremely good performance
for an affordable price.
PR: ports/60522
Submitted by: Jerry <unidevel@yahoo.com.cn>
|
|
|
|
|
|
|
| |
Current version is 1.5.0 beta 1.
See:
http://javalobby.org/thread.jspa?forumID=61&threadID=10482
|
| |
|
|
|
|
| |
linux-sun-jdk.
|
|
|
|
|
| |
PR: 59187
Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Jaxen project is a Java XPath Engine. jaxen is a universal object model
walker, capable of evaluating XPath expressions across multiple models.
Currently supported are dom4j and JDOM .
Jaxen provides a single point for XPath expression evaluation, regardless of
the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot.
WWW: http://jaxen.org
PR: 60085
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
|
|
|
|
| |
PR: 60100
Submitted by: ronald@cs.vu.nl (maintainer)
|
|
|
|
| |
Noticed by: Andrew Edwards <andrew@shavers.co.uk>
|
|
|
|
|
|
| |
- This JDK may be quite stable.
- Advice to use the native FreeBSD JDK 1.4, not the
1.3 JDKs anymore.
|
|
|
|
|
|
|
|
| |
the documentation is now handled correctly in pkg-plist.
. Use EXAMPLESDIR and JAVAJARDIR in Makefile and pkg-plist.
PR: 59022
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
|
|
|
|
|
|
|
|
| |
. Add support for %%JAVAJARDIR%% in pkg-plist.
. Don't define INSTALL_JAR as INSTALL_DATA, just use INSTALL_DATA.
PR: 59039
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Apache Jakarta Commons Primitives provides a collection of types and utilities
optimized for working with Java primitives (boolean, byte, char, double, float,
int, long, short). Generally, the Commons-Primitives classes are faster,
smaller and easier to work with than their purely Object based alternatives.
Currently Commons Primitives is primarily composed of implementations of the
java.util collections adapted for the primitive types.
WWW: http://jakarta.apache.org/commons/primitives
PR: 59017
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
|
|
|
| |
Forgotten by: glewis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LogKit is a logging toolkit designed for secure performance oriented logging in
applications.
The LogKit provides the following features:
- Decouples LogEvent generation from LogEvent handling.
- Is simple to use and simple to configure.
- Designed with security in mind.
- Allow users fine control of logging based on priority and/or category.
- Has hierarchical logging namespace to enable inheritance of LogTargets and
Priorities.
- Lightweight.
- Designed to be integrated into existing products.
- Performance oriented.
- Enables users to plug in filters to filter out or modify LogEvents before
they are written out.
- Allow users to specify the serialization format of LogEvents via
Formatters.
- Comes with a number of existing LogTargets to ease integration.
- The LogKit has existed for a number years and been used in a number of
different environments which demonstrates it's reliability and stability.
WWW: http://avalon.apache.org/logkit/index.html
PR: 59040
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
| |
|
|
|
|
|
|
|
| |
. Minor simplification of BUILD_DEPENDS.
PR: 59179 [1]
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) [1]
|
|
|
|
|
|
|
| |
. Add missing BUILD_DEPENDS entry.
PR: 59179 [1]
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) [1]
|
| |
|
| |
|
|
|
|
| |
Reported by: Nelis Lamprecht <nelis@brabys.co.za>
|
|
|
|
|
|
| |
installed. Previously BUILD_DEPENDS was not set correctly.
Add all possible choices for 1.4.1/1.4.2 JDKs while auto-detecting.
|
|
|
|
|
|
| |
It was last minute change and since this tool (unpack) is not used while
building jdk14 port, I did not paid enough attention to test this change
at -CURRENT system. Sorry.
|
|
|
|
| |
A free Java class library for generating charts
|
|
|
|
| |
A collection of useful classes used by JFreeChart and JFreeReport
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes since last patchset:
. jdk14 port is now JDK 1.4.2 based!
. JavaWS distributing with jdk
. Runway problem fixed (fork() is no more problem for java apps)
. Sound support updated
. IPv6 support overhauled
. Drag'n'Drop support fixed (require open-motif mods)
As for now there's no more outstanding issues with this port!
FreeBSD port is also got a important of changes:
. optimized setup is now default (to get debuging bins/libs use WITH_DEBUG)
. bootstrap jdk autodetection. If WITH_LINUX_BOOTSTRAP is not set, then
it checks all known to work JDKs installed. If nothing found, forces
to install of linux-sun-jdk14
. Because of above change there's no NATIVE_BOOTSTRAP option anymore. If
native jdk14 is installed, it will be used by default.
|
|
|
|
|
|
|
| |
Utilize DOCSDIR and PORTDOCS macros.
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
PR: 59050
|
|
|
|
|
| |
PR: ports/57725
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
|
|
|
|
| |
PR: java/58902
Reported by: Linh Pham <question@closedsrc.org>
|
|
|
|
|
|
|
|
| |
. Fix an owner/permission problem that stops JBoss starting up correctly.
. Change maintainer to jonc@chen.org.nz
PR: 58743
Approved by: des (previous maintainer)
|
|
|
|
|
|
|
| |
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr
|
| |
|
|
|
|
|
|
|
|
| |
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
|
|
| |
*** addresses that seem to be dead:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
| |
PR: 58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
|
|
|
| |
PR: 58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>, ceri
|
| |
|
|
|
|
|
| |
confusion less likely by removing all non-relevant email addresses from
the Makefile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
processes problem for people who use Runtime.getRuntime.exec() method
and related things. Least five people reported that this patch fixed
problem for them.
IMPORTANT: I'd also suggested to all jdk14 users who runs FreeBSD 4.x
and use libc_r at FreeBSD 5.x to upgrade.
. Stop removing "src.zip" from installation bundle. Since -p4 it builds
correctly and there's no reason to forbit people to use it.
. Bump PORTREVISION.
|
|
|
|
|
| |
PR: 58618
Submitted by: harti
|
|
|
|
|
| |
Fix build on -CURRENT.
Utilize DOCSDIR, obey NOPORTDOCS.
|
|
|
|
| |
Prompted by: Marco Wertejuk <wertejuk@mwcis.com>
|
|
|
|
|
|
|
| |
the package list.
PR: 58398
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
|
|
|
|
|
|
|
| |
. Add j2se/ext/plugin/build/solaris/GNUmakefile to PTHREAD_FILES. Should
fix plugin compilation on -CURRENT. Mea culpa.
PR: 58269
Submitted by: Scott Dodson <sdodson@sdodson.com>
|
|
|
|
|
|
|
|
|
| |
. Allow build with any native JDK, not just 1.1.8. The default is the
Diablo Caffe JDK. This part should be revisited once bsd.java.mk 2.0
hits the scene. One could also consider doing it so it could install
for all the native JDKs, not just one at a time.
. Fix build on 5.x.
. Respect NOPORTDOCS.
|
|
|
|
|
| |
PR: 58148
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
| |
|
|
|
|
| |
Forgotten by: glewis
|
|
|
|
|
|
| |
than PORTSDIR, which may not be.
Submitted by: kris
|
|
|
|
| |
messages.
|
|
|
|
|
|
|
| |
. Use ${PTHREAD_LIBS} rather than -pthread or -lc_r.
. Install system preferences to avoid annoying and constant error messages.
Approved by: phantom (the update, anyway)
|
|
|
|
| |
warnings that 2.95 doesn't and breaks the build on -CURRENT.
|
|
|
|
|
| |
PR: 57764
Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org> (maintainer)
|
|
|
|
|
|
|
|
| |
The jakarta-oro port no longer fetches. There's also a
newer version
PR: ports/57763
Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org>
|
|
|
|
|
|
| |
Also remove pair new-lines for portlint(1) happy.
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
|
|
|
|
| |
Suggested by: mi
|
|
|
|
|
| |
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
Reminded by: mi
|
|
|
|
| |
. Some minor syncing with the linux-sun-jdk13 port while I'm here.
|
|
|
|
|
| |
PR: 57573
Submitted by: Anton Yudin <toha@toha.org.ua>
|
|
|
|
|
| |
PR: 57573
Submitted by: Anton Yudin <toha@toha.org.ua>
|
|
|
|
|
| |
PR: 57581
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
| |
/usr/local/linux-sun-jdk1.4.2) so this port will bootstrap.
|
|
|
|
|
|
|
|
| |
${LOCALBASE}/linux-sun-jdk1.4.2_01 as the latter is wrong and breaks
detection in bsd.java.mk.
. Bump PORTREVISION for this fix.
PR: 57420
|
|
|
|
|
|
|
| |
the architecture. Unfortunately arch doesn't exist on FreeBSD or in
linux_base or linux_base-8. Since "arch" is simply "uname -m" implement
it as such and make sure its in the path when running any of the
binaries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GJ is an extension of the Java programming language that
supports generic types.
* Support for generics
* Superset of the Java programming language
* Compiles into the Java Virtual Machine
* Compatible with existing libraries
WWW: http://www.cis.unisa.edu.au/~pizza/gj/
gj-jdk11 is a slave port to gj which uses JDK 1.1.
PR: ports/55111
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GJ is an extension of the Java programming language that
supports generic types.
* Support for generics
* Superset of the Java programming language
* Compiles into the Java Virtual Machine
* Compatible with existing libraries
WWW: http://www.cis.unisa.edu.au/~pizza/gj/
gj-jdk11 is a slave port to gj which uses JDK 1.1.
PR: ports/55111
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
|
|
|
|
|
|
|
| |
Blackdown Linux Java Runtime Environment 1.1.8
It is needed for running Oracle for Linux
PR: ports/56738
Submitted by: Simun Mikecin <sime@logos.hr> <sime@logos.hr>
|
| |
|
|
|
|
|
|
| |
of an argument.
Submitted by: jmallett
|
|
|
|
|
| |
PR: 55957
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
|
|
|
|
|
| |
be on FTP sites according to my understanding of the license. Mea culpa.
Approved by: portmgr (kris)
|
|
|
|
|
| |
diablo-jdk port that is bogusly requiring manual input at pkg_add time,
thereby preventing any other packages from building with it.
|
|
|
|
|
|
|
| |
causes the bento build to loop.
This probably should be patched out as in the other jdk ports, so it can
be packaged on bento.
|
|
|
|
|
| |
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
PR: 57000
|
|
|
|
|
| |
Maintainer is informed.
Noticed by: bento/kris@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Explanation from maintainer:
"Log4j has been the first port from the Jakarta series and
back then I thought it would be useful to put all distfiles
from the Jakarta project in the same subdirectory. Now I
don't think it is such a good idea. Furthermore, the ports
of other Jakarta projects do not use this scheme.
So here is a patch to fix it. I didn't bump the
PORT_REVISION as there is no point in updating the port if
already installed."
PR: 56490
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Multi-platform Java virtual machine with JIT compiler and AWT package
PR: ports/55270
Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
|
|
|
|
|
|
|
|
|
| |
. Allow compilation when one of the gcc ports with gcj is installed by
explicitly specifying the JDK include path comes before
${LOCALBASE}/include.
PR: 56379
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
|
|
|
|
|
| |
package list (missing files).
Bumped PORTREVISION.
|
| |
|
|
|
|
| |
Submitted by: daichi
|
|
|
|
|
|
|
|
|
| |
distributed as a feature. It contains translations for
German, Spanish, French, Italian, Japanese, Korean,
Portuguese (Brazil), Traditional Chinese and Simplified
Chinese.
Reviewed by: daichi
|
|
|
|
|
|
|
|
|
|
| |
during the compile. The native threads java_vm binaries are compiled
regardless of the settings and were causing problems with the packing
list.
. Fix packing list so that native_threads versions of java_vm are
conditionalised.
PR: 56007
|
|
|
|
|
|
|
|
| |
setting will cause an internal compiler error in gcc 2.95.x when
compiling the JDK.
PR: 46269
Submitted by: Simon Barner <barner@in.tum.de>
|
|
|
|
|
|
|
|
|
|
|
| |
order is now:
. linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set.
. A previous installation of this port, if it exists.
. The Diablo Caffe JDK.
That is, the Diablo Caffe JDK is now the default bootstrapper in the
absence of a previous installation of this port.
|
|
|
|
|
|
|
| |
the tarballs from. It wasn't grammatically correct and was too easy
to cut and paste along with the actual URL.
Submitted by: znerd
|
| |
|
|
|
|
|
|
| |
"The Java Development Kit (JDK) provides the Java Virtual Machine,
base classes, and development tools to permit developers to create
new Java applications, applets, and components on FreeBSD."
|
|
|
|
|
|
| |
"The Java Runtime Environment (JRE) implements the Java Virtual
machine and base classes, and permits the execution of Java
applications on FreeBSD."
|
|
|
|
|
|
|
|
|
|
|
| |
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}.
. Use this script in preference to the direct symbolic link check
previously used, as it handles indirections which cause the same
problem.
. /compat/linux -> ${LINUXBASE} in the message output if the check
detects a link.
PR: 43602
|
|
|
|
|
|
|
|
|
|
|
| |
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}.
. Use this script in preference to the direct symbolic link check
previously used, as it handles indirections which cause the same
problem.
. /compat/linux -> ${LINUXBASE} in the message output if the check
detects a link.
PR: 43602
|
|
|
|
|
| |
PR: 55585
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
| |
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
|
|
|
|
|
| |
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
|
|
|
|
|
| |
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
|
|
|
|
|
| |
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
|
| |
|
|
|
|
| |
Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
start native JDK port build. linprocfs mounted become pre-requisite of
build after Linux SUN JDK port was updated to 1.4.2.
Add run-time (pre-build) check for linprocfs mounted as well.
Bump space requirements note about disk space required for build of
whole JDK 1.4.1 port and package to more appropriate value (as reported
by many people).
|
|
|
|
|
|
|
| |
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
PR: 52195
|
|
|
|
|
|
|
|
|
| |
default if it exists. This can be overidden either using JDK13DIR
or setting WITH_LINUX_BOOTSTRAP.
2. Don't create directories for new files, invoke patch with -p0.
PR: 52195 [1]
Submitted by: David Yeske <dyeske@yahoo.com> [1 - based on]
|
|
|
|
|
| |
these great pieces of software, so that let others with more free time
to take over them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# Date created: June 1, 2001
# Whom: Ernst de Haan <znerd@FreeBSD.org>
#
# $FreeBSD: ports/java/jdom/Makefile,v 1.8 2003/07/23 14:30:27 znerd Exp $
#
PORTNAME= jdom
PORTVERSION= 1.0b9
CATEGORIES= java
MASTER_SITES= http://www.jdom.org/dist/source/
DISTNAME= ${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//}
MAINTAINER= znerd@FreeBSD.org
COMMENT= Java library for accessing and manipulating XML documents
BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant
USE_JAVA= 1.2+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//}
PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
TARGET_DIR?= ${PREFIX}/share/java/${PORTNAME}-${PORTVERSION}
ANT?= ${LOCALBASE}/bin/ant
ANT_TARGET= package javadoc
do-build:
@cd ${WRKSRC} && ${ANT} ${ANT_TARGET}
do-install:
@${ECHO} -n ">> Creating directory ${TARGET_DIR}..."
@${MKDIR} ${TARGET_DIR}
@${ECHO} " [ DONE ]"
@${ECHO} -n ">> Copying files..."
@${CP} -r ${WRKSRC}/* ${TARGET_DIR}
@${ECHO} " [ DONE ]"
@${ECHO} -n ">> Installing JAR..."
@${CP} ${WRKSRC}/build/jdom.jar ${PREFIX}/share/java/classes/
@${ECHO} " [ DONE ]"
.include <bsd.port.mk>
|
|
|
|
|
| |
Reported by: kris
Pointy hat to: me
|
|
|
|
|
|
|
| |
See:
ftp://javaww@207.25.253.61/developer/linuxia32/131SR5/fixes.html
Pointed out by: Lauri J. Jarvenpaa <Lauri.Jarvenpaa@students.turkuamk.fi>
|
|
|
|
| |
Notify from: maintainer via fenner
|
|
|
|
|
|
| |
it doesn't require user intervention to download and install.
PR: 30576
|
|
|
|
|
| |
. Note that you now need to enable linprocfs for this port to work
correctly.
|
| |
|
|
|
|
|
| |
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
PR: 54615
|
|
|
|
| |
Approved by: MAINTAINER
|
| |
|
| |
|
|
|
|
|
|
| |
xdoclet doesn't work.
2) Remove empty stylesheets directory that was messing up packaging.
|
|
|
|
|
|
| |
Bumped PORTREVISION.
Pointed out by: Joshua Sahala <ntranc3d@yahoo.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
stated in Eclipse PR 37846.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=37846
The REINPLACE_CMD-powered "refactoring" is somewhat brutal, but it
is better than 50+ patchfiles or a single large diff.
|
|
|
|
|
|
|
|
| |
It may happen that ant does not have sufficient heap to zip the plugins
during installation.
Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup)
Verified by: Edmond Nolan <eddie@eddienolan.com>
|
| |
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
|
|
|
| |
Requested by: des
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
plugins. This basically means that Javadoc help and editor hover
links will work on Eclipse libraries when developing plugins and
SWT applications.
It requires some zipping and unzipping but at least we get the
correct tree installed (much like the available binaries for other
platforms).
Obtained from: Jan Schulz (from the eclipse.tools.jdt newsgroup)
|
| |
|
|
|
|
|
|
|
| |
files. This will hopefully fix some build problems people have been
experiencing with bogus versions of these files being installed by Qt.
PR: 54180
|
|
|
|
|
| |
PR: 54337, 54364
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
|
|
| |
. Ensure correct ownership after copying files.
. More consistent VM registration.
. Create/destroy the ${LOCALBASE}/share/doc/java in the packing list.
. Register/unregister the VM in the packing list.
|
| |
|
|
|
|
|
|
| |
Bumped PORTREVISION.
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
|
|
|
|
| |
2. Install a symbolic link to the main shell script in ${PREFIX}/bin so
that people won't have to change $PATH to run it.
PR: 50481
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1 partially]
|
|
|
|
| |
Over 160 bugs fixed, including some really annoying ejb tag mishandling.
|
|
|
|
| |
(should speed up the build a bit).
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
|
|
|
| |
Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
|
|
|
|
|
| |
PR: 54275
Submitted by: Ronald Klop <ronald@cs.vu.nl>
Pointed out by: "Sergey A. Osokin" <osa@freebsd.org>
|
| |
|