non port: net/yate/Makefile |
SVNWeb
|
Number of commits found: 47 |
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Sun, 9 Oct 2022
|
[ 20:46 Neel Chauhan (nc) ] bf60203
net/yate: Release port
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Nov 2021
|
[ 06:20 Fernando Apesteguía (fernape) ] a55c182 (Only the first 10 of 17 ports in this commit are shown above. )
comms/spandsp: Update to 3.0.0
Patch consumers and bump PORTREVISION where appropriate.
PR: 258999
Reported by: jailbird@fdf.net (maintainer)
Reviewed by: madpilot@
|
Tue, 3 Aug 2021
|
[ 16:14 Neel Chauhan (nc) ] cd0770f
net/yate: Update to 6.4.0
|
Thu, 22 Apr 2021
|
[ 12:32 Piotr Kubaj (pkubaj) ] c755648
net/yate: enable on powerpc64le
|
[ 12:20 Piotr Kubaj (pkubaj) ] 5d336a7
net/yate: enable on powerpc, powerpc64
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 7 Mar 2021
|
[ 16:45 tobik ] (Only the first 10 of 34 ports in this commit are shown above. )
Remove redundant option descriptions that match the default ones
(ignoring case)
Reported by: danfe (for net/mosquitto), portscan
|
Fri, 12 Feb 2021
|
[ 04:25 nc ]
net/yate: Update to 6.3.0
|
Mon, 8 Feb 2021
|
[ 23:48 nc ]
net/yate: Update to 6.2.0 and adopt port
|
Wed, 8 Jul 2020
|
[ 15:22 fernape ]
net/yate: drop maintainership
PR: 247851
Submitted by: koue@chaosophia.net
|
Fri, 15 Nov 2019
|
[ 10:12 tobik ] (Only the first 10 of 95 ports in this commit are shown above. )
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Mon, 10 Sep 2018
|
[ 16:51 pi ]
net/yate: update 6.0.0 -> 6.1.0
PR: 231153
Reviewed by: tobik
Submitted by: koue@chaosophia.net (maintainer)
Relnotes: http://yate.null.ro/websvn/log.php?repname=yate&path=%2Ftrunk%2F&rev=0&isdir=1
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Tue, 10 Apr 2018
|
[ 12:08 krion ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to version 6.0.0
PR: 227413
Submitted by: maintainer
|
Thu, 12 Oct 2017
|
[ 15:57 mat ] (Only the first 10 of 42 ports in this commit are shown above. )
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643
|
Tue, 10 Oct 2017
|
[ 21:31 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
|
Mon, 26 Jun 2017
|
[ 23:44 linimon ] (Only the first 10 of 13 ports in this commit are shown above. )
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sat, 10 Dec 2016
|
[ 19:32 brnrd ]
net/yate: Fix SSL option
- OPTION is named SSL not OPENSSL
- Register USES= ssl so it will use the selected OpenSSL provider
Approved by: SSL blanket
|
Fri, 2 Dec 2016
|
[ 11:58 mat ] (Only the first 10 of 119 ports in this commit are shown above. )
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sat, 27 Aug 2016
|
[ 11:39 pawel ]
- Fix AMRNB option plist
- Fix SQLITE option, needs pkg-config to detect sqlite availability:
checking for SQLite using pkg-config... yes
- Simplify post-stage target
PR: 211841
Submitted by: myself
Approved by: maintainer
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 25 Dec 2015
|
[ 17:49 brnrd ]
net/yate: Fix OpenSSL and SQLite dependencies
- Convert to OPTIONS helpers
- Order options alphabetically
- Add missing OpenSSL dependency
- Use base OpenSSL path from bsd.openssl.mk
- Add missing SQLite option and dependency
PR: 205170
Reviewed by: koobs (mentor), feld (mentor), miwi
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D4706
|
Tue, 6 Oct 2015
|
[ 08:09 robak ]
net/yate: update 5.4.0 -> 5.5.0
- Delete obsolete patches
PR: 203008
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
Thu, 27 Aug 2015
|
[ 12:49 amdmi3 ]
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
Sun, 21 Dec 2014
|
[ 17:39 pawel ]
Builds and works on armv6
Submitted by: Vinicius Zavam via email
|
Mon, 15 Dec 2014
|
[ 18:46 pawel ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update comms/spandsp to version 0.0.6 [1]
- Convert all comms/spandsp-devel consumers to use newer comms/spandsp
- Bump affected ports
- Mark comms/spandsp-devel as deprecated and set expiration date
- Add upgrade instructions to UPDATING
PR: 194399 [1]
Submitted by: Nikola Kolev <koue@chaosophia.net> [1]
Approved by: madpilot (asterisk ports), maintainer timeout (other)
|
Sat, 22 Nov 2014
|
[ 20:40 crees ] (Only the first 10 of 88 ports in this commit are shown above. )
Finally retire USE_PGSQL
|
Sun, 14 Sep 2014
|
[ 10:19 tijl ]
comms/spandsp-devel:
- Fix installation of lib/libspandsp.so.2 (when patching configure.ac
almost all USE_AUTOTOOLS are needed)
- Replace CONFIGURE_ARGS with CPPFLAGS/LIBS
Reported by: antoine
|
Wed, 27 Aug 2014
|
[ 11:43 amdmi3 ]
- Switch comms/spandsp-devel to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Use install-strip target instead of STRIP_CMD
- Add/fix libspandsp.so versions in LIB_DEPENDS to differentiate between spandsp
and spandsp-devel
Approved by: portmgr blanket
|
Tue, 26 Aug 2014
|
[ 11:48 wg ] (Only the first 10 of 12 ports in this commit are shown above. )
net/yate: update to 5.4.0p1
- Support stage
- Pass maintainership to submitter
- Use @sample
PR: 192991
Submitted by: Nikola Kolev
|
Thu, 24 Jul 2014
|
[ 15:57 bapt ] (Only the first 10 of 74 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Wed, 31 Jul 2013
|
[ 10:43 danfe ]
- Tentatively try to unbreak parallel (-jX) builds by avoiding a race when
two gmakes were descending into `engines' directory at the save time:
===> Building for yate-4.3.0.p1
c++ -Wall -I. -I. -O2 -pipe -fPIC [...] -c main.cpp
gmake -C ./engine all
gmake -C ./engine all
gmake[1]: Entering directory `[...]/yate-4.3.0-1/engine'
As a result of this, produced `libyate.so.4.3.0' can be bogus, and will
fail to link against:
c++ -Wall -L/usr/local/lib -o yate -lpthread main.o libyate.so
libyate.so: undefined reference to
`TelEngine::DefaultLogic::DefaultLogic(char const*, int)' (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Mar 2013
|
[ 00:09 bapt ]
Fix DOCS option
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
Wed, 27 Feb 2013
|
[ 14:53 scheidell ]
- Update to 4.3.0
- Update Makefile header to new format
PR: ports/176159
|
Tue, 21 Aug 2012
|
[ 21:00 dougb ]
Fix problem introduced in r302141. The directory for the unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Wed, 29 Feb 2012
|
[ 21:50 scheidell ]
- Update to 4.0.0.p1
- Update adds: SS7 components for mobile operators, T.38 fax, TCP and TLS
support for SIP
PR: ports/165552
Submitted by: Valery Komarov <komarov@valerka.net> (maintainer)
Approved by: gabor (mentor, implicit)
|
Tue, 24 Jan 2012
|
[ 12:03 scheidell ]
- added openssl
- disable dahdi
- New port options: Stream Control Transmission Protocol, AMR Narrow Band
encoder (opencore), iLBC codec
PR: ports/164398
Approved by: gabor (mentor)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sun, 22 May 2011
|
[ 12:38 flo ] (Only the first 10 of 15 ports in this commit are shown above. )
- add a current version of yate (3.3.2p1). This is not a repocopy of
net/yate-devel as net/yate already existed in the repository.
- register in UIDs/GIDs (uses same UID/GID as yate-devel)
PR: ports/156248
Submitted by: Valeriy Komaorv <komarov@valerka.net>
|
Number of commits found: 47 |