| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
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 |