pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/syncterm
Module Name: pkgsrc
Committed By: vins
Date: Wed Mar 5 19:24:37 UTC 2025
Modified Files:
pkgsrc/comms/syncterm: distinfo
pkgsrc/comms/syncterm/patches: patch-src_xpdev_Common.gmake
Log Message:
syncterm: add missing semicolon
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/comms/syncterm/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/comms/syncterm/patches/patch-src_xpdev_Common.gmake
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/syncterm/distinfo
diff -u pkgsrc/comms/syncterm/distinfo:1.3 pkgsrc/comms/syncterm/distinfo:1.4
--- pkgsrc/comms/syncterm/distinfo:1.3 Wed Mar 5 18:21:21 2025
+++ pkgsrc/comms/syncterm/distinfo Wed Mar 5 19:24:37 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2025/03/05 18:21:21 vins Exp $
+$NetBSD: distinfo,v 1.4 2025/03/05 19:24:37 vins Exp $
BLAKE2s (syncterm-1.6-src.tgz) = 443b32af07b992d6a8a55c901c7960d3d15f6ea2a6f058eb91b12c69ce1e57f5
SHA512 (syncterm-1.6-src.tgz) = 17b7d8ff5707172cb7baf3a2a3f573a38c9ec653d2ab2b5725b60f8fcbd392fefa58c6e57aa41ad89bbcdab98f373d891def6787f836b23eaabde373d82afa8a
@@ -6,5 +6,5 @@ Size (syncterm-1.6-src.tgz) = 10986287 b
SHA1 (patch-src_build_Common.gmake) = daf111dc2742c2d21bdb87ef9250c4dad761f790
SHA1 (patch-src_syncterm_GNUmakefile) = fb15798bf0fc75482e687b9ee1e2989560578df9
SHA1 (patch-src_syncterm_syncterm.man.in) = 5bab64bccb335b0b80c2b5a7abddb449498e99c6
-SHA1 (patch-src_xpdev_Common.gmake) = a9b51c3a86140164d9ad85124030dc43bd0c70fb
+SHA1 (patch-src_xpdev_Common.gmake) = a47b4d63fa55f9d467544a4d7f477b500475d014
SHA1 (patch-src_xpdev_genwrap.h) = 170c70ff745e6cc5dc53b187505e7ff5e0d47417
Index: pkgsrc/comms/syncterm/patches/patch-src_xpdev_Common.gmake
diff -u pkgsrc/comms/syncterm/patches/patch-src_xpdev_Common.gmake:1.1 pkgsrc/comms/syncterm/patches/patch-src_xpdev_Common.gmake:1.2
--- pkgsrc/comms/syncterm/patches/patch-src_xpdev_Common.gmake:1.1 Wed Mar 5 18:21:22 2025
+++ pkgsrc/comms/syncterm/patches/patch-src_xpdev_Common.gmake Wed Mar 5 19:24:37 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_xpdev_Common.gmake,v 1.1 2025/03/05 18:21:22 vins Exp $
+$NetBSD: patch-src_xpdev_Common.gmake,v 1.2 2025/03/05 19:24:37 vins Exp $
Allow discovery of PortAudio within pkgsrc prefix.
@@ -9,7 +9,7 @@ Allow discovery of PortAudio within pkgs
ifndef WITHOUT_PORTAUDIO
- PORTAUDIO_PATH ?= $(shell if [ -f /usr/local/include/portaudio.h ]; then echo /usr/local ; elif [ -f /usr/include/portaudio.h ] ; then echo /usr ; else echo NOTFOUND ; fi)
-+ PORTAUDIO_PATH ?= $(shell if [ -f $(PREFIX)/include/portaudio.h ] then echo $(PREFIX); elif [ -f /usr/local/include/portaudio.h ]; then echo /usr/local ; elif [ -f /usr/include/portaudio.h ]
; then echo /usr ; else echo NOTFOUND ; fi)
++ PORTAUDIO_PATH ?= $(shell if [ -f $(PREFIX)/include/portaudio.h ]; then echo $(PREFIX) ; elif [ -f /usr/local/include/portaudio.h ]; then echo /usr/local ; elif [ -f /usr/include/portaudio.h
] ; then echo /usr ; else echo NOTFOUND ; fi)
ifneq ($(PORTAUDIO_PATH),NOTFOUND)
XPDEV_CFLAGS += -DWITH_PORTAUDIO
ifeq ($(os),linux)
Home |
Main Index |
Thread Index |
Old Index