aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch-core-devel
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Do not remove directories not created by this portMartin Wilke2013-06-091-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320323
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Quick fix for this port too: I had fixed this in the wrong treeEitan Adler2013-03-281-1/+0
| | | | Notes: svn path=/head/; revision=315477
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-10/+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
* - Remove hard coded sleep [1]Steve Wills2013-01-212-6/+11
| | | | | | | | | | | | - Make the "sofia recover" only run if you've set freeswitch_cluster so it doesn't break the ability to start the daemon [1] - Bump PORTREVISION - Mark MAKE_JOBS_UNSAFE due to failures building it with FORCE_MAKE_JOBS PR: ports/175305 [1] Submitted by: Mark Felder <feld@feld.me> [1] Notes: svn path=/head/; revision=310727
* 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
* - update net/freeswitch-devel to 1.2.3 (forgotten in r304599) [1]Florian Smeets2012-09-211-3/+3
| | | | | | | | | | | - minor cleanups to net/freeswitch-core-devel [2] PR: ports/171781 [1] Submitted by: Richard Neese <r.neese@gmail.com> (maintainer) [1], ohauer [2] Approved by: maintainer [2] Notes: svn path=/head/; revision=304645
* Update to 1.2.3Florian Smeets2012-09-204-6/+17
| | | | | | | | | | | PR: ports/171780 PR: ports/171781 PR: ports/171782 PR: ports/171783 Submitted by: Richard Neese <r.neese@gmail.com> (maintainer) Notes: svn path=/head/; revision=304599
* - fix MODFREETDM ports optionJason Helfman2012-08-211-1/+1
| | | | | | | | | PR: 170808 Submitted by: Artis.Caune@gmail.com Approved by: maintainer, r.neese@gmail.com Notes: svn path=/head/; revision=302843
* - update to 1.2.1Jason Helfman2012-08-168-158/+286
| | | | | | | | | | - adopt optionsNG PR: 170318 Submitted by: maintainer, r.neese@gmail.com Notes: svn path=/head/; revision=302659
* 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
* - end make config loopJason Helfman2012-07-261-1/+1
| | | | | | | | Submitted by: jgh Reported by: maintainer, r.neese@gmail.com (irc) Notes: svn path=/head/; revision=301574
* 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
* Define PKGBASE to stop sharing UNIQUENAME with net/freeswitchChris Rees2012-06-161-0/+1
| | | | | | | Noticed by: rneese (maintainer) Notes: svn path=/head/; revision=299402
* Add configuration ports for freeswitch-devel; vanilla, sbc, insideout and curlChris Rees2012-05-223-18/+17
| | | | | | | | | | | | | | | | PR: ports/167877 PR: ports/167878 PR: ports/167879 PR: ports/167881 Submitted by: Richard Neese (r.neese@gmail.com) (maintainer) Fix some minor pkg-install script issues in -core-devel Use a cookie file to install ETCDIR/conf directory structure rather than @exec mkdir to simplify installation Notes: svn path=/head/; revision=297216
* Stop installing freeswitch.xml to ETCDIR; it conflicts with theChris Rees2012-05-212-4/+1
| | | | | | | configuration ports Notes: svn path=/head/; revision=297128
* Add net/freeswitch-core-devel port; version 1.2 for testing.Chris Rees2012-05-1720-0/+1225
Register CONFLICTS with net/freeswitch-core PR: ports/167872 Submitted by: Richard Neese <r.neese@gmail.com> Notes: svn path=/head/; revision=296865