From owner-freebsd-java@FreeBSD.ORG Sat Jul 3 03:42:33 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F1C16A4CE; Sat, 3 Jul 2004 03:42:33 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A9643D45; Sat, 3 Jul 2004 03:42:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i633gUUd014103; Fri, 2 Jul 2004 23:42:30 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 37E3652347; Fri, 2 Jul 2004 20:42:31 -0700 (PDT) Date: Fri, 2 Jul 2004 20:42:31 -0700 From: Kris Kennaway To: java@FreeBSD.org Message-ID: <20040703034231.GA59250@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [kris@FreeBSD.org: cvs commit: ports/java/diablo-jdk13 Makefile ports/java/diablo-jre13 Makefile] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 03:42:33 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI..hopefully someone will finally address this soon. Kris ----- Forwarded message from Kris Kennaway ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Delivered-To: ports-committers@freebsd.org From: Kris Kennaway Date: Sat, 3 Jul 2004 03:39:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/diablo-jdk13 Makefile ports/java/diablo-jre= 13 Makefile X-FreeBSD-CVS-Branch: HEAD Precedence: bulk X-Loop: FreeBSD.ORG X-UIDL: I*Y!!P\D!!%P"#!XP`!! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.17.5 kris 2004-07-03 03:39:16 UTC FreeBSD ports repository Modified files: java/diablo-jdk13 Makefile=20 java/diablo-jre13 Makefile=20 Log: BROKEN on 5.x: does not run (libm is binary incompatible with 4.x) =20 Revision Changes Path 1.7 +5 -0 ports/java/diablo-jdk13/Makefile http://cvsweb.FreeBSD.org/ports/java/diablo-jdk13/Makefile.diff?r1=3D1.6&r2= =3D1.7 | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jdk13/Makefile= ,v | retrieving revision 1.6 | retrieving revision 1.7 | diff -u -p -r1.6 -r1.7 | --- ports/java/diablo-jdk13/Makefile 2004/02/04 05:21:26 1.6 | +++ ports/java/diablo-jdk13/Makefile 2004/07/03 03:39:16 1.7 | @@ -2,7 +2,7 @@ | # Date created: March 10 2003 | # Whom: Greg Lewis | # | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jdk13/Makef= ile,v 1.6 2004/02/04 05:21:26 marcus Exp $ | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jdk13/Makef= ile,v 1.7 2004/07/03 03:39:16 kris Exp $ | # | =20 | PORTNAME=3D jdk | @@ -75,6 +75,11 @@ manually. Please access\n\ | with a web browser and \"Accept\" the End User License Agreement for\n\ | \"Caffe Diablo ${JRE_VERSION}\". Please place the downloaded\n\ | ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n | +.endif | + | +.if ${OSVERSION} >=3D 502112 | +ECHO_MSG=3D ${ECHO_CMD} | +BROKEN=3D "Does not run on FreeBSD >=3D 5.x" | .endif | =20 | do-install: 1.7 +6 -0 ports/java/diablo-jre13/Makefile http://cvsweb.FreeBSD.org/ports/java/diablo-jre13/Makefile.diff?r1=3D1.6&r2= =3D1.7 | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jre13/Makefile= ,v | retrieving revision 1.6 | retrieving revision 1.7 | diff -u -p -r1.6 -r1.7 | --- ports/java/diablo-jre13/Makefile 2004/02/04 05:21:26 1.6 | +++ ports/java/diablo-jre13/Makefile 2004/07/03 03:39:16 1.7 | @@ -2,7 +2,7 @@ | # Date created: March 12 2003 | # Whom: Greg Lewis | # | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jre13/Makef= ile,v 1.6 2004/02/04 05:21:26 marcus Exp $ | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jre13/Makef= ile,v 1.7 2004/07/03 03:39:16 kris Exp $ | # | =20 | PORTNAME=3D jre | @@ -76,6 +76,12 @@ with a web browser and \"Accept\" the En | \"Latte Diablo ${JRE_VERSION}\". Please place the downloaded\n\ | ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n | .endif | + | +.if ${OSVERSION} >=3D 502112 | +ECHO_MSG=3D ${ECHO_CMD} | +BROKEN=3D "Does not run on FreeBSD >=3D 5.x" | +.endif | + | =20 | do-install: | ${MKDIR} ${INSTALL_DIR} ----- End forwarded message ----- --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5ismWry0BWjoQKURAh7OAKChj3jcfBcnd6rB5OoPDWsOgK6DIwCgpuDx XQHPscOvyyYgbXbR5kJCCmw= =V0eS -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi--