Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 00:59:12 UTC Now

2024-05-03 18:29:02 UTC MAIN commitmail json YAML

2024-05-03 18:26:32 UTC MAIN commitmail json YAML

www/hs-yesod: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 18:25:52 UTC MAIN commitmail json YAML

www/hs-yesod-form: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 18:24:44 UTC MAIN commitmail json YAML

www/hs-yesod-static: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 18:23:46 UTC MAIN commitmail json YAML

www/hs-yesod-persistent: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 18:22:59 UTC MAIN commitmail json YAML

doc: Updated converters/hs-cborg-json to 0.2.6.0

(pho)

2024-05-03 18:22:48 UTC MAIN commitmail json YAML

converters/hs-cborg-json: Update to 0.2.6.0

0.2.6.0
    Use Base62Url encoding for bytes
    Support GHC 9.8

(pho)

2024-05-03 17:35:26 UTC MAIN commitmail json YAML

converters/hs-lens-aeson: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 17:14:58 UTC MAIN commitmail json YAML

bsdtar: Include limits.h for INT_MAX.

(jperkin)

2024-05-03 13:16:00 UTC MAIN commitmail json YAML

doc: Updated lang/sbcl to 2.4.4.

(rjs)

2024-05-03 13:13:38 UTC MAIN commitmail json YAML

Update to sbcl-2.4.4.

Add lang/ecl as a build host option, enable this by default for aarch64.

Changes in sbcl-2.4.4 relative to sbcl-2.4.3

    * minor incompatible change: after-GC hooks are now called in the
      finalizer thread on threaded builds.
    * platform support:
        * on win32 on 64-bit systems, clear x87 state as well as SSE
          state after an exception. (#2000435, reported by David
          Scherfgen)
    * enhancement: type assertions resulting from declarations
      involving variable numbers of multiple values are now checked.
    * enhancement: support for memory allocation arenas is now
      available on the arm64 platform.
    * enhancement: the cross-referencing facility is now able to
      handle anonymous functions.
    * enhacnement: the SB-INTROSPECT contrib finds callees in methods
      of generic functions.
    * bug fix: inconsistency in VOP definitions implementing DPB. (#2059842)
    * bug fix: MASK-FIELD miscompilation. (#2059849)
    * bug fix: caching a state-dependent type function leads to wrong
      type inference further down the line. (#2059888)
    * bug fix: internal consistency violation after failing to apply a
      MAKE-ARRAY transform. (#2060083)
    * bug fix: check the array index before constant-folding an array
      reference. (#2060347)
    * bug fix: don't try to apply type constraints from SATISFIES
      types. (#2060756)
    * bug fix: the JOIN-THREAD-PROBLEM function is now exported from
      the SB-THREAD package. (#2063385, thanks to Benjamin Lee)
    * bug fix: compare-and-swap works as expected on SLOT-VALUE of
      FUNCALLABLE-STANDARD-OBJECT instances. (reported by qhong)
    * bug fix: on arm64, and x86-64 with some non-default build
      options, integer rounding functions treat minus zero more
      consistently.
    * bug fix: disassembly of stack allocation of vectors caused a
      crash. (reported by bohonghuang)
    * bug fix: don't leak memory when decompressing a compressed core.
    * optimization: the amount of space needed for debug-info is about
      50% less, leading to a total default image size reduction of
      more than 10%.
    * optimization: on arm64 and x86-64, encoding constants in machine
      code is sometimes smaller.
    * optimization: on arm64 and x86-64, list accumulation is done
      with less space overhead.
    * optimization: APPLY can apply a function to the REST of a &REST
      list without additional consing.

Changes in sbcl-2.4.3 relative to sbcl-2.4.2

    * enhancement: when dumping debug information to fasl files, the
      system respects the SOURCE_DATE_EPOCH environment variable (if
      set) as the latest timestamp to be used.
    * contributed module: the sb-perf contributed module, an interface
      originally by Luke Gorrie to Linux's perf, is now included by
      default on Linux. (Thanks to Philipp Marek)
    * platform support:
        * on Linux and BSD variants, timezone querying is now faster.
* Arm64/Darwin: allow configuring the system with a
          relocatable static space.
* PPC64: allow configuring the system with fasteval.
    * bug fix: erroneous transform of EQUALP on characters (#2055425)
    * bug fix: float rounders (FTRUNCATE and related functions) handle
      minus zero more consistently, returning minus zero as the
      primary value when rounding to zero from a negative value.
    * bug fix: type checks for (VECTOR T) were giving the wrong answer
      for vectors displayed to simple multi-dimensional
      arrays. (reported by _death)
    * bug fix: do not transform away division by BIT when the BIT
      might still include 0. (#2056184, reported by xizang)
    * bug fix: various errors related to imperfections in the perfect
      hash generator. (#2055794, #2056341)
    * bug fix: respect declarations for symbol macros inside
      defmethod. (#2056514, reported by Jonathan Braud)
    * bug fix: failure to set structure slots to floats on
      Arm64. (#2058148, reported by Bibek Panthi)
    * optimization: improvements to the implementation of CASE.
    * optimization: faster PARSE-INTEGER :radix 10/16 on word-sized integers.
    * optimization: improvements to LOGBITP.

Changes in sbcl-2.4.2 relative to sbcl-2.4.1

    * bug fix: restore the ability to inherit from both SEQUENCE and
      SB-MOP:FUNCALLABLE-STANDARD-OBJECT. (#2050088, reported by
      Christophe Junke)
    * bug fix: COERCE will not convert lambda forms to functions if
      given a type naming a (strict) subclass of FUNCTION.
    * bug fix: LOG with a double-float and a ratio argument (in either
      order) do not lose precision through a single-float intermediate
      argument.
    * bug fix: LOG to the base 2 of integer powers of 2 are more
      likely to get the mathematically precise answer.
    * bug fix: LOG on ratios very near 1 with numerator or denominator
      being near a power of 2 will use log1p and so will lose less
      precision.
    * bug fix: the utf-8 external format with Unix line-endings
      updates its character size information when taking the fast path
      for a buffer of ascii characters. (#2054169, reported by John
      Carroll)
    * bug fix: don't print the contents of a possibly no-longer-valid
      dynamic-extent cons in PRINT-OBJECT method for THREAD
      objects. (#2026195, reported by Jake Connor)
    * bug fix: place external entry points for functions consistently
      before any local functions. (#2051169, reported by Fedorov
      Alexander)
    * bug fix: remove unactionable optimization notes for backquoted
      forms and ordinary calls to APPEND at high speed. (#2051401,
      reported by Robert Brown)
    * bug fix: infinite loop in COPY-SEQ on zero-length arrays of
      element-type NIL. (#2051759, reported by Devon Sean McCullough)
    * bug fix: fix compilation of non-top-level struct
      constructors. (#2052329, reported by Robert Poitras)
    * bug fixes in SB-SIMD:
        * improve bounds checking in SB-SIMD. (#2012010, reported by
          Patrick Poitras)
* fix SB-SIMD AVX f64.4-reverse (#2012986, thanks to Ari Projansky)
* fix SB-SIMD shuffles on AVX and SSE2 (#2012990, reported by
          Ari Projansky)
* fix lifetimes in sse+xmm0 VOPs (#2015329, reported by Ari
          Projansky)
    * optimization: a number of internal tables, particularly those
      related to Unicode support have been converted to use perfect
      hash mechanisms, improving both speed and space.
    * optimization: FIND, POSITION, ASSOC and RASSOC with constant
      sequence arguments containing symbols as keys are compiled to
      perfect hash lookups.
    * optimization: the compiler runs a jump-to-jump elimination pass
      on x86-64.
    * system integrity: compiling the system itself on x86-64/linux
      now produces bitwise-identical cross-compiled fasls whether the
      build host is cmucl, ccl, clisp or sbcl itself.

Changes in sbcl-2.4.1 relative to sbcl-2.4.0

    * enhancement: compact instance headers are partially supported
      with the mark-region parallel garbage collector.
    * enhancement: functions with declared return types have their
      return values type-checked in optimization regimes with high
      SAFETY and (DEBUG 3).
    * platform support:
        * disable ASLR on FreeBSD. (#2047655, thanks to Konstantin Belousov)
* link to libpthread on FreeBSD. (thanks to Konstantin Belousov)
* restore build on 64-bit riscv. (#2034713, #2048869, reported
          by Guillaume LE VAILLANT)
* restore build on 64-bit ppc.
* fix case in referring to a header file. (#2047726, thanks to
          Andrew Kravchuk)
* the fastrem-32 feature (for optimized computations of FLOOR)
          is now available on all platforms.
    * bug fix: resweep moved lines after compaction in the mark-region
      parallel garbage collector.
    * bug fix: infinite loops in the compiler on some constructs with
      SATISFIES types. (#2047289, #2047706, #2049631)
    * optimization: various hash tables implementing part of the
      system (packages, Unicode data tables) have been converted to
      use perfect hash functions.
    * optimization: TYPECASE on structure class hierarchies is
      implemented using a perfect hash.
    * optimization: eliminate bound checks with relative offsets. (#1830314)
    * optimization: the compiler has more knowledge of how to optimize
      DIGIT-CHAR.
    * optimization: the compiler can elide intermediates for some
      calls to APPLY, CONCATENATE and MAKE-ARRAY with arguments that
      are freshly-consed modifications of existing sequences.
    * optimization: (LOOP FOR X IN (REVERSE LIST) ...) is now faster
      and conses less.
    * optimization: (LOOP ... APPEND ...) is more compact, and does
      less work if appending NIL.
    * optimization: type tests of various array types are faster and shorter.

Changes in sbcl-2.4.0 relative to sbcl-2.3.11

    * minor incompatible change: *COMPILE-VERBOSE* and *LOAD-VERBOSE*
      are bound to NIL when the system is started with the --script
      command-line argument. (reported by Hraban Luyat, thanks to
      Nicolas Martyanoff)
    * minor incompatible change: when looking for its core file, the
      system checks the validity of whatever is pointed to by
      /proc/self/exe, and assesses argv[0] if /proc/self/exe is
      invalid. (thanks to Philipp Marek)
    * minor incompatible change: the system no longer provides type
      names on the standard (CL) symbols ARRAY-RANK, ARRAY-TOTAL-SIZE,
      PATHNAME-HOST, PATHNAME-TYPE, PATHNAME-DIRECTORY, FLOAT-RADIX or
      FLOAT-DIGITS. (#2045559)
    * platform support:
        * the mark-region parallel garbage collector can be enabled on
          arm64. (Thanks to Hayley Patton)
* fix build on modern FreeBSDs. (#2046966, thanks to David
          J. Flander)
    * bug fix: restore compiler type inference correctness on calls to
      REDUCE with :INITIAL-VALUE but no :FROM-END. (#2044856, reported
      by Patrick Poitras)
    * bug fix: compiler error when declaring SB-EXT:MUFFLE-CONDITIONS
      on an unknown type. (#2045442)
    * bug fix: the disassembler provided non-pretty output for
      registers in some cases. (#2046004, reported by Fedorov
      Alexander)
    * bug fix: the system is slightly less likely to exhaust the stack
      again when reporting a control stack exhaustion error.
    * optimization: GC write barriers are eliminated in more cases.
    * optimization: improved type derivation of iteration variables
      with mixed types.
    * optimization: remove unused initial values from LET bindings,
      improving register type selection.
    * optimization: lower EQUALP/EQUAL/EQL to EQL/EQ in FIND/MEMBER
      based on the input types.
    * optimization: better type derivation for DPB, LOGIOR.

(rjs)

2024-05-03 12:07:41 UTC MAIN commitmail json YAML

2024-05-03 11:28:39 UTC MAIN commitmail json YAML

doc: Updated misc/stellarium to 24.1nb2

(wiz)

2024-05-03 11:28:28 UTC MAIN commitmail json YAML

stellarium: add missing dependencies

Fixes build after downloads during build were disabled.

Bump PKGREVISION.

(wiz)

2024-05-03 11:17:36 UTC MAIN commitmail json YAML

doc: Added misc/indi version 2.0.7

(wiz)

2024-05-03 11:17:25 UTC MAIN commitmail json YAML

misc/Makefile: + indi

(wiz)

2024-05-03 11:17:15 UTC MAIN commitmail json YAML

2024-05-03 10:43:32 UTC MAIN commitmail json YAML

devel/hs-lens: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 10:10:09 UTC MAIN commitmail json YAML

doc: Added math/QXlsx version 1.4.7

(wiz)

2024-05-03 10:09:58 UTC MAIN commitmail json YAML

math/Makefile: + QXslx

(wiz)

2024-05-03 10:09:48 UTC MAIN commitmail json YAML

math/QXlsx: import QXlsx-1.4.7

QXlsx is excel file (*.xlsx) reader/writer library for Qt.

(wiz)

2024-05-03 10:03:11 UTC MAIN commitmail json YAML

textproc/hs-citeproc: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 09:59:59 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-skylighting to 0.14.1.1

(pho)

2024-05-03 09:59:50 UTC MAIN commitmail json YAML

textproc/hs-skylighting: UPdate to 0.14.1.1

0.14.1.1

    Add GPRBuild syntax.

    Update syntax descriptions for clojure, cmake, coffee, cpp, cs, erlang, graphql, haskell, javascript, julia, kotlin, lilypond, markdown, objectivec, objectivecpp, ocaml, perl, python, ruby, rust, stan, typescript, yaml.

0.14.1

    Update syntax definitions for julia, actionscript, bash, cpp, css, djangotemplate, dosbat, groovy, html, ini, isocpp, java, javadoc, json, jsp, latex, makefile, mustache, php, powershell, rest, rhtml, sass, scala, scss, toml, xml, raku (with patch).

    Many improvements to regular expression compilation:
        Properly recognize unicode characters.
        Handle \Q..\E literal sequences.
        Handle group modifiers like (?i:etc.). (The only one we actually pay attention to is i.)
        Allow unicode category escapes outside of character classes.
        Support one-letter unicode category escapes like \p{L}. These are found in some of the newer syntax definitions.

    Improve regex matching:
        Fix wordDetect to work around an issue in the new html.xml.
        Refactor and fix atWordBoundary: remove redundant checks, and fix behavior (/x\b/ was behaving like /\bx\b/) (Cæ‹…me ALLART).
        Fix bug in lastCharOffset (Cæ‹…me ALLART).

    Style: Allow colors to be specified in ARGB format (#178). We currently just ignore the A part, but at least we don't fail.

(pho)

2024-05-03 09:56:50 UTC MAIN commitmail json YAML

CHANGES-2024: resolve a conflict

(pho)

2024-05-03 09:56:17 UTC MAIN commitmail json YAML

doc: Updated devel/ast-grep to 0.21.3

(pin)

2024-05-03 09:55:51 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-texmath to 0.12.8.8

(pho)

2024-05-03 09:55:36 UTC MAIN commitmail json YAML

doc: Updated games/freedoom to 0.13.0

(micha)

2024-05-03 09:55:29 UTC MAIN commitmail json YAML

textproc/hs-texmath: Update to 0.12.8.8

texmath (0.12.8.8)

  * TeX reader: support unicode-math Greek symbols, e.g. `\Alpha` (#235).
    This includes symbols like `\Alpha` and `\omicron` that weren't
    defined in original TeX.

  * Use typst-symbols 0.1.6

texmath (0.12.8.7)

  * TeX reader: convert Bin symbols to Ord when appropriate (#234).
    E.g. in '-3', we should have an Ord rather than a Bin, so
    the spacing will be appropriate.

  * Pandoc writer: fix spacing inside EDelimited (#234).
    Previously spaces around binary operators were omitted when
    they occurred inside parens or brackets.

  * test-texmath: allow pandoc output.

texmath (0.12.8.6)

  * Typst writer: avoid redundant `lr`s (#233).

texmath (0.12.8.5)

  * Typst writer: use ASCII symbols when possible instead of symbols (#232).
    E.g., `+` instead of `plus`. Add `\` to characters needing escape.
    Enhance list of characters that need escaping.

  * Typst writer: fixed EBoxed output so it includes a border.

  * Handle `\ddot` better in conversion to typst (#231).

  * Use typst-symbols 0.1.5

(pho)

2024-05-03 09:55:10 UTC MAIN commitmail json YAML

devel/ast-grep: update to 0.21.3

- feat: make pattern more permissive #1087
- refactor: further simplify test case 8188473
- refactor: make rewrite test simplier 5a754ef
- test: add test for contextual pattern defined var 2d6bae8

(pin)

2024-05-03 09:53:28 UTC MAIN commitmail json YAML

games/freedoom: Update to 0.13.0

0.13.0 (2024-01-29)

General

  * Improved vanilla compatibility.
      + Boom features removed.
      + Hall of mirrors greatly reduced.
      + Visplane overflows fixed.
      + Savegame buffer overflow errors remain.

Levels

  * Relevant Eureka warnings fixed.
  * New levels E1M9, E2M2, E2M3, E2M4, E2M7, E2M8, E3M5, MAP07, MAP21 and
    MAP27.
  * Various level renames.
  * Numerous vanilla fixes and aesthetic modernizations.
  * Fixed and standardized secret exits.

Manual

  * French and Spanish translations.
  * Sections added to highlight project mandate and additional accessibility
    options.

Misc

  * Adds automatic labeling to pull requests.

Monsters

  * New minigunner.
  * The hatchling, which replaces the deadflare.
  * The matribite, which replaces the summoner.

Music

  * Lots of new music including most of FreeDM music.

Sounds

  * New boss brain sounds.

Visuals

  * Colorblind-friendly keys and key indicators.
  * Various revisions to sprites and textures.
  * Improved kerning for menu text.

Weapons

  * Improved weapon sprites generally.
  * SSG replacement restored to updated take on older version.
  * Revised polaric energy weapon.
  * Double-barreled shotgun flash timing bug fixed in built-in DeHackEd.

Textures

  * Esa Repo (Espi)'s old STAR* textures are now included under ESPI*.
  * A STARBR1 texture is now included as a counterpart to STARBR2.
  * Numerous additional grey and METAL2-based textures also available.
  * Boss brain wall found to have Hexen resources and was re-done.
  * Wolfenstein replacements completely redone, designed to work as seamlessly
    with other textures as possible. A few are also added.

(micha)

2024-05-03 09:48:42 UTC MAIN commitmail json YAML

mariadb1011-client: bump PKGREVISION for libfmt fix

(wiz)

2024-05-03 09:48:20 UTC MAIN commitmail json YAML

mariadb1011-client: disable broken libfmt detection

Makes it use pkgsrc libfmt again and not trying to download an older
version during the build.

(wiz)

2024-05-03 09:41:14 UTC MAIN commitmail json YAML

doc: Updated devel/hs-pandoc-lua-marshal to 0.2.6

(pho)

2024-05-03 09:41:05 UTC MAIN commitmail json YAML

devel/hs-pandoc-lua-marshal: Update to 0.2.6

0.2.6 - Released 2024-03-29.

    Fixed a bug that caused problems with empty Block lists in the content
    attributes of Div, Figure, and BlockQuote elements.

0.2.5 - Released 2024-03-04.

    The clone method on Blocks and Inlines elements now creates deep copies
    of the lists.

0.2.4 - Released 2024-01-19.

    Relaxed upper bound for aeson, allowing aeson-2.2.*.

0.2.3 - Released 2024-01-19.

    Relaxed upper bound for text, containers, and bytestring, allowing
    text-2.1, containers-0.7, and bytestring-0.12.

(pho)

2024-05-03 09:39:00 UTC MAIN commitmail json YAML

doc: Updated lang/hs-hslua to 2.3.1

(pho)

2024-05-03 09:38:51 UTC MAIN commitmail json YAML

lang/hs-hslua: Update to 2.3.1

hslua-2.3.1 - Released 2024-01-18.

    Relaxed upper bound for text, containers, and bytestring, allowing
    text-2.1, containers-0.7, and bytestring-0.12.

    Require latest versions of HsLua packages.

(pho)

2024-05-03 09:33:28 UTC MAIN commitmail json YAML

doc: Updated databases/hs-persistent-sqlite to 2.13.3.0

(pho)

2024-05-03 09:33:19 UTC MAIN commitmail json YAML

databases/hs-persistent-sqlite: Update to 2.13.3.0

2.13.3.0
    #1524
        Add Database.Persist.Sqlite.createSqlitePoolWithConfig to create a
        SQLite connection pool with a connection string and
        ConnectionPoolConfig. Using ConnectionPoolConfig, it is possible to
        set the connection idle timeout.
    #1486
        Add Database.Sqlite.open' which takes a ByteString
    #1522
        Update the sqlite amalgamation to 3.43.1

(pho)

2024-05-03 09:31:10 UTC MAIN commitmail json YAML

doc: Updated devel/hs-persistent to 2.14.6.1

(pho)

2024-05-03 09:31:01 UTC MAIN commitmail json YAML

devel/hs-persistent: Update to 2.14.6.1

2.14.6.1
    #1528
        The PersistField Int{,8,16,32,64} instances will now work with a
        PersistRational, provided that the denominator is 1. This fixes the
        bug where SUM in Postgres would change the type of a column being
        summed.

(pho)

2024-05-03 09:24:32 UTC MAIN commitmail json YAML

doc: Updated devel/floskell to 0.11.1

(pho)

2024-05-03 09:24:23 UTC MAIN commitmail json YAML

devel/floskell: Update to 0.11.1

Floskell 0.11.1 (2023-12-18)
    Add support for building with containers-0.7.0.0 and filepath-1.5.0.0
    Add support for building with GHC-9.8.1

(pho)

2024-05-03 09:21:12 UTC MAIN commitmail json YAML

doc: Updated devel/fourmolu to 0.15.0.0

(pho)

2024-05-03 09:21:00 UTC MAIN commitmail json YAML

devel/fourmolu: Update to 0.15.0.0

Fourmolu 0.15.0.0
    * Add single-deriving-parens configuration option to determine if
      deriving clauses of a single type should be parenthesized (#386)
    * Fix the order in which the configurations are applied (#390)

Upstream changes:
Ormolu 0.7.4.0
    * Don't error when the JavaScriptFFI language pragma is present. Issue
      1087.
    * Improve comment placement in if-then-else blocks. Issue 998.
    * Now command line options for fixity overrides and module re-exports
      overwrite information from .ormolu files. Issue 1030.
    * Respect newlines in data declarations in more cases. Issue 1077 and
      issue 947.
    * The -d / --debug command line option now makes Ormolu print out debug
      information regarding operator fixity inference. Issue 1060.

(pho)

2024-05-03 09:18:05 UTC MAIN commitmail json YAML

doc: Updated editors/focuswriter to 1.8.7

(pin)

2024-05-03 09:17:15 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hie-bios to 0.14.0

(pho)

2024-05-03 09:17:06 UTC MAIN commitmail json YAML

devel/hs-hie-bios: Update to 0.14.0

2024-04-22 - 0.14.0

    Add Loading Style option to 'runAction' #433
    Cleanup CPP for GHCs < 9.2, fix most GHC warnings #429
    Update GHC versions in CI, drop ghcs not supported by hls #428

2023-11-14 - 0.13.1

    Add CI support for GHC 9.8.1 #419
    9.8 support #417
    Avoid deadlocks in multi-component support #416
    Accept directories in 'findCradle' #415
    Drop old GHC version support #414

2023-08-22 - 0.13.0

    Multi Component cabal support #409
    Make sure cabal caches can be found #408
    Rename project-file to cabalProject in hie.yaml #407
    Update README for new project-file key #403
    Add more informative log messages for cradle running #406
    Add cabal.project support for cabal cradles #357

2023-11-13 - 0.12.1

    9.8 support #417

(pho)

2024-05-03 09:16:52 UTC MAIN commitmail json YAML

editors/focuswriter: update to 1.8.7

1.8.7
-----
* FIXED: Did not keep line spacing when pasting plain text.
* Replaced deprecated code.
* Translation updates: Swedish.

(pin)

2024-05-03 09:11:37 UTC MAIN commitmail json YAML

doc: Updated devel/hlint to 3.8

(pho)

2024-05-03 09:11:28 UTC MAIN commitmail json YAML

devel/hlint: Update to 3.8

Changelog for HLint (* = breaking change)

3.8, released 2024-01-15
    #1552, make --git and --ignore-glob work nicely together
    #1502, fix incorrect free variable calculation in some cases
    #1555, slightly more efficient concatMap usages (e.g. pull filter out)
    #1500, suggest avoiding NonEmpty.unzip (use Functor.unzip)
*  #1544, upgrade to GHC 9.8
    #1540, correct Functor law hint, was missing brackets

(pho)

2024-05-03 09:07:59 UTC MAIN commitmail json YAML

devel/hs-implicit-hie: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 09:03:22 UTC MAIN commitmail json YAML

devel/hs-row-types: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 08:48:29 UTC MAIN commitmail json YAML

doc: Updated devel/retrie to 1.2.3

(pho)

2024-05-03 08:48:18 UTC MAIN commitmail json YAML

devel/retrie: Update to 1.2.3

1.2.3.0 (January, 2024)

    Support for GHC 9.8.1 and 9.6.3 (Pranay Sashank)

(pho)

2024-05-03 08:12:19 UTC MAIN commitmail json YAML

devel/hs-keys: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 07:59:31 UTC MAIN commitmail json YAML

math/hs-kan-extensions: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 07:43:14 UTC MAIN commitmail json YAML

devel/hs-primitive-extras: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-03 07:36:41 UTC MAIN commitmail json YAML

lang/idris (DESCR): Recommend migrating to lang/idris2

(pho)

2024-05-03 06:48:02 UTC MAIN commitmail json YAML

doc: Updated lang/idris2 to 0.7.0

(pho)

2024-05-03 06:47:52 UTC MAIN commitmail json YAML

lang/idris2: Forgot to regen distinfo

(pho)

2024-05-03 06:47:20 UTC MAIN commitmail json YAML

2024-05-03 06:34:18 UTC MAIN commitmail json YAML

mutt: Remove unsupported configure argument.

(jperkin)

2024-05-03 06:33:44 UTC MAIN commitmail json YAML

mutt: Fix native Solaris Kerberos detection.

(jperkin)

2024-05-03 06:30:19 UTC MAIN commitmail json YAML

doc: Updated security/pinentry to 1.3.0nb1

(jperkin)

2024-05-03 06:30:11 UTC MAIN commitmail json YAML

pinentry: Needs wide curses.

If linked against ncurses then pinentry-curses box characters are all
wrong.  Bump PKGREVISION.

(jperkin)

2024-05-03 06:00:23 UTC MAIN commitmail json YAML

doc: add an upper bound for gnome-autoar

(wiz)

2024-05-02 23:23:21 UTC MAIN commitmail json YAML

doc: Updated devel/hs-th-abstraction to 0.7.0.0

(wiz)

2024-05-02 23:23:12 UTC MAIN commitmail json YAML

hs-th-abstraction: update to 0.7.0.0.

## 0.7.0.0 -- 2024.03.17
* `DatatypeInfo` now has an additional `datatypeReturnKind` field. Most of the
  time, this will be `StarT`, but this can also be more exotic kinds such as
  `ConT ''UnliftedType` if dealing with primitive types, `UnliftedDatatypes`,
  or `UnliftedNewtypes`.
* `reifyDatatype` and related functions now support primitive types such as
  `Int#`. These will be reified as `DatatypeInfo`s with no `ConstructorInfo`s
  and with `Datatype` as the `datatypeVariant`.
* `normalizeCon` now takes a `Kind` argument representing the return kind of
  the parent data type. (This is sometimes necessary to determine which type
  variables in the data constructor are universal or existential, depending
  on if the variables appear in the return kind.)
* Fix a couple of bugs in which `normalizeDec` would return incorrect results
  for GADTs that use `forall`s in their return kind.

(wiz)

2024-05-02 23:19:38 UTC MAIN commitmail json YAML

hs-crypton: fix PLIST handling

(wiz)

2024-05-02 20:04:33 UTC MAIN commitmail json YAML

2024-05-02 19:58:57 UTC MAIN commitmail json YAML

doc: Updated graphics/quesoglc to 0.7.1nb15

(triaxx)

2024-05-02 19:58:05 UTC MAIN commitmail json YAML

quesoglc: Use Apple framework for Darwin

(triaxx)

2024-05-02 14:51:53 UTC MAIN commitmail json YAML

doc: add py-aiohttp vuln

(wiz)

2024-05-02 14:50:49 UTC MAIN commitmail json YAML

buildlink3.mk: sync logic of loading ../../devel/gettext-lib/buildlink3.mk with options.mk

(cheusov)

2024-05-02 14:19:37 UTC MAIN commitmail json YAML

fixed mistake for mail/mu

(ktnb)

2024-05-02 14:18:34 UTC MAIN commitmail json YAML

doc: Updated mail/mu to 1.12.3

(ktnb)

2024-05-02 13:42:24 UTC MAIN commitmail json YAML

crimsonfields: Disable in bulk builds on Darwin.

The build hangs during mkunitset and isn't CPU-bound, so ulimit doesn't
help, requiring external processes to kill it.

(jperkin)

2024-05-02 13:35:48 UTC MAIN commitmail json YAML

mail/mu: Add mu version 1.12.3

mu is a tool for dealing with e-mail messages stored in the
Maildir-format.  mu's purpose in life is to help you to quickly
find the messages you need; in addition, it allows you to view
messages, extract attachments, create new maildirs, and so on.

Built on top of mu are some extensions:
- mu4e: a full-featured e-mail client that runs inside emacs
- mu-guile: bindings for the Guile/Scheme programming language

(ktnb)

2024-05-02 13:35:40 UTC MAIN commitmail json YAML

doc: Added security/uacme version 1.7.5

(hauke)

2024-05-02 13:34:56 UTC MAIN commitmail json YAML

Add security/uacme package.

Lightweight client for the RFC8555 ACMEv2 protocol, written in plain C
with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or mbedTLS).

The ACMEv2 protocol allows a Certificate Authority (Let's Encrypt is a
popular one) and an applicant to automate the process of verification
and certificate issuance.  The protocol also provides facilities for
other certificate management functions, such as certificate revocation.

(hauke)

2024-05-02 13:30:26 UTC MAIN commitmail json YAML

freeciv-client: Disable SDL test during configure.

Hangs the build on macOS waiting for graphical input.

(jperkin)

2024-05-02 13:28:43 UTC MAIN commitmail json YAML

xclannad: Disable smpeg test during configure.

Hangs the build on macOS waiting for graphical input.

(jperkin)

2024-05-02 13:27:05 UTC MAIN commitmail json YAML

2024-05-02 13:22:43 UTC MAIN commitmail json YAML

doc: Updated lang/chezscheme to 10.0.0

(pho)

2024-05-02 13:22:34 UTC MAIN commitmail json YAML

2024-05-02 12:22:13 UTC MAIN commitmail json YAML

2024-05-02 12:03:33 UTC MAIN commitmail json YAML

doc: Updated finance/hledger to 1.33.1

(pho)

2024-05-02 12:03:23 UTC MAIN commitmail json YAML

2024-05-02 11:59:43 UTC MAIN commitmail json YAML

doc: Updated finance/hledger-lib to 1.33.1

(pho)

2024-05-02 11:59:34 UTC MAIN commitmail json YAML

2024-05-02 11:51:20 UTC MAIN commitmail json YAML

lang/idris: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:42:00 UTC MAIN commitmail json YAML

www/hs-bower-json: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:41:19 UTC MAIN commitmail json YAML

math/hs-adjunctions: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:40:42 UTC MAIN commitmail json YAML

security/hs-crypton-x509-system: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:38:47 UTC MAIN commitmail json YAML

security/hs-crypton-x509-validation: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:38:12 UTC MAIN commitmail json YAML

doc: Updated www/hs-yesod-core to 1.6.25.1

(pho)

2024-05-02 11:38:03 UTC MAIN commitmail json YAML

www/hs-yesod-core: Update to 1.6.25.1

1.6.25.1
    Export the options that were created in 1.6.25.0 #1825

(pho)

2024-05-02 11:32:38 UTC MAIN commitmail json YAML

textproc/hs-skylighting-format-ansi: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:31:57 UTC MAIN commitmail json YAML

textproc/hs-skylighting-format-context: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:31:13 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-skylighting-format-blaze-html to 0.1.1.2

(pho)

2024-05-02 11:31:03 UTC MAIN commitmail json YAML

textproc/hs-skylighting-format-blaze-html: Update to 0.1.1.2

0.1.1.2
    Re-add display: inline-block to code line spans, but only for print media. See jgm/pandoc#9520.

(pho)

2024-05-02 11:28:38 UTC MAIN commitmail json YAML

textproc/hs-skylighting-format-latex: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:28:01 UTC MAIN commitmail json YAML

textproc/hs-xml-hamlet: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:27:05 UTC MAIN commitmail json YAML

doc: Updated www/hs-wai-app-static to 3.1.9

(pho)

2024-05-02 11:26:55 UTC MAIN commitmail json YAML

2024-05-02 11:26:19 UTC MAIN commitmail json YAML

Note update of fonts/gerb to 0.0.1alpha20230427nb8.

(he)

2024-05-02 11:25:38 UTC MAIN commitmail json YAML

fonts/gerb: fix non-portable assumption about c_char signedness.

Might be unsigned, as on powerpc.
Submitted upstream ref. https://github.com/epilys/gerb/pull/45
Bump PKGREVISION.

(he)

2024-05-02 11:24:25 UTC MAIN commitmail json YAML

benchmarks/hs-criterion: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:21:59 UTC MAIN commitmail json YAML

math/hs-statistics: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:19:57 UTC MAIN commitmail json YAML

textproc/hs-microstache: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:16:29 UTC MAIN commitmail json YAML

converters/hs-aeson-better-errors: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:15:40 UTC MAIN commitmail json YAML

converters/hs-aeson-pretty: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:10:41 UTC MAIN commitmail json YAML

textproc/hs-attoparsec-aeson: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:09:31 UTC MAIN commitmail json YAML

converters/hs-deriving-aeson: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:08:59 UTC MAIN commitmail json YAML

doc: Updated converters/hs-hslua-aeson to 2.3.1

(pho)

2024-05-02 11:08:50 UTC MAIN commitmail json YAML

converters/hs-hslua-aeson: Update to 2.3.1

hslua-aeson-2.3.1 - Released 2024-01-18.

    * Relaxed upper bound for aeson. This required changes to the
      testsuite: The arbitrary JSON values produced by current aeson
      versions include numbers that cannot be converted to Lua numbers
      without loss of precision. Those are first converted to representable
      numbers before round-tripping is tested.

    * Relaxed upper bound for text, containers, and bytestring, allowing
      text-2.1, containers-0.7, and bytestring-0.12.

(pho)

2024-05-02 11:07:15 UTC MAIN commitmail json YAML

devel/hs-ipynb: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:06:19 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-commonmark-pandoc to 0.2.2.1

(pho)

2024-05-02 11:06:10 UTC MAIN commitmail json YAML

textproc/hs-commonmark-pandoc: Update to 0.2.2.1

0.2.2.1
    Remove nested footnotes (#138).

0.2.2
    Add support for alerts extension (#132).

(pho)

2024-05-02 11:04:50 UTC MAIN commitmail json YAML

textproc/hs-doctemplates: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:03:52 UTC MAIN commitmail json YAML

textproc/hs-pandoc-types: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 11:01:25 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-skylighting-core to 0.14.1.1

(pho)

2024-05-02 11:01:13 UTC MAIN commitmail json YAML

textproc/hs-skylighting-core: Update to 0.14.1.1

0.14.1.1
    Add GPRBuild syntax.
    Update syntax descriptions for clojure, cmake, coffee, cpp, cs, erlang, graphql, haskell, javascript, julia, kotlin, lilypond, markdown, objectivec, objectivecpp, ocaml, perl, python, ruby, rust, stan, typescript, yaml.

0.14.1
    Update syntax definitions for julia, actionscript, bash, cpp, css, djangotemplate, dosbat, groovy, html, ini, isocpp, java, javadoc, json, jsp, latex, makefile, mustache, php, powershell, rest, rhtml, sass, scala, scss, toml, xml, raku (with patch).
    Many improvements to regular expression compilation:
        Properly recognize unicode characters.
        Handle \Q..\E literal sequences.
        Handle group modifiers like (?i:etc.). (The only one we actually pay attention to is i.)
        Allow unicode category escapes outside of character classes.
        Support one-letter unicode category escapes like \p{L}. These are found in some of the newer syntax definitions.
    Improve regex matching:
        Fix wordDetect to work around an issue in the new html.xml.
        Refactor and fix atWordBoundary: remove redundant checks, and fix behavior (/x\b/ was behaving like /\bx\b/) (Cæ‹…me ALLART).
        Fix bug in lastCharOffset (Cæ‹…me ALLART).
    Style: Allow colors to be specified in ARGB format (#178). We currently just ignore the A part, but at least we don't fail.

(pho)

2024-05-02 10:49:48 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-typst to 0.5.0.3

(pho)

2024-05-02 10:49:38 UTC MAIN commitmail json YAML

2024-05-02 10:35:25 UTC MAIN commitmail json YAML

doc: Added devel/humungus version 0.9.7

(wiz)

2024-05-02 10:35:15 UTC MAIN commitmail json YAML

devel/Makefile: + humungus

(wiz)

2024-05-02 10:35:02 UTC MAIN commitmail json YAML

devel/humungus: import humungus-0.9.7

humungus - an hg server

- View changes, files, changesets, etc. Some syntax highlighting.
- Read only web access. Write access via ssh keys.
- Serves multiple repositories.
- Allows cloning via the obvious URL. Supports go get.
- Federates via ActivityPub.
- Serves files for downloads.
- Online documentation via mandoc.
- Terminal based admin interface.

(wiz)

2024-05-02 10:33:23 UTC MAIN commitmail json YAML

textproc/hs-yaml: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 10:27:25 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hslua-module-system to 1.1.1

(pho)

2024-05-02 10:27:16 UTC MAIN commitmail json YAML

devel/hs-hslua-module-system: Update to 1.1.1

hslua-module-system-1.1.1 - Released 2024-01-18.

    Relaxed upper bound for text, allowing text-2.1.

(pho)

2024-05-02 10:26:04 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hslua-module-version to 1.1.1

(pho)

2024-05-02 10:25:54 UTC MAIN commitmail json YAML

devel/hs-hslua-module-version: Update to 1.1.1

hslua-module-version-1.1.1 - Released 2024-01-18.

    Relaxed upper bound for text, and filepath, allowing text-2.1,
    filepath-1.5.

(pho)

2024-05-02 10:24:38 UTC MAIN commitmail json YAML

doc: Updated sysutils/hs-hslua-module-path to 1.1.1

(pho)

2024-05-02 10:24:30 UTC MAIN commitmail json YAML

sysutils/hs-hslua-module-path: Update to 1.1.1

hslua-module-path-1.1.1 - Released 2024-01-18.

    Relaxed upper bound for text, and filepath, allowing text-2.1,
    filepath-1.5.

(pho)

2024-05-02 10:23:05 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-hslua-module-text to 1.1.1

(pho)

2024-05-02 10:22:56 UTC MAIN commitmail json YAML

textproc/hs-hslua-module-text: Update to 1.1.1

hslua-module-text-1.1.1 - Released 2024-01-18.

    Relaxed upper bound for text, allowing text-2.1.

(pho)

2024-05-02 10:20:55 UTC MAIN commitmail json YAML

www/hs-wai-cors: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 10:20:11 UTC MAIN commitmail json YAML

doc: Updated www/hs-wai-extra to 3.1.14

(pho)

2024-05-02 10:20:02 UTC MAIN commitmail json YAML

www/hs-wai-extra: Update to 3.1.14

3.1.15
    Request parsing throws an exception rather than erroring #964:
        Add RequestParseException type and expose it from the Network.Wai.Parse module.
        Behavior change : parseRequestBody and parseRequestBodyEx (exported from Network.Wai.Parse) throw RequestParseException rather than calling error.

3.1.14.0
    defaultGzipSettings now exported to not depend on Data.Default #959

(pho)

2024-05-02 10:17:00 UTC MAIN commitmail json YAML

doc: Updated www/hs-warp to 3.4.1

(pho)

2024-05-02 10:16:50 UTC MAIN commitmail json YAML

www/hs-warp: Update to 3.4.1

3.4.1
    Using time-manager v0.1.0, and auto-update v0.2.0. #986

3.4.0
    Reworked request lines (CRLF) parsing: #968
        We do not accept multiline headers anymore. (RFC 7230 deprecated it 10 years ago)
        Reworked request lines (CRLF) parsing to not unnecessarily copy bytestrings.
    Using http2 v5.1.0.
    fourmolu is used as an official formatter.

3.3.31
    Supporting http2 v5.0.

(pho)

2024-05-02 10:09:00 UTC MAIN commitmail json YAML

2024-05-02 10:08:52 UTC MAIN commitmail json YAML

doc: Updated devel/hs-monad-dijkstra to 0.1.1.5

(pho)

2024-05-02 10:06:57 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hiedb to 0.6.0.0

(pho)

2024-05-02 10:06:47 UTC MAIN commitmail json YAML

devel/hs-hiedb: Update to 0.6.0.0

0.6.0.0 -- 2024-02-11
    Add index on column unit of table mods
    Add new table imports which indexes import statements
    Add new cli options that allow selectively skipping indexing of some things: --skip-refs Skip refs table when indexing --skip-decls Skip decls table when indexing --skip-defs Skip defs table when indexing --skip-exports Skip exports table when indexing --skip-imports Skip imports table when indexing --skip-types Skip types and typerefs table when indexing --skip-typerefs Skip typerefs table when indexing
    Fix a bug where duplicate entries were inserted into typerefs table during indexing
    Fix a bug in searchDef query which was mistakenly not including ':' when searching by occurrence names

0.5.0.1 -- 2024-01-12
    Fix incorrect Show Symbol instance in 0.5.0.0

0.5.0.0 -- 2024-01-12
    Handle duplicate record fields in GHC 9.8 instead of crashing

0.4.4.0 -- 2023-11-13
    Add --src-base-dir option allowing for src file indexing in mods
    Support GHC 9.8.1
    Drop support for GHC 8.10
    Add lookupHieFileFromHash
    Add lookupPackage
    Add removeDependencySrcFiles

(pho)

2024-05-02 10:03:27 UTC MAIN commitmail json YAML

doc: Updated devel/hs-apply-refact to 0.14.0.0

(pho)

2024-05-02 10:03:18 UTC MAIN commitmail json YAML

2024-05-02 10:00:01 UTC MAIN commitmail json YAML

devel/hs-transformers-compat: Turned out neither hs-fail nor hs-generic-deriving were required for building it any longer

(pho)

2024-05-02 09:54:55 UTC MAIN commitmail json YAML

doc: Updated devel/hs-ghc-exactprint to 1.8.0.0

(pho)

2024-05-02 09:54:43 UTC MAIN commitmail json YAML

devel/hs-ghc-exactprint: Update to 1.8.0.0

2022-12-19 v1.8.0.0
* Support GHC 9.8.1
2022-12-19 v1.7.1.0
* Add CI for GHC 9.6.3
* Reinstate MonadTrans on TransFormT (via @Vekhir)

(pho)

2024-05-02 09:45:54 UTC MAIN commitmail json YAML

doc: Updated devel/hs-enummapset to 0.7.2.0

(pho)

2024-05-02 09:45:44 UTC MAIN commitmail json YAML

2024-05-02 09:44:01 UTC MAIN commitmail json YAML

devel/hs-fsnotify: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 09:37:03 UTC MAIN commitmail json YAML

doc: Updated sysutils/eza to 0.18.14

(pin)

2024-05-02 09:36:09 UTC MAIN commitmail json YAML

devel/hs-shelly: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 09:35:55 UTC MAIN commitmail json YAML

sysutils/eza: update to 0.18.14

[0.18.14] - 2024-05-02
Features
- Add icon for "cron.minutely" directory

Build
- Bump uzers from 0.11.3 to 0.12.0
- Bump libc from 0.2.153 to 0.2.154
- Bump unicode-width from 0.1.11 to 0.1.12
- Bump palette from 0.7.5 to 0.7.6

(pin)

2024-05-02 09:35:08 UTC MAIN commitmail json YAML

devel/hs-generic-lens: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 09:35:00 UTC MAIN commitmail json YAML

doc: Updated devel/ast-grep to 0.21.2

(pin)

2024-05-02 09:33:51 UTC MAIN commitmail json YAML

devel/ast-grep: update to 0.21.2

- feat: Allow to use meta variable captured outside of rewrite rule inside the rewriter #1072
- refactor: move rule_core test out of rule_core 1e8af4c
- feat: move check variable usage out to a standalone file f086d10
- refactor: move check var around cfe3529

(pin)

2024-05-02 09:33:16 UTC MAIN commitmail json YAML

math/hs-free: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 09:05:45 UTC MAIN commitmail json YAML

doc/TODO: + nano-8.0.

(wiz)

2024-05-02 08:49:46 UTC MAIN commitmail json YAML

python312: Clean up previous change.

Now pkglint clean, no functional change.

(jperkin)

2024-05-02 08:37:43 UTC MAIN commitmail json YAML

Do not include ../../devel/gettext-lib/buildlink3.mk from buildlink3.mk as it is not included from Makefile

(cheusov)

2024-05-02 08:25:35 UTC MAIN commitmail json YAML

devel/hs-list-t: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 08:24:57 UTC MAIN commitmail json YAML

doc: Updated devel/hs-git-lfs to 1.2.2

(pho)

2024-05-02 08:24:44 UTC MAIN commitmail json YAML

devel/hs-git-lfs: Update to 1.2.2

haskell-git-lfs (1.2.2)

  * Expand aeson bounds to allow 2.2.x
  * Expand text bounds to allow 2.1.x
  * Expand bytestring boulds to allow 0.12

(pho)

2024-05-02 08:21:03 UTC MAIN commitmail json YAML

doc: Updated devel/hs-lifted-async to 0.10.2.5

(pho)

2024-05-02 08:20:54 UTC MAIN commitmail json YAML

devel/hs-lifted-async: Update to 0.10.2.5

v0.10.2.5 - 2023-11-11
    Support GHC 9.8 (#42)
    Allow base-4.19, bump CI to GHC 9.8.1 (#43)

(pho)

2024-05-02 08:19:18 UTC MAIN commitmail json YAML

devel/hs-rio-orphans: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 08:18:49 UTC MAIN commitmail json YAML

devel/hs-storable-tuple: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 08:15:17 UTC MAIN commitmail json YAML

devel/hs-turtle: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 08:11:27 UTC MAIN commitmail json YAML

textproc/hs-shakespeare: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 08:10:18 UTC MAIN commitmail json YAML

Sync including devel/gettext-lib/buildlink3.mk in buildlink3.mk and Makefile

(cheusov)

2024-05-02 08:10:01 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.93.0

(pin)

2024-05-02 08:09:33 UTC MAIN commitmail json YAML

misc/hs-pager: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 08:08:51 UTC MAIN commitmail json YAML

2024-05-02 08:07:53 UTC MAIN commitmail json YAML

lang/hs-sourcemap: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 08:07:23 UTC MAIN commitmail json YAML

doc: Updated math/hs-invariant to 0.6.3

(pho)

2024-05-02 08:07:14 UTC MAIN commitmail json YAML

math/hs-invariant: Update to 0.6.3

0.6.3 [2024.03.19]

    Support building with template-haskell-2.22.* (GHC 9.10).

(pho)

2024-05-02 08:05:46 UTC MAIN commitmail json YAML

www/hs-wai-logger: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 08:05:15 UTC MAIN commitmail json YAML

security/hs-crypton-x509-store: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 08:04:28 UTC MAIN commitmail json YAML

security/hs-crypton-conduit: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 07:55:55 UTC MAIN commitmail json YAML

security/hs-crypton-conduit: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 07:51:56 UTC MAIN commitmail json YAML

shells/shellcheck: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 07:40:58 UTC MAIN commitmail json YAML

www/hs-feed: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 07:33:33 UTC MAIN commitmail json YAML

doc: Added games/classicube version 1.3.6

(nia)

2024-05-02 07:33:20 UTC MAIN commitmail json YAML

Import games/classicube

ClassiCube is a custom Minecraft Classic compatible client written in C from
scratch.

ClassiCube aims to replicate the 2009 Minecraft Classic client while offering
optional enhancements to improve gameplay.

ClassiCube is not trying to replicate modern Minecraft versions. It will
never support survival, logging in with Minecraft accounts or connecting to
Minecraft servers.  It is not affiliated with (or supported by) Mojang AB,
Minecraft, or Microsoft in any way.

(nia)

2024-05-02 07:01:00 UTC MAIN commitmail json YAML

textproc/hs-HsYAML-aeson: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)

2024-05-02 06:59:58 UTC MAIN commitmail json YAML

doc: Updated www/hs-http2 to 5.2.1

(pho)

2024-05-02 06:59:49 UTC MAIN commitmail json YAML

www/hs-http2: Update to 5.2.1

5.2.1
    Using time-manager v0.1.0. #115

5.2.0
    Using http-semantics #114
    Header of http-types should be used as high-level header.
    TokenHeader of http-semantics should be used as low-level header.
    Breaking change: encodeHeader takes Header of http-types.
    Breaking change: decodeHeader returns Header of http-types.
    Breaking change: HeaderName as ByteString is removed.

5.1.4
    Using network-control v0.1.

5.1.3
    Defining SendRequest type synonym. #111

5.1.2
    Make ping rate limit configurable #108

5.1.1
    Deal with RST_STREAM in HalfClosedLocal state #107

5.1.0
    Drop frames after reset #106
    BREAKING CHANGE: Use String for Authority #105
    Properly close streams #104

5.0.1
    Allowing bytestring 0.12.

5.0.0
    Using the network-control package.
    The limits of resources can be specified in ServerConfig and ClientConfig.
    Open streams based on peer's MaxStreams.
    Rejecting Data if it is over the receiving limit.
    Informing MaxStreams properly.
    Informing WindowUpdate properly.
    New API: Server.Internal.runIO and Client.Internal.runIO.

(pho)

2024-05-02 06:58:49 UTC MAIN commitmail json YAML

net/Makefile: + hs-network-control

(pho)

2024-05-02 06:58:40 UTC MAIN commitmail json YAML

doc: Added net/hs-network-control version 0.1.0

(pho)

2024-05-02 06:58:34 UTC MAIN commitmail json YAML

2024-05-02 06:54:59 UTC MAIN commitmail json YAML

www/Makefile: + hs-http-semantics

(pho)

2024-05-02 06:54:50 UTC MAIN commitmail json YAML

doc: Added www/hs-http-semantics version 0.0.0

(pho)

2024-05-02 06:54:43 UTC MAIN commitmail json YAML

2024-05-02 06:50:00 UTC MAIN commitmail json YAML

python311: Clean up recent readline addition.

Now pkglint clean, no functional change.

(jperkin)

2024-05-02 06:47:44 UTC MAIN commitmail json YAML

www/hs-servant: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.

(pho)