Thu Dec 10 23:01:37 2015 UTC ()
Use devel/xulrunner38, latest xulrunner library as dependency
Bump PKGREVISION.


(ryoon)
diff -r1.40 -r1.41 pkgsrc/www/icedtea-web/Makefile

cvs diff -r1.40 -r1.41 pkgsrc/www/icedtea-web/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/icedtea-web/Attic/Makefile 2015/06/12 10:51:50 1.40
+++ pkgsrc/www/icedtea-web/Attic/Makefile 2015/12/10 23:01:37 1.41
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.40 2015/06/12 10:51:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.41 2015/12/10 23:01:37 ryoon Exp $
2 2
3# Keep icedtea-web distfile in sync with lang/openjdk7/icedtea-extras.mk 3# Keep icedtea-web distfile in sync with lang/openjdk7/icedtea-extras.mk
4DISTNAME= icedtea-web-1.5.2 4DISTNAME= icedtea-web-1.5.2
5PKGREVISION= 2 5PKGREVISION= 3
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= http://icedtea.wildebeest.org/download/source/ 7MASTER_SITES= http://icedtea.wildebeest.org/download/source/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://icedtea.classpath.org/ 10HOMEPAGE= http://icedtea.classpath.org/
11COMMENT= Java browser plugin and Web Start launcher 11COMMENT= Java browser plugin and Web Start launcher
12#LICENSE= # GPL2 + Classpath exception 12#LICENSE= # GPL2 + Classpath exception
13 13
14EXTRACT_USING= gtar 14EXTRACT_USING= gtar
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18USE_TOOLS+= autoconf automake bash:run gmake gsed perl pkg-config zip 18USE_TOOLS+= autoconf automake bash:run gmake gsed perl pkg-config zip
@@ -41,16 +41,16 @@ BUILDLINK_API_DEPENDS.openjdk7+=openjdk7 @@ -41,16 +41,16 @@ BUILDLINK_API_DEPENDS.openjdk7+=openjdk7
41.endif 41.endif
42CONFIGURE_ARGS+= --disable-docs 42CONFIGURE_ARGS+= --disable-docs
43 43
44pre-configure: 44pre-configure:
45 cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -if 45 cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -if
46 46
47 47
48INSTALLATION_DIRS+= lib/netscape/plugins 48INSTALLATION_DIRS+= lib/netscape/plugins
49 49
50post-install: 50post-install:
51 cd ${DESTDIR}/${PREFIX}/lib/netscape/plugins && \ 51 cd ${DESTDIR}/${PREFIX}/lib/netscape/plugins && \
52 ${LN} -s ../../IcedTeaPlugin.so IcedTeaPlugin.so 52 ${LN} -s ../../IcedTeaPlugin.so IcedTeaPlugin.so
53 53
54.include "../../devel/xulrunner31/buildlink3.mk" 54.include "../../devel/xulrunner38/buildlink3.mk"
55.include "../../x11/gtk2/buildlink3.mk" 55.include "../../x11/gtk2/buildlink3.mk"
56.include "../../mk/bsd.pkg.mk" 56.include "../../mk/bsd.pkg.mk"