pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/festival



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.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/festival/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/audio/festival/patches/patch-speech__tools_config_modules_editline.mak

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

Modified files:

Index: pkgsrc/audio/festival/distinfo
diff -u pkgsrc/audio/festival/distinfo:1.25 pkgsrc/audio/festival/distinfo:1.26
--- pkgsrc/audio/festival/distinfo:1.25 Tue Nov  3 01:12:29 2015
+++ pkgsrc/audio/festival/distinfo      Fri Apr 21 12:33:15 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2015/11/03 01:12:29 agc Exp $
+$NetBSD: distinfo,v 1.26 2017/04/21 12:33:15 jperkin 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_in
 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

Added files:

Index: pkgsrc/audio/festival/patches/patch-speech__tools_config_modules_editline.mak
diff -u /dev/null pkgsrc/audio/festival/patches/patch-speech__tools_config_modules_editline.mak:1.1
--- /dev/null   Fri Apr 21 12:33:15 2017
+++ pkgsrc/audio/festival/patches/patch-speech__tools_config_modules_editline.mak       Fri Apr 21 12:33:15 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-speech__tools_config_modules_editline.mak,v 1.1 2017/04/21 12:33:15 jperkin 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