View | Details | Raw Unified | Return to bug 244976 | Differences between
and this patch

Collapse All | Expand All

(-)java/icedtea-web/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	icedtea-web
3
PORTNAME=	icedtea-web
4
PORTVERSION=	1.8.4
4
PORTVERSION=	1.8.4
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	java www
6
CATEGORIES=	java www
7
MASTER_SITES=	https://github.com/AdoptOpenJDK/IcedTea-Web/archive/
7
MASTER_SITES=	https://github.com/AdoptOpenJDK/IcedTea-Web/archive/
8
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
8
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
Lines 38-44 Link Here
38
CONFIGURE_ARGS+=	--with-junit="${JUNIT_JAR}"
38
CONFIGURE_ARGS+=	--with-junit="${JUNIT_JAR}"
39
CONFIGURE_ARGS+=	--with-rhino="${RHINO_JAR}"
39
CONFIGURE_ARGS+=	--with-rhino="${RHINO_JAR}"
40
CONFIGURE_ARGS+=	--with-tagsoup="${TAGSOUP_JAR}"
40
CONFIGURE_ARGS+=	--with-tagsoup="${TAGSOUP_JAR}"
41
CONFIGURE_ARGS+=	--with-itw-libs="BUNDLED"
41
CONFIGURE_ARGS+=	--with-itw-libs="DISTRIBUTION"
42
CONFIGURE_ARGS+=	--enable-shell-launchers
42
CONFIGURE_ARGS+=	--enable-shell-launchers
43
.for opt in asm chrome chromium ecj epiphany firefox jacoco midori opera
43
.for opt in asm chrome chromium ecj epiphany firefox jacoco midori opera
44
CONFIGURE_ARGS+=	--without-${opt}
44
CONFIGURE_ARGS+=	--without-${opt}
(-)java/icedtea-web/files/patch-completion_javaws.bash.in (+8 lines)
Line 0 Link Here
1
--- completion/javaws.bash.in.orig	2020-06-04 13:08:14.000000000 +0200
2
+++ completion/javaws.bash.in	2020-07-31 20:16:56.895261000 +0200
3
@@ -28,4 +28,4 @@
4
       return 0
5
     fi
6
 }
7
-complete -F _javaws javaws
8
+complete -F _javaws itweb-javaws
(-)java/icedtea-web/files/patch-completion_policyeditor.bash.in (+8 lines)
Line 0 Link Here
1
--- completion/policyeditor.bash.in.orig	2020-06-04 13:08:14.000000000 +0200
2
+++ completion/policyeditor.bash.in	2020-07-31 20:02:45.694743000 +0200
3
@@ -10,4 +10,4 @@
4
     COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
5
     return 0
6
 }
7
-complete -F _policyeditor policyeditor
8
+complete -F _policyeditor itweb-policyeditor

Return to bug 244976