Commit graph

22 commits

Author SHA1 Message Date
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Alexey Dokuchaev
6b5eb98e6d Unbreak the build on 9.X (against old yacc(1) which apparently does not
support %token_table declaration).  Originally the port was relying on
bison(1) instead (via USES=bison) in yacc-compat mode, but was switched
to yacc(1) in r389653 because it failed to build against `devel/bison'
version update to 3.0.4 as part of an exp-run (see PR).

It turns out that actually generated code does not suffer from removing
%token_table: the only difference in generated `neural_parse.cc' is that
yyname[] table is not guarded by `#if YYDEBUG' and it #define's yytname
as yyname, but the code that references yytname in `neural_parse.cc' is
#if'ed 0 and YYDEBUG is defined to 1 earlier.  That said, simply comment
out %token_table line which allows the build to proceed (ir)regardless of
the yacc(1) version, on all FreeBSD releases (including 8.X).

While here, remove `ac_cv_lib_stdcpp_main=no' in CONFIGURE_ENV that was
supposed to fix the build against Clang added in r323095 as it seems no
longer required, augment COMMENT and port description, and fix WWW line
to point to working website, killing trailing whitespace along the way.

PR:	200833
2016-01-26 17:57:01 +00:00
Raphael Kubo da Costa
5b0eec5aee Remove BROKEN for FreeBSD 8, which is no longer supported. 2016-01-23 19:28:32 +00:00
Dmitry Marakasov
12c02ecbc8 - Mark BROKEN on < 10.x:
yacc: e - line 107 of "/wrkdirs/usr/ports/audio/epos-devel/work/epos-2.5.37/src/nnet/neural_parse.yy", syntax error
%token_table

MFH:		2015Q2
2015-06-17 18:46:56 +00:00
Johan van Selst
6fb6348569 - Use yadd, rather than depending on bison and running it in yacc-compat mode
This avoids additional issues with bison 3
- Bump PORTREVISION for changed dependencies

PR:		200833
2015-06-14 20:12:33 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Pawel Pekala
6c878021aa - Fix build with clang
- Port supports staging

PR:		ports/184831
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 19:49:49 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke
54659968ea - Fix build clang
PR:		180516
Submitted by:	maintainer
2013-07-16 05:48:14 +00:00
Martin Matuska
3f502c3647 Transfer maintainer back to ports@FreeBSD.org
Approved by:	maintainer (myself)
2011-08-09 15:41:30 +00:00
Martin Matuska
e3a244403e - Add LICENSE knob(s) 2011-03-23 15:53:22 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Martin Matuska
0bcde9db87 - Mark port MAKE_JOBS_SAFE 2009-03-23 12:18:31 +00:00
Martin Matuska
8413b1b1d5 - updated maintainer e-mail address
Approved by:	garga (mentor)
2007-04-05 13:19:09 +00:00
Martin Wilke
6df5d34fb0 Update to 2.5.37
PR:		ports/98357
Submitted by:	miwi
Approved by:	krion (mentor)
2006-06-12 14:27:10 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +00:00
Volker Stolz
c0a88b673c Fix compilation on 4.x
Approved by: maintainer timeout (unpatched for >1 month)
2005-10-19 16:11:30 +00:00
Sam Lawrance
137782f0af Add epos-devel 2.5.36, text-to-Speech system.
PR:		ports/85703
Submitted by:	martin@matuska.org
2005-09-09 06:18:19 +00:00