| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=229787
|
|
|
|
|
|
|
|
|
|
|
|
| |
permissions within the Java security model.
http://sunsolve.sun.com/search/document.do?assetkey=1-26-244991-1
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=229509
|
|
|
|
| |
Notes:
svn path=/head/; revision=223808
|
|
|
|
| |
Notes:
svn path=/head/; revision=222345
|
|
|
|
|
|
|
|
|
| |
if it already exists. Since the bootstrap JDK can be an already
installed instance of itself this creates a circular dependency which
breaks portmaster and possibly other port management tools.
Notes:
svn path=/head/; revision=219130
|
|
|
|
|
|
|
| |
. printf -> ${PRINTF}.
Notes:
svn path=/head/; revision=218894
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Actually create a valid BUILD_DEPENDS for the bootstrap JDK instead of
just skipping it.
. Make the default bootstrap JDK diablo-jdk16 rather than diablo-jdk15.
We should actually try and get this from bsd.java.mk somehow.
. Fix some portlint warnings:
. No quotes for RESTRICTED and NO_CDROM.
. Use variables for executables rather than the raw names.
. If DISTFILES are missing then print out the instructions to get them
nicely formatted and error out rather than trying to use IGNORE and
resetting ECHO_MSG.
. Fix some grammar errors in various messages printed out by the port.
Notes:
svn path=/head/; revision=218863
|
|
|
|
|
|
|
|
| |
PR: 125469
Submitted by: Wayne Sierke <ws@au.dyndns.ws>
Notes:
svn path=/head/; revision=216752
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
confuses portmaster, which (understandably) expects that we didn't
fake up our bootstrap dependency.
Instead, only set up a BUILD_DEPENDS for a bootstrap if there isn't one
installed. A more complicated and arguably more correct patch would
always set up the BUILD_DEPENDS for the bootstrap JDK but would do so
correctly based on what it found to use.
This almost certainly needs to happen to the other jdk* ports, but I'm
going to await some positive feedback before doing so.
Notes:
svn path=/head/; revision=215748
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
PR but also fixes the path to tzupdater and bumps PORTREVISION.
PR: 123190
Submitted by: Greg Larkin
Notes:
svn path=/head/; revision=212545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
PR: 122704
Notes:
svn path=/head/; revision=211174
|
|
|
|
|
|
|
|
| |
PR: 121288
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Notes:
svn path=/head/; revision=210382
|
|
|
|
|
|
|
| |
. Allow bootstrapping with jdk 1.6.
Notes:
svn path=/head/; revision=207206
|
|
|
|
|
|
|
| |
Prompted by: ale, Havard Eidnes <he@uninett.no>
Notes:
svn path=/head/; revision=205625
|
|
|
|
| |
Notes:
svn path=/head/; revision=205582
|
|
|
|
|
|
|
| |
PR: 118735
Notes:
svn path=/head/; revision=205581
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows jconsole to show valid statistics for the following
OperatingSystem MBean statistics (some of these statistics are also shown
in the Summary and VM tab of jconsole):
TotalSwapSpaceSize, FreeSwapSpaceSize, FreePhysicalMemorySize and
TotalPhysicalMemorySize.
Note that MaxFileDescriptorCount has always been correct as far as I
can tell.
. Also, implement the function for ProcessCpuTime using a non-deprecated
function (getrusage(2) rather than times(3)).
These changes are restricted to 6.x and higher and have only been tested
on 6.x (where they appear to work correctly). The changes are not valid
for 4.x. Their validity on 5.x and 7.x is unknown (testing welcome).
The PR is not fully addressed by these changes since
CommittedVirtualMemorySize and OpenFileDescriptorCount remain bogus.
Suggestions on how to get these without using kvm(3) would be appreciated.
PR: 118735
Notes:
svn path=/head/; revision=204814
|
|
|
|
|
|
|
|
|
| |
of tzupdater is no longer available).
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=202729
|
|
|
|
| |
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
|