FreeBSD Bugzilla – Attachment 250226 Details for
Bug 278583
[patch] lang/pharo: update unmaintained port to 10.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update lang/pharo to 10.2.0
pharo.patch (text/plain), 2.03 KB, created by
Zoltán Király
on 2024-04-25 19:37:53 UTC
(
hide
)
Description:
Update lang/pharo to 10.2.0
Filename:
MIME Type:
Creator:
Zoltán Király
Created:
2024-04-25 19:37:53 UTC
Size:
2.03 KB
patch
obsolete
>From 235b584021752436be5bca449f7e97a3adb16750 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Zolt=C3=A1n=20Kir=C3=A1ly?= <zoliky@gmail.com> >Date: Thu, 25 Apr 2024 22:12:12 +0300 >Subject: [PATCH] Update to 10.2.0 > >--- > lang/pharo/Makefile | 4 ++-- > lang/pharo/distinfo | 6 +++--- > lang/pharo/files/patch-CMakeLists.txt | 13 +++++++++++++ > 3 files changed, 18 insertions(+), 5 deletions(-) > create mode 100644 lang/pharo/files/patch-CMakeLists.txt > >diff --git a/lang/pharo/Makefile b/lang/pharo/Makefile >index 3d78689bb968..425d56b95695 100644 >--- a/lang/pharo/Makefile >+++ b/lang/pharo/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= pharo >-DISTVERSION= 10.0.9 >-DISTVERSIONSUFFIX= de76067 >+DISTVERSION= 10.2.0 >+DISTVERSIONSUFFIX= f4c5e2a > PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= http://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/source/ >diff --git a/lang/pharo/distinfo b/lang/pharo/distinfo >index 14e34b18d7af..cdf74fb1f351 100644 >--- a/lang/pharo/distinfo >+++ b/lang/pharo/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1700701195 >-SHA256 (PharoVM-10.0.9-de76067-Linux-x86_64-c-src.tar.gz) = e797b3b00be38fbd158ffba732d175307fe9928421529e1f5b96a9e553f018bf >-SIZE (PharoVM-10.0.9-de76067-Linux-x86_64-c-src.tar.gz) = 3875300 >+TIMESTAMP = 1714060881 >+SHA256 (PharoVM-10.2.0-f4c5e2a-Linux-x86_64-c-src.tar.gz) = c82e7950984c65cce3f1ea92ae9e8ac2b39ebfa9d71915c00470a09778ee264b >+SIZE (PharoVM-10.2.0-f4c5e2a-Linux-x86_64-c-src.tar.gz) = 3911477 >diff --git a/lang/pharo/files/patch-CMakeLists.txt b/lang/pharo/files/patch-CMakeLists.txt >new file mode 100644 >index 000000000000..e50bc9927704 >--- /dev/null >+++ b/lang/pharo/files/patch-CMakeLists.txt >@@ -0,0 +1,13 @@ >+--- CMakeLists.txt.orig 2024-04-25 18:54:30 UTC >++++ CMakeLists.txt >+@@ -570,10 +570,6 @@ add_third_party_dependencies_per_platform() >+ # Handling Third party dependencies >+ add_third_party_dependencies_per_platform() >+ >+-if (UNIX) >+- addIndependentLibraryWithRPATH(tty ${CMAKE_CURRENT_SOURCE_DIR}/tty/tty.c) >+-endif() >+- >+ # Signing Setup >+ include(cmake/sign.cmake) >+ >-- >2.44.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278583
: 250226 |
250228