annotate src/msys2-perl.mk @ 5579:2734b3818171

Avoid double-free with librsb (bug #58957). * src/librsb.mk: Add work-around to avoid double-free (provided by Michele Martone). * src/mingw-of-sparsersb-1-no-render.patch: Remove patch. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 02 Nov 2020 08:55:18 +0100
parents fe6576c95c4c
children 38d42e4346af
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4806
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
3
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
4 PKG := msys2-perl
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
5 $(PKG)_NAME := perl
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
6 $(PKG)_IGNORE :=
5352
fe6576c95c4c msys2: update to latest releases
John Donoghue <john.donoghue@ieee.org>
parents: 5265
diff changeset
7 $(PKG)_VERSION := 5.30.2-1
fe6576c95c4c msys2: update to latest releases
John Donoghue <john.donoghue@ieee.org>
parents: 5265
diff changeset
8 $(PKG)_x86_64_CS := e3cdfcbcf9e61a96783385e6d94c3df9367a5ba7
fe6576c95c4c msys2: update to latest releases
John Donoghue <john.donoghue@ieee.org>
parents: 5265
diff changeset
9 $(PKG)_i686_CS := 5a645efeed96ef749f88450d260bb95692ded6f2
4806
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
10 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
11 $(PKG)_CHECKSUM := $($(PKG)_CS)
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
12 $(PKG)_SUBDIR :=
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
13 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.xz
5265
a7bbb803f069 * Makefile.in: update urls and msys2 rules to go to repo.msys2.org
John Donoghue
parents: 5207
diff changeset
14 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_FILE)
4806
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
15
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
16 $(PKG)_DEPS :=
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
17
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
18 define $(PKG)_UPDATE
4822
14328ca36f61 Add MSYS2_PKG_UPDATE rule and use in msys2 packages
John Donoghue
parents: 4806
diff changeset
19 $(MSYS2_PKG_UPDATE)
4806
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
20 endef
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
21
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
22 define $(PKG)_BUILD
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
23 $(MSYS2_PKG_BUILD)
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
24 endef