looks good to me. thanks.

On Jul 24, 2010, at 6:50 AM, Stuart Henderson <[email protected]> wrote:

> On 2010/07/23 18:04, Daniel Dickman wrote:
>> Here's an update of intellij to 9.0.3. Please review and commit. This was 
>> tested on amd64.
>> 
>> Brief description here:
>> http://www.jetbrains.com/idea/whatsnew/index.html
>> 
>> Detailed release notes are here:
>> http://confluence.jetbrains.net/display/IDEADEV/IDEA+9.0.3+Release+Notes
> 
> How about this which expands upon the use of wmname in README.OpenBSD:
> (Unless someone knows how to fix Java, which would be altogether better...)
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/intellij/Makefile,v
> retrieving revision 1.4
> diff -u -p -r1.4 Makefile
> --- Makefile    2 May 2010 16:56:19 -0000    1.4
> +++ Makefile    24 Jul 2010 10:49:08 -0000
> @@ -4,9 +4,9 @@ SHARED_ONLY=        Yes
> 
> COMMENT=        IntelliJ Java IDE
> 
> -V=            9.0.2
> +V=            9.0.3
> DISTNAME=        ideaIC-${V}
> -PKGNAME=        intellij-${V}p0
> +PKGNAME=        intellij-${V}
> CATEGORIES=        java devel
> 
> HOMEPAGE=        http://www.jetbrains.com/idea/
> @@ -31,7 +31,7 @@ RUN_DEPENDS=        ::devel/desktop-file-utils
> NO_REGRESS=        Yes
> SUBST_VARS+=        JAVA_HOME
> 
> -WRKDIST=        ${WRKDIR}/idea-IC-95.66
> +WRKDIST=        ${WRKDIR}/idea-IC-95.429
> IJ=            ${PREFIX}/intellij
> 
> # If NO_BUILD is set, JAVA_HOME doesn't get defined. So do
> @@ -42,21 +42,20 @@ do-build:
> do-install:
>    ${INSTALL_DATA_DIR} ${IJ}
>    @tar -czf - -C ${WRKDIST} . | tar xzf - -C ${IJ}
> -    @${SUBST_CMD} -c ${FILESDIR}/idea \
> +    @${SUBST_CMD} -o ${BINOWN} -g ${BINGRP} -c \
> +        ${FILESDIR}/idea \
>        ${PREFIX}/bin/idea
>    @chmod ${BINMODE} ${PREFIX}/bin/idea
> -    @chown ${BINOWN}:${BINGRP} ${PREFIX}/bin/idea
>    @ln -s ${TRUEPREFIX}/bin/idea ${PREFIX}/bin/intellij
>    ${INSTALL_DATA} ${FILESDIR}/README.OpenBSD ${IJ}
>    ${INSTALL_MAN} ${FILESDIR}/idea.1 ${PREFIX}/man/man1
> -    @${INSTALL_DATA_DIR} ${PREFIX}/share/applications
> +    ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
>    cd ${WRKDIST}/lib && ${JAVA_HOME}/bin/jar xf icons.jar
>    ${INSTALL_DATA} ${WRKDIST}/lib/icon.png ${IJ}/idea.png
> -    @${SUBST_CMD} -c ${FILESDIR}/intellij.desktop \
> +    @${SUBST_CMD} -o ${SHAREOWN} -g ${SHAREGRP} -c \
> +        ${FILESDIR}/intellij.desktop \
>        ${PREFIX}/share/applications/intellij.desktop
>    @chmod ${SHAREMODE} \
> -        ${PREFIX}/share/applications/intellij.desktop
> -    @chown ${SHAREOWN}:${SHAREGRP} \
>        ${PREFIX}/share/applications/intellij.desktop
> 
> .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/intellij/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- distinfo    30 Apr 2010 19:02:17 -0000    1.2
> +++ distinfo    24 Jul 2010 10:49:08 -0000
> @@ -1,5 +1,5 @@
> -MD5 (ideaIC-9.0.2.tar.gz) = p30RTtKxUuCkqtdr/9AO6Q==
> -RMD160 (ideaIC-9.0.2.tar.gz) = fNGx8XK9iyehgJZ4d67D9ph3tkE=
> -SHA1 (ideaIC-9.0.2.tar.gz) = 13vL30YHAO61w8dzAeGYh9vIX/U=
> -SHA256 (ideaIC-9.0.2.tar.gz) = NufIzx9Q0racFatP1vI9NXY9Io68QeK/FuC0OgdaJMA=
> -SIZE (ideaIC-9.0.2.tar.gz) = 68810826
> +MD5 (ideaIC-9.0.3.tar.gz) = c4YF7ljV7isyCRWoLxo8TA==
> +RMD160 (ideaIC-9.0.3.tar.gz) = 0o2IBnRtV33PtMHpc1sE/mOLYGw=
> +SHA1 (ideaIC-9.0.3.tar.gz) = lXg8Ao0UPxc072U/pXVDMZoE8Mc=
> +SHA256 (ideaIC-9.0.3.tar.gz) = 07YDOJaoK8cUx6IXdhKxxW5iCUbrPohjuHyPHKp2yB8=
> +SIZE (ideaIC-9.0.3.tar.gz) = 69218267
> Index: files/README.OpenBSD
> ===================================================================
> RCS file: /cvs/ports/devel/intellij/files/README.OpenBSD,v
> retrieving revision 1.2
> diff -u -p -r1.2 README.OpenBSD
> --- files/README.OpenBSD    30 Apr 2010 19:02:17 -0000    1.2
> +++ files/README.OpenBSD    24 Jul 2010 10:49:08 -0000
> @@ -4,8 +4,10 @@ IntelliJ on OpenBSD
> 1. Windowing Problems
> ---------------------
> 
> -If you have windowing problems, it has been reported that you may need
> -to install x11/wmname to fix the problem.
> +If the splash-screen displays but you then only see a grey main screen,
> +install the wmname package and run 'wmname LG3D'. This is a problem that
> +has been seen with some Java-based applications used with a non-reparenting
> +window manager (e.g. cwm).
> 
> 2. Native Libraries
> -------------------
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/devel/intellij/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -r1.3 PLIST
> --- pkg/PLIST    2 May 2010 16:57:17 -0000    1.3
> +++ pkg/PLIST    24 Jul 2010 10:49:08 -0000
> @@ -128,6 +128,7 @@ intellij/license/svnkit-license.txt
> intellij/license/velocity_license.txt
> intellij/license/xerces_license.txt
> intellij/license/xmlrpc_license.txt
> +intellij/license/yourkit-license-redist.txt
> intellij/plugins/
> intellij/plugins/Groovy/
> intellij/plugins/Groovy/lib/
> @@ -144,6 +145,9 @@ intellij/plugins/Groovy/lib/standardDsls
> intellij/plugins/Groovy/lib/standardDsls/newifyTransform.gdsl
> intellij/plugins/Groovy/lib/standardDsls/singletonTransform.gdsl
> intellij/plugins/Groovy/lib/standardDsls/vetoableTransform.gdsl
> +intellij/plugins/Groovypp/
> +intellij/plugins/Groovypp/lib/
> +intellij/plugins/Groovypp/lib/groovypp.jar
> intellij/plugins/InspectionGadgets/
> intellij/plugins/InspectionGadgets/lib/
> intellij/plugins/InspectionGadgets/lib/InspectionGadgets.jar
> 
> 

Reply via email to