| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
xorg ports the Open Motif dependency pulled in the appropriate X11
libraries since this hasn't been a problem previously.
Reported by: pointyhat (via kris)
|
|
|
|
|
|
|
| |
Fixes a build error due to the prototype being defined not matching
the actual function.
Pointed out by: pointyhat (via kris)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
|
| |
PR: 110169
Submitted by: gabor
|
| |
|
|
|
|
|
|
|
|
| |
. Replace one hardwired /usr/local instance with LOCALBASE. This wasn't
a problem since the port Makefile overrode that variable anyway.
. Small Makefile restructure to keep related variables in one place.
Pointed out by: pointyhat (via kris) [1]
|
|
|
|
|
|
|
| |
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
|
|
|
|
| |
Submitted by: ume@
|
|
|
|
|
|
| |
itself.
Submitted by: ume
|
| |
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
|
|
|
|
|
| |
building either native threads or HotSpot. This is due to libcmm
always wanting to link against a pthread library, which was causing
problems on 7-CURRENT since it was erroneously hardwired to -lc_r.
This should really fix the problem.
Pointed out by: pointyhat via kris
|
|
|
|
|
|
|
| |
and will stay in the port, but it masks an underlying problem that still
remains.
Reported by: pointyhat (via kris)
|
| |
|
|
|
|
|
|
|
|
|
| |
porky pies about what they have and prompting them one file at a time.
This is a rewording and reworking (for jdk13) of the patch in the
attributed PR by fenner@ (which is for jdk14).
. Update the (commented out) MASTER_SITES while I'm here.
PR: 84644
|
|
|
|
| |
. Set _JAVA_BOOTSTRAP_VERSION in case the jbootstrap default changes.
|
|
|
|
| |
PR: 83758
|
| |
|
|
|
|
| |
. Don't build the plugin by default as it has security flaws.
|
|
|
|
|
|
|
|
| |
in or below the current working directory. Fixes a security problem with
jar(1).
This fix may change to be compatible with whatever fix Sun applies when
they release the next version of 1.5.
|
|
|
|
|
|
| |
This ensures that this command is run before the files in the package
are deleted (which is necessary for it to correctly delete the symbolic
links created by registervm).
|
|
|
|
|
|
|
|
| |
under gcc 3.4. In particular, this fixes some places where an enumerated
type is assumed to be the same width as an int (which the standard
doesn't guarantee and gcc 3.4 now enforces).
For full details, see the log for the jdk14 equivalent changes.
|
| |
|
|
|
|
|
|
| |
as EBUSY.
These are taken from equivalent patches to jdk14 by green and myself.
|
|
|
|
| |
Also, respect the setting of CXX and CXXFLAGS.
|
|
|
|
|
|
|
|
|
| |
-fmemoize-lookups as gcc 3.4 doesn't understand it. [1]
. Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS.
Also, respect the setting of CXX and CXXFLAGS.
PR: 71516 [1]
Submitted by: Damir Kiramov <damirycha@damirycha.net.ru> [1]
|
|
|
|
|
|
|
|
| |
where previously they defaulted to protected. gcc 3.4 seems to pick
this up where earlier versions didn't.
PR: 71516
Submitted by: Damir Kiramov <damirycha@damirycha.net.ru>
|
|
|
|
| |
Submitted by: Timo Geusch <freebsd@unixconsult.co.uk>
|
| |
|
|
|
|
|
|
|
| |
deleted.
PR: 71019
Submitted by: Rainer Goellner <rainer@jabbe.de>
|
|
|
|
|
|
|
|
| |
additional patches.
This patch is taken almost verbatim from PR 69853 which was
submitted by Jake Hamby <jhamby@anobject.com>. I've applied it to
jdk13 rather than jdk14 though.
|
|
|
|
|
| |
if set in the port build. Note that the HotSpot build will likely
require additional changes for it to also respect these variables.
|
|
|
|
| |
with (as comments should be optional).
|
| |
|
|
|
|
|
| |
bootstrapping with the Linux JDK if there isn't a previously compiled
native one.
|
|
|
|
| |
Reminded by: kris
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
|
| |
|
|
|
|
|
| |
PR: 58618
Submitted by: harti
|
|
|
|
|
| |
PR: 58148
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|