Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Feb 2021 15:45:11
1.8.4_8

|
mikael  |
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616 |
06 Jan 2021 10:13:59
1.8.4_7

|
mikael  |
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940 |
24 Nov 2020 12:48:54
1.8.4_6

|
mikael  |
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293 |
13 Oct 2020 08:36:35
1.8.4_5

|
mikael  |
lang/rust: Update to 1.47.0
- Add powerpc64le arch (submitted by bdragon in D26711)
- Disable DOCS, same problem fixed in r546048
- Update devel/racer to 2.1.36
- Import upstream patch to fix www/firefox
(https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
- Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz
: 0036, 0037 and 0038)
- Force rebuild all consumers to catch regressions
Changelog:
https://github.com/rust-lang/rust/releases/tag/1.47.0
Differential Revision: https://reviews.freebsd.org/D26721 |
30 Aug 2020 18:36:08
1.8.4_4

|
tobik  |
lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176 |
18 Aug 2020 20:51:43
1.8.4_3

|
pkubaj  |
java/icedtea-web: fix build on GCC architectures
Use newer GCC:
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1582:
error: function definition does not declare parameters
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:
In function 'NPError plugin_start_appletviewer(ITNPPluginData*)':
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1640:
error: 'knownExports' was not declared in this scope |
11 Aug 2020 17:05:56
1.8.4_3

|
tobik  |
Clean up some things
Reported by: portscan (some of it) |
08 Aug 2020 01:33:27


|
glewis  |
Fix rust launchers and bash completion
PR: 244976
Submitted by: Lars Herschke <lhersch@dssgmbh.de> |
03 Aug 2020 15:18:49
1.8.4_3

|
tobik  |
lang/rust: Update to 1.45.2
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html |
01 Aug 2020 18:17:53
1.8.4_2

|
dbaio  |
Fix build (extract) with static bsdtar(1)
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
*** Error code 1
See more details for the same issue in bug 246618.
Reported by: pkg-fallout
Approved by: portmgr blanket |
30 Jul 2020 18:26:54
1.8.4_2

|
tobik  |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835 |
30 Jul 2020 06:59:41
1.8.4_1

|
glewis  |
Fix packing list
* Force bash completion to install into ${PREFIX}/etc/bash_completion.d
* Adjust packing list to reflect this
PR: 244976 |
25 Jul 2020 17:58:07
1.8.4_1

|
glewis  |
Restrict to Java 8 only
PR: 244976
Submitted by: Lars Herschke <lhersch@dssgmbh.de> |
24 Jul 2020 23:53:31
1.8.4_1

|
glewis  |
* Add missing build depends
* Restrict Java versions
* Fix packing list
PR: 244976
Submitted by: Lars Herschke <lhersch@dssgmbh.de> |
23 Jul 2020 02:16:28
1.8.4

|
glewis  |
Update to 1.8.4
PR: 244976
Submitted by: Lars Herschke <lhersch@dssgmbh.de> |
06 Nov 2019 18:03:34
1.6.2_5

|
zeising  |
Add USES=xorg USES=gl, ports categories j
Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
04 Jul 2019 02:40:49
1.6.2_5

|
glewis  |
Adjust to proposed changes in Java versioning
* Bug #238758 proposes to change the Java versioning from versions such
as "1.6.0" to versions such as "6" (for example). Modify the Makefile
checks on JAVA_PORT_VERSION to cope with either format. |
07 Jul 2018 12:35:33
1.6.2_5

|
tobik  |
Give the npapi-headers distfile a slightly better filename
PR: 229242 |
07 Jul 2018 11:15:43
1.6.2_5

|
tobik  |
Attempt to unbreak java/icedtea-web
- Bring back the PLUGIN option. The build needs the 4 NPAPI headers.
Extract them from libxul-45.9.0_12 to a separate distfile and
point the build to them.
PR: 229242
Approved by: java (maintainer timeout, 2 weeks) |
23 Jun 2018 11:15:51
1.6.2_4

|
rene  |
java/icedtea-web: mark as BROKEN after www/libxul removal |
22 Jun 2018 22:18:54
1.6.2_4

|
rene  |
java/icedtea-web: remove optional support for expired www/libxul.
This means the PLUGIN option is removed.
Bump PORTREVISION |
25 Apr 2018 22:00:04
1.6.2_3

|
mat  |
Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.
Sponsored by: Absolight |
23 Jan 2018 22:59:21
1.6.2_3

|
jkim  |
Fix build with Clang 6.0. |
12 Oct 2017 15:57:51
1.6.2_3

|
mat  |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643 |
11 Jul 2017 19:44:09
1.6.2_3

|
jkim  |
Remove an unnecessary runtime dependency for NPAPI plugin support.
PR: 220648
MFH: 2017Q3 |
23 May 2017 05:03:16
1.6.2_2

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
25 Apr 2017 08:20:31
1.6.2_1

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
18 Jan 2017 13:20:32
1.6.2

|
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
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) |
23 May 2016 20:35:01
1.6.2

|
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
16 Apr 2016 12:29:27
1.6.2

|
danfe  |
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby. |
01 Apr 2016 14:08:38
1.6.2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
11 Feb 2016 23:45:10
1.6.2

|
jkim  |
Update to 1.6.2. |
27 Jun 2015 12:01:30
1.5.2

|
bapt  |
Remove the SH overwrite which is not needed since CONFIGURE_ENV does the proper
job already |
05 Feb 2015 20:13:40
1.5.2

|
jkim  |
Update to 1.5.2. |
10 Sep 2014 20:50:37
1.5_1

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
25 Jun 2014 05:35:32
1.5

|
bapt  |
Convert GMAKE to MAKE_CMD
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 |
17 May 2014 06:19:24
1.5

|
jkim  |
Remove a hack to create symlink to libjli.so. java/openjdk8 does not need
this hack any more because it is statically linked now. |
16 May 2014 00:01:02
1.5

|
jkim  |
Add upstream patches to support java/openjdk8. Note OpenJDK8 is not
officially supported by the upstream and the next major release will drop
support for OpenJDK6. |
02 May 2014 23:11:09
1.5

|
jkim  |
Set JAVA_VERSION to exclude java/openjdk8. It is not supported yet. |
10 Apr 2014 05:24:06
1.5

|
jkim  |
Update to 1.5. |
09 Apr 2014 10:29:48
1.4.2_2

|
bapt  |
Convert from USE_GECKO to USES=gecko
While here stagify what was not staged yet
Convert to USES=webplugin where needed and add desktop-file-utils dependency to
icedtea-web |
10 Mar 2014 20:55:22
1.4.2_1

|
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
06 Feb 2014 22:16:15
1.4.2

|
jkim  |
Update to 1.4.2. |
12 Nov 2013 18:22:06
1.4.1_2

|
jkim  |
- Support staging.
- Convert to use USES=webplugin:native.
- Remove an article from comment. |
26 Oct 2013 00:52:36
1.4.1_1

|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
22 Oct 2013 13:58:56
1.4.1

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
10 Oct 2013 16:56:42
1.4.1

|
jkim  |
Update to 1.4.1. |
20 Sep 2013 19:48:32
1.4_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
15 Sep 2013 08:15:42
1.4_1

|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
16 Jul 2013 23:29:58
1.4_1

|
jkim  |
Add upstream patches to make it work again with the latest security patches
for OpenJDK ports.
Obtained from: IcedTea Project |
15 Jun 2013 11:10:35
1.4

|
flo  |
- Remove www/libxul19, is has been vulnerable and unsupported upstream for
quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout
Approved by: portmgr (miwi) |
11 Jun 2013 23:18:45
1.4

|
jkim  |
Update to 1.4. |
04 Jun 2013 15:50:46
1.3.2_1

|
flo  |
Bump after r319872, www/libxul update.
(I bumped this port in the wrong checkout) |
29 Apr 2013 08:57:13
1.3.2

|
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
26 Apr 2013 23:26:07
1.3.2

|
jkim  |
Update to 1.3.2. |
23 Apr 2013 11:46:54
1.3.1

|
bapt  |
Convert j* categories to USES=pkgconfig |
09 Nov 2012 22:45:19
1.3.1

|
jkim  |
Add libxul19 as a possible Gecko.
Feature safe: yes |
08 Nov 2012 18:22:11
1.3.1

|
jkim  |
- Update to 1.3.1.
- Tidy up dependencies, trim Makefile header, and clean up style.
Feature safe: yes |
10 Sep 2012 19:19:33
1.3_1

|
beat  |
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko |
10 Sep 2012 19:15:11
1.3

|
jkim  |
- Add perl as a build dependency.
- Fix perl path for javac wrapper. [1]
PR: ports/170772 [1] |
10 Sep 2012 18:34:58
1.3

|
jkim  |
Set LC_ALL instead of LANG. Some users still complain about locale issues. |
07 Sep 2012 18:59:28
1.3

|
jkim  |
Catch up with icedtea.classpath.org changes to fix fetch & extract issues.
Reported by: osa, barbara (barbara dot freebsd at gmail dot com) |
06 Sep 2012 21:21:00
1.3

|
jkim  |
Remove an unnecessary change in the previous commit. |
06 Sep 2012 21:15:59
1.3

|
jkim  |
Update to 1.3. |
27 Aug 2012 17:43:39
1.2.1_1
|
jkim  |
Allow java/openjdk7 to build and execute Java plugin. A necessary patch for
OpenJDK7 was committed as r303173. |
13 Aug 2012 21:27:49
1.2.1_1
|
jkim  |
Fix web plugin crash with Firefox 14.
PR: ports/170352
Obtained from: IcedTea Project (PR1106) |
31 Jul 2012 20:02:09
1.2.1
|
jkim  |
Update to 1.2.1. |
26 Jul 2012 05:40:24
1.2_2 
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
24 Jul 2012 16:55:48
1.2_2 
|
jkim  |
Fix broken r300965. The options should be defined prior to including
bsd.port.options.mk. While here, convert NOPORTDOCS to DOCS option.
Pointed by: bapt |
16 Jul 2012 18:12:35
1.2_2 
|
jkim  |
Use the new options framework. |
01 Jun 2012 05:26:28
1.2_2 
|
dinoex  |
- update png to 1.5.10 |
06 Mar 2012 00:38:48
1.2_1 
|
jkim  |
Fix javaws launcher. This shell script now uses bash extensions. |
05 Mar 2012 23:51:06
1.2 
|
jkim  |
Update to 1.2. |
08 Nov 2011 17:40:22
1.1.4 
|
jkim  |
Update to 1.1.4. |
28 Sep 2011 22:03:08
1.1.3 
|
jkim  |
Update to 1.1.3. |
31 Aug 2011 20:09:13
1.1.2 
|
jkim  |
Make portlint happy. |
31 Aug 2011 19:52:13
1.1.2 
|
jkim  |
Update to 1.1.2. |
13 Jul 2011 19:17:36
1.1 
|
jkim  |
Specify JAVA_VERSION correctly to fix another build breakage.
Reported by: David Wolfskill (david at catwhisker dot org)
Pointy hat to: jkim |
12 Jul 2011 22:53:45
1.1 
|
jkim  |
Replace "readlink -f" with realpath(1). This should fix "make test" on
7.4 and 8.2 when both "RHINO" and "TEST" options are enabled.
Suggested by: Warren Block (wblock at wonkity dot com) |
12 Jul 2011 19:21:03
1.1 
|
jkim  |
Fix various build and installation issues.
- Replace various Linuxisms in Makefile with little more portable code.
Remove now unnecessary build dependency of sysutils/coreutils.
- Install launcher wrappers with INSTALL_SCRIPT[1].
- Rename javaws launcher to itweb-javaws throughout. This conflicts with
a symlink created by java/javavmwrapper[2].
PR: ports/158826 [1]
Reported by: glewis [2] |
11 Jul 2011 23:13:16
1.1 
|
jkim  |
Add LICENSE. |
11 Jul 2011 22:35:12
1.1 
|
jkim  |
Fix build with Rhino support. |
11 Jul 2011 20:50:42
1.1 
|
jkim  |
The IcedTea-Web project provides a Free Software web browser plugin running
applets written in the Java programming language and an implementation of
Java Web Start, originally based on the NetX project.
WWW: http://icedtea.classpath.org/wiki/IcedTea-Web |