summaryrefslogtreecommitdiff
path: root/java/openjdk6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete java/openjdk6 and java/openjdk6-jre portsGreg Lewis2019-09-2320-19307/+0
| | | | | | | | | | * Both of these ports are EoL upstream. Remove them per the DEPRECATED and EXPIRATION_DATE entries added previously * Note that bootstrap-openjdk6 is left solely to be able to bootstrap java/openjdk7 Notes: svn path=/head/; revision=512663
* Set an expiration dateGreg Lewis2019-08-201-0/+3
| | | | | | | | | | | | * Java 6 public releases ended April 2013, and extended support on December 2018. With upstream support ending, this is marked as deprecated and users are encouraged to upgrade to openjdk8. * Provide an expiration date set one month from now (2019-09-20). PR: 234792 Notes: svn path=/head/; revision=509411
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508880
* java/openjdk6: fix build with freetype2 2.10.0Steve Wills2019-06-031-0/+78
| | | | | | | | PR: 238227 Approved by: jkim Notes: svn path=/head/; revision=503399
* Update WWWSunpoet Po-Chuan Hsieh2019-03-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=495604
* Fix build on i386 with lld as a system linker.Jung-uk Kim2019-02-231-0/+12
| | | | Notes: svn path=/head/; revision=493634
* Fix build on head.Jung-uk Kim2018-05-151-49/+48
| | | | Notes: svn path=/head/; revision=470063
* . Update to b45.Greg Lewis2018-02-183-156/+360
| | | | Notes: svn path=/head/; revision=462201
* Use java/bootstrap-openjdk6 to bootstrap.Jung-uk Kim2017-09-271-3/+3
| | | | Notes: svn path=/head/; revision=450711
* Fix available memory calculation on head after r309017.Jung-uk Kim2017-09-071-47/+51
| | | | | | | | Note PORTREVISION is not bumped because it only affects a kernel without "options COMPAT_FREEBSD11". Notes: svn path=/head/; revision=449381
* . Update to b44.Greg Lewis2017-09-032-3/+6
| | | | Notes: svn path=/head/; revision=449169
* Fix compilation with Clang 4.0.Jung-uk Kim2017-05-311-0/+11
| | | | Notes: svn path=/head/; revision=442136
* . Update to b43.Greg Lewis2017-05-302-6/+13
| | | | Notes: svn path=/head/; revision=442038
* Update to b41.Jung-uk Kim2017-01-183-264/+16
| | | | Notes: svn path=/head/; revision=431831
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | 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
* Update cacerts file using the one included in 8u111 release.Alex Dupre2016-10-242-0/+1
| | | | | | | Notable change is the inclusion of Let's Encrypt CA. Notes: svn path=/head/; revision=424546
* ${RM} already has -f.Mathieu Arnold2016-10-211-2/+2
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Update to b40.Jung-uk Kim2016-08-254-301/+268
| | | | | | | MFH: 2016Q3 Notes: svn path=/head/; revision=420883
* Update to use Apache Ant 1.9.7.Jung-uk Kim2016-08-242-3/+4
| | | | Notes: svn path=/head/; revision=420766
* Fix typoBaptiste Daroussin2016-07-311-2/+2
| | | | Notes: svn path=/head/; revision=419369
* Use the new @javavmBaptiste Daroussin2016-07-311-13/+3
| | | | Notes: svn path=/head/; revision=419367
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Update to b39.Jung-uk Kim2016-05-063-16/+30
| | | | | | | MFH: 2016Q2 Notes: svn path=/head/; revision=414705
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Combine print/cups-base, print/cups-client and print/cups-image intoTijl Coosemans2016-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to b38.Jung-uk Kim2016-01-252-7/+7
| | | | | | | | | - Use Apache Ant 1.9.6 to build. MFH: 2016Q1 Notes: svn path=/head/; revision=407245
* The old URL for jtreg disappeared.Jung-uk Kim2015-11-191-4/+3
| | | | | | | | Noticed by: ohauer MFH: 2015Q4 Notes: svn path=/head/; revision=401961
* Update to b37.Jung-uk Kim2015-11-172-4/+4
| | | | | | | MFH: 2015Q4 Notes: svn path=/head/; revision=401795
* - Update to b36.Jung-uk Kim2015-07-303-83/+157
| | | | | | | | | - Fix default core file location in crash report. MFH: 2015Q3 Notes: svn path=/head/; revision=393281
* Use sysctl(3) instead of procfs(5) when we need executable path from PID.Jung-uk Kim2015-07-022-79/+98
| | | | | | | MFH: 2015Q3 Notes: svn path=/head/; revision=391178
* - Update to b35.Jung-uk Kim2015-06-304-98/+90
| | | | | | | - Optimize fontconfig.properties. Notes: svn path=/head/; revision=390990
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* Fix build without precompiled headers and apply r384056 to java/openjdk6.Jung-uk Kim2015-05-202-7/+22
| | | | | | | | | | http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7154517 Obtained from: OpenJDK project [1] MFH: 2015Q2 Notes: svn path=/head/; revision=386893
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Fix a mismerged file for OpenJDK6.Jung-uk Kim2015-03-241-1/+1
| | | | Notes: svn path=/head/; revision=382176
* Tidy up default fontconfig.properties.Jung-uk Kim2015-03-242-76/+80
| | | | Notes: svn path=/head/; revision=382173
* Catch up with font directory changes.Jung-uk Kim2015-03-242-24/+24
| | | | Notes: svn path=/head/; revision=382061
* Switch some dependencies from a directory name or a file generated by ↵Antoine Brodin2015-01-241-3/+3
| | | | | | | | | pkg-install to a package name, as the former can't be attributed to a package Notes: svn path=/head/; revision=377795
* Update to b34.Jung-uk Kim2015-01-245-5411/+351
| | | | Notes: svn path=/head/; revision=377775
* Allow building 10 years after 31 december 2004Antoine Brodin2014-12-301-0/+11
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=375862
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim2014-12-162-270/+3
| | | | Notes: svn path=/head/; revision=374824
* Add an upstream patch to remove adlc's unused class FileBuffRegion.Jung-uk Kim2014-12-161-0/+270
| | | | | | | | | | | https://bugs.openjdk.java.net/browse/JDK-8041620 Note this is an attempt to fix build with upcoming Clang 3.5. Obtained from: jdk9 Notes: svn path=/head/; revision=374780
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-2/+27
| | | | | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=371117
* - Update to b33.Jung-uk Kim2014-10-174-715/+1485
| | | | | | | - Update TimeZoneNames to tzdata2014g. Notes: svn path=/head/; revision=371027
* - Update to b32.Jung-uk Kim2014-07-174-140/+309
| | | | | | | | - Update TimeZoneNames to tzdata2014b. - Enlist openjdk6 users as testers of ant 1.9.4. Notes: svn path=/head/; revision=362118
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-272-1/+52
| | | | | | | | | | | fixes a test case in the following Apache Solr bug report. https://issues.apache.org/jira/browse/SOLR-6204 Reported by: Dawid Weiss <dawid.weiss@gmail.com> Notes: svn path=/head/; revision=359595
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* USE_XZ --> USES=tar:xz.Dmitry Sivachenko2014-06-101-2/+1
| | | | Notes: svn path=/head/; revision=357294
* Mark it as unsafe for parallel build.Jung-uk Kim2014-06-061-3/+2
| | | | Notes: svn path=/head/; revision=356867
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim2014-05-212-11/+61
| | | | | | | | | | | | | | to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1). PR: ports/178856 Notes: svn path=/head/; revision=354759