From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 2 17:35:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BA55106568F; Wed, 2 Dec 2009 17:35:05 +0000 (UTC) (envelope-from fluffy@freebsd.org) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) by mx1.freebsd.org (Postfix) with ESMTP id B61B18FC15; Wed, 2 Dec 2009 17:35:04 +0000 (UTC) Received: from Fluffy.Khv.RU (85.9.168.188.retail.ttk.ru [188.168.9.85] (may be forged)) by ns.ael.RU (8.14.3/8.14.3/Fluffy/5.3) with ESMTP id nB2HYx9H063920; Thu, 3 Dec 2009 03:35:01 +1000 (VLAT) (envelope-from fluffy@freebsd.org) Received: from fluffy.khv.ru (localhost [127.0.0.1]) by Fluffy.Khv.RU (8.14.3/8.14.3/Fluffy/5.4.1) with ESMTP id nB2HYXuP050439; Thu, 3 Dec 2009 03:34:34 +1000 (VLAT) (envelope-from fluffy@freebsd.org) From: Dima Panov Organization: KDE/FreeBSD Team To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Date: Thu, 3 Dec 2009 03:34:31 +1000 User-Agent: KMail/1.12.3 (FreeBSD/9.0-900002-CURRENT; KDE/4.3.3; amd64; ; ) References: <200912021050.nB2Ao14c097157@freefall.freebsd.org> In-Reply-To: <200912021050.nB2Ao14c097157@freefall.freebsd.org> X-Face: "RE-2'yS-N:*/7DHOjQ%Az<.+SG>K7B'k(&; qb0K4]Hv>J}"l9,=:m2_]-3S/}`b\]yA-g !y3en*Zl(i-86iM?Q[w@!=rW&JdT>KHW@dri>+qMcy42O, 5#izEqa-K+=B<@A X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (ns.ael.RU [62.76.207.226]); Thu, 03 Dec 2009 03:35:02 +1000 (VLAT) Cc: Subject: Re: ports/141105: java/jdk16 (and possibly jdk15) build broken after r199827 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2009 17:35:05 -0000 --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--