notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/epos-devel/Makefile
SVNWeb

Number of commits found: 21

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  213b0b7  (Only the first 10 of 561 ports in this commit are shown above. View all ports for this commit)
audio: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <dmagda+libsamplerate@ee.ryerson.ca>
  *  <trasz@FreeBSD.org>
  *  Adam Weinberger
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aleksander Fafula <alex@bsdguru.org>
  *  Alex Allan <alex@kamaz.org.uk>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 20 Nov 2018
[ 16:58 amdmi3 search for other commits by this committer ] Original commit   Revision:485438
- Fix license
Sun, 29 Jul 2018
[ 12:15 tobik search for other commits by this committer ] Original commit   Revision:475652
audio/epos-devel: Fix build with Clang 6

./options.lst:506:1: error: non-constant-expression cannot be narrowed from type
'long' to 'int' in initializer list [-Wc++11-narrowing]
VOICE_OPTION (name,     STR, NULL)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./options.lst:128:41: note: expanded from macro 'VOICE_OPTION'
#define VOICE_OPTION(name,type,default) OPTION(name,type,default)
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
./options.lst:122:109: note: expanded from macro 'OPTION'
#define OPTION(name,type,default) {"C:" stringify(name) + 2, type, OS_CFG,
A_PUBLIC, A_PUBLIC, true, false, (long int)&((configuration *)NULL)->name},
                                                                                
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./options.lst:506:1: note: insert an explicit cast to silence this issue
VOICE_OPTION (name,     STR, NULL)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./options.lst:128:41: note: expanded from macro 'VOICE_OPTION'
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 26 Jan 2016
[ 17:57 danfe search for other commits by this committer ] Original commit   Revision:407279
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
Sat, 23 Jan 2016
[ 19:28 rakuco search for other commits by this committer ] Original commit   Revision:407051
Remove BROKEN for FreeBSD 8, which is no longer supported.
Wed, 17 Jun 2015
[ 18:46 amdmi3 search for other commits by this committer ] Original commit   Revision:389988
- 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
Sun, 14 Jun 2015
[ 20:12 johans search for other commits by this committer ] Original commit   Revision:389653
- 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
Thu, 19 Dec 2013
[ 19:49 pawel search for other commits by this committer ] Original commit   Revision:336953
- Fix build with clang
- Port supports staging

PR:		ports/184831
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Tue, 16 Jul 2013
[ 05:48 miwi search for other commits by this committer ] Original commit   Revision:323095
- Fix build clang

PR:		180516
Submitted by:	maintainer
Tue, 9 Aug 2011
[ 15:41 mm search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Transfer maintainer back to ports@FreeBSD.org

Approved by:    maintainer (myself)
Wed, 23 Mar 2011
[ 15:53 mm search for other commits by this committer ] Original commit  (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
- Add LICENSE knob(s)
Sat, 22 Aug 2009
[ 00:13 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with A
Mon, 23 Mar 2009
[ 12:18 mm search for other commits by this committer ] Original commit 
- Mark port MAKE_JOBS_SAFE
Thu, 5 Apr 2007
[ 13:19 mm search for other commits by this committer ] Original commit  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
- updated maintainer e-mail address

Approved by:    garga (mentor)
Mon, 12 Jun 2006
[ 14:27 miwi search for other commits by this committer ] Original commit 
Update to 2.5.37

PR:             ports/98357
Submitted by:   miwi
Approved by:    krion (mentor)
Wed, 3 May 2006
[ 05:14 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports in categories starting with A.
Fri, 9 Sep 2005
[ 06:18 lawrance search for other commits by this committer ] Original commit 
Add epos-devel 2.5.36, text-to-Speech system.

PR:             ports/85703
Submitted by:   martin@matuska.org

Number of commits found: 21