Commit graph

17 commits

Author SHA1 Message Date
Alex S
8483f58e37 emulators/libc6-shim: Update to 20240512
Changelog: 20240106...20240512

PR:		278945
2024-05-14 13:09:11 +02:00
Alex S
1bf689c940 emulators/libc6-shim: Update to 20240106
PR:		276161
2024-01-23 20:21:39 +03:00
Alex S
79a178925a emulators/libc6-shim: update to 20231106.
Changelog: 20230916...20231106

PR:		275272
2023-11-24 01:12:43 -05:00
Alex S
e00297c378 emulators/libc6-shim: update to 20230916
Changelog: 20230629...20230916

PR:		273936
2023-09-22 00:54:45 -04:00
Alex S
4e62ecef94 emulators/libc6-shim: update to 20230629
PR:		272275
Changes:	20230605...20230629
2023-06-29 01:59:34 +00:00
Alex S
b43ef2834e emulators/libc6-shim: update to 20230605
ChangeLog: 20221220...20230605

PR:		272008
Reported by:	iwtcex@gmail.com (maintainer)
2023-06-18 18:51:01 +02:00
Muhammad Moinur Rahman
18c6e18276 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
2023-01-14 17:08:33 -06:00
Alex S
9df8ee30f2 emulators/libc6-shim: Update to 20221220
ChangeLog: 20211220...20221220

PR:		268481
2022-12-23 21:19:39 +00: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
Alex S
7c790ba450 emulators/libc6-shim: Update to 20211220
Fix compilation on CURRENT.

PR:		260463
2021-12-20 11:15:37 +08:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Alex S
d57a6af1a9 emulators/libc6-shim: update to 20210627
Changes: 20210109...20210627

PR:	256854
2021-06-26 19:28:47 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Fernando Apesteguía
d2a2200fb0 emulators/libc6-shim: update to 20210109
ChangeLog: 20201024...20210109

Disabling portscout since maintainer is also main developer.

PR:	252538
Submitted by:	iwtcex@gmail.com (maintainer)
2021-01-31 18:20:53 +00:00
Eric Turgeon
4dec62a2d3 New port emulators/libc6-shim
ABI-compatible glibc shim library

A shim library providing limited glibc ABI compatibility on top of FreeBSD libc.
It allows loading shared objects compiled on Linux and dynamically linked to
glibc into native FreeBSD processes.

PR:		250591
Submitted by:	Alex S <iwtcex@gmail.com>
Reviewed by:	ericbsd
2020-12-08 01:47:17 +00:00