[kris@FreeBSD.org: cvs commit: ports/java/diablo-jdk13 Makefile ports/java/diablo-jre13 Makefile]

Kris Kennaway kris at obsecurity.org
Fri Jul 2 20:42:33 PDT 2004


FYI..hopefully someone will finally address this soon.

Kris

----- Forwarded message from Kris Kennaway <kris at FreeBSD.org> -----

X-Original-To: kkenn at localhost
Delivered-To: kkenn at localhost.obsecurity.org
Delivered-To: kris at freebsd.org
Delivered-To: ports-committers at freebsd.org
From: Kris Kennaway <kris at FreeBSD.org>
Date: Sat, 3 Jul 2004 03:39:16 +0000 (UTC)
To: ports-committers at FreeBSD.org, cvs-ports at FreeBSD.org,
	cvs-all at FreeBSD.org
Subject: cvs commit: ports/java/diablo-jdk13 Makefile ports/java/diablo-jre13
         Makefile
X-FreeBSD-CVS-Branch: HEAD
Precedence: bulk
X-Loop: FreeBSD.ORG
X-UIDL: I*Y!!P\D!!%P"#!XP`!!
X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.17.5

kris        2004-07-03 03:39:16 UTC

  FreeBSD ports repository

  Modified files:
    java/diablo-jdk13    Makefile 
    java/diablo-jre13    Makefile 
  Log:
  BROKEN on 5.x: does not run (libm is binary incompatible with 4.x)
  
  Revision  Changes    Path
  1.7       +5 -0      ports/java/diablo-jdk13/Makefile
http://cvsweb.FreeBSD.org/ports/java/diablo-jdk13/Makefile.diff?r1=1.6&r2=1.7
| ===================================================================
| 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 <glewis at FreeBSD.org>
|  #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jdk13/Makefile,v 1.6 2004/02/04 05:21:26 marcus Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jdk13/Makefile,v 1.7 2004/07/03 03:39:16 kris Exp $
|  #
|  
|  PORTNAME=	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} >= 502112
| +ECHO_MSG=	${ECHO_CMD}
| +BROKEN=		"Does not run on FreeBSD >= 5.x"
|  .endif
|  
|  do-install:
  1.7       +6 -0      ports/java/diablo-jre13/Makefile
http://cvsweb.FreeBSD.org/ports/java/diablo-jre13/Makefile.diff?r1=1.6&r2=1.7
| ===================================================================
| 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 <glewis at FreeBSD.org>
|  #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jre13/Makefile,v 1.6 2004/02/04 05:21:26 marcus Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jre13/Makefile,v 1.7 2004/07/03 03:39:16 kris Exp $
|  #
|  
|  PORTNAME=	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} >= 502112
| +ECHO_MSG=	${ECHO_CMD}
| +BROKEN=		"Does not run on FreeBSD >= 5.x"
| +.endif
| +
|  
|  do-install:
|  	${MKDIR} ${INSTALL_DIR}


----- End forwarded message -----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20040702/e266b671/attachment.bin


More information about the freebsd-java mailing list