pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/vorbis-tools vorbis-tools: fix build on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beb724bef427
branches:  trunk
changeset: 375786:beb724bef427
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 26 21:33:47 2022 +0000

description:
vorbis-tools: fix build on SunOS

diffstat:

 audio/vorbis-tools/distinfo                      |   3 ++-
 audio/vorbis-tools/patches/patch-ogg123_status.c |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 1779b5fcf936 -r beb724bef427 audio/vorbis-tools/distinfo
--- a/audio/vorbis-tools/distinfo       Sat Mar 26 21:10:59 2022 +0000
+++ b/audio/vorbis-tools/distinfo       Sat Mar 26 21:33:47 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.30 2021/10/26 09:59:34 nia Exp $
+$NetBSD: distinfo,v 1.31 2022/03/26 21:33:47 tnn Exp $
 
 BLAKE2s (vorbis-tools-1.4.2.tar.gz) = cefdc1b09753f242c4ca59cb47b3451a1946b9527759e0685eeabeb211c5d3f9
 SHA512 (vorbis-tools-1.4.2.tar.gz) = 31681560434054706981aef64406975295eb405a9d2d7c0468af789d6c23edb7cfc1c19d26a28fa7061835524289cdc6d217a4669c43a2eb828189370cc6fcaf
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 00c0a5a9388baf79fd944e12cda1da65e2e8676c
 SHA1 (patch-ae) = 60ca36c35325e4228ea7f7f5b3a60cd57b56b0cd
 SHA1 (patch-configure) = ede9f755ae5d125325da50948d54367ae6c30d7b
+SHA1 (patch-ogg123_status.c) = 906cf9a5a19afc69cdafdf7d9f98f79072553520
diff -r 1779b5fcf936 -r beb724bef427 audio/vorbis-tools/patches/patch-ogg123_status.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/vorbis-tools/patches/patch-ogg123_status.c  Sat Mar 26 21:33:47 2022 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ogg123_status.c,v 1.1 2022/03/26 21:33:47 tnn Exp $
+
+for TIOCGWINSZ on SunOS
+
+--- ogg123/status.c.orig       2021-01-02 19:54:35.000000000 +0000
++++ ogg123/status.c
+@@ -22,6 +22,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <pthread.h>
++#include <termios.h>
+ 
+ #ifdef HAVE_UNISTD_H
+ #include <sys/ioctl.h>



Home | Main Index | Thread Index | Old Index