From owner-freebsd-java@freebsd.org Thu Jan 4 16:59:26 2018 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78851EA5136 for ; Thu, 4 Jan 2018 16:59:26 +0000 (UTC) (envelope-from dieterich.joh@gmail.com) Received: from mail-ua0-x232.google.com (mail-ua0-x232.google.com [IPv6:2607:f8b0:400c:c08::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A4B5738DB for ; Thu, 4 Jan 2018 16:59:26 +0000 (UTC) (envelope-from dieterich.joh@gmail.com) Received: by mail-ua0-x232.google.com with SMTP id k4so1478903ual.11 for ; Thu, 04 Jan 2018 08:59:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=XH1/JcItZCGostG8HtT/PKNePQAg1JMGwWmIubypCfo=; b=fpW+sS4nAXkjmSD3fevrrYN6SMRQj35Yp69qu6Urpr7wx9igdMGIPAd1XkVTZZmviN 3KvLo0vZZyJBPz6/NQIvEQVaigQXrwaC+B6khfpQTYQkiMfYR0+7fbpFQ0XEY1q1P0QN rm2/G2Hwzxq4mRGo5mZnFkbPa1rgdBsGSs4jsVm8py1btoqm/fhAcuK8Na7CJBlcB8ol Lvfx4gTiqia88LB84WD9IIAxYAU4XQdeFqLefSovtQyLH+cZzoAkA5PJFxLFbJFX+IzN JhK4qe6ESmKSyXqV+yMFV8wxPz1U4uMAUCfTvuV1Go1pc5SoYST+hTh4RaRWVMFV7a1B LpVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=XH1/JcItZCGostG8HtT/PKNePQAg1JMGwWmIubypCfo=; b=IzYkgsoCf7rWwOAQvYhv5X+c1qz+Ob1QOLtahtbRM0fCVa3LSxQOTjnaOCTBgBXjIi jSy+XhJk+V4YpIkcLXidMV/LPug1GScRi/3rDxTcm0MvH81R71wjL8Xum/AVSkMCdTjA bjmSl4dfH8uUFSWSC2m/zOzp6Uu9ZMi+uE9Zdx5DB1MgFlEQsRUo7VFAAFDUiqeqA1+5 CjwlGuncWjL5/g5SD20G2+nfFgT5EyCClprF6FUoCdBWS1/BDm1F2F+2jGufv0vaFhVV NacN7U6/7HF5lWDKLCHZgYekjlnIh3gu9J7q0w80mnFCBGKcUcrQhqK45PmONcUuM0UU HAzg== X-Gm-Message-State: AKwxyteEbRi77bz0Vrixg9fuQqnu04XQuq7yLfNsE61FTf2+6s1a0wg2 BQTyH3Zohp3n5vPBPUel4907D0i2xyY2PR9Rf8Q= X-Google-Smtp-Source: ACJfBosn9tjRHrQwinFC7xAj0HeoYzw4AKMSCyIPIrPRMuVV54uvDXrLOIP8dRwfVVwdl4aOy1tIieKi9IdexdMk5Ek= X-Received: by 10.176.81.36 with SMTP id e33mr208876uaa.17.1515085165235; Thu, 04 Jan 2018 08:59:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.87.27 with HTTP; Thu, 4 Jan 2018 08:59:24 -0800 (PST) In-Reply-To: References: From: Johannes Dieterich Date: Thu, 4 Jan 2018 11:59:24 -0500 Message-ID: Subject: Re: Update JOGL to 2.3.2 (for Running SweetHome3D) To: Ruediger Gad Cc: "freebsd-java@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2018 16:59:26 -0000 Dear Ruediger, thanks for your email! On Mon, Jan 1, 2018 at 8:27 AM, Ruediger Gad wrote: > Hi, > > I am sending this in hope it is helpful for others. > > For running SweetHome3D (http://www.sweethome3d.com), I had to use JOGL > 2.3.2. > For updating JOGL to 2.3.2, I modified jogamp-jogl from the ports tree. > > Just bumping the version was not sufficient as some more things had to be > adjusted. > Attached, I send a diff against the original version that shows the > modifications. > > Just in case, I also include the modified start script for SweetHome3D. > > If it is helpful, I could also prepare a pull request or so to include the > modifications in the ports tree. > Unfortunately, I am new to FreeBSD and do not know the processes etc. Go to https://bugs.freebsd.org/bugzilla and file a bug with your patch attached. The process will guide you through the steps. Ultimately, the maintainer of the port (peterj) will receive your patch and can test it, provide feedback there, and ultimately integrate it to the tree. In the unlikely event that peterj does not respond, you can CC my FreeBSD account (jmd@) and I can do the testing. Thanks! Johannes > Cheers, > > Ruediger > > > > > -- > https://ruedigergad.com/ > > _______________________________________________ > freebsd-java@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >