| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=225297
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=200758
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=198006
|
|
|
|
|
|
|
|
|
|
| |
Fixes a build error due to the prototype being defined not matching
the actual function.
Pointed out by: pointyhat (via kris)
Notes:
svn path=/head/; revision=192601
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: 110169
Submitted by: gabor
Notes:
svn path=/head/; revision=187385
|
|
|
|
| |
Notes:
svn path=/head/; revision=179193
|
|
|
|
|
|
|
|
|
|
|
| |
. 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]
Notes:
svn path=/head/; revision=179192
|
|
|
|
|
|
|
|
|
|
| |
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes:
svn path=/head/; revision=175261
|
|
|
|
|
|
|
| |
Submitted by: ume@
Notes:
svn path=/head/; revision=168277
|
|
|
|
|
|
|
|
|
| |
itself.
Submitted by: ume
Notes:
svn path=/head/; revision=165589
|
|
|
|
| |
Notes:
svn path=/head/; revision=161761
|
|
|
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157004
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154113
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=153397
|
|
|
|
|
|
|
|
|
|
| |
and will stay in the port, but it masks an underlying problem that still
remains.
Reported by: pointyhat (via kris)
Notes:
svn path=/head/; revision=150918
|
|
|
|
| |
Notes:
svn path=/head/; revision=148433
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=141834
|
|
|
|
|
|
|
| |
. Set _JAVA_BOOTSTRAP_VERSION in case the jbootstrap default changes.
Notes:
svn path=/head/; revision=139949
|
|
|
|
|
|
|
| |
PR: 83758
Notes:
svn path=/head/; revision=139945
|
|
|
|
| |
Notes:
svn path=/head/; revision=134332
|
|
|
|
|
|
|
| |
. Don't build the plugin by default as it has security flaws.
Notes:
svn path=/head/; revision=134276
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=134275
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=129106
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=123411
|
|
|
|
| |
Notes:
svn path=/head/; revision=122646
|
|
|
|
|
|
|
|
|
| |
as EBUSY.
These are taken from equivalent patches to jdk14 by green and myself.
Notes:
svn path=/head/; revision=122645
|
|
|
|
|
|
|
| |
Also, respect the setting of CXX and CXXFLAGS.
Notes:
svn path=/head/; revision=122565
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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]
Notes:
svn path=/head/; revision=122563
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=122561
|
|
|
|
|
|
|
| |
Submitted by: Timo Geusch <freebsd@unixconsult.co.uk>
Notes:
svn path=/head/; revision=117760
|
|
|
|
| |
Notes:
svn path=/head/; revision=117758
|
|
|
|
|
|
|
|
|
|
| |
deleted.
PR: 71019
Submitted by: Rainer Goellner <rainer@jabbe.de>
Notes:
svn path=/head/; revision=117757
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=115872
|
|
|
|
|
|
|
|
| |
if set in the port build. Note that the HotSpot build will likely
require additional changes for it to also respect these variables.
Notes:
svn path=/head/; revision=115870
|
|
|
|
|
|
|
| |
with (as comments should be optional).
Notes:
svn path=/head/; revision=115869
|
|
|
|
| |
Notes:
svn path=/head/; revision=104308
|
|
|
|
|
|
|
|
| |
bootstrapping with the Linux JDK if there isn't a previously compiled
native one.
Notes:
svn path=/head/; revision=100161
|
|
|
|
|
|
|
| |
Reminded by: kris
Notes:
svn path=/head/; revision=100159
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
| |
Notes:
svn path=/head/; revision=98793
|
|
|
|
| |
Notes:
svn path=/head/; revision=98788
|
|
|
|
|
|
|
| |
HotSpot as well.
Notes:
svn path=/head/; revision=98672
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=98578
|
|
|
|
| |
Notes:
svn path=/head/; revision=98577
|
|
|
|
|
|
|
|
|
| |
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
Notes:
svn path=/head/; revision=98170
|