aboutsummaryrefslogtreecommitdiff
path: root/net/yate
Commit message (Collapse)AuthorAgeFilesLines
* - Tentatively try to unbreak parallel (-jX) builds by avoiding a race whenAlexey Dokuchaev2013-07-312-43/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)' libyate.so: undefined reference to `TelEngine::ClientLogic::initStaticData()' gmake: *** [yate] Error 1 To mitigate the problem, avoid dependency on phony `library' target, but define build command for real libyate.so.4.3.0, and use it as dependency instead. - While here, adopt the new LIB_DEPENDS syntax, convert USE_GMAKE - Drop GNU_CONFIGURE, implied by USE_AUTOTOOLS; sort the knobs a bit - Do not overwrite few options' descriptions we have from the pool - Pad the output when displaying pkg-message (by consistent with package) Notes: svn path=/head/; revision=324034
* Fix DOCS optionBaptiste Daroussin2013-03-101-1/+1
| | | | Notes: svn path=/head/; revision=313783
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313635
* - Update to 4.3.0Michael Scheidell2013-02-279-64/+308
| | | | | | | | | - Update Makefile header to new format PR: ports/176159 Notes: svn path=/head/; revision=313059
* Fix problem introduced in r302141. The directory for the unpacked sourceDoug Barton2012-08-211-2/+3
| | | | | | | | files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied. Notes: svn path=/head/; revision=302901
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Update to 4.0.0.p1Michael Scheidell2012-02-298-45/+219
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=292452
* - added opensslMichael Scheidell2012-01-244-8/+57
| | | | | | | | | | | - disable dahdi - New port options: Stream Control Transmission Protocol, AMR Narrow Band encoder (opencore), iLBC codec PR: ports/164398 Approved by: gabor (mentor) Notes: svn path=/head/; revision=289732
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - add a current version of yate (3.3.2p1). This is not a repocopy ofFlorian Smeets2011-05-2213-0/+870
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> Notes: svn path=/head/; revision=274437