notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/asterisk/files/patch-configure

Number of commits found: 22

Friday, 12 Feb 2016
17:30 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.21.2, which provides a fix for the
  old OpenSSL included in 9.x
- Backport the fis to net/asterisk (asterisk 1.8)
- net/asterisk13 already includes this fix, so remove my workaround

While here, asterisk 1.8 reached EOL on 2015-10-21, so DEPRECATE
it and add an expiration time.

MFH:	2016Q1
Original commitRevision:408743 
Sunday, 30 Aug 2015
10:36 koobs search for other commits by this committer
net/asterisk: Overhaul & Add *BONUS* user feature

This port now supports custom Asterisk configurations using a
*user-supplied* menuselect.makeopt file.

This feature is of most value for users that want to disable or
override default functionality that they dont want or need, particular
in space and/or resource constrained, or embedded environments.

For more information see this ports pkg-message file.

OPTIONS Changes:

- Make speex, libexecinfo and mpg123 OPTION'al
- Make menuselect backends (curses/newt) OPTION'al
- Re-order, sort and group all OPTIONS
- Rename MP3 option to MP3PLAYER (ambiguous with format_mp3 module)
- Remove override-able OPTION descriptions (dont appear necessary)
- Add CODECS, SOUNDS and DATABASE options groups for better UX
- Improve OPTION descriptions
- Temporarily disable ICONV option until libxml2 is fixed [1][2]

General Changes:

- Add support for fetching G.279 Core and MOH sounds
- Re-do patches using makepatch (portlint)
- Use %%DATADIR%% in pkg-plist (portlint)
- Make DATADIR-safe (portlint)
- Re-order Makefile sections (portlint)
- Reset @owner/@group after pkg-plist entries
- Simplify post-install: find files/dirs pkg-plist commands
- De-scope global use of LDFLAGS and CPPFLAGS
- Use OPTIONS helpers for  openh323 CPPFLAGS and MAKE_ENV
- Use USE_OPENSSL and its respective variables in CONFIGURE_ARGS
- Modify build to be verbose (NOISY_BUILD)
- Pass CFLAGS/LDFLAGS to ASTCFLAGS/ASTLDFLAGS respectively in MAKE_ENV
- Update and cleanup pkg-plist
- Bump PORTREVISION

Note: These changes will be merged into net/asterisk11 and net/asterisk13
      ports in the near future.

[1] https://reviews.freebsd.org/D3261
[2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202006

Reviewed by:		madpilot (maintainer)
Approved by:		madpilot (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3262
Original commitRevision:395609 
Tuesday, 29 Jul 2014
22:52 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.29.0
- Update net/asterisk11 to 11.11.0
- Take maintainership [1]
- Add missing ODBC option to OPTIONS_DEFINE [2]
- Convert ports to using option helpers
- Fix LUA option

PR:		192226 [2]
Submitted by:	m.tsatsenko at gmail.com
Approved by:	flo (previous maintainer) [1]
Original commitRevision:363407 
Monday, 22 Apr 2013
21:11 flo search for other commits by this committer
- 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>
Original commitRevision:316277 
Tuesday, 9 Oct 2012
23:36 flo search for other commits by this committer
Update to 1.8.17.0
Original commitRevision:305622 
Wednesday, 2 May 2012
20:50 flo search for other commits by this committer
Update to 1.8.12.0
Original commit
Sunday, 1 Apr 2012
13:14 flo search for other commits by this committer
- update to 1.8.11.0 [1]
- add OPTION for LDAP support, fixing pkg-plist entry for res_config_ldap [2]
- add PORTSCOUT hint

PR:             ports/166403 [2]
Submitted by:   zi [1]
Reported by:    gpalmer [2]
Feature safe:   yes
Original commit
Monday, 5 Mar 2012
23:06 flo search for other commits by this committer
Update to 1.8.10.0

As the iLBC codec is now part of asterisk again just build and install
it unconditionally.
Original commit
Sunday, 2 Oct 2011
15:33 flo search for other commits by this committer
update to 1.8.7.0
Original commit
Tuesday, 10 May 2011
21:19 flo search for other commits by this committer
- update to 1.8.4
- add lua support [1]
- add libsrtp support [2]

PR:             ports/156775 [2]
Submitted by:   Andre Luiz dos Santo [1]
                Alexander Brovikov [2]
Original commit
Wednesday, 2 Mar 2011
17:05 flo search for other commits by this committer
- Update to 1.8.3
- add a new option NEWG711, off by default. It enables a new algorithm for G711
  which should be cleaner but slower
Original commit
Tuesday, 25 Jan 2011
00:34 flo search for other commits by this committer
- add powerpc to ONLY_FOR_ARCHS [1]
- help configure find getifaddrs() [2]

PR:             ports/154150 [2]
Submitted by:   Dan Lukes <dan@obluda.cz> [2]
Tested by:      andreast [1]
Feature safe:   yes
Original commit
Wednesday, 29 Dec 2010
12:47 flo search for other commits by this committer
- fix pkg-plist [1]
- enable dahdi on sparc64 [2]
- only use /var as localstatedir if we install to LOCALBASE
- fix harmless portlint warning

PR:             153507 [1]
Submitted by:   Dan Lukes <dan@obluda.cz> [1]
                fjoe [2]

Approved by:    fjoe (mentor)
Original commit
Sunday, 28 Nov 2010
19:33 fjoe search for other commits by this committer
Add asterisk 1.8 port.

Submitted by:   Florian Smeets
Original commit
Wednesday, 24 Nov 2010
13:58 fjoe search for other commits by this committer
Remove and disconnect net/asterisk port in preparation for repocopy
from net/asterisk16
Original commit
Sunday, 21 Mar 2010
05:36 sobomax search for other commits by this committer
Update to 1.4.29.
Original commit
Friday, 24 Jul 2009
10:54 sobomax search for other commits by this committer
Update to 1.4.25.
Original commit
Friday, 6 Feb 2009
01:09 sobomax search for other commits by this committer
Update to 1.4.23.1.
Original commit
Friday, 22 Aug 2008
22:11 sobomax search for other commits by this committer
Fix obscure build error in the port. Basically, depending on versions
of some externals packages (I suspect it's autotools), files
openh323buildopts.h and ptbuildopts.h can be generated with either
tab or space after #define. As a result, configure in some case could
have failed to grep the correct field.

Reported by:    Rodrigo Graeff
Original commit
Friday, 10 Aug 2007
16:30 sobomax search for other commits by this committer
Update to 1.4.10.

Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
Original commit
Sunday, 22 Jul 2007
10:40 sobomax search for other commits by this committer
o Update to 1.4.8, which fixes some security issues.

PR:             114720, 114712

o Enable zaptel channel and friends on AMD64.

PR:             112624

o Improve startup script.

PR:             107222
Original commit
Friday, 13 Apr 2007
08:06 sobomax search for other commits by this committer
Long awaited upgrade to 1.4.2.

Sponsored by:   Sippy Software, Inc.
Original commit

Number of commits found: 22