notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: Mk/bsd.java.mk

Number of commits found: 138 (showing only 100 on this page)

1 | 2  »  

Thursday, 29 Feb 2024
20:21 Tijl Coosemans (tijl) search for other commits by this committer
Mk/*: Build with a clean environment

Both our make and gmake use the MAKEFLAGS environment variable but the
values aren't compatible and the latest version of gmake complains about
that.  To rule out that any environment variable can cause problems like
this, add a new command SETENVI=/usr/bin/env -i that clears the
environment, and use it to run upstream build systems with a clean
environment.

Introduce a new variable WRK_ENV that contains the environment to use
with SETENVI in all targets that run upstream build commands.  Variables
that are common between CONFIGURE_ENV and MAKE_ENV could be moved to
WRK_ENV but for now it just contains a minimal environment:

HOME=${WRKDIR}: Fixes USES=elixir ports that were using the user's HOME.
OSVERSION: For cross building; determines the output of uname -K and
getosreldate(3); affects net/freebsd-telnetd for example.
PATH: Fixes USES=gem ports that were using the user's PATH.
PWD=$${PWD}: Preserve current working directory; affects USES=go ports.
TERM: To preserve colored output to terminals.
TMPDIR: For users who define that.
UNAME_*: For cross building; determines the output of uname(1); affects
lang/python* for example.

This commit deals with everything under Mk/.  Ports that have their own
targets running upstream build commands can switch to SETENVI later.

The ports tree adds its definition of ARCH to the MAKEFLAGS environment
variable, which is interpreted by sub-makes as command line arguments,
which means that any definition of ARCH in upstream makefiles was
overridden.  The following ports required fixes now that this is no
longer the case.

games/iortcw, games/q3cellshading, games/tremulous:
These use Quake 3 engine code.  Fix use of ARCH.  Reduce diff between
FreeBSD code and Linux code.

games/legesmotus:
Remove ARCH related patches.

lang/ocaml:
Patch configure script so it detects amd64 correctly.  Also make the
powerpc case consistent with the other architectures.  This also affects
other ocaml ports like devel/ocaml-ocamlbuild and math/ocaml-num that
include a Makefile.config installed by lang/ocaml.  While here, use
SETENVI in check-test target.

net/libnatpmp:
Use of upstream definition of ARCH triggers installation in PREFIX/lib64
on amd64.  Disable this.

PR:		276478
Approved by:	portmgr (antoine)
Exp-run by:	antoine
commit hash: 572f2361692640bc27729191b1267aa3fcc354a7 commit hash: 572f2361692640bc27729191b1267aa3fcc354a7 commit hash: 572f2361692640bc27729191b1267aa3fcc354a7 commit hash: 572f2361692640bc27729191b1267aa3fcc354a7 572f236
Tuesday, 24 Oct 2023
04:29 Greg Lewis (glewis) search for other commits by this committer
Mk/bsd.java.mk: Complete support for Java 19, 20 and 21

PR:		273979
Reported by:	vvd@
commit hash: c94ba5ed5035397001e226a67386973fcfd2b910 commit hash: c94ba5ed5035397001e226a67386973fcfd2b910 commit hash: c94ba5ed5035397001e226a67386973fcfd2b910 commit hash: c94ba5ed5035397001e226a67386973fcfd2b910 c94ba5ed
04:06 Greg Lewis (glewis) search for other commits by this committer
Mk/bsd.java.mk: Add support for JDKs 19, 20, and 21

PR:		273979
commit hash: 9cde18fd05f03f23cce0115e1cf46126372daab5 commit hash: 9cde18fd05f03f23cce0115e1cf46126372daab5 commit hash: 9cde18fd05f03f23cce0115e1cf46126372daab5 commit hash: 9cde18fd05f03f23cce0115e1cf46126372daab5 9cde18f
Tuesday, 4 Apr 2023
18:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 4cda17a
Saturday, 3 Sep 2022
11:01 Rene Ladan (rene) search for other commits by this committer
Mk/bsd.java.mk: unregister expired java/openjdk7
commit hash: e11361afb92077c42adc908ffd02f8ffa3454002 commit hash: e11361afb92077c42adc908ffd02f8ffa3454002 commit hash: e11361afb92077c42adc908ffd02f8ffa3454002 commit hash: e11361afb92077c42adc908ffd02f8ffa3454002 e11361a
Wednesday, 20 Jul 2022
19:40 Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA <knu@FreeBSD.org>
  *  Alejandro Pulver <alepulver@FreeBSD.org>
  *  Edwin Groothuis <edwin@freebsd.org>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Florent Thoumie <flz@FreeBSD.org>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Mark Linimon <linimon@FreeBSD.org>
  *  Shaun Amott <shaun@inerd.com>

With hat:	portmgr
Reported by:	mat
commit hash: 2c54d261a63d7af9bef550ad62b7a47e20c7b05f commit hash: 2c54d261a63d7af9bef550ad62b7a47e20c7b05f commit hash: 2c54d261a63d7af9bef550ad62b7a47e20c7b05f commit hash: 2c54d261a63d7af9bef550ad62b7a47e20c7b05f 2c54d26
Tuesday, 24 May 2022
20:09 Rene Ladan (rene) search for other commits by this committer
cleanup: remove expired versions of OpenJDK (12 through 16)

Adjust ports depending on expired versions of OpenJDK:
- biology/snpeff: 12+ -> 17+
- devel/RStudio: 12 -> 11
- www/closure-compiler: 13 -> 11+

Allow java/openjdk17 to use java/openjdk17-bootstrap on i386
too, this builds just fine on 13.1-i386

Remove jdk12-doc as it is no longer relevant.

Clean up Java version calculations in bsd.java.mk

Reviewed by: jwb, java (glewis)

Differential Revision: https://reviews.freebsd.org/D35280
commit hash: c7d1c247d8ea8f87edd6a5012702a3cd10d99d49 commit hash: c7d1c247d8ea8f87edd6a5012702a3cd10d99d49 commit hash: c7d1c247d8ea8f87edd6a5012702a3cd10d99d49 commit hash: c7d1c247d8ea8f87edd6a5012702a3cd10d99d49 c7d1c24
Tuesday, 3 May 2022
01:21 Greg Lewis (glewis) search for other commits by this committer
Mk/bsd.java.mk: Revert previous commit allowing 1.11 as a version

* 1.11 has never been a valid Java version.  I've fixed the offeding
  port that used it rather than adding it here.
commit hash: 1309940fd048982c2b472bfc287bcbc1ed83c574 commit hash: 1309940fd048982c2b472bfc287bcbc1ed83c574 commit hash: 1309940fd048982c2b472bfc287bcbc1ed83c574 commit hash: 1309940fd048982c2b472bfc287bcbc1ed83c574 1309940
Sunday, 1 May 2022
11:34 Ashish SHUKLA (ashish) search for other commits by this committer
Mk/bsd.java.mk: Extend JAVA_VERSION matching

Add explicit matching for 1.11+ which is used by x11-fm/mucommander,
and was resulting in broken INDEX for it

PR:		263483
Reported by:	Tomoaki AOKI
commit hash: 65526ee02dfb09c2bc1ea97622211fd231821af5 commit hash: 65526ee02dfb09c2bc1ea97622211fd231821af5 commit hash: 65526ee02dfb09c2bc1ea97622211fd231821af5 commit hash: 65526ee02dfb09c2bc1ea97622211fd231821af5 65526ee
06:55 Ashish SHUKLA (ashish) search for other commits by this committer
Mk/bsd.java.mk:  Fix JAVA_VERSION matching

Anchor the matched patterns to be at the beginning of each word to
prevent unexpected surprises

e.g. with JAVA_VERSION= 17+ it results in _JAVA_VERSION set to
unexpected "17 8 11 12 13 14 15 16 17 18", instead of "17 18"

PR:		263483
Reported by:	jrm
Reviewed by:	glewis
Approved by:	glewis
commit hash: 90de298b222ab8b74c707c26af21d59547898ab5 commit hash: 90de298b222ab8b74c707c26af21d59547898ab5 commit hash: 90de298b222ab8b74c707c26af21d59547898ab5 commit hash: 90de298b222ab8b74c707c26af21d59547898ab5 90de298
Sunday, 24 Apr 2022
10:00 Tobias C. Berner (tcberner) search for other commits by this committer
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 aa25396
Saturday, 16 Apr 2022
14:52 Greg Lewis (glewis) search for other commits by this committer
Mk/bsd.java.mk: Add support for openjdk18 and 18[+] as a version
commit hash: aad15015e50470c4bf40e788348354db7cb73d27 commit hash: aad15015e50470c4bf40e788348354db7cb73d27 commit hash: aad15015e50470c4bf40e788348354db7cb73d27 commit hash: aad15015e50470c4bf40e788348354db7cb73d27 aad1501
Wednesday, 24 Nov 2021
06:49 Greg Lewis (glewis) search for other commits by this committer
Mk/bsd.java.mk: Add support for openjdk17 and 17[+] as a version

PR:		259167
Reported by:	cedric@precidata.com
commit hash: f10d7de2125b711fb628c6a29e42b7f8246d43a5 commit hash: f10d7de2125b711fb628c6a29e42b7f8246d43a5 commit hash: f10d7de2125b711fb628c6a29e42b7f8246d43a5 commit hash: f10d7de2125b711fb628c6a29e42b7f8246d43a5 f10d7de
Tuesday, 6 Apr 2021
10:39 Rene Ladan (rene) search for other commits by this committer
Mk/bsd.java.mk: generalize a comment.

Differential Revision:	https://reviews.freebsd.org/D29451
commit hash: e7863f568d914125f57b96ab236d3491f7b8931c commit hash: e7863f568d914125f57b96ab236d3491f7b8931c commit hash: e7863f568d914125f57b96ab236d3491f7b8931c commit hash: e7863f568d914125f57b96ab236d3491f7b8931c e7863f5
Tuesday, 23 Feb 2021
04:37 glewis search for other commits by this committer
Add support for openjdk16 and 16[+] as a valid version
Original commitRevision:566367 
Monday, 7 Sep 2020
18:34 glewis search for other commits by this committer
Add support for openjdk15
Original commitRevision:547935 
Saturday, 11 Apr 2020
17:10 glewis search for other commits by this committer
Allow users to specify a default Java version in the standard way

PR:		244942
Submitted by:	Tommy P <tommyhp2@gmail.com>
Original commitRevision:531437 
Saturday, 21 Mar 2020
19:05 glewis search for other commits by this committer
Add support for openjdk14
Original commitRevision:528866 
Tuesday, 26 Nov 2019
21:46 jkim search for other commits by this committer
Clean up after java/openjdk6 and java/openjdk6-jre removal

java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
Original commitRevision:518482 
Wednesday, 23 Oct 2019
19:35 glewis search for other commits by this committer
Eliminate references to 9 and 10

* All 9 and 10 JDKs have been removed and no ports explicitly list either
  as a desired version, so remove references to simplify the versioning
  substitutions a little.
Original commitRevision:515303 
Thursday, 3 Oct 2019
19:42 glewis search for other commits by this committer
Add 13, force 9/10 -> 11

* Remove comment references to 9 and 10 as possible version specifications.
  Note that 9 and 10 aren't actually removed as valid versions as there is
  one port with a reference (news/nzbhydra2).
* Add 13 as a valid version.
* Add configuration for openjdk13.
* Modify the construction of _JAVA_VERSION to force 9 and 10 to 11.

Sponsored by:	The FreeBSD Foundation
Original commitRevision:513732 
Monday, 30 Sep 2019
11:12 rene search for other commits by this committer
bsd.java.mk: unregister expired java/linux-oracle-jdk9 and
java/linux-oracle-jdk10
Original commitRevision:513345 
Monday, 23 Sep 2019
18:19 glewis search for other commits by this committer
Remove references to openjdk6

* Remove references to "6" in comments and examples
* Remove java/openjdk6 from the list of Java ports that are considered to
  satisfy a dependency
* Don't yet remove "6" as a valid version since many ports have "1.6+" as
  a version specifier (although none have just 1.6).  Instead force this
  to mean "1.7+".

PR:		234792
Sponsored by:	The FreeBSD Foundation
Original commitRevision:512662 
Wednesday, 31 Jul 2019
16:06 glewis search for other commits by this committer
Support newer Java versions

* Add configuration for newer versions of the JDK (11, 12)
* Switch to modern Java versioning (e.g. 8 rather than 1.8)
* Retain backwards compatibility with existing version specification
* Support the few ports that set USE_JAVA to the requested version

PR:		237054, 238758 (exp-run)
Original commitRevision:507714 
Saturday, 4 Nov 2017
01:16 kevans search for other commits by this committer
Mk/bsd.java.mk: Strict JAVA_{VERSION,VENDOR,ERROR} validation

Currently, validation of JAVA_{VERSION,VENDOR,ERROR} does not constitute an
error and make(1) will happily continue, potentially doing the wrong thing.
Adjust the behavior as follows:

- Only validate each var if it's defined
- Remain verbose about what error exists and what's expected
- Fail the build if validation fails

bsd.java.mk exhibited this behavior up until r217132 inadvertently changed
it to be non-fatal.

PR:		220737
Approved by:	portmgr (bdrewery)
Original commitRevision:453438 
Saturday, 14 Oct 2017
18:41 glewis search for other commits by this committer
. Add a port of the Oracle JDK9 for Linux.
. Add support for JDK9 to bsd.java.mk
Original commitRevision:452076 
Friday, 14 Jul 2017
18:09 kevans search for other commits by this committer
Minor cleanup to Java version/vendor/OS validation

- Use POSIX compliant expressions instead of employing GNU extensions
(branching in BREs)
- Simplify regex generation using make(1)'s :ts modifier

PR:		220054
Approved by:	bapt (portmgr)
Original commitRevision:445802 
Wednesday, 5 Apr 2017
23:31 jkim search for other commits by this committer
Implement test target for USE_ANT=yes.
Original commitRevision:437838 
Sunday, 24 Apr 2016
12:16 rene search for other commits by this committer
Mk/bsd.java.mk: unregister expired java/linux-sun-jdk17

PR:		209011
Approved by:	portmgr (bapt)
Sponsored by:	Essen Linuxhotel Hackathon 2016
Original commitRevision:413938 
Sunday, 27 Mar 2016
01:23 bapt search for other commits by this committer
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Original commitRevision:411970 
Monday, 19 Oct 2015
16:14 swills search for other commits by this committer
Make OpenJDK 1.8 the default
Original commitRevision:399693 
Friday, 27 Jun 2014
20:05 swills search for other commits by this committer
- Make OpenJDK 1.7 the default
Original commitRevision:359603 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Friday, 2 May 2014
21:35 jkim search for other commits by this committer
Document JAVA_EXTRACT.
Original commitRevision:352850 
Thursday, 24 Apr 2014
18:05 jkim search for other commits by this committer
- Sort Java implementations by preference, i.e., java/openjdk7 is preferred
over java/openjdk8.  java/openjdk8 is still in its infancy.
- Retire redundant _JAVA_PREFERRED_PORTS hack.  We only have one preferred
port since r290539 and we want to keep it that way.
Original commitRevision:352036 
Friday, 11 Apr 2014
17:17 jkim search for other commits by this committer
Update comments.
Original commitRevision:351016 
15:37 sunpoet search for other commits by this committer
- Fix _JAVA_PORT_LINUX_ORACLE_JDK_1_8_INFO
- Reorder _JAVA_VENDOR_*
- Update comment

Submitted by:	sunpoet (myself)
Approved by:	bapt (portmgr)
Original commitRevision:350991 
02:08 glewis search for other commits by this committer
. Set maintainer to java@FreeBSD.org.
Original commitRevision:350874 
Thursday, 10 Apr 2014
07:20 bapt search for other commits by this committer
Add support for OpenJDK 1.8
Add support for Oracle JDK 1.8
Remove support for Sun JDK 1.6 (EOLed)
Remove support for USE_JAVA=1.5
Original commitRevision:350782 
Tuesday, 12 Nov 2013
10:36 bapt search for other commits by this committer
Change DESTDIRNAME into a ant compatible argument when a port is staged
While here remove previous workarounds.

Submitted by:	ale
Discussed with:	jkim, glewis
Original commitRevision:333560 
Monday, 20 May 2013
00:45 miwi search for other commits by this committer
- Remove CVS reference

PR:		178381
		177581
Submitted by:	Eitan Adler <lists@eitanadler.com>
		Alex Kozlov <spam@rm-rf.kiev.ua>

With hat:	portmgr
Original commitRevision:318556 
Friday, 26 Apr 2013
02:38 glewis search for other commits by this committer
. Split a long comment line.
Original commitRevision:316544 
02:37 glewis search for other commits by this committer
. Replace the use of != and shell utilities with actual make logic.  This
  should be much faster and avoid some complaints from make.

PR:		177355
Submitted by:	crees@
Original commitRevision:316543 
Tuesday, 11 Dec 2012
05:11 glewis search for other commits by this committer
. Fix all of the ports which still have as a version requirement

  JAVA_VERSION=1.5

  or

  JAVA_VERSION=1.5+

  The previous revision took this out as a valid version number meaning
  that we end up with the non-existent "/bin/java" as the desired JDK.

  Expand 1.5 to 1.6 and 1.5+ to 1.6 1.7 for now.  This can be reverted
  once all the ports are updated.
Original commitRevision:308661 
Monday, 10 Dec 2012
17:18 bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors

Removing outdated jdk16 vendors:
removing all the bsdjava and freebsd vendors, consider using openjdk6 or
openjsk7 instead.

Discussed with:	java (glarkin)
Original commitRevision:308619 
Wednesday, 23 May 2012
08:17 miwi search for other commits by this committer
- Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify
dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]

PR:             151954 [1]
                161314 [2]
                167085 [3]
                167465 [4]
Submitted by:   Anonymous <swell.k@gmail.com> [1]
                dougb@ and Chris Rees <utisoft@gmail.com> [2]
                Garrett Cooper <yanegomi@gmail.com> [3]
                "Bryan Drewery" <bryan@shatow.net> [4]
Tested via:     phw
Original commit
Friday, 13 Apr 2012
04:03 glewis search for other commits by this committer
. Instead of bailing when we hit a possibly conflicting variable being
  defined just clear it and issue a warning that it was set.

PR:             165115
Approved by:    hq@ (co-maintainer)
Original commit
Thursday, 9 Feb 2012
06:40 glewis search for other commits by this committer
. Add support for the new linux-sun-jdk17 port.
Original commit
Tuesday, 7 Feb 2012
04:04 glewis search for other commits by this committer
. Make the openjdk6 port the preferred JDK by default.

  Many thanks to erwin@ for a -exp run.
Original commit
Sunday, 4 Sep 2011
19:23 glewis search for other commits by this committer
. Make commented examples reference 1.6 (the current default) rather than 1.5.
Original commit
Thursday, 21 Jul 2011
05:03 linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
Original commit
Tuesday, 28 Jun 2011
18:46 rene search for other commits by this committer
- Unregister expired java/jdk14
- Update example from java/jdk14 to java/jdk16

PR:             ports/158030
Submitted by:   myself
Approved by:    glewis
Original commit
Saturday, 12 Feb 2011
15:48 hq search for other commits by this committer
Update the list of possible values for JDK vendor in the header comments

PR:             154553
Submitted by:   Warren Block <wblock@wonkity.com> (PR),
                ryusuke (patch)
Original commit
Friday, 15 Jan 2010
06:07 glewis search for other commits by this committer
. Add support for the openjdk7 port.
. Add support for a JAVA_VERSION requirement of 1.7.

Reviewed by:    hq@
Original commit
Friday, 22 May 2009
04:11 glewis search for other commits by this committer
. Add support for openjdk6 as a possible JDK.

Submitted by:   Jonathan Chen <jonc@chen.org.nz>
Reviewed by:    hq@
Original commit
Monday, 18 Aug 2008
15:42 glewis search for other commits by this committer
. Add diablo-jdk16 and make it the default on 6.x and 7.x.
. Make jdk16 the default on all other supported versions.
Original commit
Saturday, 19 Jul 2008
17:59 kris search for other commits by this committer
Major optimizations for 'make index' and other recursive traversal
targets.

* Use /rescue/sh for index builds instead of /bin/sh, when it exists.
  The former is statically linked and faster to execute, which becomes
  significant when executing it tens of thousands of times.  This
  trick can be used with other recursive targets by passing in
  __MAKE_SHELL.

* Get rid of make variable assignments that use != command invocations
  in the critical path, using several methods:

  - rewriting logic to use shell or make builtins instead of external command
executions
  - macroizing commands and executing them in the targets where they
    are needed instead of with every invocation of make
  - precomputing the results of invariant commands in
    bsd.port.subdir.mk and passing them in explicitly to child makes,
    and using this to avoid recalculation in all the children. NB: the
    commands are still run one per top-level subdirectory but this
    does not currently seem to be a major issue.  They could be moved
    further up into the top-level Makefile at the cost of some
    cleanliness.
  - Committers are strongly discouraged from adding further "bare" !=
    assignments to the ports tree, even in their own ports.  One of
    the above strategies should be used to avoid future bloat.

* Rewrite the core 'describe' target to work entirely within a single
  shell process using only builtin commands.  The old version is
  retained as a backup for use on systems older than 603104, which
  does not have the make :u modifier.  This cuts down the number of
  processes executed during the course of a 'make index' by an order
  of magnitude, and we are essentially now amortized to the minimum of
  a single make + sh instance per port, plus whatever commands the
  port makefile itself executes (which are usually unnecessary and
  bogus).

* Less validation of the WWW: target is performed; this can become
  policed at a port level by portlint.  Specifically we look at the
  second word of the first line beginning with "WWW:" in pkg-descr,
  and append "http://" to it unless it already begins with "http://",
  "https://" or "ftp://".  Thanks to dougb for the idea of how to
  extract WWW: using shell builtins.

* Use the "true" shell builtin instead of echo > /dev/null for a
  measurable decrease in CPU use.

* Add a note about dubious escaping strategy in bsd.port.subdir.mk

* Minor change in output of 'make describe': it no longer strips
  trailing CR characters from pkg-descr files with MSDOS CR/LF
  termination.  Instead the makeindex perl script that post-processes
  make describe into the INDEX is tweaked to strip on input.

The bottom line is that on my test hardware INDEX builds are now
faster by more than a factor of 2 and with a reduction in system time
by a factor of 4-8 depending on configuration.
Original commit
Sunday, 28 Oct 2007
15:09 hq search for other commits by this committer
Remove support for Java 1.1 and 1.2 in the ports tree

To ease upgrade, bsd.java.mk now substitutes JAVA_VERSION values of 1.1+ and
1.2+ as 1.3+.

The related JDK ports that have been marked as deprecated and scheduled for
removal some time ago are now safe to be removed.

The patch has been tested successfully on the cluster.

PR:             116724
Original commit
Sunday, 7 Oct 2007
14:42 glewis search for other commits by this committer
. Remove a check for OSVERSION >= 500000 since this is now true for all
  supported versions of FreeBSD.

PR:             116890
Submitted by:   edwin
Original commit
Sunday, 5 Aug 2007
21:19 glewis search for other commits by this committer
. Enforce NO_JIKES when 1.6 is required as well.
Original commit
21:16 glewis search for other commits by this committer
. Support for the JDK 1.6 ports.

Submitted by:   jkim
Original commit
Wednesday, 6 Jun 2007
15:38 glewis search for other commits by this committer
. Remove references to deprecated, forbidden and expired port of the
  Linux Blackdown 1.3 JDK.

PR:             113268
Submitted by:   gabor@
Original commit
Wednesday, 7 Mar 2007
07:44 linimon search for other commits by this committer
Forced commit to note that I had not finished editing the previous commit
message:

* Remove references to obsolete ports from bsd.java.mk [8]

is actually ports/104136 by hq.

mcl
Original commit
Tuesday, 6 Mar 2007
06:21 linimon search for other commits by this committer
* Refine some comments about Linux emulation [1]

* Fix 'make search' with non-default ${PORTSDIR} [2]

* Fix typo in USE_LDCONFIG32 message [3]

* Allow USE_PHP after inclusion of bsd.port.pre.mk [4]

* Document NO_LDCONFIG_MTREE [5]

* Update/enhance description of INSTALLS_SHLIB and USE_LDCONFIG [6]

* Remove obsolete code in bsd.port.mk dealing with 4.X and other,
  even older, releases [7]

* Remove references to obsolete ports from bsd.java.mk [8]

PR:     105883 [1], 105917 [2], 106195 [3], 106557 [4], 108738 [5],
        108739 [6], 108782 [7], 103357 [8]

Submitted by:   bsam [1], shaun [2], edwin [3], ale [4], gerald [5] [6],
                linimon [7], kris [7], gabor [4]
Original commit
Wednesday, 31 Jan 2007
14:07 pav search for other commits by this committer
bsd.port.mk
 [1] Remove DEPENDS
 [2] Add a new pkg-plist keyword @stopdaemon
 [3] Provide rc.subr script suffix as RC_SUBR_SUFFIX
 [4] Add USE_CDRTOOLS to abstract dependency on sysutils/cdrtool[-cjk]
 [5] Add DOS2UNIX_REGEX, allowing to pass a filename regex to CRLF replacement
     routine
 [6] Support partially translated manpages in MAN* variables
 [7] Fix USE_LDCONFIG on ports with @cwd in pkg-plist
 [8] Remove support for XFree86 3.X
 [9] Add user settable WITH_DEBUG flag that turns on -g in CFLAGS and resets
     STRIP
 [9] Fix `make install' to refuse overwriting of older version of the port
[10] New category ports-mgmt
[11] New category gnustep
[12] Removed category picobsd

bsd.java.mk
[13] Remove deprecated syntax

bsd.tcl.mk
[14] Provide TCL_VER when USE_TK[_BUILD] is defined. Fixes cad/netgen

ports/Makefile
[15] Make csup default `make update' method on FreeBSD 6.2 and up

PR:             ports/99742 [1], ports/93373 [2], ports/100915 [3],
                ports/105161 [4], ports/106029 [5], ports/106252 [6],
                ports/106235 [7], ports/100939 [9], ports/97507 [10],
                ports/103931 [11], ports/106921 [12], ports/104136 [13],
                ports/105215 [15]
Submitted by:   sem [1] [2], Matthias Andree <matthias.andree@gmx.de> [3],
                nork [4], pav [5] [7] [14], Nick Barkas <snb@threerings.net>
[6],
                flz [8], gabor [9], shaun [10], erwin [12], hq [13],
                Gurkan Sengun <gurkan@linuks.mine.nu> [11]
Original commit
Monday, 22 Jan 2007
21:49 glewis search for other commits by this committer
. Add an entry for the linux-sun-jdk15 port.

PR:             108130
Submitted by:   Milon Papezik
Original commit
Saturday, 7 Oct 2006
20:40 hq search for other commits by this committer
Convert whitespaces to tabs

PR:             104012
Submitted by:   edwin
Original commit
Thursday, 14 Sep 2006
19:54 glewis search for other commits by this committer
. Prefer diablo-jdk15 on 5.x/i386, 6.x/i386 and 6.x/amd64 and jdk15
  everywhere else.

Reviewed by:    hq
Suggested by:   kris
Original commit
Monday, 24 Apr 2006
18:27 glewis search for other commits by this committer
. Remove the entry for the defunct diablo-jdk13 port.
Original commit
Friday, 7 Apr 2006
03:32 glewis search for other commits by this committer
. Add an entry for the new Diablo Caffe (JDK) 1.5.0 binary.
. Make Diablo Caffe 1.5.0 the default JDK for all the versions/architecture
  that its available for.
. Make the standard jdk15 the default on FreeBSD 4.x as this should now be
  stable with the release of patchset 3.

Reviewed by:    hq
Original commit
Tuesday, 8 Nov 2005
09:02 clement search for other commits by this committer
* Add bsd.database.mk [1]
  - move out from bsd.port.mk USE_MYSQL and USE_PGSQL.
  - add support for Berkley DB and SQLite (via USE_BDB and USE_SQLITE
    knobs).

* Espace '+' in make search [2]

* Add "makepatch" target to simplify creation of patches during porting [3]

* Replace deprecated MACHINE_ARCH with ARCH [4]

* Remove support of OpenLDAP 2.1 [5]

* Add bsd.tcl.mk [6]
  It introduces USE_TCL/USE_TCL_BUILD knobs to support various
  version of tcl (8.0 -> 8.4)

* Fix cosmetic bugs in security-check target [7]

* Add support for INDEX-7 and above (up to INDEX-9 actually) [8]

* Add "package-recursive" to bsd.port.subdir.mk [9]

* Remove check for FreeBSD version < 460101 [10]

* New category: net-im [11]

* Add .desktop file facilities
  It introduces DESKTOPDIR and DESKTOP_ENTRIES knobs [12]

* Add SHA256 support to "*checksum" targets [13]

* Fix USE_PYTHON with OPTIONS [14]

* Force NO_LINT to MAKE_ENV to avoid library breaks [15]

* Fix typo: s/RC_ORDER/USE_RCORDER/g [16]

* Add support for PostgreSQL 8.1 [17]

* Add bsd.apache.mk
  USE_APACHE knob enhancements [18]

PR:             ports/85695 [1], ports/85669 [2], ports/85488 [3],
                ports/84489 [4], ports/83835 [5], ports/83718 [6],
                ports/83716 [7], ports/83710 [8], ports/82753 [9],
                ports/82138 [10], ports/81206 [11], ports/79509 [12],
                ports/79123 [13], ports/74866 [14], ports/85490 [15],
                ports/83514 [16], ports/88466 [17]

Submitted by:   vsevolod [1] [6], Ricardo Alves dos Reis
                <ricardo_bsd@yahoo.com.br> [2], markm [3] [15], obrien [4],
                krion [5] [8] , Petr Rehor <prehor@gmail.com> [7],
                clement [8] [18], jhs@berklix.org [9], edwin [10] [13],
                pav [11], jylefort [12], mnag [14], leeym [16], girgen [17]
Original commit
Thursday, 3 Nov 2005
17:37 hq search for other commits by this committer
Disable the use of Jikes when using Java 1.5 because the current stable version
of Jikes not does support all of Java 1.5 extensions.

Porters may still enforce the use of Jikes with Java 1.5 by explicitely
setting:

  USE_JIKES=    yes

This fix is a temporary one and is bound to be removed whenever Java 1.5 gets
fully supported in Jikes.

Reported by:    lawrance
Approved by:    glewis (co-maintainer)
Original commit
Tuesday, 4 Oct 2005
15:55 glewis search for other commits by this committer
. Prefer jdk15 over jdk14 on amd64 since the latter isn't supported on
  that architecture.
Original commit
Friday, 15 Jul 2005
11:32 hq search for other commits by this committer
Fix typo in header documentation

PR:             83498
Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Original commit
Sunday, 27 Feb 2005
23:49 hq search for other commits by this committer
Add JAVA_VERSION, JAVA_OS and JAVA_VENDOR to SUB_LIST.

NOTE: these are only added if the related variables are defined by the port.

This should ease the configuration of launcher shell scripts used for Java
application ports, when they are using javavmwrapper to invoke a JVM. From now,
a simple launcher that suits most of the Java application ports can be writen
using the following scheme:

  #!/bin/sh
  JAVA_VERSION="%%JAVA_VERSION%%" \
    "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/myport.jar" "$@"

As mentioned above, this is of course only correct provided that the port
defines JAVA_VERSION.

Approved by:    glewis (co-maintainer)
Original commit
Friday, 25 Feb 2005
13:29 hq search for other commits by this committer
Fix a typo in header documentation

Submitted by:   vs
Original commit
Thursday, 10 Feb 2005
01:44 hq search for other commits by this committer
Fix a typo

PR:             77330
Submitted by:   Conrad J. Sabatier <conrads@cox.net>
Original commit
Thursday, 20 Jan 2005
08:43 phantom search for other commits by this committer
Add minimal support for jdk 1.5
Original commit
Sunday, 19 Dec 2004
02:26 hq search for other commits by this committer
Add Java related substitutions to SUB_LIST: JAVASHAREDIR, JAVAJARDIR and
JAVALIBDIR
Original commit
Sunday, 5 Dec 2004
07:06 glewis search for other commits by this committer
. Default 4.x to jdk14 as the Diablo JDK has been marked FORBIDDEN.
Original commit
Monday, 29 Nov 2004
17:33 hq search for other commits by this committer
When USE_ANT is defined, JAVA_BUILD is automatically set to 'jdk' but this
conflicts with the default values for JAVA_BUILD and JAVA_RUN. Those variables
are indeed set a default value when none of the them (together with
JAVA_EXTRACT) is defined. Having USE_ANT set a value for JAVA_BUILD will cause
JAVA_RUN not to be set its default value.

This has RUN_DEPENDS not correctly set (missing the JDK entry) on many ports
that use USE_ANT.

This patch addresses this issue by moving the statements dealing with default
values to have them executed before USE_ANT handling.

Approved by:    glewis (co-maintainer)
Original commit
Tuesday, 9 Nov 2004
02:11 hq search for other commits by this committer
Ports that use USE_ANT will now automatically build with Jikes if available and
not explicitly forbiden.

PR:             44432
Suggested by:   znerd
Approved by:    glewis (co-maintainer)
Original commit
Sunday, 7 Nov 2004
00:51 hq search for other commits by this committer
Additional error checking: check for defined variables that should not be. With
this patch, for instance:

$ cd /usr/port/devel/apache-ant
$ make JAVA_HOME=toto

apache-ant-1.6.2: Environement error: "JAVA_HOME" should not be defined.
*** Error code 1

PR:             70914
Reported by:    Rong-En Fan <rafan@infor.org>
Approved by:    glewis (co-maintainer)
Original commit
Thursday, 9 Sep 2004
20:31 glewis search for other commits by this committer
. Update the location the linux-ibm-jdk14 port installs into based on its
  most recent update.

Forgotten by:   glewis
Approved by:    portmgr (marcus)
Original commit
Friday, 3 Sep 2004
16:25 glewis search for other commits by this committer
. java/javavmwrapper now uses JAVALIBDIR rather than JAVAJARDIR, so modify
  a comment to that effect.
Original commit
06:11 glewis search for other commits by this committer
. Rope in hq as a co-maintainer since he wrote most of the current version
  of this file.

Approved by:    hq
Original commit
Thursday, 2 Sep 2004
13:18 hq search for other commits by this committer
- Fix missing build dependency on devel/jikes (Jikes is effectively used for
  building the port but not added to BUILD_DEPENDS)
- Use ${VAR:U} to test YES/NO values a more simple way
- Refactor: Jikes now has its own sub-stages (error-handling and support)
  together in Stage 6
- New variable to be used by porters (and used internally by bsd.java.mk),
  HAVE_JIKES

Approved by:    glewis (mentor)
Original commit
05:02 glewis search for other commits by this committer
. Take maintainership.  Ernst doesn't currently have time and I've been
  performing all of the recent changes.
. Add to the header comment to document JAVASHAREDIR, JAVAJARDIR and
  JAVALIBDIR.
. Add a definition for JAVALIBDIR.  This is where other ports have
  installed their JAR files (a port should install in JAVAJARDIR but
  look for other JARs in JAVALIBDIR).
Original commit
Tuesday, 27 Jul 2004
05:16 glewis search for other commits by this committer
. Align some .endif with their corresponding .if.
Original commit
Monday, 12 Jul 2004
19:43 glewis search for other commits by this committer
. Add a comment that the javavmwrapper port will need updating if
  ${JAVAJARDIR} is changed.
Original commit
Thursday, 1 Jul 2004
22:44 glewis search for other commits by this committer
. Reapply the changes of PR/61351 (by linimon) to bsd.java.mk 2.0.  These
  got spammed in the update to bsd.java.mk 2.0.  They replace .BEGIN blocks
  with check-makevars:: targets.

PR:             68516
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Original commit
Tuesday, 29 Jun 2004
20:16 glewis search for other commits by this committer
. Add appropriate definitions for JAVASHAREDIR and JAVAJARDIR to
  PLIST_SUB.
. Define java utility variables such as JAVA, JAVAC, JAVAH, APPLETVIEWER,
  etc. conditionally (?=) rather than explicitly (=).  This is in line with
  both bsd.port.mk and the earlier version of bsd.java.mk.

Reviewed by:    Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Original commit
Wednesday, 9 Jun 2004
18:17 glewis search for other commits by this committer
. Switched stage 6 and 7 so JAVAC is no longer empty when not using jikes
. Added '-bootclasspath ${JAVA_CLASSES}' to the command-line for JAVAC when
  jikes is used as a substitute for javac.

PR:             66349
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Original commit
Monday, 19 Apr 2004
16:56 glewis search for other commits by this committer
. Remove parentheses around the comparison of ${OSVERSION}.  This is in
  line with bsd.port.mk and prevents errors when ${OSVERSION} is (somehow)
  undefined.

Problem report from:    Thomas Abthorpe <thomas@stthomas.stthomasanglican.org>
Original commit
Friday, 16 Apr 2004
14:53 glewis search for other commits by this committer
Many fixes to the new bsd.java.mk, including:

. Make the USE_JIKES setting to actually work.
. Simplified backwards compatibility with the old bsd.java.mk.
. Allowed java dependency selection with JAVA_PREFERRED_PORTS.
. More error checking on variable settings.
. Allowed USE_JAVA=yes to work without specifying a version.
. Expanded the meta-info for the individual ports so the full version
  is now available, among other things.

Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Original commit
Monday, 5 Apr 2004
21:40 glewis search for other commits by this committer
. Document the variables used/set in the header comment.

PR:             65211
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Original commit
21:24 glewis search for other commits by this committer
. Fix an indentation bogon.
. Use the appropriate command variable (e.g. ${SED}) rather than the raw
  command itself.  Most of the files in Mk appear to do this, although
  there are some exceptions.  Certainly bsd.port.mk does.

  The one exception is uniq, for which there isn't yet a defined variable.

PR:             65210
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Original commit
06:50 glewis search for other commits by this committer
. Correct spelling of "BSD Java Porting Team".
Original commit
06:41 glewis search for other commits by this committer
. Allow ports to defined JAVA_EXTRACT when they want an explicit
  EXTRACT_DEPENDS for java (and not necessarily a BUILD_DEPENDS or
  RUN_DEPENDS).

Result of a problem report from:        kris
Original commit
Saturday, 3 Apr 2004
03:37 glewis search for other commits by this committer
Bring in the new bsd.java.mk 2.0.

bsd.java.mk now provides a new set of macros to be used by ports that
require a JDK. When USE_JAVA is set, the following variables may be set
in order to give to precision regarding the requirements of the port:

- JAVA_VERSION: A list of space-separated suitable java versions for the
  port. An optional "+" allows you to specify a range of versions.
  (allowed values: 1.1[+] 1.2[+] 1.3[+] 1.4[+])
- JAVA_OS: A list of space-separated suitable JDK port operating systems
  for the port. (allowed values: native linux)
- JAVA_VENDOR: A list of space-sperated suitable JDK port vendors for
  the port. (allowed values: freebsd bsdjava sun ibm blackdown)
- JAVA_BUILD: When set, it means that the selected JDK port should be
  added to build dependencies for the port.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 138 (showing only 100 on this page)

1 | 2  »