Commit graph

26869 commits

Author SHA1 Message Date
Guido Falsi
10cf2a235e - Update net/asterisk11 to 11.17.0
- Update net/asterisk13 to 13.3.0
- Fix mgcp module installation
- Add needed USE_LDCONFIG to asterisk13
- Adapt asterisk-g72x port and bump PORTREVISION

NOTE: While these versions of asterisk can be compiled with clang,
I have seen it crash at startup if so compiled. For this reason at
present I'm leaving the gcc requirement.
2015-04-02 00:12:13 +00:00
John Marino
524649b6ea net/widentd: disable -Werror
On gcc, this warning is given:

widentd.c: In function 'main':
widentd.c:194:3: error: 'memset' used with constant zero length parameter;
  this could be due to transposed parameters
  [-Werror=memset-transposed-args]
   memset(buff, sizeof(buff), 0);
   ^

Removing -Werror is blanket-approved.  This is another port that uses
<bsd.prog.mk> instead of providing an independent makefile, so the
-Werror is coming from the system build framework.
2015-04-01 21:19:33 +00:00
John Marino
2a370ef090 net/hostapd: Unbreak new version on DragonFly 2015-04-01 18:57:32 +00:00
John Marino
915729fe93 net/wpa_gui: reset maintainer by his request
Ilya Bakulin indicated via email that he's unable to maintain this port.
It's also very out of date (0.7 way behind 2.4)
2015-04-01 18:31:10 +00:00
Xin LI
a34d674a65 Add a patch to improve Outlook interoperability at expense of possible
RFC violation.  This patch is optional and not enabled by default.

For detailed discussion please follow:

	http://www.openldap.org/lists/openldap-technical/201211/msg00175.html

Requested by:	Tim Gustafson <tjg ucsc edu>
2015-04-01 01:02:17 +00:00
Danilo Egea Gondolfo
9d7a9795b7 - Update to 0.27.3 2015-03-31 02:19:56 +00:00
Cy Schubert
d0bd54e741 Update 4.3.9 --> 4.3.11 2015-03-30 23:25:33 +00:00
Dmitry Sivachenko
9c94c892ce GC dead berlios master sites.
Requested by:	bapt
2015-03-30 22:18:26 +00:00
Baptiste Daroussin
5fbb1daf50 Fix fetching by using the BERLIOS macro which automatically converts to the migrated SF url 2015-03-30 20:56:34 +00:00
Dmitry Sivachenko
b9e3d26bb5 Use more compact notation.
Submitted by:	mat
2015-03-30 15:48:25 +00:00
Dmitry Sivachenko
fd5b1227fe Add resolvable MASTER_SITE. 2015-03-30 14:59:42 +00:00
Tilman Keskinoz
141a501017 Add option to disable GNUTLS
PR:		198943
Submitted by:	bz
2015-03-30 14:23:46 +00:00
Sunpoet Po-Chuan Hsieh
f08ed8e794 - Add rubygem-fog-riakcs 0.1.0
Fog::Riakcs is a module for the fog gem to support RiakCS.

WWW: https://github.com/fog/fog-riakcs
RG:  https://rubygems.org/gems/fog-riakcs
2015-03-30 13:48:05 +00:00
Sunpoet Po-Chuan Hsieh
52b5a83e16 - Allow to strip shared library as regular user 2015-03-30 13:47:54 +00:00
Steve Wills
e8a8a65ab5 net/syncthing: update syncthing and friends to 0.10.30 2015-03-30 04:08:02 +00:00
Steve Wills
fed7471248 Update ruby-gems to 2.4.5
Note this is a big upgrade and the way gemspecs are generated changed. As a
result, all patched gemspecs had to have new patches.
2015-03-30 02:47:07 +00:00
Kurt Jaeger
98b7d72b51 net/torsocks: 1.2 -> 2.0.0
- Changes:
  https://github.com/dgoulet/torsocks/blob/master/ChangeLog
- Submitter takes maintainership
- Repository moved from google to github (and further)

PR:		195715
Submitted by:	yuri@rawbw.com
Approved by:	<andy.lavr@gmail.com> (maintainer timeout)
2015-03-29 19:56:10 +00:00
Kurt Jaeger
5042f90f38 net/liboping: 0.3.5 -> 1.8.0
Changes:
http://noping.cc/#documentation

PR:		198379
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (new maintainer)
Approved by:	maintainer timeout
2015-03-29 16:44:17 +00:00
Adam Weinberger
267e2486ca Update to 0.23, which includes removing all non-core dependencies.
While here, fix Makefile spacing and sort plist.

Changes: https://metacpan.org/changes/distribution/Server-Starter
2015-03-29 15:28:05 +00:00
John Marino
a7786cff47 net/hostapd: Upgrade version 2.3 => 2.4, add PORTS_SSL option
PR:		198889
Submitted by:	maintainer (leres - ee.lbl.gov)
2015-03-29 12:15:40 +00:00
Wen Heping
0b7c4c05af - Update to 1.02 [1]
- Add LICENSE [1]
- Reset maintainer to perl@

PR:		198987 [1]
Submitted by:	sunpoet@ [1]
2015-03-29 10:20:05 +00:00
Roman Bogorodskiy
f16c61641e Add CPE information.
PR:		198965
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-29 08:35:34 +00:00
Sunpoet Po-Chuan Hsieh
73a70cacb0 - Update to 1.14
- Sort PLIST
- While I'm here:
  - Fix *_DEPENDS:
    - Add www/p5-LWP-Protocol-https
    - Remove security/p5-Crypt-SSLeay
    - Use TEST_DEPENDS for devel/p5-Test-Warn and devel/p5-Test-XML
  - Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/SOAP-Lite/Changes
PR:		198935
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2015-03-28 19:06:01 +00:00
Sunpoet Po-Chuan Hsieh
9058fed89c - Fix incorrect address family for IPv6 netmasks
PR:		198931
Submitted by:	dim
2015-03-28 18:50:47 +00:00
Sunpoet Po-Chuan Hsieh
eaed2c10d4 - Add LICENSE [1]
- Fix *_DEPENDS:
  - Memoize is not required by this port
  - Test::Simple 0.98+ is already in all supported Perl releases
  - Test::Fatal is a test-only dependency
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket) [1]
With hat:	perl
2015-03-28 18:50:04 +00:00
Renato Botelho
481181138f Update to 4.7.3
PR:		198977
Submitted by:	pi
2015-03-28 10:43:52 +00:00
Renato Botelho
527cf15add Update to 1.7.2
PR:		198976
Submitted by:	pi
2015-03-28 10:43:21 +00:00
George V. Neville-Neil
3130b7c227 Update MAINTAINER to canonical address.
Requested by: jgh
2015-03-27 22:06:46 +00:00
George V. Neville-Neil
d8dc080f47 Take ownership of this port. Communication saying that this
is OK in private email.

Update to point at github, where the code now resides.

Remove patch files made redundant by updating the base code.
2015-03-27 21:11:50 +00:00
John Marino
142542eed5 net/wpa_gui: Update icon URL, the old one went away
PR:		197911
Submitted by:	Kevin Zheng
Approved by:	maintainer timeout
2015-03-27 15:21:58 +00:00
Sunpoet Po-Chuan Hsieh
b18e24984a - Update to 2.84
Changes:	http://search.cpan.org/dist/Net-Whois-Raw/Changes
2015-03-27 13:47:13 +00:00
Sunpoet Po-Chuan Hsieh
14adef2d45 - Update to 1.17.0
Changes:	https://github.com/DataDog/dogapi-rb/blob/master/CHANGELOG.md
2015-03-27 13:46:57 +00:00
Bartek Rutkowski
13a887d069 net/gnu-radius: add CPE information
PR:		198838
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	kwm (blanket)
2015-03-27 11:17:03 +00:00
Koop Mast
09e627a363 Update the Gnome stack to the latest in the 3.14 series.
Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes
   ports updated.

Obtained from:	GNOME dev repo
2015-03-27 09:24:39 +00:00
Kurt Jaeger
1bba72dde4 New port: net/rdapper
rdapper is a command-line client for the Registration Data Access
Protocol (RDAP), as described in the RDAP RFCs (7480 - 7485).

This tool will send an RDAP query to an RDAP server over HTTP or
HTTPS, parse the JSON response, and display it in human-readable
form.

WWW: https://github.com/jodrell/rdapper

Submitted by:	pi
2015-03-26 20:51:52 +00:00
John Marino
639bdf6a36 net/netembryo: Add 2 new options, SCTP and IPv6
DragonFly does not support SCTP.  This was detected fine in the configure
script, but check-plist failed due to an SCTP file that didn't get
installed.  The configure script takes options for SCTP and IPv6, so turn
those into options.  Use the brand-new OPTIONS_EXCLUDE_DragonFly feature
to allow SCTP to be on by default for FreeBSD and not even an option for
DragonFly.
2015-03-26 18:10:43 +00:00
John Marino
a18c31c3a1 net/remmina: remove FreeBSD 7 support 2015-03-26 15:44:13 +00:00
Sunpoet Po-Chuan Hsieh
92bae5e8a4 - Update to 0.75
Changes:	http://search.cpan.org/dist/Net-GitHub/Changes
2015-03-26 14:13:15 +00:00
Sunpoet Po-Chuan Hsieh
8874e7571a - Update to 4.01010
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2015-03-26 14:13:00 +00:00
Sunpoet Po-Chuan Hsieh
a527d975ab - Mark MAKE_JOBS_UNSAFE
Reported by:	kwm (via IRC)
2015-03-26 13:07:18 +00:00
Jung-uk Kim
f668231b22 Fix a typo in the previous patch. 2015-03-26 01:14:01 +00:00
John Marino
b90f611b9c net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
2015-03-25 23:51:05 +00:00
Jung-uk Kim
e25141e3cd Fix build with recent opensslv.h. 2015-03-25 23:36:27 +00:00
MANTANI Nobutaka
5dd4c15129 Fix variable assignment of RUN_DEPENDS.
Pointed out by:		adamw
2015-03-25 16:10:04 +00:00
MANTANI Nobutaka
5e3f567259 Fix dependencies to fix packaging error. 2015-03-25 15:25:04 +00:00
Adam Weinberger
0058ab00fa Update to 2.83.
Changes: https://metacpan.org/changes/distribution/Net-Whois-Raw
2015-03-25 15:14:07 +00:00
Adam Weinberger
0a5361494d Update to 4.01009.
Changes:
   - Added Application-Only Authentication via trait AppAuth
2015-03-25 15:11:33 +00:00
Sunpoet Po-Chuan Hsieh
a0e56d43d8 - Cleanup -lpthread/-pthread manipulation 2015-03-25 14:59:26 +00:00
Sunpoet Po-Chuan Hsieh
b7f0175aa4 - Cleanup -lpthread/-pthread manipulation 2015-03-25 14:58:52 +00:00
Pawel Pekala
fefdc832f1 - Update to version 0.1.52
- Add LICENSE, unmute install command

PR:		198759
Submitted by:	Anton Tornqvist <antont@inbox.lv>
2015-03-25 00:04:19 +00:00
Pawel Pekala
951b52f6ea - Update to version 1.85
- Strip executables

PR:		198755
Submitted by:	Anton Tornqvit <antont@inbox.lv>
2015-03-24 21:06:54 +00:00
Kurt Jaeger
e9ac69d875 net/tigervnc: 1.3.1 -> 1.4.3
Release-Notes:
  https://github.com/TigerVNC/tigervnc/releases/tag/v1.4.3
  - should solve longstanding issue with Ctrl-hotkeys in vncviewer
    https://github.com/TigerVNC/tigervnc/issues/8

PR:		198721
Submitted by:	Koichiro Iwao <meta+ports@vmeta.jp> (maintainer)
Requested by:	Georgy Lukyanchenko <egorxe@gmail.com>
2015-03-24 03:24:28 +00:00
Bryan Drewery
1147afe21d Need to bump revision for r382043 as well since it will change runtime behavior
for all releases.

With hat:	portmgr
2015-03-23 21:19:01 +00:00
Dimitry Andric
cb0f2ac922 Fix build of net/mpd5, after SSLv2 was disabled in base.
Approved by:	portmgr (bdrewery)
PR:		198791
2015-03-23 21:09:48 +00:00
Bryan Drewery
7f0efae484 Add CPE information.
PR:		198845
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-23 19:18:35 +00:00
Guido Falsi
c20cc7662e Due to recent changes in OpenSSL, disable SRTP support for asterisk13
by default and avoid pjsip pulling in libsrtp, otherwise a not
working package would be generated.

Add note to UPDATING to keep users informed.
2015-03-23 15:46:23 +00:00
Sunpoet Po-Chuan Hsieh
4d870480ab - Update to 0.0.2
Changes:	https://github.com/fog/fog-profitbricks/releases
2015-03-23 14:28:30 +00:00
Sunpoet Po-Chuan Hsieh
f5391afaff - Fix build with Clang 3.6.0
PR:		198437
Submitted by:	dim
Approved by:	<sten@blinkenlights.nl> (maintainer)
2015-03-22 15:44:53 +00:00
Bartek Rutkowski
882a7cd3f3 net/shadowsocks-libev: fix clang 3.6 build
PR:		198194
Submitted by:	Dimitry Andric <dim@FreeBSD.org>
2015-03-22 15:22:23 +00:00
Bartek Rutkowski
734d896f7a net/shadowsocks-libev: fix i386 builds on 8.4 and 9.3
PR:		197054
Submitted by:	Xiaoding Liu <xiaoding+freebsd@xiaoding.org>
2015-03-22 15:05:57 +00:00
Sunpoet Po-Chuan Hsieh
93eda0309f - Add py-pysocks 1.5.0
Derived from SocksiPy - a Python SOCKS module.

- UDP support
- SocksiPyHandler, courtesy e000, was also added as an example of how
  this module can be used with urllib2. See example code in sockshandler.py.
- urllib3, which powers the requests module, is working on integrating SOCKS
  proxy support based on this branch

PR:		196049
Submitted by:	<kyuupichan@gmail.com>
2015-03-22 14:59:10 +00:00
Jimmy Olgeni
cc72020008 Fix minor typos in pkg-descr files. 2015-03-22 13:22:52 +00:00
Sunpoet Po-Chuan Hsieh
0209bd6696 - Update MASTER_SITES
- Update WWW
- Bump PORTREVISION for package change
2015-03-22 10:44:04 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Sunpoet Po-Chuan Hsieh
eca614b93f - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT 2015-03-21 20:07:28 +00:00
Sunpoet Po-Chuan Hsieh
213e273f01 - Fix *_DEPENDS: version is not required by this port
- Add LICENSE [1]
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket) [1]
With hat:	perl
2015-03-21 19:55:30 +00:00
MANTANI Nobutaka
9a235821fa Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error. 2015-03-21 02:13:06 +00:00
Bryan Drewery
4cb9be5d5c Fix fallout from recent USE_GITHUB. This was missed due to MASTER_SITES
duplicating the USE_GITHUB feature incorrectly.

With hat:	portmgr
2015-03-20 19:24:24 +00:00
Bryan Drewery
69d5e85c26 Default the WRKSRC to the proper extracted name for USE_GITHUB when
GH_TAGNAME is defaulted to the new DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX
change in r381689.

This actually fixes the build for sysutils/zfstools, broken in r381704.

With hat:	portmgr
2015-03-20 07:25:43 +00:00
Baptiste Daroussin
6fdf090523 Bump revision of vnc properly 2015-03-20 07:21:20 +00:00
Baptiste Daroussin
4b5be23683 Removing font-alias was a mistake, readd it which fixes tigervnc (and more)
Pointyhat to:	bapt
Reported by:	Corey <merlincorey@hushmail.me>
2015-03-20 07:19:51 +00:00
Baptiste Daroussin
6bc7b7ce5d Rework XORG_CAT= font
Fonts are now generating the fonts.scale and fonts.dir at install time
font-alias is not needed anymore for the above reason
extract font-util and encodings out of XORG_CAT=fonts because they do not
install any fonts
make XORG_CAT=fonts use USES=fonts
2015-03-20 01:12:20 +00:00
Bryan Drewery
965611a692 Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).

With hat:	portmgr
2015-03-19 20:45:03 +00:00
Bryan Drewery
010d8c7d9a Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.

All of these ports as-is.

With hat:	portmgr
2015-03-19 18:08:25 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Mathieu Arnold
8445a2820c Add a quagga version back at 0.99.23.1. 0.99.24 seems to have some problems
with OSPFv3 on 8.4.

Sponsored by:	Absolight
2015-03-18 22:28:43 +00:00
Pawel Pekala
10b7c73d5a Update to version 5.10.2
--- 5.10.2 2015/03/13

Deal with excess bytes in HTTP response for keepalive YAZ-830

Refactor ssl_put and tcpip_put to one function YAZ-832

Refactor ssl_get and tcpip_get to one function YAZ-831

Fix SEGV yaz-client for HTTP decoding error YAZ-829

Fix buffer overflow in cmd_elements in yaz-client YAZ-828
2015-03-18 20:42:59 +00:00
Mathieu Arnold
723d568e7a Add CPE.
Sponsored by:	Absolight
2015-03-18 13:52:54 +00:00
Raphael Kubo da Costa
ccb0759749 Update Qt5 to 5.4.1.
This is probably the first time our Qt 5 ports are tracking the latest
upstream release :-)

There isn't much to report in this update, thanks to the effort spent in the
5.2->5.3 update: a lot of the work is just small plist and patch updates.
Thankfully, several patches have been upstreamed and are not needed on our
side anymore.

I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias
Berner <tcberner@gmail.com> for their help with the plist updates and
general testing.

PR:		198585
2015-03-18 09:37:42 +00:00
Baptiste Daroussin
66d0cd7032 Update to 3.5.0.31 2015-03-18 06:58:29 +00:00
Antoine Brodin
b828827f99 Use gmake instead of using rules that may or may not work depending of the
version of sys.mk
This fixes build on head after r279980
2015-03-17 22:05:36 +00:00
Guido Falsi
a1f4632d9e Update checksum files. Distfiles were rerolled.
No functional change.

Reported by:	jlh@ (via email)
2015-03-17 11:31:33 +00:00
Guido Falsi
c1fdd19c8b - Fix dependency on ocaml to avoid conflicting oringins when building
in poudriere [1]
- While here, remove an old uneeded PATCH_DEPENDS
- Bump PORTREVISION also in slave port due to changes in conflicts
  and dependencies

Submitted by:	jlh@ (via email) [1]
Approved by:	mandree (implicit, for net/unison232)
2015-03-17 09:46:23 +00:00
Cy Schubert
ed16a6398c Update to 4.3.9. 2015-03-17 05:56:28 +00:00
Dmitry Marakasov
5bb7793287 - Strip library 2015-03-16 14:08:32 +00:00
Dmitry Marakasov
4acd5cada7 - Add empty directory to plist 2015-03-15 15:38:50 +00:00
Dmitry Marakasov
7477638005 - Add empty directory to plist 2015-03-15 15:38:22 +00:00
Baptiste Daroussin
24faf6c8d2 Update to 3.5.0.30 2015-03-15 10:52:32 +00:00
Ryan Steinmetz
c70b9587a8 - Update to 4.3.2 2015-03-14 16:24:32 +00:00
Ryan Steinmetz
d5cd79d0dd - Update to 4.2.8 2015-03-14 15:41:56 +00:00
Sunpoet Po-Chuan Hsieh
58250d9e3d - Add LICENSE
- Sort RUN_DEPENDS
2015-03-14 14:57:56 +00:00
Sunpoet Po-Chuan Hsieh
7e6de2b996 - Update to 0.100001
Changes:	http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
2015-03-14 14:51:52 +00:00
Sunpoet Po-Chuan Hsieh
47e904ae1e - Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby ports
Reviewed by:	bapt
Reviews:	https://reviews.freebsd.org/D2030
2015-03-14 14:36:13 +00:00
MANTANI Nobutaka
4605595faa Fix package building error. 2015-03-14 04:22:37 +00:00
Dmitry Marakasov
31f8f016f1 - Strip library 2015-03-14 04:03:06 +00:00
Adam Weinberger
10f22ecd6d Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
  PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
  OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
  This one happens in many, many ports. I only applied it in cases where
  it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
2015-03-13 17:29:58 +00:00
Sunpoet Po-Chuan Hsieh
7aeede0519 - Update to 0.74
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/Net-GitHub/Changes
2015-03-13 14:02:44 +00:00
Sunpoet Po-Chuan Hsieh
ff744b7b57 - Update to 0.37
Changes:	http://search.cpan.org/dist/IO-Socket-IP/Changes
2015-03-13 14:02:03 +00:00
Dmitry Marakasov
8a3728c87b - Strip library 2015-03-13 13:21:28 +00:00
Alexander Leidinger
1210c3e414 - Update to 1.5.1 (automatic library updates can be enabled again)
- Fix problems when more than one JVM is installed [1]

PR:		198021 [1]
Noticed by:	jason.unovitch@gmail.com [1]
2015-03-13 10:24:43 +00:00