Commit Graph

63404 Commits

Author SHA1 Message Date
Michael Baeuerle 6dbd89070f doomlegacy-devel: Update to SVN revision 1568
Sync with games/doomlegacy.
2021-01-04 17:51:40 +01:00
K.I.A.Derouiche 887ddd099b UPDATE: wip/py-checkov to new version: 1.0.684 2021-01-04 16:22:01 +01:00
Jonathan Perkin fd082cb269 rust: Update to 1.49.0.
Merge some bits from pkgsrc while here, and more tabs->spaces to fix the
test suite.
2021-01-04 14:58:05 +00:00
Eric Garver 3c0c785332 mu: update to 1.4.13 2021-01-04 09:44:38 -05:00
Michael Baeuerle 17737911df flnews-devel: Update to 1.0pre13
New features and improvements:
- Support for SOURCE_DATE_EPOCH Specification 1.1 added to build system.
  Reproducible build option CFG_REPRODUCIBLE removed from CONFIG.
  The SOURCE_DATE_EPOCH variable from the environment now overrides the
  dates in the GUI, the output of the "-v" command line option and the
  man pages (original patch from Bernhard M. Wiedemann).
- POSIX: Support for POSIX.1-2008 and SUSv4 added
  No local replacement functions are used anymore on modern operating
  systems. snprintf() replacement function now uses SUSv4 semantics.
2021-01-04 15:40:16 +01:00
Thomas Klausner 5af73f3e7a gstreamer1: update to 1.18.2
This release only contains bugfixes and it should be safe to update from 1.18.x.

Highlighted bugfixes:

    Fix MPEG-TS timestamping regression when playing DVB streams
    compositor: fix artefacts in certain input scaling/conversion situations and make sure that the output format is actually supported, plus renegotiation fixes
    Fix sftp:// URI playback in decodebin/playbin via giosrc
    adaptivedemux/dashdemux/hlsdemux fixes
    rtsp-server fixes
    android media: fix crash when encoding AVC
    fix races in various unit tests
    lots of other bug fixes and memory leak fixes
    various stability, performance and reliability improvements
    g-i annotation fixes
    build fixes
2021-01-04 12:02:36 +01:00
Thomas Klausner 70e93e7f4c halfempty: update to 0.40.
Tune halfempty defaults to better handle very large inputs sanely.
    A new --gen-intermediate option to save your work if halfempty is interrupted.
    Portability fixes.
2021-01-04 12:00:27 +01:00
Niclas Rosenvik 257b0a60c6 More fixes fot qt6-qtbase
fixes for qt6-qtbase: removed the pc links since no pc files where
istalled and fix a broken file.
2021-01-04 09:53:38 +00:00
Havard Eidnes 7e36471640 Further reduction of diffs with lang/rust/Makefile. 2021-01-03 22:53:10 +01:00
Havard Eidnes 249e3d32dd Remove reference to PR#54621, arm bootstrap requires NetBSD >= 9.0. 2021-01-03 22:24:48 +01:00
Pierre Pronchery 3da3d7d535 py-octoprint: register the new patch 2021-01-03 21:16:06 +01:00
Pierre Pronchery b5d56e1ee0 py-octoprint: also look for the default USB serial ports on NetBSD 2021-01-03 21:13:20 +01:00
Pierre Pronchery 853bf0341f py-octoprint: update to version 1.5.2
From the list of changes:

 * #3855 & #3867 - Fix settings merging on the frontend causing
   issues with array values.
 * Pin watchdog dependency to 0.10.4 to work around backwards
   incompatibility with the just release 0.10.5 under Python 3.
2021-01-03 20:35:29 +01:00
Havard Eidnes 1feb42a406 Fix shell syntax in do-build target. 2021-01-03 19:43:39 +01:00
Yorick Hardy b7a62e9e96 commandergenius: update to Commander-Genius-2.7.5
Changelog:

v2.7.5:
-------
- Achivement System improved. Now you can see what achivements you got
  and how much is yet missing
- Quit Menu now shows three ways to quit your current game
2021-01-03 20:28:38 +02:00
Havard Eidnes 96e0166566 Reduce the differences to lang/rust.
* add TEST_TARGET
 * adjust size optimization for the ARM targets
 * Universally bump required bootstrap version to 1.47.0
 * Add the 9.0-specific powerpc bootstrap, needed due to ABI issues
 * Adjust the use of libatomic and libatomic-links, make rustc search
   the libatomic-links directory
 * Build by default with the built-in curl and openssl, ref. options.mk
 * Add a patch for vendor/net2 for NetBSD
2021-01-03 19:18:51 +01:00
Niclas Rosenvik dd6fadfae3 Remove double-conversion from pkgsrc wip
Remove double-conversion from pkgsrc wip since it has been
imported to pkgsrc-current
2021-01-03 17:50:36 +00:00
Niclas Rosenvik 147ef4a796 Add qt6 qtbase package to pkgsrc wip
Add qt6 to pkgsrc wip, this package is based on the one for qt5 in pkgsrc
qt6 is the latest version of qt.
2021-01-03 17:46:42 +00:00
Niclas Rosenvik 044330863b Add md4c version 0.4.7 to pkgsrc wip
md4c "Markdown 4 C" is a library and comandline parser written in C.
2021-01-03 17:27:40 +00:00
Yorick Hardy 4e53b9e6fd libgamemusic: import libgamemusic-1.2 as wip/libgamemusic
Camoto is a collection of utilities for editing (modding) "classic games",
those from the early to mid 1990s running under DOS.

This is libgamemusic, one component of the Camoto suite.  libgamemusic is a
library that can read and write many different music file formats, with a focus
on formats used by DOS games.
2021-01-03 19:06:05 +02:00
Yorick Hardy 1ab51c6f0b libgamecommon: import libgamecommon-1.2 as wip/libgamecommon
Camoto is a collection of utilities for editing (modding) "classic games",
those from the early to mid 1990s.

This is libgamecommon, the lowest-level component of the Camoto suite.  It
contains shared code and routines used by most of the other Camoto libraries.
2021-01-03 19:06:05 +02:00
Yorick Hardy 26ab56e786 cyclone: update to cyclone-0.24
Announcement:

Released Cyclone Scheme 0.24
January 3rd, 2021

Bug Fixes

* Sean Lynch fixed a bug where record type predicates do not check
  the length of the target before checking if the vector is actually
  a record.
* Fixed vector? to no longer return true for instances of record types.
* Do not call eval from the runtime if (scheme eval) has not been
  imported. Instead we now raise a Scheme error in this case which
  prevents the possibility of a C segmentation violation. Thanks to
  Arthur Maciel for the bug report.
* When allocating very large vectors the object used to fill such
  a vector may not be transported to the heap. This was a nasty bug
  that could lead to random memory corruption. Fixed the minor garbage
  collector to properly track and transport these objects to prevent
  the possibility of memory corruption.
2021-01-03 19:06:04 +02:00
Havard Eidnes 4306d60038 Mark lang/rust BROKEN on various NetBSD-8 platforms.
The corresponding bootstrap kits target NetBSD-9.x.
2021-01-03 15:56:05 +01:00
Iku Iwasa ebc914a2b7 iosevka-*: Update to 4.3.0
* Add two-circle variant of 8.
* Add leading serif for C, c, G, S, s in Slab.
* Made per-mille symbol and base-point symbol wide in non-terminal
  variants.
* Add super-ttc (single-file TTC) into releases.
2021-01-03 23:40:29 +09:00
Havard Eidnes 737c17c90b Introduce automatic setting of BUILD_TARGET.
If cross-building, one needs to use the "dist" build target.
Also, due to https://github.com/rust-lang/rust/issues/73132, one
needs to unset DESTDIR for such a build.  Automatically detect this
if we are cross-building (TARGET from cross.mk is non-empty).
2021-01-03 14:02:30 +01:00
Yorick Hardy caabb543e2 ioquake3-snapshot: update to ioquake3-20200526 (git snapshot)
No changelog provided.

Pkgsrc changes:

 * prefer pkgsrc libraries instead of internal libraries.
 * install convenience scripts for ioquake3 and ioq3ded.
2021-01-03 12:31:35 +02:00
Greg Troxel 08bb4e264b proj: Update to 7.2.1
Declare intent to package proj-grids separately.
2021-01-02 10:59:09 -05:00
Makoto Fujiwara (mef) 0f231885d3 (graphics/ivtools) fix patch end-of-line, regen distinfo 2021-01-02 23:07:46 +09:00
Leonardo Taccari cfe9787ccf *: update py-kitchen PKGPATH 2021-01-02 12:18:44 +01:00
Iku Iwasa a4f5dfe3b9 task: Update to 3.0.1
* Allow use as a library by moving the required packages out of the
  internal directory.
* Do not error if a specified dotenv file does not exist.
* Fix panic when you have empty tasks in your Taskfile.
2021-01-02 17:04:22 +09:00
Iku Iwasa d8b9ba4072 py-identify: Update to 1.5.11 2021-01-02 16:51:03 +09:00
pin fddc0e428e Remove assimp: import to main 2021-01-02 08:26:59 +01:00
Travis Paul 3f58bbbcae
terraform-provider-vultr: import terraform-provider-vultr-2.1.1 2021-01-01 17:02:06 -05:00
Leonardo Taccari cc3a4ed9b3 tdlib-purple: Update to 0.7.6
pkgsrc changes:
 - Remove patch, applied upstream

Changes:
0.7.6
-----
 - read-receipts option can now be set via bitlbee/spectrum
2021-01-01 22:52:15 +01:00
Leonardo Taccari d89275a703 tdlib-purple: Add a reference to upstream PR 2021-01-01 22:26:27 +01:00
Leonardo Taccari 9a5bd93c7a tdlib-purple: Take MAINTAINERship 2021-01-01 22:02:33 +01:00
Leonardo Taccari 83dc055128 tdlib-purple: Update to 0.7.5
Changes:
0.7.5
-----
 - Add support for enable/disable read receipts
 - Misc bug fixes and improvements
2021-01-01 22:01:00 +01:00
pin 79d41d691b Remove stitchy: imported to main 2021-01-01 18:11:21 +01:00
pin bf90a7ab43 navi: remove pkg, imported to main 2021-01-01 15:47:00 +01:00
pin b53f055d00 Remove tokei: imported to pkgsrc 2021-01-01 15:38:15 +01:00
pin e4d8b25d5b Remove opendoas: imported to pkgsrc 2021-01-01 15:37:02 +01:00
Makoto Fujiwara (mef) cd7678c7ab (graphics/ivtools) fix foor ::close undefined 2021-01-01 23:25:06 +09:00
pin 2248ebd941 heliocron: remove pkg, imported to main 2021-01-01 15:06:41 +01:00
pin 0fe9f40f77 bk: remove pkg, imported to main 2021-01-01 14:53:20 +01:00
pin c1bb210a42 nanogrep: remove pkg, imported to main 2021-01-01 14:41:56 +01:00
Makoto Fujiwara (mef) 23a95f4455 (graphics/ivtools) Add patch to give usleep in unistd.h 2021-01-01 21:54:26 +09:00
Makoto Fujiwara (mef) 47f25ce4c1 (graphics/ivtools) Add comment on patch-ab 2021-01-01 21:44:28 +09:00
Makoto Fujiwara (mef) 0673efbd0e (graphics/ivtools) fix -lX11 not found problem. But I have different usleep problem 2021-01-01 21:37:40 +09:00
Makoto Fujiwara (mef) c0fc7e935d (graphics/ivtools) Candidate to update, but not completed yet 2021-01-01 21:21:45 +09:00
Roy Marples 2efff5be0e Drop platform specific binaries.
As far as we know, they are only for Cloud access to the controller.

These binaries are built using libgcc_s.1 and pkgsrc will complain
that this library is missing on the install target if wasn't built
using gcc *even* if these libraries are not native.
This is likely a pkgsrc bug, but we really shouldn't be installing
these anyway.
2021-01-01 03:18:53 +00:00