aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch-core
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to new perl frameworkMathieu Arnold2013-08-031-2/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Mark as broken, does not build:Baptiste Daroussin2013-04-171-0/+2
| | | | | | | | | | | | | | | | | | | | awgn.c: In function 'awgn_init_dbov': awgn.c:109: error: 'cpowl' undeclared (first use in this function) awgn.c:109: error: (Each undeclared identifier is reported only once awgn.c:109: error: for each function it appears in.) awgn.c:109: error: 'cpow' undeclared (first use in this function) awgn.c:109: error: 'cpowf' undeclared (first use in this function) awgn.c:109: error: 'powl' undeclared (first use in this function) awgn.c: In function 'awgn': awgn.c:165: error: 'clogl' undeclared (first use in this function) awgn.c:165: error: 'clog' undeclared (first use in this function) awgn.c:165: error: 'clogf' undeclared (first use in this function) awgn.c:165: error: 'logl' undeclared (first use in this function) Feature safe: yes Notes: svn path=/head/; revision=315961
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-12/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* 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
* Convert to optionsNGRene Ladan2012-12-171-92/+113
| | | | Notes: svn path=/head/; revision=309134
* Current maintainer is away from FreeBSD work ATM, so return these to theMark Linimon2012-12-071-6/+2
| | | | | | | | | pool for now. Feature safe: yes Notes: svn path=/head/; revision=308454
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* Patch ports depending on lang/erlang-lite to use lang/erlang instead.Jimmy Olgeni2012-08-151-1/+1
| | | | | | | | | | | | The current lang/erlang option defaults match those specified in lang/erlang-lite, thus making it redundant. Also, mixing ports depending on lang/erlang and lang/erlang-lite is impossible without manual patching. Hence, lang/erlang-lite is going to be removed. Notes: svn path=/head/; revision=302574
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Add net/freeswitch-core-devel port; version 1.2 for testing.Chris Rees2012-05-171-0/+2
| | | | | | | | | | Register CONFLICTS with net/freeswitch-core PR: ports/167872 Submitted by: Richard Neese <r.neese@gmail.com> Notes: svn path=/head/; revision=296865
* - Chase unixODBC shlib bumpMartin Wilke2012-02-061-0/+1
| | | | Notes: svn path=/head/; revision=290490
* 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
* Unbreak on build cluster by copying extra distfiles to WRKSRC/libs directory;Chris Rees2011-11-031-0/+5
| | | | | | | | | otherwise curl is used to try to fetch them during build. Pointyhat: crees from pav Notes: svn path=/head/; revision=285001
* - Update to 1.0.7.1Chris Rees2011-10-303-18/+23
| | | | | | | | | | | - Re-enable MODSOUNDTOUCH-- no longer broken on amd64 - Add mod_zmq PR: ports/162143 Submitted by: Richard E Neese <r.neese@gmail.com> (maintainer) Notes: svn path=/head/; revision=284749
* Update to 1.0.7Chris Rees2011-10-2812-396/+484
| | | | | | | | PR: ports/162059 Submitted by: Richard Neese <r.neese@gmail.com> (maintainer) Notes: svn path=/head/; revision=284567
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+1
| | | | Notes: svn path=/head/; revision=281668
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-1/+1
| | | | Notes: svn path=/head/; revision=275104
* Fix bug in Makefile which caused a plist issue when python or libzrtpJosh Paetzel2010-12-242-3/+4
| | | | | | | | | | | modules were enabled. Add missing file to plist when python module is enabled. Approved by: Richard E. Neese <r.neese@gmail.com> (maintainer) Pointyhat: jpaetzel Notes: svn path=/head/; revision=266843
* Add support for new module. (libzrtp)Josh Paetzel2010-12-232-4/+39
| | | | | | | | | | | | Fix fetch issue when host system has wget installed. Fix missing depend when python module is selected. PR: ports/152789 Submitted by: Marcin Cieslak <saper@saper.info> Approved by: "Richard E. Neese" <r.neese@gmail.com> (maintainer) Notes: svn path=/head/; revision=266797
* Add missing files.Josh Paetzel2010-12-174-0/+95
| | | | | | | | PR: ports/153191 Submitted by: Richard Neese <r.neese@gmail.com> Notes: svn path=/head/; revision=266505
* - remove empty filesPhilip M. Gollucci2010-12-134-0/+0
| | | | Notes: svn path=/head/; revision=266161
* Update to latest versionJosh Paetzel2010-12-0811-325/+226
| | | | | | | | PR: ports/152423 Submitted by: Richard Neese <r.neese@gmail.com> Notes: svn path=/head/; revision=265856
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Bump PORTREVISION, missed in prior commit.Josh Paetzel2010-08-201-1/+1
| | | | | | | Pointyhat to: jpaetzel Notes: svn path=/head/; revision=259656
* Fix plist to work better with net/freeswitch meta portJosh Paetzel2010-08-201-3/+3
| | | | | | | | PR: ports/149839 Submitted by: jpaetzel@FreeBSD.org Notes: svn path=/head/; revision=259638
* 1. It's generally preferred that ports rc.d files use REQUIRE: LOGINDoug Barton2010-08-112-39/+11
| | | | | | | | | | | | | | | | | | | unless there is a good reason not to. However this service runs as an unprivileged user, which makes that a requirement. 2. The default variable assignments have to come after load_rc_config to be effective. 3. _flags should not be reproduced in command_args 4. The start and restart methods were superfluous, instead use wait_for_pids in the _stop method. Bump PORTREVISION PR: ports/146442 Submitted by: me Approved by: maintainer Notes: svn path=/head/; revision=259097
* Fix issues with plist caused by previous commit.Josh Paetzel2010-08-113-238/+247
| | | | | | | | | | Remove BROKEN PR: ports/149119 Submitted by: Richard Neese <r.neese@gmail.com> Notes: svn path=/head/; revision=259086
* change MAINTAINER, mark as BROKEN until plist issues fromJosh Paetzel2010-07-281-1/+3
| | | | | | | | | | ORTNAME change are resolved PR: ports/149043 Submitted by: Eric F Crist <ecrist@secure-computing.net> Notes: svn path=/head/; revision=258403
* Attempt to fix handling of this Makefile on portsmon.Mark Linimon2010-07-261-6/+8
| | | | | | | | | While here, fix an obvious typo in post-install messages. Hat: portmgr Notes: svn path=/head/; revision=258278
* Move check for OSVERSION to a better place in the MakefileJosh Paetzel2010-07-161-5/+4
| | | | Notes: svn path=/head/; revision=257862
* Refactor to fit better in the ports infrastructure.Josh Paetzel2010-07-1615-386/+698
| | | | | | | | PR: ports/148440 Submitted by: Richard Neese <r.neese@gmail.com> Notes: svn path=/head/; revision=257855
* Mark BROKEN on pointyhatJosh Paetzel2010-06-161-0/+5
| | | | | | | Approved by: itetcu@ (mentor) implicit Notes: svn path=/head/; revision=256604
* Whitespace fixJosh Paetzel2010-06-121-4/+4
| | | | | | | Approved by: itetcu@ (mentor) implicit Notes: svn path=/head/; revision=256426
* Add net/freeswitch-core, part of a revamp to the freeswitch portsJosh Paetzel2010-06-1110-0/+1044
PR: ports/145369 Submitted by: Eric F Crist <ecrist@secure-computing.net> Approved by: itetcu@ (mentor) Notes: svn path=/head/; revision=256414