Commit graph

66 commits

Author SHA1 Message Date
Tobias Kortkamp
31ccd8928f Give the npapi-headers distfile a slightly better filename
PR:		229242
2018-07-07 12:35:32 +00:00
Tobias Kortkamp
1388dc54c9 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)
2018-07-07 11:15:43 +00:00
Rene Ladan
5ba6ddda0d java/icedtea-web: mark as BROKEN after www/libxul removal 2018-06-23 11:15:50 +00:00
Rene Ladan
ab24c7a4d6 java/icedtea-web: remove optional support for expired www/libxul.
This means the PLUGIN option is removed.
Bump PORTREVISION
2018-06-22 22:18:53 +00:00
Mathieu Arnold
b4b1816b21 Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.
Sponsored by:	Absolight
2018-04-25 22:00:04 +00:00
Jung-uk Kim
c16eb018ab Fix build with Clang 6.0. 2018-01-23 22:59:21 +00:00
Mathieu Arnold
4da13b8f8e Remove WANT_GNOME and HAVE_GNOME.
Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Jung-uk Kim
4967dcccea Remove an unnecessary runtime dependency for NPAPI plugin support.
PR:		220648
MFH:		2017Q3
2017-07-11 19:44:09 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Tijl Coosemans
02f27a83b4 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)
2017-01-18 13:20:31 +00:00
Dmitry Marakasov
c86e9d9724 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
2016-05-23 20:35:01 +00:00
Alexey Dokuchaev
ed62b74be6 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.
2016-04-16 12:29:27 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Jung-uk Kim
d20bd649d5 Update to 1.6.2. 2016-02-11 23:45:10 +00:00
Baptiste Daroussin
5ef31d7ea8 Remove the SH overwrite which is not needed since CONFIGURE_ENV does the proper
job already
2015-06-27 12:01:30 +00:00
Jung-uk Kim
a36fc539ce Update to 1.5.2. 2015-02-05 20:13:39 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Baptiste Daroussin
a33191366c 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
2014-06-25 05:35:31 +00:00
Jung-uk Kim
eff95d7ef9 Remove a hack to create symlink to libjli.so. java/openjdk8 does not need
this hack any more because it is statically linked now.
2014-05-17 06:19:24 +00:00
Jung-uk Kim
3eb0319a7b 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.
2014-05-16 00:01:02 +00:00
Jung-uk Kim
82dc8daa1a Set JAVA_VERSION to exclude java/openjdk8. It is not supported yet. 2014-05-02 23:11:09 +00:00
Jung-uk Kim
70b053ef8b Update to 1.5. 2014-04-10 05:24:06 +00:00
Baptiste Daroussin
67a015afbc 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
2014-04-09 10:29:48 +00:00
Gerald Pfeifer
1cd277bdce 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)
2014-03-10 20:55:20 +00:00
Jung-uk Kim
e3db2bf8cd Update to 1.4.2. 2014-02-06 22:16:15 +00:00
Jung-uk Kim
f226f0aada - Support staging.
- Convert to use USES=webplugin:native.
- Remove an article from comment.
2013-11-12 18:22:05 +00:00
Gerald Pfeifer
3be3e90f93 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
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Jung-uk Kim
c9b9f1628c Update to 1.4.1. 2013-10-10 16:56:42 +00:00
Baptiste Daroussin
c2c2a2b86b Add NO_STAGE all over the place in preparation for the staging support (cat: java) 2013-09-20 19:48:32 +00:00
Andrej Zverev
d6908e9cb1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 08:15:41 +00:00
Jung-uk Kim
6494cb3f57 Add upstream patches to make it work again with the latest security patches
for OpenJDK ports.

Obtained from:	IcedTea Project
2013-07-16 23:29:58 +00:00
Florian Smeets
87948edeea - 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)
2013-06-15 11:10:34 +00:00
Jung-uk Kim
a97ed07513 Update to 1.4. 2013-06-11 23:18:45 +00:00
Florian Smeets
4ad19537aa Bump after r319872, www/libxul update.
(I bumped this port in the wrong checkout)
2013-06-04 15:50:46 +00:00
Baptiste Daroussin
5271da855f 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
2013-04-29 08:57:12 +00:00
Jung-uk Kim
8f11da0157 Update to 1.3.2. 2013-04-26 23:26:07 +00:00
Baptiste Daroussin
4ad115ab4e Convert j* categories to USES=pkgconfig 2013-04-23 11:46:54 +00:00
Jung-uk Kim
5caef841b9 Add libxul19 as a possible Gecko.
Feature safe:	yes
2012-11-09 22:45:19 +00:00
Jung-uk Kim
fa75392bda - Update to 1.3.1.
- Tidy up dependencies, trim Makefile header, and clean up style.

Feature safe:	yes
2012-11-08 18:22:11 +00:00
Beat Gaetzi
734349b51e - 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
2012-09-10 19:19:32 +00:00
Jung-uk Kim
e6d638b4ac - Add perl as a build dependency.
- Fix perl path for javac wrapper. [1]

PR:		ports/170772 [1]
2012-09-10 19:15:11 +00:00
Jung-uk Kim
f2768fbc01 Set LC_ALL instead of LANG. Some users still complain about locale issues. 2012-09-10 18:34:58 +00:00
Jung-uk Kim
ad941604d6 Catch up with icedtea.classpath.org changes to fix fetch & extract issues.
Reported by:	osa, barbara (barbara dot freebsd at gmail dot com)
2012-09-07 18:59:28 +00:00
Jung-uk Kim
14d7f5f921 Remove an unnecessary change in the previous commit. 2012-09-06 21:21:00 +00:00
Jung-uk Kim
61a04e3a5b Update to 1.3. 2012-09-06 21:15:59 +00:00
Jung-uk Kim
0271a4a8b2 Allow java/openjdk7 to build and execute Java plugin. A necessary patch for
OpenJDK7 was committed as r303173.
2012-08-27 17:43:38 +00:00
Jung-uk Kim
432b80cefa Fix web plugin crash with Firefox 14.
PR:		ports/170352
Obtained from:	IcedTea Project (PR1106)
2012-08-13 21:27:49 +00:00
Jung-uk Kim
227e93bb6e Update to 1.2.1. 2012-07-31 20:02:08 +00:00