From owner-svn-ports-head@freebsd.org Tue Dec 15 17:37:01 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 426C44BCA79; Tue, 15 Dec 2020 17:37:01 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CwQRx1Ng4z4dKs; Tue, 15 Dec 2020 17:37:01 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 182451786E; Tue, 15 Dec 2020 17:37:01 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BFHb12r088023; Tue, 15 Dec 2020 17:37:01 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BFHb0T9088019; Tue, 15 Dec 2020 17:37:00 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012151737.0BFHb0T9088019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 15 Dec 2020 17:37:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558165 - in head/graphics/jogamp-jogl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in head/graphics/jogamp-jogl: . files X-SVN-Commit-Revision: 558165 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 17:37:01 -0000 Author: pkubaj Date: Tue Dec 15 17:36:59 2020 New Revision: 558165 URL: https://svnweb.freebsd.org/changeset/ports/558165 Log: graphics/jogamp-jogl: add support for powerpc64 PR: 251870 Approved by: makc (maintainer) Added: head/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml (contents, props changed) Modified: head/graphics/jogamp-jogl/Makefile head/graphics/jogamp-jogl/files/patch-freebsd head/graphics/jogamp-jogl/files/patch-gluegen2 head/graphics/jogamp-jogl/files/patch-jogl__make__build-common.xml Modified: head/graphics/jogamp-jogl/Makefile ============================================================================== --- head/graphics/jogamp-jogl/Makefile Tue Dec 15 15:38:57 2020 (r558164) +++ head/graphics/jogamp-jogl/Makefile Tue Dec 15 17:36:59 2020 (r558165) @@ -17,7 +17,7 @@ COMMENT= Java bindings for OpenGL BUILD_DEPENDS= ${JAVALIBDIR}/swt.jar:x11-toolkits/swt RUN_DEPENDS= ${JAVALIBDIR}/swt.jar:x11-toolkits/swt -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 powerpc64 USES= compiler tar:xz xorg Modified: head/graphics/jogamp-jogl/files/patch-freebsd ============================================================================== --- head/graphics/jogamp-jogl/files/patch-freebsd Tue Dec 15 15:38:57 2020 (r558164) +++ head/graphics/jogamp-jogl/files/patch-freebsd Tue Dec 15 17:36:59 2020 (r558165) @@ -22,7 +22,18 @@ -@@ -1401,7 +1401,7 @@ +@@ -1211,6 +1211,10 @@ + + + ++ ++ ++ ++ + + + +@@ -1401,7 +1405,7 @@ @@ -31,6 +42,21 @@ +@@ -1410,7 +1414,13 @@ + + + +- ++ ++ ++ ++ ++ ++ ++ + + + --- jogl/make/build-nativewindow.xml.orig 2015-10-10 01:08:14 UTC +++ jogl/make/build-nativewindow.xml @@ -373,7 +373,7 @@ @@ -42,7 +68,20 @@ -@@ -582,7 +582,7 @@ +@@ -385,6 +385,12 @@ + + + ++ ++ ++ ++ ++ ++ + + + +@@ -582,7 +588,7 @@ @@ -51,6 +90,22 @@ +@@ -590,8 +596,14 @@ + + + ++ ++ ++ ++ ++ ++ + +- ++ + + + --- jogl/make/build-newt.xml.orig 2015-10-10 01:08:14 UTC +++ jogl/make/build-newt.xml @@ -289,7 +289,7 @@ @@ -62,7 +117,21 @@ -@@ -560,8 +560,8 @@ +@@ -303,6 +303,13 @@ + + + ++ ++ ++ ++ ++ ++ ++ + + + +@@ -560,8 +567,8 @@ @@ -73,3 +142,22 @@ +@@ -577,7 +584,17 @@ + + + +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + Modified: head/graphics/jogamp-jogl/files/patch-gluegen2 ============================================================================== --- head/graphics/jogamp-jogl/files/patch-gluegen2 Tue Dec 15 15:38:57 2020 (r558164) +++ head/graphics/jogamp-jogl/files/patch-gluegen2 Tue Dec 15 17:36:59 2020 (r558165) @@ -1,6 +1,25 @@ ---- gluegen/make/build.xml.orig 2014-10-10 13:20:51 UTC +--- gluegen/make/build.xml.orig 2015-10-09 04:18:28 UTC +++ gluegen/make/build.xml -@@ -408,7 +408,7 @@ +@@ -375,10 +375,17 @@ + + + +- ++ ++ ++ ++ + + + ++ ++ ++ ++ + + + +@@ -408,7 +415,7 @@ @@ -9,7 +28,7 @@ -@@ -605,7 +605,7 @@ +@@ -605,7 +612,7 @@ @@ -18,7 +37,7 @@ -@@ -613,7 +613,7 @@ +@@ -613,7 +620,7 @@ @@ -27,7 +46,7 @@ -@@ -753,7 +753,7 @@ +@@ -763,7 +770,7 @@ @@ -36,7 +55,7 @@ -@@ -806,7 +806,7 @@ +@@ -842,7 +849,7 @@ @@ -45,9 +64,9 @@ ---- gluegen/src/java/com/jogamp/common/os/Platform.java.orig 2014-10-10 13:20:51 UTC +--- gluegen/src/java/com/jogamp/common/os/Platform.java.orig 2015-10-09 04:18:28 UTC +++ gluegen/src/java/com/jogamp/common/os/Platform.java -@@ -146,7 +146,7 @@ public class Platform extends PlatformPr +@@ -256,7 +256,7 @@ public class Platform extends PlatformPropsImpl { private static final String useTempJarCachePropName = "jogamp.gluegen.UseTempJarCache"; /** fixed basename of JAR file and native library */ @@ -56,9 +75,9 @@ // // static initialization order: ---- gluegen/src/junit/com/jogamp/common/util/TestTempJarCache.java.orig 2014-10-10 13:20:51 UTC +--- gluegen/src/junit/com/jogamp/common/util/TestTempJarCache.java.orig 2015-10-09 04:18:28 UTC +++ gluegen/src/junit/com/jogamp/common/util/TestTempJarCache.java -@@ -196,8 +196,8 @@ public class TestTempJarCache extends SingletonJunitCase { +@@ -196,8 +196,8 @@ public class TestTempJarCache extends SingletonJunitCa @Test public void testTempJarCache02AddNativeLibs() throws IOException, IllegalArgumentException, URISyntaxException { if(AndroidVersion.isAvailable) { System.err.println("n/a on Android"); return; } Added: head/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml Tue Dec 15 17:36:59 2020 (r558165) @@ -0,0 +1,64 @@ +--- gluegen/make/gluegen-cpptasks-base.xml.orig 2020-12-15 14:25:42 UTC ++++ gluegen/make/gluegen-cpptasks-base.xml +@@ -317,6 +317,12 @@ + + + ++ ++ ++ ++ ++ ++ + + + +@@ -581,6 +587,7 @@ + + + ++ + + + +@@ -633,8 +640,12 @@ + + + +- ++ ++ ++ + ++ ++ + + + +@@ -1292,6 +1303,10 @@ + + + ++ ++ ++ ++ + + + +@@ -1580,7 +1595,14 @@ + + + +- ++ ++ ++ ++ ++ ++ ++ ++ + + + Modified: head/graphics/jogamp-jogl/files/patch-jogl__make__build-common.xml ============================================================================== --- head/graphics/jogamp-jogl/files/patch-jogl__make__build-common.xml Tue Dec 15 15:38:57 2020 (r558164) +++ head/graphics/jogamp-jogl/files/patch-jogl__make__build-common.xml Tue Dec 15 17:36:59 2020 (r558165) @@ -1,4 +1,4 @@ ---- jogl/make/build-common.xml.orig 2015-03-27 14:58:50 UTC +--- jogl/make/build-common.xml.orig 2015-10-10 01:08:14 UTC +++ jogl/make/build-common.xml @@ -130,8 +130,8 @@ @@ -11,7 +11,7 @@ -@@ -210,7 +210,7 @@ +@@ -213,7 +213,7 @@ @@ -20,7 +20,7 @@ -@@ -434,7 +434,7 @@ +@@ -438,7 +438,7 @@