Commit graph

237 commits

Author SHA1 Message Date
Florian Smeets
e2e126285f - Update net/aserisk to 1.8.25.0
- Update net/aserisk10 to 10.12.4
- Update net/aserisk11 to 11.7.0
- mark net/aserisk10 DEPRECATED, it has reached its EOL

Security:	0c39bafc-6771-11e3-868f-0025905a4771
2013-12-17 23:48:02 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Florian Smeets
a66fd06e16 Update net/asterisk to 1.8.23.1
Update net/asterisk10 to 10.12.3
Update net/asterisk11 to 11.5.1

Security:	fd2bf3b5-1001-11e3-ba94-0025905a4771
2013-08-28 20:51:32 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- 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
2013-07-11 16:26:26 +00:00
Florian Smeets
b003ca6d34 - Don't force gcc, make this work with clang, too [1]
- Don't call gmake directly [1]
- Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1]
- Use @dirrmtry for directories that can contain files after deinstall

Submitted by:	tijl [1]
2013-07-04 22:46:33 +00:00
Florian Smeets
92e116c94e - create missing directories before chowning them [1]
- asterisk depends on gmake so use gmake to run the menuselect.makeopts
  target [1]
- disable res_timing_kqueue module until we can figure out what's wrong
  with it [2]

Submitted by:	John Marino <draco@marino.st>  [1]
Reported by:	Ian FREISLICH <ianf@clue.co.za>, [2]
		Alejandro Imass <ait@p2ee.org>, [2]
		Amr Elsharqawi <aelsharqawi@live.com> [2]
2013-06-14 07:07:01 +00:00
Florian Smeets
0457f174a1 - update net/asterisk to 1.8.21.0
- update net/asterisk11 to 11.3.0
- add -F to command_args in the rc script, this ensures that asterisk
  detaches from the controlling terminal. It was possible for the asterisk
  rc script to prevent a box from reaching full multiuser if e.g. -v was
  passed to command_args. [1]

Reported by:	Kurt Lidl <lidl@pix.net>
2013-04-22 21:11:34 +00:00
Florian Smeets
e02bcece15 Update asterisk ports to:
net/asterisk 1.8.20.2
net/asterisk10 10.12.2
net/asterisk11 11.2.2

Security:	daf0a339-9850-11e2-879e-d43d7e0c7c02
2013-03-29 10:04:43 +00:00
Baptiste Daroussin
9250d94365 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
2013-03-08 11:32:11 +00:00
Florian Smeets
1426c2eeb4 Update to 10.12.1 2013-01-23 07:15:15 +00:00
Florian Smeets
c0f952d9bb Update to 10.12.0 2013-01-15 17:01:12 +00:00
Florian Smeets
9a4203f7ce - update net/asterisk to 1.8.19.1
- update net/asterisk10 to 10.11.1
- update net/asterisk11 to 10.1.2
- add vuln.xml entry

Security:	f7c87a8a-55d5-11e2-a255-c8600054b392
2013-01-03 19:41:30 +00:00
Florian Smeets
3bc4ee231f - update 10.11.0
- use OPTIONS_RADIO instead of OPTIONS_SINGLE
2012-12-12 01:45:27 +00:00
Florian Smeets
5edc99fe64 Update to 10.10.1
Feature safe:	yes
2012-12-06 21:47:55 +00:00
Florian Smeets
8cf75d6b49 - Really enable chan_h323 if H323 is selected [1]
- Bump PORTREVISION as H323 is on by default
- fix a few portlint Tab/Whitespace warnings

Submitted by:	st41ker@st41ker.net [1]
Feature safe:	yes
2012-11-15 17:06:17 +00:00
Florian Smeets
1008b14086 Update to 10.10.0
Feature safe:	yes
2012-11-07 16:20:08 +00:00
Florian Smeets
134a4575a2 Update to 10.9.0 2012-10-09 23:39:08 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
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.
2012-10-09 22:12:13 +00:00
Florian Smeets
4bec5f02a8 Update to 10.8.0 2012-09-13 23:22:22 +00:00
Florian Smeets
00c146a0bd - fix typo --with-mysql does not exist, use --with-mysqlclient
- use OPTIONS_DEFINE_$ARCH for DAHDI option, which fixes the option
- bump PORTREVISION so the packages have DAHDI support again

PR:		ports/171590
Submitted by:	Dmitry <dmitry2004@yandex.ru>
2012-09-13 09:39:53 +00:00
Florian Smeets
b306f9876d - Update net/asterisk to 1.8.15.1
- Update net/asterisk10 to 10.7.1
- Document vulnerabilities in vuln.xml
- Fix URLs in the pervious asterisk vuln.xml entry

Security:	http://www.vuxml.org/freebsd/4c53f007-f2ed-11e1-a215-14dae9ebcf89.html
2012-08-30 22:14:10 +00:00
Doug Barton
9aac569eaa 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
2012-08-05 23:19:36 +00:00
Florian Smeets
dfcbda2f2b Update to 10.7.0 2012-08-02 21:02:56 +00:00
Florian Smeets
ae75db72d3 - update to 10.6.1
- convert to optionsNG
2012-07-26 23:21:19 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Florian Smeets
9eb317069f Update to 10.6.0 2012-07-11 22:15:40 +00:00
Florian Smeets
96831ace2a Update to 10.5.2
Security:	http://www.vuxml.org/freebsd/4c1ac2dd-c788-11e1-be25-14dae9ebcf89.html
2012-07-06 18:09:45 +00:00
Max Khon
04536cef51 - Add support for MFC/R2 signaling using openr2 library.
- Bump PORTREVISION.

Approved by:	MAINTAINER
2012-06-28 05:24:36 +00:00
Florian Smeets
3b5657f555 Update to 10.5.1
Security:	http://www.vuxml.org/freebsd/3c8d1e5b-b673-11e1-be25-14dae9ebcf89.html
2012-06-14 22:58:32 +00:00
Florian Smeets
401a67d0e5 - Update to 10.5.0
- Update conflicts [1]

Reported by:	FreeBSD Ports conflicts checker [1]
2012-06-04 22:03:33 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Florian Smeets
076634f43f Update to 10.4.2 2012-05-30 21:47:57 +00:00
Florian Smeets
9ec34b030d Update to 10.4.1
Security:	http://www.vuxml.org/freebsd/359f615d-a9e1-11e1-8a66-14dae9ebcf89.html
2012-05-29 23:10:41 +00:00
Florian Smeets
556ec3ef7c Update to 10.4.0 2012-05-02 20:51:16 +00:00
Florian Smeets
9cbd88f368 Update to 10.3.1
Security:	http://www.vuxml.org/freebsd/1c5abbe2-8d7f-11e1-a374-14dae9ebcf89.html
2012-04-23 20:22:55 +00:00
Florian Smeets
8927670cac - fix build with gcc46 and clang 2012-04-10 20:28:09 +00:00
Florian Smeets
bec031f253 - update to 10.3.0
- add OPTION for LDAP support, fixing pkg-plist entry for res_config_ldap [1]

PR:             ports/166403 [1]
Reported by:    gpalmer [1]
Feature safe:   yes
2012-04-01 13:16:44 +00:00
Florian Smeets
ab8f37d60f Update to 10.2.1
Security:	http://www.vuxml.org/freebsd/0d530174-6eef-11e1-afd6-14dae9ebcf89.html
Feature safe:	yes
2012-03-15 23:16:07 +00:00
Florian Smeets
1180aa20e9 Update to 10.2.0
As the iLBC codec is now part of asterisk again just build and install
it unconditionally.
2012-03-05 23:07:17 +00:00
Florian Smeets
33a6a0c9f0 update to 10.1.3 2012-02-25 00:28:15 +00:00
Florian Smeets
4ceb1d8578 update to 10.1.2 2012-02-09 22:47:03 +00:00
Florian Smeets
818d7fa1e4 update to 10.1.1 2012-02-07 21:29:08 +00:00
Martin Wilke
93cfaf9ad9 - Chase unixODBC shlib bump 2012-02-06 12:25:50 +00:00
Florian Smeets
3366a8bf6a Update to 10.1.0 2012-01-28 00:08:29 +00:00
Florian Smeets
8ec72bcf4a Update to 10.0.1
Security:	www.vuxml.org/freebsd/dd698b76-42f7-11e1-a1b6-14dae9ebcf89.html
2012-01-20 00:59:41 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Florian Smeets
0ff8f6923d - update to 10.0.0 release version
- be consistent with what the other asterisk ports do and set PKGNAMESUFFIX
2011-12-19 11:13:18 +00:00
Florian Smeets
d6bf7e762d While i wasn't watching rc2 was released
Feature safe:	yes
2011-11-17 00:11:30 +00:00
Florian Smeets
9448185af6 - update to 10.0.0rc1
- asterisk10 uses sqlite3 instead of Berkeley DB so sqlite3 is now a mandatory
  dependency

Feature safe:	yes
2011-11-16 23:44:54 +00:00
Florian Smeets
f4277a21da update to 10.0.0 beta 2 2011-10-07 11:06:18 +00:00