Skip site navigation (1)Skip section navigation (2)

CVS log for ports/audio/festival/Makefile

[BACK] Up to [FreeBSD] / ports / audio / festival

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Jul 25 09:08:38 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, HEAD
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -3 lines
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:46:18 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jul 20 20:06:20 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +8 -10 lines
- Remove USE_AUTOCONF, which is a noop
- Use DATADIR

PR:		ports/114324
Submitted by:	gabor
Approved by:	maintainer timeout

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue May 22 22:16:01 2007 UTC (4 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- Fix INDEX

Pointy hat to:	mi
Approved by:	portmgr (implicit)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue May 22 20:33:30 2007 UTC (4 years, 8 months ago) by mi
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +13 -13 lines
Fix the X11BASE problem revealed by the recent switch to new default value.

Submitted by:	kris
Approved by:	portmgr (erwin)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat May 19 19:58:30 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Mar 26 08:48:43 2007 UTC (4 years, 10 months ago) by mi
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +31 -8 lines
Update to 1.96 (speech_tools 1.2.96) beta. The new version compiles with
gcc-4.2. Add some 64-bitness patches. Enable automatic post-build tests.

Attempt to allow ESound and NAS modules via OPTIONS:

PR:	ports/102413

Both are on by default ATM...

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed May 3 05:14:15 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +0 -1 lines
Remove USE_REINPLACE from ports in categories starting with A.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Apr 6 07:31:27 2006 UTC (5 years, 10 months ago) by mi
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +27 -20 lines
Unbreak on !i386 systems (test on beast and on my amd64). Do not
lib-depend on NAS and ESD -- these are optional dependencies and are
not used by default even if present.

Once I figure out, how to turn them on, I'll add them as OPTIONS.

Use REINPLACE to improve the CC/CXX/CFLAGS/CXXFLAGS compliance.

Stop installing the audsp executable into two places. Adjust pkg-plist
to stop complaining about unempty directories populated by festlex and
festvox ports.

Bump PORTREVISION. May the festivities begin...

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Feb 11 21:02:57 2006 UTC (6 years ago) by netchild
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@gmail.com> [1]
PR:			87985 [1]

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Oct 28 22:45:32 2005 UTC (6 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -0 lines
BROKEN on !i386: Does not build

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Oct 17 06:17:44 2005 UTC (6 years, 3 months ago) by trevor
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +24 -56 lines
Update to 1.95 beta (obsoletes PRs 49056, 51900 and 58653).

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Sep 23 16:21:44 2005 UTC (6 years, 4 months ago) by trevor
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Checking MACHINE_ARCH is deprecated.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Sep 15 00:44:34 2005 UTC (6 years, 4 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -3 lines
- Fix build on FreeBSD 6.X and 7.X

PR:		ports/84678
Submitted by:	Jason E. Hale <jhale@bluebottle.com>
Approved by:	maintainer timeout (trevor; 5 weeks)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:24:50 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:20 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Mar 15 04:17:42 2005 UTC (6 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -2 lines
Add a patch from Tod McQuillin to suppress creation of
PREFIX/share/festival before installation.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Mar 8 08:04:12 2005 UTC (6 years, 11 months ago) by trevor
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +0 -1 lines
Back out addition of PORTEPOCH by edwin.  It is not needed.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Mar 6 22:54:08 2005 UTC (6 years, 11 months ago) by edwin
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
Increase PORTEPOCH:
    Subject: Ports with version numbers going backwards: audio/festival

    *audio/festival* <trevor@FreeBSD.org>: festival-1.4.1_2 < festival-1.4.3
    | revision 1.24
    | date: 2005/03/04 15:20:28;  author: kris;  state: Exp;  lines: +2 -1
    | Restore previous port version (revert local change accidentally
    | committed)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 4 15:20:28 2005 UTC (6 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Restore previous port version (revert local change accidentally
committed)

Submitted by:	Tod McQuillin <devin@spamcop.net>

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Feb 28 00:25:29 2005 UTC (6 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -2 lines
BROKEN: Incorrect pkg-plist

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:18:27 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Nov 21 01:44:08 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +0 -41 lines
Remove OGI support (see ports/audio/festival+OGI).

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Nov 13 11:38:26 2003 UTC (8 years, 3 months ago) by trevor
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Nov 13 10:11:30 2003 UTC (8 years, 3 months ago) by trevor
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Oct 29 10:39:36 2003 UTC (8 years, 3 months ago) by trevor
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +22 -23 lines
Enable compilation on FreeBSD 5.X.  Try to support architectures
besides Alpha and i386.  Use the FIND macro introduced in bsd.port.mk
1.391.  Tidy whitespace.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Oct 27 09:11:25 2003 UTC (8 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
portlint (whitespace cleanup)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Oct 4 01:34:43 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
new virtual category requested: accessibility

	This category, to be described as "of interest to disabled
	users" is intended to make it simpler for users to find
	software which will let them overcome a handicap.  For
	example, blind users may want to combine OCR and text-to-speech
	software so the computer can read books to them; users with
	diminished eyesight can use large fonts and "magnifiers";
	paralyzed users may use speech recognition to compose text
	or give commands.

PR:		ports/39103
Submitted by:	Trevor Johnson <trevor@jpj.net>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun May 18 11:51:47 2003 UTC (8 years, 8 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -1 lines
BROKEN on 5.1: does not build

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Mar 1 14:34:20 2003 UTC (8 years, 11 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
Retire comment file.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Aug 31 02:38:29 2002 UTC (9 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +0 -1 lines
Remove USE_NEWGCC, which is no longer supported or required.

Submitted by:	Tilman Linneweh <tilman@arved.de>
PR:		ports/40571

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu May 23 04:35:34 2002 UTC (9 years, 8 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -8 lines
Implement MASTER_SITE_FESTIVAL and MASTER_SITE_FESTIVAL_OGI.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Dec 30 18:17:35 2001 UTC (10 years, 1 month ago) by petef
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -2 lines
Chase libaudio shlib major (from the audio/nas update).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 20 10:27:09 2001 UTC (10 years, 9 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +11 -6 lines
Remove the Edinburgh University Computing Service site--it has been
offline for over a month.  Add a kludge for the Alpha.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Apr 10 05:23:59 2001 UTC (10 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update MASTER_SITES.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 2 23:24:27 2001 UTC (10 years, 10 months ago) by trevor
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +9 -9 lines
Allow speech tools to compile on FreeBSD 4.3 through 4.9.

Submitted by:	Eike Bernhardt <eike.bernhardt@informatik.uni-oldenburg.de>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Dec 31 12:01:19 2000 UTC (11 years, 1 month ago) by trevor
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +11 -5 lines
- mtree fixes
- when building Festival with OGI, make pkg-plist by concatenation

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 13 09:37:46 2000 UTC (11 years, 3 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
Bandage alert - make this thing understand FreeBSD 4.2 the same way
it handles 4.1.

Submitted by:	bento

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Oct 7 21:24:54 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-* (the directories
are the same).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 7 20:52:45 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Move pkg/PLIST-ogi to pkg-plist-ogi.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 2 05:38:36 2000 UTC (11 years, 4 months ago) by trevor
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Change MAINTAINER for my ports.

Approved by:	will

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 17 10:06:24 2000 UTC (11 years, 4 months ago) by green
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -3 lines
Unbreak ${MASTER_SITES} and fix lack of ${PATCH_SITES} which kills
${WITH_OGI} mode.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 16 08:39:40 2000 UTC (11 years, 4 months ago) by will
Branches: MAIN
Add festival 1.4.1, a multi-lingual text-to-speech system for Unix.  This
commit includes the various ports festival can work with.  Big thanks to
Trevor for putting in all the time to port these!

PR:		21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
		21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
		21198, 21199, 21200, 21201
Submitted by:	Trevor Johnson <trevor@jpj.net>
Obtained from:	NetBSD pkgsrc

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options