| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=201847
|
|
|
|
|
|
|
| |
dependency to implicitly pull in the X libraries we need.
Notes:
svn path=/head/; revision=201723
|
|
|
|
|
|
|
| |
is released.
Notes:
svn path=/head/; revision=201642
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
passing -XX:+UseThreadPriorities.
. Remove the os_sleep hack which was used on FreeBSD to make sure lower
priority threads got time slices. Instead, just call pthread_yield().
On FreeBSD 7.x with libthr, this will still give lower priority threads
some time (with the above flag turned on), although such behaviour is
not guaranteed by POSIX. This boosts FreeBSD performance by 7-fold on
an 8 core system, putting it on a par with Solaris (benchmarks by kris@).
The Java standard and the JCK tests are somewhat contradictory on thread
priority being guaranteed to work, and in this case the performance
benefits appear to outweigh any possible side effects.
. Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than
patching it into a file at build time. This simplifies the Makefile.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Notes:
svn path=/head/; revision=199806
|
|
|
|
| |
Notes:
svn path=/head/; revision=199046
|
|
|
|
|
|
|
|
|
| |
during the port build and not during the package install.
Requested by: kris
Notes:
svn path=/head/; revision=197556
|
|
|
|
|
|
|
|
|
|
| |
Linux JDK on all supported FreeBSD versions and doesn't require Linux
emulation to be installed.
Inspired by: scf
Notes:
svn path=/head/; revision=197291
|
|
|
|
|
|
|
|
| |
structure members being dereferenced into the variables are 'short*'
after all, not 'fastInt*'.
Notes:
svn path=/head/; revision=196839
|
|
|
|
|
|
|
|
|
|
|
|
| |
appears to actually match the type of variable its being used with in the
code (although it seems that it may be even cleaner to just replace 'fastInt'
with 'short').
This also partially bandaids a build problem some are seeing since Hint.h
is a less common header file name than cpu.h.
Notes:
svn path=/head/; revision=196788
|
|
|
|
|
|
|
|
|
| |
still experimental.
Approved by: glewis (maintainer)
Notes:
svn path=/head/; revision=196725
|
|
|
|
|
|
|
|
| |
PR: 114958
Submitted by: Olivier Smedts <olivier@gid0.org>
Notes:
svn path=/head/; revision=196416
|
|
|
|
|
|
|
|
|
|
| |
(oops). Also, its index page appears broken, so just show the main
download page for now.
PR: 114958 (kinda)
Notes:
svn path=/head/; revision=196405
|
|
|
|
|
|
|
| |
. Use the -bc (backwards compatible) flag when doing time zone updates.
Notes:
svn path=/head/; revision=196360
|
|
|
|
|
|
|
|
| |
Submitted by: Olivier SMEDTS <olivier@gid0.org>
PR: 114592
Notes:
svn path=/head/; revision=196039
|
|
|
|
|
|
|
| |
prior to the extract step.
Notes:
svn path=/head/; revision=193703
|
|
|
|
| |
Notes:
svn path=/head/; revision=193076
|
|
|
|
|
|
|
| |
PR: 113248
Notes:
svn path=/head/; revision=192607
|
|
|
|
|
|
|
| |
Approved by: glewis (implicit)
Notes:
svn path=/head/; revision=192424
|
|
|
|
|
|
|
|
|
|
|
| |
- Build fixes after GCC 4.2 import.
- Remove SIGRTMIN and SIGRTMAX redefinitions.
- Use posix_memalign(3) instead of valloc(3).
Approved by: glewis (maintainer)
Notes:
svn path=/head/; revision=191828
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
| |
we _don't_ want to check for linprocfs in a jail.
PR: 110019
Notes:
svn path=/head/; revision=186834
|
|
|
|
| |
Notes:
svn path=/head/; revision=186822
|
|
|
|
|
|
|
|
| |
uses hacks to compile libXm.a with PIC objects, which means trying to
statically link with it breaks the build on amd64.
Notes:
svn path=/head/; revision=186629
|
|
|
|
|
|
|
| |
data created by the update tool.
Notes:
svn path=/head/; revision=186628
|
|
|
|
| |
Notes:
svn path=/head/; revision=185942
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
data for the JDK using Sun's tzupdater. [1]
. Some simplification of the convoluted logic around telling the user
which files to download. In particular, don't care if we've already
told them to download a file.
. Bump PORTREVISION since many North American users will need to pick up
the time zone changes.
Collaboration with: Tim Zingelman <zingelman@fnal.gov> [1]
Notes:
svn path=/head/; revision=185809
|
|
|
|
|
|
|
| |
file. This is it, I promise.
Notes:
svn path=/head/; revision=183175
|
|
|
|
|
|
|
| |
itself as 'p4' rather than still saying 'p3'.
Notes:
svn path=/head/; revision=183172
|
|
|
|
| |
Notes:
svn path=/head/; revision=182990
|
|
|
|
|
|
|
| |
Prompted by: pointyhat (via kris)
Notes:
svn path=/head/; revision=181981
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Replace some hardwired /usr/local instances with LOCALBASE.
. Small Makefile restructure to keep related variables in one place.
. Add ipv6 to CATEGORIES if its enabled. [2]
PR: 106130 [2]
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [2]
Pointed out by: pointyhat (via kris) [1]
Notes:
svn path=/head/; revision=179502
|
|
|
|
|
|
|
|
|
| |
when its called with interruptible set to false.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Notes:
svn path=/head/; revision=176643
|
|
|
|
|
|
|
|
|
|
| |
building, the JDK zone info file doesn't exist yet, so attempting to
get the zone info for GMT_ID would fail.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Notes:
svn path=/head/; revision=176642
|
|
|
|
|
|
|
|
|
|
| |
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes:
svn path=/head/; revision=175261
|
|
|
|
|
|
|
|
|
|
|
|
| |
native bootstrap JDK on all (supported) architectures.
This is a slightly different change than the submitters.
PR: 103227
Submitted by: Pat Lashley <patl+freebsd@volant.org>
Notes:
svn path=/head/; revision=172952
|
|
|
|
|
|
|
|
|
|
|
|
| |
defining O_SYNC and O_DSYNC if they aren't defined. In particular we
were previously defining O_SYNC bogusly to the same value as O_EXCL.
PR not closed as this fixes jdk15, not diablo-jdk15.
PR: 102888
Notes:
svn path=/head/; revision=172605
|
|
|
|
|
|
|
|
|
|
| |
which begin with an underscore (although the patch doesn't handle these).
. Bump PORTREVISION.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Notes:
svn path=/head/; revision=169375
|
|
|
|
|
|
|
|
|
| |
. Add a JAIL which allows the port to be built in a jail. [1]
Submitted by: anders@ [1]
Notes:
svn path=/head/; revision=169374
|
|
|
|
| |
Notes:
svn path=/head/; revision=168177
|
|
|
|
|
|
|
|
|
| |
Client VM.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Notes:
svn path=/head/; revision=168176
|
|
|
|
|
|
|
|
|
|
| |
Corrects non-blocking IO case.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=168175
|
|
|
|
|
|
|
|
|
|
|
| |
. Add support for unrestricted policy files.
. Use bsd.gecko.mk for plugin support and limit it to Mozilla.
. Make portlint happier.
Submitted by: ale@ (with some minor tweaks by me)
Notes:
svn path=/head/; revision=168174
|
|
|
|
| |
Notes:
svn path=/head/; revision=165603
|
|
|
|
|
|
|
|
|
|
| |
Internal Error.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=165602
|
|
|
|
|
|
|
|
| |
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=165601
|
|
|
|
|
|
|
|
| |
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=165600
|
|
|
|
| |
Notes:
svn path=/head/; revision=161761
|
|
|
|
|
|
|
| |
Suggested by: "Nikolas Britton" <nikolas.britton@gmail.com>
Notes:
svn path=/head/; revision=160470
|
|
|
|
|
|
|
|
| |
PR: 85997
Submitted by: Kurt Miller <lists@intricatesoftware.com>
Notes:
svn path=/head/; revision=160465
|
|
|
|
| |
Notes:
svn path=/head/; revision=158993
|