Date: Thu, 3 Dec 2009 03:34:31 +1000 From: Dima Panov <fluffy@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Subject: Re: ports/141105: java/jdk16 (and possibly jdk15) build broken after r199827 Message-ID: <200912030334.32965.fluffy@freebsd.org> In-Reply-To: <200912021050.nB2Ao14c097157@freefall.freebsd.org> References: <200912021050.nB2Ao14c097157@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart27441777.5RFngVFnsb Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wednesday 02 December 2009 20:50:01 FreeBSD-gnats-submit@freebsd.org wro= te: > Thank you very much for your problem report. > It has the internal identification `ports/141105'. > The individual assigned to look at your > report is: freebsd-ports-bugs. >=20 > You can access the state of your problem report at any time > via this link: >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D141105 >=20 > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: java/jdk16 (and possibly jdk15) build broken after r1998= 27 > >Arrival-Date: Wed Dec 02 10:50:01 UTC 2009 >=20 kib@ bumped osreldate today to 900003 to reflect recent major changes, so patch was slightly modified to use correct value. Users, who catched the problems in these days (with 900002 os revsion), sho= uld upgrade. diff -urN /zroot/a/FreeBSD/Work/ports/java/jdk16/Makefile java/jdk16/Makefi= le =2D-- /zroot/a/FreeBSD/Work/ports/java/jdk16/Makefile 2009-11-09 08:48:33.0= 00000000 +1000 +++ java/jdk16/Makefile 2009-12-02 19:47:56.198739813 +1000 @@ -284,6 +284,10 @@ ${BZIP2_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \ ${CHMOD} -R u+w * && \ ${PATCH} -p0 < ${WRKDIR}/jdk16.patches +.if (${OSVERSION} > 900002) + @cd ${WRKDIR} && \ + ${PATCH} -p2 < ${FILESDIR}/extrapatch-j2se-make-common-Defs-bsd.gmk +.endif =20 post-patch: @for file in ${LOCAL_FILES}; do \ diff -urN /zroot/a/FreeBSD/Work/ports/java/jdk16/files/extrapatch-j2se-make= =2Dcommon-Defs- bsd.gmk java/jdk16/files/extrapatch-j2se-make-common-Defs-bsd.gmk =2D-- /zroot/a/FreeBSD/Work/ports/java/jdk16/files/extrapatch-j2se-make-com= mon-Defs-bsd.gmk=09 1970-01-01 10:00:00.000000000 +1000 +++ java/jdk16/files/extrapatch-j2se-make-common-Defs-bsd.gmk 2009-12-02=20 19:47:33.410582100 +1000 @@ -0,0 +1,11 @@ +--- ../../j2se/make/common/Defs-bsd.gmk.orig 2009-12-02 17:58:29.000000000= +1000 ++++ ../../j2se/make/common/Defs-bsd.gmk 2009-12-02 18:50:16.981367494 +1000 +@@ -311,7 +311,7 @@ + override HAVE_FILIOH =3D false + override HAVE_GETHRTIME =3D false + override HAVE_GETHRVTIME =3D false +-ifeq ($(OS_VENDOR),NetBSD) ++ifeq ($(OS_VENDOR),FreeBSD) + override HAVE_SIGIGNORE =3D true + endif + ifeq ($(OS_VENDOR),Apple) =2D-=20 Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 = B018 Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 = 8F29 KDE@FreeBSD Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept = 1995 Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:174= 5024 --nextPart27441777.5RFngVFnsb Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEABECAAYFAksWpSgACgkQpiZ27ZPjsBjRMwCgis+wbVrx+gAzyHdx5OT7z1Qk MWEAnAtaY6+G99oOnEZneBd/oBN5uaMo =ksPZ -----END PGP SIGNATURE----- --nextPart27441777.5RFngVFnsb--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912030334.32965.fluffy>