Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
539df6da
Verified
Commit
539df6da
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/erlang: bump to 22.0.7
parent
2e6d1fb4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/erlang/APKBUILD
+8
-11
8 additions, 11 deletions
user/erlang/APKBUILD
user/erlang/fix-wx-linking.patch
+4
-4
4 additions, 4 deletions
user/erlang/fix-wx-linking.patch
with
12 additions
and
15 deletions
user/erlang/APKBUILD
+
8
−
11
View file @
539df6da
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
erlang
pkgver
=
22.0
pkgver
=
22.0
.7
pkgrel
=
0
pkgdesc
=
"Soft real-time system programming language"
url
=
"https://www.erlang.org/"
arch
=
"all"
license
=
"Apache-2.0"
depends
=
""
makedepends
=
"flex libxml2-utils libxslt-dev m4 ncurses-dev
openssl-dev perl
unixodbc-dev"
makedepends
=
"
autoconf automake
flex libxml2-utils libxslt-dev m4 ncurses-dev
openssl-dev perl
unixodbc-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"
http://erlang.org/download/otp_src_
$pkgver
.tar.gz
source
=
"
erlang-
$pkgver
.tar.gz::https://github.com/erlang/otp/archive/OTP-
$pkgver
.tar.gz
fix-wx-linking.patch
safe-signal-handling.patch
"
builddir
=
"
$srcdir
/otp
_src_
$pkgver
"
builddir
=
"
$srcdir
/otp
-OTP-
$pkgver
"
build
()
{
cd
"
$builddir
"
./otp_build autoconf
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -34,8 +34,6 @@ build() {
check
()
{
local
_header
cd
"
$builddir
"
export
ERL_TOP
=
$builddir
make release_tests
...
...
@@ -50,10 +48,9 @@ check() {
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
3f98697b59b33910fa461141fc4fe9635c4b6a53900dd90920add709dc10468aad7b9fde12419f05b27e038aee5a254319b1c5dc0e26ceabf29a7eb8020b5d23 otp_src_
22.0.tar.gz
5f1b05d8be71d5e3d7e8c5ad019329af8f68174251b5b6e0a9ee9cb3da51a10983b8696e23b3954c19de5d54783ec16f38c80c74724341dbafb22fcac83c77d4
fix-wx-linking.patch
sha512sums
=
"
cf84cc20b97ed46f9ab3c7f1d77bcf6254ac3ebbb5c1e4e5202f4d5ba3d9c3bf5542567b047edaa68c204bc67ca667b1d96eb8153ac660e628c78fe271b6a8d9 erlang-
22.0.
7.
tar.gz
91c62e6a894d6f1ae371025e49c02ff25f1cc244fb18c8eae87c9e031d8216bab901b8d278df67db08f260f0d56fa18122f191405e4d58ca64934259f156b907
fix-wx-linking.patch
dc2fe08e40c73b48b356382c43c982f9f0091e601bbdf6e032358bd5c74c3573b423ef4df454b87c8534105fdbc19ce2245609cc7d5679109c15abaf56d3ef69 safe-signal-handling.patch"
This diff is collapsed.
Click to expand it.
user/erlang/fix-wx-linking.patch
+
4
−
4
View file @
539df6da
--- otp
_src_21.2
/lib/wx/configure.old 201
8-12-10 20:11:00
.000000000 +0000
+++ otp
_src_21.2
/lib/wx/configure 2019-0
2-24 22:16:37.340000000
+0000
@@ -
57
65,7 +
57
65,7 @@
--- otp
-OTP-22.0.7
/lib/wx/configure.
in.
old 201
9-07-10 16:05:15
.000000000 +0000
+++ otp
-OTP-22.0.7
/lib/wx/configure
.in
2019-0
8-07 01:00:20.532799505
+0000
@@ -65
0
,7 +65
0
,7 @@
// it isn't in too old wxWidgets versions
wxString test = wxString::FromUTF8((const char *)"foo");
wxStyledTextCtrl * foo = new wxStyledTextCtrl();
- wxGLCanvas * bar = new wxGLCanvas((wxWindow *) NULL, -1,
- wxGLCanvas * bar = new wxGLCanvas((wxWindow *) NULL, -1,
+ wxGLCanvas * bar = new wxGLCanvas((wxWindow *) NULL, -1, NULL,
wxDefaultPosition,wxDefaultSize,0);
return true;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment