From owner-freebsd-java@FreeBSD.ORG Tue Jun 17 15:10:02 2003 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 7283C37B401; Tue, 17 Jun 2003 15:10:02 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5738443F3F; Tue, 17 Jun 2003 15:09:58 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h5HM8XuH039789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 Jun 2003 23:09:55 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h5HM8XcD039788; Tue, 17 Jun 2003 23:08:33 +0100 (BST) (envelope-from matthew) Date: Tue, 17 Jun 2003 23:08:33 +0100 From: Matthew Seaman To: Alexander Kabaev Message-ID: <20030617220833.GA39632@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Alexander Kabaev , "Sergey A. Osokin" , freebsd-ports-bugs@freebsd.org, java@freebsd.org References: <200306172122.h5HLMeBB009157@freefall.freebsd.org> <20030617172954.38e21a81.ak03@gte.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: <20030617172954.38e21a81.ak03@gte.com> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-8.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PATCH_UNIFIED_DIFF, PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-ports-bugs@freebsd.org cc: "Sergey A. Osokin" cc: java@freebsd.org Subject: Re: ports/53426: java/eclipse port build breaks at libupdate.so 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: Tue, 17 Jun 2003 22:10:02 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 17, 2003 at 05:29:54PM -0400, Alexander Kabaev wrote: > On Tue, 17 Jun 2003 14:22:40 -0700 (PDT) > "Sergey A. Osokin" wrote: >=20 > > Synopsis: java/eclipse port build breaks at libupdate.so > >=20 > > Responsible-Changed-From-To: freebsd-ports-bugs->java > > Responsible-Changed-By: osa > > Responsible-Changed-When: Tue Jun 17 14:21:44 PDT 2003 > > Responsible-Changed-Why:=20 > > Over to new maintainer. > >=20 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D53426 > > _______________________________________________ > > 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" > =20 > Well, the port from my page was committed _verbatim_, so this failure > was basically invited. Interested parties are invited to take out > hardcoded JAVA_HOME definition from the port Makefile and uncomment > proper USE_JAVA=3D instead. Here's another small bug: ${PREFIX}/bin/eclipse is missing from the pkg-plist: % diff -u pkg-plist{~,} --- pkg-plist~ Tue Jun 17 18:39:48 2003 +++ pkg-plist Tue Jun 17 23:04:02 2003 @@ -1,3 +1,4 @@ +bin/eclipse eclipse/eclipse eclipse/startup.jar eclipse/splash.bmp I think that's the only pkg-plist problem, but I could be wrong. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+75FhdtESqEQa7a0RAjhAAJ42UUgRNNPEoZwdUkmxZ3gv6UBEJQCgjiL/ TUJrgzPYbO6s2bEOD5wPe7Q= =Vohr -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--