pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/icecast1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 30 15:39:58 UTC 2025

Modified Files:
        pkgsrc/audio/icecast1: distinfo
        pkgsrc/audio/icecast1/patches: patch-aa

Log Message:
icecast1: remove bitrig support


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/icecast1/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/icecast1/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/icecast1/distinfo
diff -u pkgsrc/audio/icecast1/distinfo:1.10 pkgsrc/audio/icecast1/distinfo:1.11
--- pkgsrc/audio/icecast1/distinfo:1.10 Tue Oct 26 09:59:02 2021
+++ pkgsrc/audio/icecast1/distinfo      Sun Mar 30 15:39:58 2025
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 09:59:02 nia Exp $
+$NetBSD: distinfo,v 1.11 2025/03/30 15:39:58 wiz Exp $
 
 BLAKE2s (icecast-1.3.12.tar.gz) = c58f384e02e581a8f024fb7bcb4cdd94f88222ee2ec64519988c8d8467ab6e16
 SHA512 (icecast-1.3.12.tar.gz) = ccc9c4673e842b3215685e1ac6135f891a76a4ea5033def84a3be5b64be8e33d641627cc28f99dedbcd0671d291e7f21ece6654a3e3dd7c1e6c486a289cba339
 Size (icecast-1.3.12.tar.gz) = 269822 bytes
-SHA1 (patch-aa) = 06ebd75daaf3a3dfb4ef66a036ab792a4fcea83d
+SHA1 (patch-aa) = 349baae18983420f2afdad0beb9ea6005383f2c1
 SHA1 (patch-ab) = 5d85c8718fba45120bcc3879ca7b2bc718c1c216
 SHA1 (patch-ac) = 4775c84b910f9b19134f66a57f5196b572daf3cc
 SHA1 (patch-ad) = 787838025c33a2b84bc0dd20ac6442e5d8cc24c0

Index: pkgsrc/audio/icecast1/patches/patch-aa
diff -u pkgsrc/audio/icecast1/patches/patch-aa:1.2 pkgsrc/audio/icecast1/patches/patch-aa:1.3
--- pkgsrc/audio/icecast1/patches/patch-aa:1.2  Mon Nov  9 07:50:28 2015
+++ pkgsrc/audio/icecast1/patches/patch-aa      Sun Mar 30 15:39:58 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2015/11/09 07:50:28 dholland Exp $
+$NetBSD: patch-aa,v 1.3 2025/03/30 15:39:58 wiz Exp $
 
 Don't screw with libc feature hiding macros in ways that break the
 build.
@@ -10,7 +10,7 @@ build.
  #endif
  
 +#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) \
-+ && !defined(__OpenBSD__) && !defined(__Bitrig__)
++ && !defined(__OpenBSD__)
 +
  #ifndef __EXTENSIONS__
  # define __EXTENSIONS__



Home | Main Index | Thread Index | Old Index