1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

537116 Commits

Author SHA1 Message Date
Mark Linimon
4c9d74da12 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 04:43:24 +00:00
Mark Linimon
7e1e0ff052 Mark BROKEN in 13/14 (via latest llvm update).
While here, pet portlint (muting of commands).
2021-02-18 04:40:57 +00:00
Mark Linimon
c3a69fb20c Mark BROKEN in 13/14 (via latest llvm update).
While here, pet portlint (Makevar order).
2021-02-18 04:34:01 +00:00
Yuri Victorovich
a4c15f33dc multimedia/webcamoid: Update 8.7.1 -> 8.8.0 2021-02-18 04:33:34 +00:00
Mark Linimon
102abd859b Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 04:30:26 +00:00
Santhosh Raju
1c5d657000 irc/smuxi: Updates to 1.1
- Removes the deprecated NDesk DBusSharp dependency and adds the supported DBus Sharp dependency.

Changes since 1.0.8:

- Revamped preferences dialog
- More emojis support
- More reliable Twitter support
- Bitcoin message patterns
- Mono 4 and newer support
- More translations
- More reliable link detection
- Adds CertFP support to authenticate against IRC services

Reviewed by:	Mirco Bauer <meebey@meebey.net>
2021-02-18 04:30:00 +00:00
Mark Linimon
5010dc742b Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 04:26:16 +00:00
Mark Linimon
116a088e7f Mark BROKEN in 13/14 (via latest llvm update).
While here, pet portlint (Makevar order).
2021-02-18 04:20:18 +00:00
Mark Linimon
dd9955a7b6 Mark BROKEN in 13/14 (via latest llvm update).
While here, pet portlint (Makevar order).
2021-02-18 04:15:24 +00:00
Mark Linimon
96fe01e349 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 04:08:36 +00:00
Sergey A. Osokin
9fbf3c0c6b Update from 3.2.1 to 4.0.0.
<ChangeLog>

# 4.0.0      > 2021-02-16

#### New features

- **[BREAKING]** Remove the `prn` option as it's not included
  in the spec any longer #114
- **[BREAKING]** Avoid adding an `exp` claim automatically.
  Instead, the `--exp` flag must be present, with or without a
  value
- Support adding `jti` when encoding
- Add `no-iat` flag to disable automatic `iat` claim generation
- Add an `--iso8601` flag to represent date-based claims as ISO
  8601 date strings. Only applies to `iat`, `exp`, and `nbf`

#### Bug fixes

- Trim whitespace around a jwt before encoding #120

# 3.3.0      > 2020-12-24

#### New features

- Default decoding to JSON when not in a TTY #100

</ChangeLog>
2021-02-18 04:07:26 +00:00
Mark Linimon
581b1a73e9 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 04:03:58 +00:00
Mark Linimon
ffa265f171 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 04:00:55 +00:00
Mark Linimon
d91bc73116 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 03:59:00 +00:00
Mark Linimon
9cfcfc0494 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 03:53:35 +00:00
Mikhail Teterin
10b0f91a2f Stop pretending, STATFS is an option -- it is always built and installed. 2021-02-18 03:52:42 +00:00
Mikhail Teterin
167e0e9df5 Fix the just-updated patch file... 2021-02-18 03:48:16 +00:00
Mark Linimon
0bc22b60e8 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 03:41:45 +00:00
Mikhail Teterin
278fa56e22 Allow the argument given to lstatfs() to be a file -- in which case,
we'll call fstatfs(2) instead of statfs(2).

That is, for most people these too lines will print the
same things:

	(print (statfs '/var))
	(print (statfs (fopen '/var/log/messages)))

Add siod.scm to the list of those with MS-DOS line-endings.

There are no packages for 3.6.2, so not updating PORTREVISION yet...

Sponsored by:	United Marsupials
2021-02-18 03:39:35 +00:00
Mark Linimon
5ef70322af Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 03:32:16 +00:00
Mark Linimon
610e8dd99c Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 03:26:34 +00:00
Mark Linimon
4e82bbd57d Mark BROKEN in 13/14 (via latest llvm update).
While here, pet portlint (Makevar order).
2021-02-18 03:16:54 +00:00
Mark Linimon
4ed9f2c975 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 03:13:26 +00:00
Mark Linimon
e8fb15a3ea Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 03:08:19 +00:00
Mark Linimon
cfc9bd95df Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 03:02:54 +00:00
Rebecca Cran
f9711df914 sysutils/uefi-edk2-bhyve*: Update and migrate to Python 3
o remove dependency on the now obsolete Python 2.7.
o sysutils/uefi-edk2-bhyve now uses the GH/tianocore/edk2 upstream repo.
  Use commit 2e1e8c35f3178df95d79da81ac6deec242da74c2 from master on
  2021-02-14.
o sysutils/uefi-edk2-bhyve-csm is no longer a slave port, since it
  continues to use the GH/freebsd/uefi-edk2 repo.
o sysutils/uefi-edk2-bhyve-devel is no longer required, so delete it.
o Update the port Makefiles to follow the style in sysutils/edk2.

Reviewed by:	grehan
Approved by:	woodsb02
Differential Revision:	https://reviews.freebsd.org/D27230
2021-02-18 02:57:01 +00:00
Mark Linimon
7415c8261c Mark BROKEN in 13/14 (via latest llvm update).
While here, mark DEPRECATED (claimed "Alpha release" but last release
was in 2001).
2021-02-18 02:47:01 +00:00
Mark Linimon
88b2ef6373 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 02:38:29 +00:00
Mark Linimon
73718f58f2 Mark BROKEN in 13/14 (via latest llvm update).
While here, pet portlint (Makevar order).
2021-02-18 02:37:00 +00:00
Mark Linimon
30263bbbf1 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 02:28:23 +00:00
Mark Linimon
ecf775242e Mark BROKEN in 13/14 (via latest llvm update).
While here, pet portlint (Makevar order).
2021-02-18 02:20:05 +00:00
Stephen Montgomery-Smith
b2da5e739d - Update to 0.4.6. 2021-02-18 02:19:26 +00:00
Mark Linimon
134f86dc5a Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 02:08:37 +00:00
Mark Linimon
3f8ba0d40b Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 01:59:40 +00:00
Yuri Victorovich
33a271d1ad audio/csound: Update 6.14.0 -> 6.15.0 2021-02-18 01:59:10 +00:00
Stephen Montgomery-Smith
c66719d37b - Update to 1.6.1. 2021-02-18 01:52:43 +00:00
Stephen Montgomery-Smith
cad1a13a05 - Update to 1.0.17. 2021-02-18 01:52:22 +00:00
Mark Linimon
ba19e88b09 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 01:50:59 +00:00
Mark Linimon
0ba28fbdda Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 01:42:38 +00:00
Mark Linimon
fe12c8549a Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 01:39:37 +00:00
Mark Linimon
35be1648bb Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 01:35:50 +00:00
Mark Linimon
a071b969ba Mark as BROKEN on riscv64:
/usr/include/c++/v1/__threading_support:135:3: error: Unsupported architecture

Approved by:	portmgr (tier-2 blanket)
2021-02-18 01:28:36 +00:00
Mark Linimon
a98cb5db44 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 01:17:10 +00:00
Mark Linimon
c4fad41e62 Mark BROKEN in 13/14 (via latest llvm update).
While here, pet portlint (Makevar order).
2021-02-18 01:14:55 +00:00
Jan Beich
47cbd11f24 graphics/swappy: update to 1.3.0
Changes:	https://github.com/jtheoof/swappy/releases/tag/v1.3.0
Reported by:	GitHub (watch releases)
2021-02-18 01:14:20 +00:00
Mark Linimon
826a2793aa Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 01:09:16 +00:00
Mark Linimon
c25ce415d8 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 01:03:06 +00:00
Mark Linimon
60f0f79f8e Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 00:50:22 +00:00
Mark Linimon
3087d93c64 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-18 00:48:30 +00:00
Jan Beich
73f28bd1dc graphics/jpeg-xl: drop BROKEN obsolete after r557364 2021-02-18 00:46:54 +00:00