NetBSD/pkgsrc-wip a330d55romblast Makefile

package is now in emulators instead of devel
DeltaFile
+1-1romblast/Makefile
+1-11 files

NetBSD/pkgsrc 5zYLHSFsecurity/hs-cryptohash-md5 PLIST Makefile

   security/hs-cryptohash-md5: 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.
VersionDeltaFile
1.4+2-4security/hs-cryptohash-md5/PLIST
1.7+3-2security/hs-cryptohash-md5/Makefile
+5-62 files

NetBSD/pkgsrc 0W7svvIsecurity/hs-entropy PLIST

   security/hs-entropy: 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.
VersionDeltaFile
1.4+2-4security/hs-entropy/PLIST
+2-41 files

NetBSD/pkgsrc b82orn0doc CHANGES-2024

   doc: Updated devel/hs-vector-stream to 0.1.0.1
VersionDeltaFile
1.2789+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc vFIYdlddevel/hs-vector-stream Makefile distinfo

   devel/hs-vector-stream: Update to 0.1.0.1

   Changes in version 0.1.0.1
       Compatibility with future GHC 9.10 release #462
VersionDeltaFile
1.6+2-7devel/hs-vector-stream/Makefile
1.2+4-4devel/hs-vector-stream/distinfo
1.7+3-3devel/hs-vector-stream/buildlink3.mk
1.4+2-4devel/hs-vector-stream/PLIST
+11-184 files

NetBSD/pkgsrc Vm9rEepdevel/hs-word8 PLIST

   devel/hs-word8: 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.
VersionDeltaFile
1.3+2-4devel/hs-word8/PLIST
+2-41 files

NetBSD/pkgsrc z8L8fwsfinance/hs-Decimal PLIST

   finance/hs-Decimal: 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.
VersionDeltaFile
1.4+0-2finance/hs-Decimal/PLIST
+0-21 files

NetBSD/pkgsrc FVKJzLWgraphics/hs-dotgen PLIST

   graphics/hs-dotgen: 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.
VersionDeltaFile
1.3+2-4graphics/hs-dotgen/PLIST
+2-41 files

NetBSD/pkgsrc xx0sgbysecurity/hs-cryptohash-sha256 PLIST Makefile

   security/hs-cryptohash-sha256: 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.
VersionDeltaFile
1.5+2-4security/hs-cryptohash-sha256/PLIST
1.14+3-2security/hs-cryptohash-sha256/Makefile
+5-62 files

NetBSD/pkgsrc c2AU1RJtextproc/hs-text-manipulate PLIST

   textproc/hs-text-manipulate: 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.
VersionDeltaFile
1.4+2-4textproc/hs-text-manipulate/PLIST
+2-41 files

NetBSD/pkgsrc Lfuy2HYmath/hs-ieee754 PLIST

   math/hs-ieee754: 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.
VersionDeltaFile
1.4+2-4math/hs-ieee754/PLIST
+2-41 files

NetBSD/pkgsrc o3xCsOutextproc/hs-annotated-wl-pprint PLIST

   textproc/hs-annotated-wl-pprint: 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.
VersionDeltaFile
1.4+2-4textproc/hs-annotated-wl-pprint/PLIST
+2-41 files

NetBSD/pkgsrc ev23V7Ltextproc/hs-stringsearch PLIST

   textproc/hs-stringsearch: 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.
VersionDeltaFile
1.7+2-4textproc/hs-stringsearch/PLIST
+2-41 files

NetBSD/pkgsrc loIN23Zwww/hs-open-browser Makefile PLIST, www/hs-open-browser/patches patch-lib_Web_Browser.hs

   www/hs-open-browser: 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.
VersionDeltaFile
1.1+15-0www/hs-open-browser/patches/patch-lib_Web_Browser.hs
1.6+6-1www/hs-open-browser/Makefile
1.3+2-4www/hs-open-browser/PLIST
1.2+2-1www/hs-open-browser/distinfo
+25-64 files

NetBSD/pkgsrc-wip 73b43bflpjs distinfo Makefile

lpjs: Update to 0.0.1.4

munge-enable: Set ownership of log dirs under Linux
DeltaFile
+3-3lpjs/distinfo
+2-2lpjs/Makefile
+5-52 files

NetBSD/src 7WfgIw6sbin/raidctl raidctl.c raidctl.8

   Pull up following revision(s) (requested by oster in ticket #675):

        sbin/raidctl/raidctl.8: revision 1.81
        sbin/raidctl/raidctl.c: revision 1.80

   Implement command-line configuration of simple RAID sets with raidctl
   based on the usage pattern:

    raidctl <device> create <level> <component1> <component2> ...

   For example,

    raidctl raid0 create mirror absent /dev/wd1e

   will create a RAID level 1 (mirror) set with an absent first component
   and /dev/wd1e as the second component. The resulting RAID device will
   be marked as auto-configurable, will have a serial number set (based
   on the current time), and parity will be initialized. Reasonable
   performance values are automatically used by default for other parameters

    [3 lines not shown]
VersionDeltaFile
1.78.2.2+161-10sbin/raidctl/raidctl.c
1.79.2.2+63-3sbin/raidctl/raidctl.8
+224-132 files

NetBSD/pkgsrc-wip 58e3b64auto-admin distinfo Makefile

auto-admin: Update to 0.8.0.32

auto-enable-service: Add Debian support and check for systemd
DeltaFile
+3-3auto-admin/distinfo
+2-2auto-admin/Makefile
+5-52 files

NetBSD/src Z8vwXqwsbin/raidctl raidctl.8 raidctl.c, sys/dev/raidframe rf_disks.c rf_netbsdkintf.c

   Pull up following revision(s) (requested by oster in ticket #674):

        sys/dev/raidframe/rf_raid.h: revision 1.52
        sbin/raidctl/raidctl.8: revision 1.80
        sys/dev/raidframe/rf_driver.c: revision 1.141
        sys/dev/raidframe/rf_disks.c: revision 1.94
        sys/dev/raidframe/rf_diskqueue.c: revision 1.64
        sys/dev/raidframe/rf_diskqueue.h: revision 1.30
        sys/dev/raidframe/rf_disks.h: revision 1.15
        sys/dev/raidframe/rf_netbsdkintf.c: revision 1.414
        sys/dev/raidframe/rf_reconstruct.c: revision 1.129
        sys/dev/raidframe/raidframeio.h: revision 1.12
        sbin/raidctl/raidctl.c: revision 1.79

   Implement hot removal of spares and components. From manu@.

   Implement a long desired feature of automatically incorporating
   a used spare into the array after a reconstruct.


    [22 lines not shown]
VersionDeltaFile
1.93.4.1+205-49sys/dev/raidframe/rf_disks.c
1.79.2.1+11-63sbin/raidctl/raidctl.8
1.410.4.4+35-19sys/dev/raidframe/rf_netbsdkintf.c
1.127.10.2+32-12sys/dev/raidframe/rf_reconstruct.c
1.78.2.1+18-14sbin/raidctl/raidctl.c
1.63.4.1+10-3sys/dev/raidframe/rf_diskqueue.c
+311-1605 files not shown
+332-17311 files

NetBSD/pkgsrc 4Rytc1xdoc CHANGES-2024

   doc: Updated math/hs-commutative-semigroups to 0.2
VersionDeltaFile
1.2788+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc YPadCxFmath/hs-commutative-semigroups distinfo PLIST

   math/hs-commutative-semigroups: Update to 0.2

   0.2 -- 2024-04-09
       Removed the instances for the Event and Lifetime types unavailable on Windows

   0.1.1.0 -- 2024-03-24
       Added more trivial instances for semigroups from base

   0.1.0.2 -- 2023-12-22
       Support GHC 9.8.1
VersionDeltaFile
1.3+4-4math/hs-commutative-semigroups/distinfo
1.3+2-4math/hs-commutative-semigroups/PLIST
1.6+3-3math/hs-commutative-semigroups/buildlink3.mk
1.6+2-3math/hs-commutative-semigroups/Makefile
+11-144 files

NetBSD/pkgsrc h97Jxjimath/hs-primes PLIST

   math/hs-primes: 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.
VersionDeltaFile
1.3+2-4math/hs-primes/PLIST
+2-41 files

NetBSD/pkgsrc tcrwAEMmath/hs-quote-quot PLIST

   math/hs-quote-quot: 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.
VersionDeltaFile
1.2+2-4math/hs-quote-quot/PLIST
+2-41 files

NetBSD/pkgsrc DA8uRtimisc/hs-magic PLIST

   misc/hs-magic: 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.
VersionDeltaFile
1.2+2-4misc/hs-magic/PLIST
+2-41 files

NetBSD/pkgsrc A0FaEyxsysutils/hs-byteorder PLIST

   sysutils/hs-byteorder: 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.
VersionDeltaFile
1.3+2-4sysutils/hs-byteorder/PLIST
+2-41 files

NetBSD/pkgsrc mAGjlw0textproc/hs-appar PLIST

   textproc/hs-appar: 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.
VersionDeltaFile
1.3+2-4textproc/hs-appar/PLIST
+2-41 files

NetBSD/pkgsrc 6nR5W6inet/hs-network-byte-order PLIST

   net/hs-network-byte-order: 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.
VersionDeltaFile
1.3+2-4net/hs-network-byte-order/PLIST
+2-41 files

NetBSD/pkgsrc 8VmZIyisecurity/hs-ed25519 PLIST

   security/hs-ed25519: 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.
VersionDeltaFile
1.4+2-4security/hs-ed25519/PLIST
+2-41 files

NetBSD/pkgsrc zDpBNC6sysutils/hs-disk-free-space PLIST

   sysutils/hs-disk-free-space: 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.
VersionDeltaFile
1.2+2-4sysutils/hs-disk-free-space/PLIST
+2-41 files

NetBSD/pkgsrc fhJXEeasysutils/hs-filepath-bytestring Makefile PLIST

   sysutils/hs-filepath-bytestring: 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.
VersionDeltaFile
1.3+6-1sysutils/hs-filepath-bytestring/Makefile
1.2+2-4sysutils/hs-filepath-bytestring/PLIST
+8-52 files

NetBSD/pkgsrc-wip aa94b2emunge Makefile

munge: Fix sysconfig path on Lubuntu
DeltaFile
+3-1munge/Makefile
+3-11 files