Commit graph

74 commits

Author SHA1 Message Date
Mikael Urankar
d632fbe55e lang/rust: Bump revisions after 1.77.0
PR:		277786
2024-03-23 10:41:46 +01:00
Mikael Urankar
7f5a7b0e52 lang/rust: Bump revisions after 1.76.0
PR:		276920
2024-02-19 12:59:23 +01:00
Lewis Cook
791ce0c8db misc/xplr: Update to 0.21.5
Changes:	https://github.com/sayanarijit/xplr/releases/tag/v0.21.5
2024-01-21 01:20:00 +00:00
Mikael Urankar
109c3d4629 lang/rust: Bump revisions after 1.75.0
PR:		276033
2024-01-09 13:15:54 +01:00
Mikael Urankar
b2afd89fb2 lang/rust: Bump revisions after 1.74.1
PR:		275243
2023-12-08 16:04:09 +01:00
Mikael Urankar
dd10dc88a7 lang/rust: Bump revisions after 1.73.0
PR:		274499
2023-10-24 12:22:32 +02:00
Mikael Urankar
aba8da2be1 lang/rust: Bump revisions after 1.72.0
PR:		273331
2023-09-08 11:06:24 +02:00
Piotr Kubaj
ea6f38562c misc/xplr: drop bfd on powerpc 2023-08-12 03:37:50 +02:00
Lewis Cook
65697e65cf misc/xplr: Update to 0.21.3
Changes:	https://github.com/sayanarijit/xplr/releases/tag/v0.21.3
MFH:		2023Q3
2023-08-11 15:36:13 +01:00
Lewis Cook
de519c15f8 misc/xplr: Add missing bash runtime dependency
Numerous operations while using xplr requires bash
to be present on the system, otherwise will either
silently fail or spew an generic error message.

MFH:    2023Q3
2023-07-30 23:27:07 +01:00
Mikael Urankar
cdf28617b4 lang/rust: Bump revisions after 1.71.0
PR:		272449
2023-07-17 17:58:38 +02:00
Piotr Kubaj
051bd1477e misc/xplr: again fix build on powerpc*
Also move the luajit dependency to be global to prevent further breakages,
following multiple fixes by improper port updating. Per port tree policy,
ports should not bundle their own dependencies anyway.
2023-06-09 20:44:22 +02:00
Mikael Urankar
e1d1045bc7 lang/rust: Bump revisions after 1.70.0
PR:		271797
2023-06-09 13:38:16 +02:00
Lewis Cook
26f844b5d4 misc/xplr: Update to 0.21.2
Changes:	https://github.com/sayanarijit/xplr/releases/tag/v0.21.2
2023-05-25 02:35:03 +01:00
Piotr Kubaj
19bdd6466b misc/xplr: fix patching on powerpc* again
Because checking whether all patches apply while updating the port is hard.
2023-05-10 13:44:27 +00:00
Lewis Cook
163603f9e9 misc/xplr: Update to 0.21.1
Changes:	https://github.com/sayanarijit/xplr/compare/v0.20.1...v0.21.1
2023-05-04 12:38:43 +01:00
Mikael Urankar
3db55c4e97 lang/rust: Bump revisions after 1.69.0
PR:		270953
2023-04-23 15:14:05 +02:00
Mikael Urankar
ebf29acc6c lang/rust: Bump revisions after 1.68.0
PR:		270080
2023-03-16 12:11:52 +01:00
Mikael Urankar
109e35fd59 lang/rust: Bump revisions after 1.67.1
PR:		269336
2023-02-13 15:52:59 +01:00
Piotr Kubaj
36accb2aa9 misc/xplr: allow using the bundled luajit on powerpc
Requires merging the upstream patch that adds compatibility with clang.
2023-01-18 10:28:45 +01:00
Daniel Engberg
12f1c627d4 */*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00
Mikael Urankar
ba14e01a52 lang/rust: Bump revisions after 1.66.0
PR:		268415
2022-12-20 18:37:15 +01:00
Piotr Kubaj
60b4b1b8bd misc/xplr: fix patch 2022-12-13 03:42:14 +00:00
Lewis Cook
67ea5e26dd misc/xplr: Update to 0.20.1
Changes:	https://github.com/sayanarijit/xplr/releases/tag/v0.20.1
2022-12-13 02:18:57 +00:00
Mikael Urankar
9bf6a99963 lang/rust: Bump revisions after 1.65.0
PR:		267622
2022-11-17 08:06:14 +01:00
Mikael Urankar
afe651cf62 lang/rust: Bump revisions after 1.64.0
PR:		267173
2022-10-30 13:07:09 +01:00
Piotr Kubaj
bff319f086 misc/xplr: fix patching on powerpc64* 2022-09-28 20:53:49 +02:00
Lewis Cook
885109094e misc/xplr: Update to 0.19.3
Changes:	https://github.com/sayanarijit/xplr/releases/tag/v0.19.3
2022-09-18 22:53:47 +01:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Baptiste Daroussin
b9b250f912 rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits

This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers

This reverts commit 8ecb1f8141.
This reverts commit 04d257baa1.
This reverts commit 2757c63bd0.
This reverts commit 75f4713de5.
This reverts commit e88e592111.
This reverts commit 783c056d7d.

With hat:	portmgr
2022-08-25 16:49:50 +02:00
Piotr Kubaj
783c056d7d Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d9775.

PR:	265915
2022-08-25 12:49:39 +02:00
Mikael Urankar
c7912d9775 lang/rust: Bump revisions after 1.63.0 2022-08-25 10:51:32 +02:00
Mikael Urankar
a50372b91f lang/rust: Bump revisions after 1.62.0 2022-07-02 15:47:05 +02:00
Piotr Kubaj
558ae81280 misc/xplr: fix patching on powerpc* 2022-07-01 16:01:51 +02:00
Matt K
d06ab511bc misc/xplr: Update to 0.19.0
PR:	264796
2022-06-22 02:20:30 +01:00
Mikael Urankar
e9a35a1c50 lang/rust: Bump revisions after 1.61.0 2022-05-31 15:06:17 +02:00
Tobias Kortkamp
57c3caaa6c
lang/rust: Relink ports after the Rust 1.60.0 update 2022-05-03 10:00:34 +02:00
Mikael Urankar
e255ac5487 lang/rust: Bump revisions after 1.59.0 2022-03-15 10:51:58 +01:00
Lewis Cook
19ceb21f45 misc/xplr: Update to 0.17.3
Changes:	https://github.com/sayanarijit/xplr/releases/tag/v0.17.3
2022-03-03 15:48:26 +00:00
Lewis Cook
55f41c0795 misc/xplr: Update to 0.17.2
Changes:	https://github.com/sayanarijit/xplr/compare/v0.17.0...v0.17.2
2022-02-12 17:17:05 +00:00
Tobias Kortkamp
d64a2a380f
lang/rust: Relink consumers
PR:		261449
Security:	ee26f513-826e-11ec-8be6-d4c9ef517024
2022-02-03 15:02:32 +01:00
Tobias Kortkamp
835bd57330
lang/rust: Bump revisions after 1.58.0 2022-01-17 12:57:45 +01:00
Piotr Kubaj
3911699e6d misc/xplr: fix patch 2022-01-04 18:21:16 +00:00
Lewis Cook
fd31c9c7ce misc/xplr: Update to 0.17.0
Changes:	https://github.com/sayanarijit/xplr/compare/v0.15.2...v0.17.0
2021-12-26 20:07:59 +00:00
Tobias Kortkamp
5a7f23c69d
lang/rust: Rebuild consumers for Rust 1.57.0 2021-12-05 13:35:42 +01:00
Piotr Kubaj
4c85c4afba misc/xplr: fix build on powerpc
Same issue as on powerpc64 and powerpc64le, except that vanilla luajit works fine on powerpc.
2021-11-16 12:03:51 +00:00
Piotr Kubaj
bc440a9998 misc/xplr: fix patching on powerpc64* 2021-10-31 14:09:38 +00:00
Lewis Cook
6bf8e892c3 misc/xplr: Update to 0.15.2
Changes:	https://github.com/sayanarijit/xplr/compare/v0.15.0...v0.15.2
2021-10-25 14:03:51 +00:00
Tobias Kortkamp
ad90fc634b
*: Rebuild for Rust 1.56.0 2021-10-25 10:55:19 +02:00