Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2014 21:41:59 -0500
From:      Boniek San <desshi@yandex.com>
To:        "freebsd-java@freebsd.org" <freebsd-java@freebsd.org>
Subject:   Re: freebsd-java Digest, Vol 595, Issue 2
Message-ID:  <5690321416451319@web12m.yandex.ru>
In-Reply-To: <mailman.35.1416398400.77898.freebsd-java@freebsd.org>
References:  <mailman.35.1416398400.77898.freebsd-java@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
install order succeful openJDK8

#cd /usr/ports/java/openjdk7 && make install clean

#cd /usr/ports/java/openjdk8 && make install clean

or:
#pkg_install openjdk7
#pkg_install openjdk8

or in freeBSD-10

#pkg install openjdk7
#pkg install openjdk8

javaFX not support for Nvidia GT520MX or system hybrid battery (ACPI).

19.11.2014, 07:00, "freebsd-java-request@freebsd.org" <freebsd-java-request@freebsd.org>:
> Send freebsd-java mailing list submissions to
> ššššššššfreebsd-java@freebsd.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> ššššššššhttp://lists.freebsd.org/mailman/listinfo/freebsd-java
> or, via email, send a message with subject or body 'help' to
> ššššššššfreebsd-java-request@freebsd.org
>
> You can reach the person managing the list at
> ššššššššfreebsd-java-owner@freebsd.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of freebsd-java digest..."
>
> Today's Topics:
>
> ššš1. opendjk-8 fails to extract (Mikhail T.)
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 18 Nov 2014 23:14:31 -0500 (EST)
> From: "Mikhail T." <mi@aldan.algebra.com>
> To: java@FreeBSD.org
> Subject: opendjk-8 fails to extract
> Message-ID: <201411190414.sAJ4EViH002181@narawntapu.narawntapu>
> Content-Type: text/plain; charset=us-ascii
>
> Hello!
>
> I wanted to build java/opendjk8, but it kept failing to extract: unzip
> was complaining about "invalid archive".
>
> That's probably because the port uses both .zip and .tar.gz files
> -- and BOTH are fed to unzip. This breaks things -- at least, when
> archivers/unzip is installed (and used) instead of the /usr/bin/unzip.
>
> Instead of guessing that, the below patch changes the Makefile so that
> tar(1) is used for both files instead. Our tar will eat anything today.
>
> Yours,
>
> šššššššš-mi
>
> Index: Makefile
> ===================================================================
> --- Makefile (revision 372759)
> +++ Makefile (working copy)
> @@ -9,7 +9,7 @@
> šššššššššššššššššLOCAL/jkim:jdk,jtreg
> šPKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
> šDISTNAME= ${PORTNAME}-${JDK_MAJOR_VERSION}-src-b${DIST_BUILD_NUMBER}-03_mar_2014
> -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:jdk
> +DISTFILES= ${DISTNAME}.zip:jdk
>
> šMAINTAINER= java@FreeBSD.org
> šCOMMENT?= Java Development Kit ${JDK_MAJOR_VERSION}
> @@ -26,7 +26,7 @@
> šRUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \
> ššššššššššššššššš${LOCALBASE}/lib/X11/fonts/dejavu:${PORTSDIR}/x11-fonts/dejavu
>
> -USES= compiler:features dos2unix gmake iconv pkgconfig shebangfix zip
> +USES= compiler:features dos2unix gmake iconv pkgconfig shebangfix
> šUSE_AUTOTOOLS= autoconf
> šUSE_XORG= x11 xext xi xrender xt xtst
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> freebsd-java@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"
>
> ------------------------------
>
> End of freebsd-java Digest, Vol 595, Issue 2
> ********************************************

-- 
compartir es vivir, vive el verde y siente la libertad.
free software...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5690321416451319>