pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/audio/festival Pullup ticket #5340 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f3f23919c5a
branches:  pkgsrc-2017Q1
changeset: 360327:2f3f23919c5a
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon May 01 08:49:56 2017 +0000

description:
Pullup ticket #5340 - requested by sevan
audio/festival: build fix

Revisions pulled up:
- audio/festival/distinfo                                       1.26
- audio/festival/patches/patch-speech__tools_config_modules_editline.mak 1.1

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Fri Apr 21 12:33:15 UTC 2017

   Modified Files:
           pkgsrc/audio/festival: distinfo
   Added Files:
           pkgsrc/audio/festival/patches:
               patch-speech__tools_config_modules_editline.mak

   Log Message:
   Ensure the chosen termcap library can be found.

diffstat:

 audio/festival/distinfo                                                |   3 +-
 audio/festival/patches/patch-speech__tools_config_modules_editline.mak |  15 ++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 3360023d65e7 -r 2f3f23919c5a audio/festival/distinfo
--- a/audio/festival/distinfo   Mon May 01 08:49:13 2017 +0000
+++ b/audio/festival/distinfo   Mon May 01 08:49:56 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2015/11/03 01:12:29 agc Exp $
+$NetBSD: distinfo,v 1.25.12.1 2017/05/01 08:49:56 bsiegert Exp $
 
 SHA1 (festival-2.1-release.tar.gz) = f0c5a4282667898c584516e3605742835f59cb77
 RMD160 (festival-2.1-release.tar.gz) = b3c646ecc532e4e05f846db06bbab12a13ec1d6b
@@ -20,6 +20,7 @@
 SHA1 (patch-speech__tools_base__class_inst__tmpl_vector__dvector__t.cc) = 8a2a4c1b1816c7be2479c0e0310cacfc9917c7ee
 SHA1 (patch-speech__tools_base__class_inst__tmpl_vector__fmatrix__t.cc) = 1d64a2e5aa1dc8c5b7d275e2bf66b2e96b599c35
 SHA1 (patch-speech__tools_config_compilers_gcc__defaults.mak) = 7441f2e424046dd50c1531160a5b5f94b8506e9d
+SHA1 (patch-speech__tools_config_modules_editline.mak) = 5386449fb61a1a0dfc3d5daed292917eb257fa3c
 SHA1 (patch-speech__tools_config_rules_compile__options.mak) = d3aa93029edba84f8130f1bc33c8d74219bafd9a
 SHA1 (patch-speech__tools_configure) = b26108be7d30be0847e1caccbe82eb805e5ab8b1
 SHA1 (patch-speech__tools_configure.in) = 58b3b3b6dfb2b085c638b3637ece67bb6e5b014e
diff -r 3360023d65e7 -r 2f3f23919c5a audio/festival/patches/patch-speech__tools_config_modules_editline.mak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/festival/patches/patch-speech__tools_config_modules_editline.mak    Mon May 01 08:49:56 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-speech__tools_config_modules_editline.mak,v 1.1.2.2 2017/05/01 08:49:56 bsiegert Exp $
+
+Ensure the chosen termcap library can be found.
+
+--- speech_tools/config/modules/editline.mak.orig      2002-07-22 22:57:53.000000000 +0000
++++ speech_tools/config/modules/editline.mak
+@@ -43,7 +43,7 @@ INCLUDE_EDITLINE=1
+ MOD_DESC_EDITLINE=Use editline for command line editing and history
+ 
+ IO_DEFINES   += -DSUPPORT_EDITLINE $(MODULE_EDITLINE_OPTIONS:%=-DEDITLINE_%)
+-MODULE_LIBS  += $(TERMCAPLIB)
++MODULE_LIBS  += ${BUILDLINK_LDFLAGS} $(TERMCAPLIB)
+ 
+ ifeq ($(DIRNAME),siod)
+     CSRCS := $(CSRCS) el_complete.c editline.c el_sys_unix.c



Home | Main Index | Thread Index | Old Index