Commit graph

41 commits

Author SHA1 Message Date
jmc
4bb4755595 Add definition for gcc3 (just use the gcc2905 definition since it works and
has no caveats in it)
2003-10-06 21:40:17 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
cjep
746ce31aa7 Lint: whitespace police 2003-04-27 16:38:48 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
gson
99b7976079 Changed MAINTAINER to packages@netbsd.org since proff@iq.org
asked to be relieved as the maintainer of this package.
2002-12-13 04:16:45 +00:00
gson
49396d619e The sample scripts in ${PREFIX}/share/festival/examples did not work
because their #! lines contained an incorrect path.  Also, even if
they had actually pointed to the installed "festival", it would still
not have worked because a script cannot be used as a script
interpreter.  Even if it could, it still wouldn't have worked because
the festival script did not pass --script as the first command line
argument as festival.naked requires when running a script.  Fixed
by pointing the #! lines directly at the festival.naked binary.
2002-12-10 05:21:50 +00:00
markd
e9eece4c8a Because nas installs into $X11BASE this package needs a USE_X11=yes to stop
buildlink2 eating the $X11BASE/{include,lib} references.
Also $BUILDLINK_DIR -> $BUILDLINK_PREFIX.nas

Closes PR 19227 from Andreas Gustafsson.
2002-12-02 11:34:14 +00:00
wiz
44c3d794a9 Standardize. 2002-09-12 17:05:15 +00:00
wiz
fe071d0e7e Convert to buildlink2. 2002-08-31 14:35:59 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
martin
ecaf8c119f Bring this into the new toolchain world. 2001-11-17 16:29:07 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
wiz
a2719a456c Update festival to 1.4.1, and fix dependent packages up while I'm here
(including fixing lots of PLISTs).
Changes since 1.4.0, from the NEWS file:
. SSFF (for emulabel) track support
. Java fixes
. various minor bug fixes
. WFST with proper quoting
. Wagon sample counts
. gcc-2.95.1 support

Also use newer distfile for mbrola.

Addresses pkg/10671.
2001-07-18 15:19:35 +00:00
jlam
70cf5e59c3 Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.
2001-07-14 12:37:45 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
agc
3e7e5cdd89 Move to sha1 digests, and add distfile sizes. 2001-04-18 13:04:18 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
zuntum
3fc4582220 Fix MAKE_ENV (quoting) 2001-03-31 10:22:24 +00:00
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
fredb
8cfe5cc34b "-lXt" -> "-lXt -lSM -lICE", for a.out/m68k. Closes PR pkg/9971. 2000-09-18 04:55:46 +00:00
wiz
ab4d69f155 wildcard dependency on nas 2000-08-17 10:36:20 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
dmcmahill
948d4eb943 work around pmax compiler bug (c++ -O2) by not using -O2 on the remaining
3 problem files when compiling on pmax.
2000-05-31 14:51:15 +00:00
dmcmahill
e7eaf4f45f avoid -O3 on pmax on a particular file which tickles a c++ bug.
other arch's are unaffected.
2000-05-30 17:18:36 +00:00
hubertf
d9be89e472 fix ELF linking (for X libs) 2000-05-05 20:54:56 +00:00
wiz
b08558ab94 replaced some more commands by their ${COMMAND} counterparts 1999-12-28 04:19:57 +00:00
wiz
6590e5b986 moved ${ECHO} lines below .include of bsd.pkg.mk, making it expand correctly
to 'echo' instead of ''
1999-12-28 03:42:56 +00:00
wiz
61b3286380 reversed replacement of 'echo' by '${ECHO}' until I understand why
it didn't work
1999-12-28 02:27:11 +00:00
wiz
20af2df540 pkglint silencing:
o use DISTNAME and PKGNAME instead of DISTFILES
o replace rm by ${RM}, chmod by ${CHMOD}, pax by ${PAX}, echo by ${ECHO}
o reorder lines, remove unnecessary blank
o modify pkg/COMMENT and pkg/DESCR
o remove lines from files/patch-sum for files that aren't there
1999-12-25 22:38:54 +00:00
hubertf
9465c70d2c add rcs id 1999-10-27 14:20:50 +00:00
hubertf
1fbdc75b18 chmod -> ${chmod} 1999-10-25 22:56:31 +00:00
proff
4b4014494c Upgrade to 1.4.0
Festival 1.4.0 has the following improvements over the previous release (1.3.1 January 1999)

   o distributed under a free X11-type licence
   o generalization of stats modules, ngram, CART, wfst with viterbi so they
     can be shard more easily
   o Tidy up of Utterance/Relation/Item architecture
   o Initial JSAPI support
   o Three new us voices using MBROLA databases
   o Tilt code overhaul
   o XML load for Relations
   o Fringe graphic display (ALPHA) released seperately
     http://www.cstr.ed.ac.uk/projects/fringe.html
1999-10-11 14:13:49 +00:00
proff
7f38410ca8 tell users how not to be lame 1999-10-11 14:11:27 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
agc
ffaa873e42 Include bsd.prefs.mk before using ${CC} in a != assignment, just in case
CC is set to something non-standard.
1999-06-28 11:46:35 +00:00
agc
c0ab7da28a Set the LICENSE field to "no-commercial-use". "non-commercial-use"
is deprecated.
1999-06-09 17:05:32 +00:00
proff
93f86002ed no-commercial-use -> non-commercial-use 1999-04-14 04:50:20 +00:00
proff
994a6cca65 add LICENSE= no-commercial-use 1999-04-04 22:03:14 +00:00
proff
68d25cb783 part of the festival speech synthesis system from CSTR 1999-04-04 19:32:15 +00:00