| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Note PORTREVISION is not bumped because it only affects a kernel without
"options COMPAT_FREEBSD11".
Notes:
svn path=/head/; revision=449382
|
|
|
|
|
|
|
|
|
|
|
| |
'armv7'. This patch adds armv7 support. It should provide no regression
on any existing architecture.
PR: 221896
Approved by: maintainer
Notes:
svn path=/head/; revision=449081
|
|
|
|
| |
Notes:
svn path=/head/; revision=448833
|
|
|
|
|
|
|
|
|
|
|
|
| |
support and build the JDK without an ALSA dependency
PR: 219125
Reviewed by: jbeich
Approved by: mat (mentor), java (maintainer timeout, 6+ weeks)
Differential Revision: https://reviews.freebsd.org/D11331
Notes:
svn path=/head/; revision=444448
|
|
|
|
|
|
|
|
|
|
| |
While here, sort ARCHS and pet portlint.
Reviewed by: imp
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=444416
|
|
|
|
| |
Notes:
svn path=/head/; revision=438840
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://bugs.java.com/view_bug.do?bug_id=6900441
While we are at it, merge fix for JDK-8029453.
http://bugs.java.com/view_bug.do?bug_id=8029453
Note JDK-8029453 only affects us when "-XX:WorkAroundNPTLTimedWaitHang=0" is
forcibly set.
Reported by: 张泽鹏 (redraiment at gmail dot com)
Tested by: 张泽鹏 (redraiment at gmail dot com)
Notes:
svn path=/head/; revision=438460
|
|
|
|
|
|
|
| |
PR: 216738
Notes:
svn path=/head/; revision=433180
|
|
|
|
|
|
|
| |
PR: r216595
Notes:
svn path=/head/; revision=432874
|
|
|
|
| |
Notes:
svn path=/head/; revision=432697
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=431796
|
|
|
|
|
|
|
|
| |
PR: 216016
Submitted by: jbeich@
Notes:
svn path=/head/; revision=431607
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=430947
|
|
|
|
|
|
|
|
| |
PR: 212709
Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
Notes:
svn path=/head/; revision=430424
|
|
|
|
|
|
|
|
|
|
|
| |
. This also pulls in some OpenBSD tweaks, I believe. These should be a
no-op for FreeBSD though.
PR: 212709 (partial)
Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
Notes:
svn path=/head/; revision=429875
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It defaults to on. Disabling it will remove X support from Java, and reduce
X-related dependencies.
PR: 210000
Reviewed by: brd
Approved by: brd (ports)
Approved by: glewis (maintainer timeout)
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D6698
Notes:
svn path=/head/; revision=428241
|
|
|
|
| |
Notes:
svn path=/head/; revision=424926
|
|
|
|
|
|
|
| |
Notable change is the inclusion of Let's Encrypt CA.
Notes:
svn path=/head/; revision=424546
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
|
|
|
|
| |
analysing core dumps.
. Bump PORTREVISION.
PR: 211196
Submitted by: Ron Roskens <ronald.roskens@gmail.com>
Notes:
svn path=/head/; revision=421302
|
|
|
|
|
|
|
|
|
| |
VFPv3 or later, i.e., only VFPv1 and VFPv2 require this hack.
https://svnweb.freebsd.org/changeset/base/288983
Notes:
svn path=/head/; revision=420940
|
|
|
|
| |
Notes:
svn path=/head/; revision=419370
|
|
|
|
| |
Notes:
svn path=/head/; revision=419367
|
|
|
|
| |
Notes:
svn path=/head/; revision=419318
|
|
|
|
|
|
|
| |
and should also fix ppc64 support.
Notes:
svn path=/head/; revision=417048
|
|
|
|
|
|
|
|
|
|
| |
. Bump PORTREVISION.
PR: 210226
Submitted by: girgen@
Notes:
svn path=/head/; revision=416952
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove armv6hf because it is default now.
- Merge a HotSpot fix from src/os_cpu/linux_zero/vm/os_linux_zero.cpp.
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6ef40024aa2
- Add an upstream patch to unbreak Zero.
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8f58998958ca
- Extend PR209599 to cover arm platforms.
Notes:
svn path=/head/; revision=416839
|
|
|
|
|
|
|
|
|
|
|
| |
timeouts. This is forwarded ported from OpenJDK 7.
. Bump PORTREVISION for this fix.
PR: 210191
Submitted by: Andrew Smith <iamasmith.home@gmail.com>
Notes:
svn path=/head/; revision=416826
|
|
|
|
|
|
|
|
| |
PR: 209599
Submitted by: Andrew Smith <iamasmith.home@gmail.com>
Notes:
svn path=/head/; revision=416825
|
|
|
|
| |
Notes:
svn path=/head/; revision=415373
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412347
|
|
|
|
| |
Notes:
svn path=/head/; revision=412020
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.
Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format. It is
only used to implement filters and printer drivers and these only exist
in the context of a cups server so there's no need to separate this from
cups-base.
- cups-client provides a library that allows applications to print via cups.
It is possible to use the library to access a remote cups server without
running a local cups server, but such a setup is discouraged and the
configuration file to set this up has been marked deprecated. It is
better to run a local cups server and let that talk to the remote cups
server because then you have the benefits of local job queuing in case the
remote server is down or busy. Given this and the fact that without
filters cups-base is now smaller than it used to be it makes sense to
merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which
when disabled make the new cups package smaller than the current
cups-client package. Merging the ports also prevents problems with
options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
There isn't really a need for such a metaport so cups-base can be renamed
to cups. The filters can be depended on by printer drivers such as hplip
if they need them.
Additional changes to the new print/cups:
- Clean up the patches. They seem to have been regenerated with post-patch
changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
other ports don't have to add links to it.
- Remove ulpt(4) helper scripts. The port uses libusb with ugen(4).
- Remove support for mDNSResponder. cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.
Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.
Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed. This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.
Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.
Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.
Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support. This is no longer supported
upstream.
- Stop installing hpcups PPDs. These are now automatically generated. The
bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
like avahi-daemon does. This fixes Zeroconf support for HP network
printers.
PR: 207746
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=410825
|
|
|
|
| |
Notes:
svn path=/head/; revision=407661
|
|
|
|
|
|
|
|
| |
PR: 205751
Submitted by: chris@chrullrich.net
Notes:
svn path=/head/; revision=406824
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
only get usage for the current thread. Return -1 if the requested function
is not supported, i.e., user time for other threads, rather than crash. [1]
- Properly implement os::elapsedVTime() using getrusage(). Basically, it is
taken from Linux version.
- Temporarily revert r403748 to fix bootstrapping with earlier OpenJDK8. [2]
PR: 205523, 205843 [1]
PR: 205544 [2]
Notes:
svn path=/head/; revision=405320
|
|
|
|
|
|
|
| |
PR: 205229
Notes:
svn path=/head/; revision=405058
|
|
|
|
|
|
|
| |
PR: 205523
Notes:
svn path=/head/; revision=404273
|
|
|
|
|
|
|
|
| |
PR: 205523
Submitted by: will (via bsd-port-dev@openjdk.java.net)
Notes:
svn path=/head/; revision=404270
|
|
|
|
|
|
|
| |
Reported by: antoine
Notes:
svn path=/head/; revision=403763
|
|
|
|
|
|
|
|
|
| |
it was intended to test the newly built JVM, it is not cross-build friendly.
Submitted by: Eugene M. Zheganin (emz at norma dot perm dot ru)
Notes:
svn path=/head/; revision=403749
|
|
|
|
| |
Notes:
svn path=/head/; revision=403748
|
|
|
|
|
|
|
| |
build OpenJDK7 for ARM yet, there is no need to disallow it at all.
Notes:
svn path=/head/; revision=403747
|
|
|
|
|
|
|
| |
PR: 203747
Notes:
svn path=/head/; revision=403746
|
|
|
|
|
|
|
| |
PR: 203747
Notes:
svn path=/head/; revision=403745
|
|
|
|
| |
Notes:
svn path=/head/; revision=403646
|
|
|
|
|
|
|
| |
PR: 205234
Notes:
svn path=/head/; revision=403551
|
|
|
|
|
|
|
| |
when building 32-bit targets on a 64-bit host for some unknown reason.
Notes:
svn path=/head/; revision=403465
|
|
|
|
|
|
|
| |
PR: 205192
Notes:
svn path=/head/; revision=403464
|
|
|
|
|
|
|
|
|
| |
java.lang.OutOfMemroryError.
http://hg.openjdk.java.net/jdk8u/jdk8u/rev/f398f28e3112
Notes:
svn path=/head/; revision=403432
|