| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
2014-02-28 x11-drivers/xf86-video-radeonhd: Abandond upstream since 2010
2014-02-28 net/asterisk10: asterisk 10 reached EOL on 2013-12-15
Notes:
svn path=/head/; revision=346488
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=336791
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
|
|
|
| |
Update net/asterisk10 to 10.12.3
Update net/asterisk11 to 11.5.1
Security: fd2bf3b5-1001-11e3-ba94-0025905a4771
Notes:
svn path=/head/; revision=325551
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=322295
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=320887
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=316277
|
|
|
|
|
|
|
|
|
|
|
| |
net/asterisk 1.8.20.2
net/asterisk10 10.12.2
net/asterisk11 11.2.2
Security: daf0a339-9850-11e2-879e-d43d7e0c7c02
Notes:
svn path=/head/; revision=315534
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=310854
|
|
|
|
| |
Notes:
svn path=/head/; revision=310454
|
|
|
|
|
|
|
|
|
|
|
| |
- update net/asterisk10 to 10.11.1
- update net/asterisk11 to 10.1.2
- add vuln.xml entry
Security: f7c87a8a-55d5-11e2-a255-c8600054b392
Notes:
svn path=/head/; revision=309903
|
|
|
|
|
|
|
| |
- use OPTIONS_RADIO instead of OPTIONS_SINGLE
Notes:
svn path=/head/; revision=308730
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=308400
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION as H323 is on by default
- fix a few portlint Tab/Whitespace warnings
Submitted by: st41ker@st41ker.net [1]
Feature safe: yes
Notes:
svn path=/head/; revision=307460
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307139
|
|
|
|
| |
Notes:
svn path=/head/; revision=305623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=304236
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=304188
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=303393
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
| |
Notes:
svn path=/head/; revision=301871
|
|
|
|
|
|
|
| |
- convert to optionsNG
Notes:
svn path=/head/; revision=301587
|
|
|
|
|
|
|
| |
directly or indirectly (via libvorbis, libtheora).
Notes:
svn path=/head/; revision=301188
|
|
|
|
| |
Notes:
svn path=/head/; revision=300787
|
|
|
|
|
|
|
| |
Security: http://www.vuxml.org/freebsd/4c1ac2dd-c788-11e1-be25-14dae9ebcf89.html
Notes:
svn path=/head/; revision=300567
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Approved by: MAINTAINER
Notes:
svn path=/head/; revision=300144
|
|
|
|
|
|
|
| |
Security: http://www.vuxml.org/freebsd/3c8d1e5b-b673-11e1-be25-14dae9ebcf89.html
Notes:
svn path=/head/; revision=299292
|
|
|
|
|
|
|
|
|
| |
- Update conflicts [1]
Reported by: FreeBSD Ports conflicts checker [1]
Notes:
svn path=/head/; revision=298400
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=297835
|
|
|
|
|
|
|
| |
Security: http://www.vuxml.org/freebsd/359f615d-a9e1-11e1-8a66-14dae9ebcf89.html
Notes:
svn path=/head/; revision=297719
|
|
|
|
| |
Notes:
svn path=/head/; revision=295885
|
|
|
|
|
|
|
| |
Security: http://www.vuxml.org/freebsd/1c5abbe2-8d7f-11e1-a374-14dae9ebcf89.html
Notes:
svn path=/head/; revision=295339
|
|
|
|
| |
Notes:
svn path=/head/; revision=294565
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=294079
|
|
|
|
|
|
|
|
| |
Security: http://www.vuxml.org/freebsd/0d530174-6eef-11e1-afd6-14dae9ebcf89.html
Feature safe: yes
Notes:
svn path=/head/; revision=293380
|
|
|
|
|
|
|
|
| |
As the iLBC codec is now part of asterisk again just build and install
it unconditionally.
Notes:
svn path=/head/; revision=292786
|
|
|
|
| |
Notes:
svn path=/head/; revision=292207
|
|
|
|
| |
Notes:
svn path=/head/; revision=290809
|
|
|
|
| |
Notes:
svn path=/head/; revision=290619
|
|
|
|
| |
Notes:
svn path=/head/; revision=290490
|
|
|
|
| |
Notes:
svn path=/head/; revision=289901
|
|
|
|
|
|
|
| |
Security: www.vuxml.org/freebsd/dd698b76-42f7-11e1-a1b6-14dae9ebcf89.html
Notes:
svn path=/head/; revision=289502
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- be consistent with what the other asterisk ports do and set PKGNAMESUFFIX
Notes:
svn path=/head/; revision=287647
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=285941
|
|
|
|
|
|
|
|
|
|
| |
- asterisk10 uses sqlite3 instead of Berkeley DB so sqlite3 is now a mandatory
dependency
Feature safe: yes
Notes:
svn path=/head/; revision=285938
|