pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jul 4 06:25:05 UTC 2026
Modified Files:
pkgsrc/audio/cplay: MESSAGE
pkgsrc/audio/juke: MESSAGE Makefile distinfo
pkgsrc/audio/juke/patches: patch-ae
pkgsrc/audio/mp3to: Makefile
pkgsrc/audio/shntool: Makefile
pkgsrc/audio/terminatorx: Makefile
pkgsrc/audio/xmradio: Makefile
pkgsrc/chat/centerim: Makefile
pkgsrc/ham/freedv: Makefile
pkgsrc/ham/predict: Makefile
pkgsrc/misc/emacspeak: Makefile
pkgsrc/multimedia/dvd-slideshow: Makefile
pkgsrc/multimedia/mlt: Makefile
pkgsrc/net/nagstamon: Makefile
pkgsrc/sysutils/mencvcd: Makefile
pkgsrc/textproc/split-thai: Makefile
Log Message:
*: switch from sox to sox_ng
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/audio/cplay/MESSAGE
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/audio/juke/MESSAGE
cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/juke/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/juke/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/juke/patches/patch-ae
cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/mp3to/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/shntool/Makefile
cvs rdiff -u -r1.116 -r1.117 pkgsrc/audio/terminatorx/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/xmradio/Makefile
cvs rdiff -u -r1.88 -r1.89 pkgsrc/chat/centerim/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/ham/freedv/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/predict/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/emacspeak/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/dvd-slideshow/Makefile
cvs rdiff -u -r1.158 -r1.159 pkgsrc/multimedia/mlt/Makefile
cvs rdiff -u -r1.80 -r1.81 pkgsrc/net/nagstamon/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/mencvcd/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/textproc/split-thai/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/cplay/MESSAGE
diff -u pkgsrc/audio/cplay/MESSAGE:1.1.1.1 pkgsrc/audio/cplay/MESSAGE:1.2
--- pkgsrc/audio/cplay/MESSAGE:1.1.1.1 Tue Nov 8 15:56:40 2005
+++ pkgsrc/audio/cplay/MESSAGE Sat Jul 4 06:25:03 2026
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2005/11/08 15:56:40 tonio Exp $
+$NetBSD: MESSAGE,v 1.2 2026/07/04 06:25:03 wiz Exp $
In order to make this package actually useful, you should install at least
one of the following audio players:
@@ -10,5 +10,5 @@ audio/mpg321
audio/madplay
audio/mikmod
audio/xmp
-audio/sox
+audio/sox_ng
===========================================================================
Index: pkgsrc/audio/juke/MESSAGE
diff -u pkgsrc/audio/juke/MESSAGE:1.1.1.1 pkgsrc/audio/juke/MESSAGE:1.2
--- pkgsrc/audio/juke/MESSAGE:1.1.1.1 Thu Mar 6 22:30:57 2003
+++ pkgsrc/audio/juke/MESSAGE Sat Jul 4 06:25:03 2026
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2003/03/06 22:30:57 salo Exp $
+$NetBSD: MESSAGE,v 1.2 2026/07/04 06:25:03 wiz Exp $
You may wish to install at least some players from pkgsrc to use with juke
(if you don't have them installed already). You can try the following
@@ -12,7 +12,7 @@ packages:
ULT 669 files
audio/mpg123 Command-line player for mpeg layer 1, 2 and 3 audio
audio/sidplay tools for playing sidtunes
- audio/sox SOund eXchange - universal sound sample translator
+ audio/sox_ng SOund eXchange - universal sound sample translator
audio/vorbis-tools Ogg Vorbis encoder and player
audio/xmp Player for many different Amiga and PC module formats
Index: pkgsrc/audio/juke/Makefile
diff -u pkgsrc/audio/juke/Makefile:1.21 pkgsrc/audio/juke/Makefile:1.22
--- pkgsrc/audio/juke/Makefile:1.21 Sat Dec 30 01:13:18 2023
+++ pkgsrc/audio/juke/Makefile Sat Jul 4 06:25:03 2026
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/12/30 01:13:18 zafer Exp $
-#
+# $NetBSD: Makefile,v 1.22 2026/07/04 06:25:03 wiz Exp $
DISTNAME= juke-0.7
PKGREVISION= 5
@@ -14,6 +13,8 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
FAKE_NCURSES= yes
+CFLAGS+= -Wno-implicit-function-declaration
+
EGDIR= ${PREFIX}/share/examples/juke
CONF_FILES= ${EGDIR}/juke.conf.default ${PKG_SYSCONFDIR}/juke.conf
Index: pkgsrc/audio/juke/distinfo
diff -u pkgsrc/audio/juke/distinfo:1.7 pkgsrc/audio/juke/distinfo:1.8
--- pkgsrc/audio/juke/distinfo:1.7 Tue Oct 26 09:59:03 2021
+++ pkgsrc/audio/juke/distinfo Sat Jul 4 06:25:03 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 09:59:03 nia Exp $
+$NetBSD: distinfo,v 1.8 2026/07/04 06:25:03 wiz Exp $
BLAKE2s (juke-0.7.tar.gz) = 1885f7aa47c1aed75d5ac60f809e580277198313d773154bec314e2459775524
SHA512 (juke-0.7.tar.gz) = 279f4c8f90b97c245de24da5cdb87b4a8b263d07f1da82be4ef9e23b51fbef34f6dead4c0d754136f2bb7534a9023c6c5dc8f24178ec98dfd531913b2b706e95
@@ -7,5 +7,5 @@ SHA1 (patch-aa) = e835b1fe8f00d8c5581a87
SHA1 (patch-ab) = e4a089f7307e6a029b7e0c6b5b862326e160f6d5
SHA1 (patch-ac) = f1c7233cd88ebdbc8df1a5ec5955b6506fd73634
SHA1 (patch-ad) = 3080321b954c2fa1ae83c6e945214c62f0f34e72
-SHA1 (patch-ae) = fe4a70293f762a17503c5782163181e873b52186
+SHA1 (patch-ae) = ddbba03df23e2b9a639b2f5f695afafcbb7303f1
SHA1 (patch-af) = ec5e9602ffcef4b8e01c00a260b65612e1d9f89a
Index: pkgsrc/audio/juke/patches/patch-ae
diff -u pkgsrc/audio/juke/patches/patch-ae:1.1 pkgsrc/audio/juke/patches/patch-ae:1.2
--- pkgsrc/audio/juke/patches/patch-ae:1.1 Wed Jan 28 11:15:35 2004
+++ pkgsrc/audio/juke/patches/patch-ae Sat Jul 4 06:25:03 2026
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.1 2004/01/28 11:15:35 agc Exp $
+$NetBSD: patch-ae,v 1.2 2026/07/04 06:25:03 wiz Exp $
---- configure 2004/01/28 11:10:31 1.1
-+++ configure 2004/01/28 11:10:56
-@@ -586,12 +586,12 @@
+--- configure.orig 2001-02-11 19:49:24.000000000 +0000
++++ configure
+@@ -586,12 +586,12 @@ echo "$ac_t""$target" 1>&6
target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$target" 1>&6
@@ -21,3 +21,21 @@ $NetBSD: patch-ae,v 1.1 2004/01/28 11:15
CFLAGS="$CFLAGS -Wall -O2 -pipe -fomit-frame-pointer"
+@@ -989,7 +989,7 @@ cat > conftest.$ac_ext << EOF
+ #line 990 "configure"
+ #include "confdefs.h"
+
+-main(){return(0);}
++int main(){return(0);}
+ EOF
+ if { (eval echo configure:995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ ac_cv_prog_cc_works=yes
+@@ -1637,7 +1637,7 @@ else
+ * If this system has a BSD-style setpgrp, which takes arguments, exit
+ * successfully.
+ */
+-main()
++int main()
+ {
+ if (setpgrp(1,1) == -1)
+ exit(0);
Index: pkgsrc/audio/mp3to/Makefile
diff -u pkgsrc/audio/mp3to/Makefile:1.13 pkgsrc/audio/mp3to/Makefile:1.14
--- pkgsrc/audio/mp3to/Makefile:1.13 Tue Oct 2 23:47:59 2012
+++ pkgsrc/audio/mp3to/Makefile Sat Jul 4 06:25:03 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2012/10/02 23:47:59 asau Exp $
+# $NetBSD: Makefile,v 1.14 2026/07/04 06:25:03 wiz Exp $
DISTNAME= mp3to
PKGNAME= ${DISTNAME}-1.0.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .gz
@@ -14,7 +14,7 @@ NO_SRC_ON_FTP= already in MASTER_SITE_LO
DEPENDS+= mpg123-[0-9]*:../../audio/mpg123
DEPENDS+= gmp3info>=0.8.2:../../audio/gmp3info
-DEPENDS+= sox>=12.17.1:../../audio/sox
+DEPENDS+= sox_ng>=12.17.1:../../audio/sox_ng
REPLACE_SH= mp3to
Index: pkgsrc/audio/shntool/Makefile
diff -u pkgsrc/audio/shntool/Makefile:1.9 pkgsrc/audio/shntool/Makefile:1.10
--- pkgsrc/audio/shntool/Makefile:1.9 Sun Feb 8 10:52:58 2026
+++ pkgsrc/audio/shntool/Makefile Sat Jul 4 06:25:04 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2026/02/08 10:52:58 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/07/04 06:25:04 wiz Exp $
DISTNAME= shntool-3.0.10
+PKGREVISION= 1
CATEGORIES= audio archivers
#MASTER_SITES= http://www.etree.org/shnutils/shntool/source/
@@ -9,11 +10,11 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Lossless audio compressor wrapper tool
LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= YES
-
# could also support: "WV" (is this not wav?), OFR, LPAC and APE.
DEPENDS+= shorten>=3.6.0:../../audio/shorten
DEPENDS+= flac>=1.1.0:../../audio/flac
-DEPENDS+= sox>=12.17.4:../../audio/sox
+DEPENDS+= sox_ng>=12.17.4:../../audio/sox_ng
+
+GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/audio/terminatorx/Makefile
diff -u pkgsrc/audio/terminatorx/Makefile:1.116 pkgsrc/audio/terminatorx/Makefile:1.117
--- pkgsrc/audio/terminatorx/Makefile:1.116 Thu Jun 11 07:16:45 2026
+++ pkgsrc/audio/terminatorx/Makefile Sat Jul 4 06:25:04 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.116 2026/06/11 07:16:45 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2026/07/04 06:25:04 wiz Exp $
DISTNAME= terminatorX-4.2.0
PKGNAME= ${DISTNAME:S/X/x/1}
-PKGREVISION= 26
+PKGREVISION= 27
CATEGORIES= audio
MASTER_SITES= https://terminatorx.org/dist/
@@ -52,7 +52,7 @@ SUBST_SED.prefix+= -e "s|/usr/share/lads
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
.include "../../audio/mpg123/buildlink3.mk"
-.include "../../audio/sox/buildlink3.mk"
+.include "../../audio/sox_ng/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../textproc/liblrdf/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
Index: pkgsrc/audio/xmradio/Makefile
diff -u pkgsrc/audio/xmradio/Makefile:1.35 pkgsrc/audio/xmradio/Makefile:1.36
--- pkgsrc/audio/xmradio/Makefile:1.35 Fri Feb 20 12:17:03 2026
+++ pkgsrc/audio/xmradio/Makefile Sat Jul 4 06:25:04 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2026/02/20 12:17:03 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2026/07/04 06:25:04 wiz Exp $
DISTNAME= xmradio-1.2
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= audio
#MASTER_SITES= http://core.de/~coto/radio/
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Radio application for Brooktree 848 compatible TV cards
LICENSE= 2-clause-bsd
-DEPENDS+= sox>=12.16:../../audio/sox
+DEPENDS+= sox_ng>=12.16:../../audio/sox_ng
ONLY_FOR_PLATFORM= NetBSD-*.*-* DragonFly-*-*
Index: pkgsrc/chat/centerim/Makefile
diff -u pkgsrc/chat/centerim/Makefile:1.88 pkgsrc/chat/centerim/Makefile:1.89
--- pkgsrc/chat/centerim/Makefile:1.88 Thu May 14 16:40:29 2026
+++ pkgsrc/chat/centerim/Makefile Sat Jul 4 06:25:04 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2026/05/14 16:40:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.89 2026/07/04 06:25:04 wiz Exp $
DISTNAME= centerim-4.22.10
-PKGREVISION= 53
+PKGREVISION= 54
CATEGORIES= chat
#MASTER_SITES= https://transacid.de/centerim/releases/
@@ -21,20 +21,20 @@ LIBS+= ${LDFLAGS}
# Fails with C++14 default language.
FORCE_CXX_STD= c++03
+CFLAGS+= -Wno-implicit-function-declaration
+
REPLACE_PERL= misc/cimextracthistory.pl
REPLACE_PERL+= misc/cimconv
REPLACE_PYTHON+= misc/CenterIMLog2HTML.py
REPLACE_AWK+= misc/cimformathistory
-INCOMPAT_CURSES+= NetBSD-[0-5].*-* # see PR 29060
-
.include "options.mk"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CPPFLAGS+= -DAUDIO_PLAYER="\"/usr/bin/audioplay\""
.else
-DEPENDS+= sox>=12.17.4:../../audio/sox
+DEPENDS+= sox_ng>=12.17.4:../../audio/sox_ng
CPPFLAGS+= -DAUDIO_PLAYER="\"${LOCALBASE}/bin/play\""
.endif
Index: pkgsrc/ham/freedv/Makefile
diff -u pkgsrc/ham/freedv/Makefile:1.50 pkgsrc/ham/freedv/Makefile:1.51
--- pkgsrc/ham/freedv/Makefile:1.50 Thu Jun 11 07:17:10 2026
+++ pkgsrc/ham/freedv/Makefile Sat Jul 4 06:25:04 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2026/06/11 07:17:10 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2026/07/04 06:25:04 wiz Exp $
# warning: TAG is also set, but upstream seems now to have release
# name/tag/unpacking-location in alignment.
@@ -50,7 +50,7 @@ pre-configure:
.include "../../ham/hamlib/buildlink3.mk"
# \todo Fix build using vendored sox instead of bl3 sox.
# See CMakeFile line 211, "${PROJECT_SOURCE_DIR}/cmake/soxconfig.h.in"
-#.include "../../audio/sox/buildlink3.mk"
+#.include "../../audio/sox_ng/buildlink3.mk"
.include "../../audio/speexdsp/buildlink3.mk"
.include "../../audio/portaudio/buildlink3.mk"
.include "../../audio/libsamplerate/buildlink3.mk"
Index: pkgsrc/ham/predict/Makefile
diff -u pkgsrc/ham/predict/Makefile:1.10 pkgsrc/ham/predict/Makefile:1.11
--- pkgsrc/ham/predict/Makefile:1.10 Sun Nov 29 21:16:52 2020
+++ pkgsrc/ham/predict/Makefile Sat Jul 4 06:25:04 2026
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.10 2020/11/29 21:16:52 dbj Exp $
-#
+# $NetBSD: Makefile,v 1.11 2026/07/04 06:25:04 wiz Exp $
DISTNAME= predict-2.2.6
+PKGREVISION= 1
CATEGORIES= ham
MASTER_SITES= http://www.qsl.net/kd2bd/
MAINTAINER= dbj%NetBSD.org@localhost
HOMEPAGE= https://www.qsl.net/kd2bd/predict.html
COMMENT= Curses satellite tracking/orbital prediction program
-
LICENSE= gnu-gpl-v2
+# Run time only dependency on the play utility
+DEPENDS+= sox_ng-[0-9]*:../../audio/sox_ng
+
USE_LANGUAGES= c
LDFLAGS.SunOS+= -lsocket -lnsl
@@ -33,9 +35,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/vocalizer/*.wav ${DESTDIR}${PREFIX}/share/predict/vocalizer/
${INSTALL_DATA} ${WRKSRC}/default/predict.* ${DESTDIR}${PREFIX}/share/predict/default/
-# Run time only dependency on the play utility
-DEPENDS+= sox-[0-9]*:../../audio/sox
-
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/emacspeak/Makefile
diff -u pkgsrc/misc/emacspeak/Makefile:1.5 pkgsrc/misc/emacspeak/Makefile:1.6
--- pkgsrc/misc/emacspeak/Makefile:1.5 Thu Oct 23 20:38:18 2025
+++ pkgsrc/misc/emacspeak/Makefile Sat Jul 4 06:25:04 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2025/10/23 20:38:18 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2026/07/04 06:25:04 wiz Exp $
DISTNAME= emacspeak-60.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=tvraman/}
GITHUB_PROJECT= emacspeak
@@ -18,7 +18,7 @@ COMMENT= Speech interface for emacs
LICENSE= gnu-gpl-v2
DEPENDS+= mpv-[0-9]*:../../multimedia/mpv
-DEPENDS+= sox-[0-9]*:../../audio/sox
+DEPENDS+= sox_ng-[0-9]*:../../audio/sox_ng
USE_TOOLS= gmake perl bash:run pax
Index: pkgsrc/multimedia/dvd-slideshow/Makefile
diff -u pkgsrc/multimedia/dvd-slideshow/Makefile:1.24 pkgsrc/multimedia/dvd-slideshow/Makefile:1.25
--- pkgsrc/multimedia/dvd-slideshow/Makefile:1.24 Mon Nov 17 11:01:09 2025
+++ pkgsrc/multimedia/dvd-slideshow/Makefile Sat Jul 4 06:25:04 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2025/11/17 11:01:09 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2026/07/04 06:25:04 wiz Exp $
DISTNAME= dvd-slideshow-0.7.5
-PKGREVISION= 13
+PKGREVISION= 14
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvd-slideshow/}
@@ -12,7 +12,7 @@ COMMENT= Script that creates a slideshow
DEPENDS+= cdrtools-[0-9]*:../../sysutils/cdrtools
DEPENDS+= lame-[0-9]*:../../audio/lame
DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools
-DEPENDS+= sox-[0-9]*:../../audio/sox
+DEPENDS+= sox_ng-[0-9]*:../../audio/sox_ng
DEPENDS+= dvdauthor-[0-9]*:../../multimedia/dvdauthor
DEPENDS+= dvd+rw-tools-[0-9]*:../../sysutils/dvd+rw-tools
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
Index: pkgsrc/multimedia/mlt/Makefile
diff -u pkgsrc/multimedia/mlt/Makefile:1.158 pkgsrc/multimedia/mlt/Makefile:1.159
--- pkgsrc/multimedia/mlt/Makefile:1.158 Tue Jan 27 08:40:17 2026
+++ pkgsrc/multimedia/mlt/Makefile Sat Jul 4 06:25:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.158 2026/01/27 08:40:17 wiz Exp $
+# $NetBSD: Makefile,v 1.159 2026/07/04 06:25:05 wiz Exp $
-PKGREVISION= 3
+PKGREVISION= 4
.include "Makefile.common"
COMMENT= Open source multimedia framework
@@ -24,7 +24,7 @@ PKGCONFIG_OVERRIDE+= src/mlt++/mlt++.pc.
.include "../../audio/libebur128/buildlink3.mk"
.include "../../audio/libsamplerate/buildlink3.mk"
.include "../../audio/rubberband/buildlink3.mk"
-.include "../../audio/sox/buildlink3.mk"
+.include "../../audio/sox_ng/buildlink3.mk"
.include "../../mk/bsd.prefs.mk"
.if !empty(PKGSRC_COMPILER:M*gcc*)
. include "../../devel/libatomic/buildlink3.mk"
Index: pkgsrc/net/nagstamon/Makefile
diff -u pkgsrc/net/nagstamon/Makefile:1.80 pkgsrc/net/nagstamon/Makefile:1.81
--- pkgsrc/net/nagstamon/Makefile:1.80 Wed Jan 7 08:48:23 2026
+++ pkgsrc/net/nagstamon/Makefile Sat Jul 4 06:25:05 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2026/01/07 08:48:23 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2026/07/04 06:25:05 wiz Exp $
DISTNAME= nagstamon-3.16.2
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= Nagios status monitor which tak
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
#DEPENDS+= ${PYPKGPREFIX}-libxslt>=1.1.24:../../textproc/py-libxslt
-#DEPENDS+= sox>=14.0.1:../../audio/sox
+#DEPENDS+= sox_ng>=14.0.1:../../audio/sox_ng
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
DEPENDS+= ${PYPKGPREFIX}-arrow-[0-9]*:../../time/py-arrow
# 'python3-crypto '
Index: pkgsrc/sysutils/mencvcd/Makefile
diff -u pkgsrc/sysutils/mencvcd/Makefile:1.19 pkgsrc/sysutils/mencvcd/Makefile:1.20
--- pkgsrc/sysutils/mencvcd/Makefile:1.19 Sat Nov 15 12:43:19 2025
+++ pkgsrc/sysutils/mencvcd/Makefile Sat Jul 4 06:25:05 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2025/11/15 12:43:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2026/07/04 06:25:05 wiz Exp $
DISTNAME= mplayer-r38680
PKGNAME= mencvcd-1.5.0.38680
+PKGREVISION= 1
CATEGORIES= sysutils
#MASTER_SITES= http://www.mplayerhq.hu/MPlayer/releases/
MASTER_SITES= ${MASTER_SITE_LOAL}
@@ -19,7 +20,7 @@ DEPENDS+= lame>=3.96.1:../../audio/lame
DEPENDS+= mjpegtools>=1.6.2:../../multimedia/mjpegtools
DEPENDS+= mplayer>=1.0rc1:../../multimedia/mplayer
DEPENDS+= normalize>=0.7.6:../../audio/normalize
-DEPENDS+= sox>=12.16:../../audio/sox
+DEPENDS+= sox_ng>=12.16:../../audio/sox_ng
DEPENDS+= vcdimager>=0.6.2:../../sysutils/vcdimager
CHECK_PORTABILITY_SKIP= ffmpeg/configure # not used by package
Index: pkgsrc/textproc/split-thai/Makefile
diff -u pkgsrc/textproc/split-thai/Makefile:1.70 pkgsrc/textproc/split-thai/Makefile:1.71
--- pkgsrc/textproc/split-thai/Makefile:1.70 Thu Mar 26 05:03:44 2026
+++ pkgsrc/textproc/split-thai/Makefile Sat Jul 4 06:25:05 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2026/03/26 05:03:44 scole Exp $
+# $NetBSD: Makefile,v 1.71 2026/07/04 06:25:05 wiz Exp $
ST_VERSION= 2.42
PKGNAME= split-thai-${ST_VERSION}
+PKGREVISION= 1
CATEGORIES= textproc
MAINTAINER= scole%NetBSD.org@localhost
@@ -23,7 +24,7 @@ USE_TOOLS= mkdir cp env awk cat sort uni
TOOL_DEPENDS+= libdatrie-[0-9]*:../../devel/libdatrie
TOOL_DEPENDS+= swath-[0-9]*:../../textproc/swath
DEPENDS+= emacs>=29.1:../../editors/emacs
-DEPENDS+= sox-[0-9]*:../../audio/sox
+DEPENDS+= sox_ng-[0-9]*:../../audio/sox_ng
ST_SHARE_DIR= share/split-thai
INSTALLATION_DIRS= ${ST_SHARE_DIR}
Home |
Main Index |
Thread Index |
Old Index