Commit graph

23194 commits

Author SHA1 Message Date
Baptiste Daroussin
c831bf23e4 Mark as deprecated, the port is vulnerable for long with noone to take care of it. 2013-07-27 11:19:10 +00:00
William Grzybowski
a570bcf746 net/jicmp: update to 1.4.1
- Update to 1.4.1 [1]
- Trim Makefile header [1]
- Remove leading article from COMMENT

PR:		ports/18084
Submitted by:	Sevan Janiyan <venture37 geeklan.co.uk> (maintainer)
2013-07-26 23:28:58 +00:00
William Grzybowski
106007f8c9 net/minidlna: remove required dirs
- Remove required dirs from rc.d, it is already ensured with install cmd

Reported by:    tdb
2013-07-26 23:25:40 +00:00
Baptiste Daroussin
ab20a94680 Deprecate and set expiration date for ports broken for more than 6 month 2013-07-26 23:20:17 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Andrej Zverev
519dacca72 - Fix leftovers 2013-07-26 11:22:07 +00:00
Andrej Zverev
b9cf423050 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-26 10:46:37 +00:00
Baptiste Daroussin
de327a796e Fix build with recent binutils
Cleanup a bit
2013-07-26 09:40:29 +00:00
Andrej Zverev
19ae251b54 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
2013-07-26 07:33:41 +00:00
Baptiste Daroussin
5341fb7d7e Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.
While here: convert to USES=gmake
2013-07-26 06:10:07 +00:00
Baptiste Daroussin
556fce1540 Mark as broken: it needs utmp.h 2013-07-26 06:02:30 +00:00
Jason Helfman
7e3acc2de9 - cleanup leftovers
Reported by: qat
2013-07-25 23:23:47 +00:00
Jason Helfman
5074995883 - unbreak package creation
- while here standardize on empty PORT_OPTIONS and convert USE_GMAKE to USES

PR:		180850
Reported by:	Alfred Bartsch <bartsch@dssgmbh.de>
2013-07-25 22:57:40 +00:00
Florian Smeets
df6955951e Make sure res_rtp_asterisk.so gets built. It required libuuid now. 2013-07-25 20:38:41 +00:00
Benjamin Kaduk
e3d11f460c Update to 1.6.5
This is a security release by upstream, and requires configuration changes
in addition to the software update.  See UPDATING.

Reviewed by:	ports-security (zi, remko)
Approved by:	hrs (mentor, ports committer)
2013-07-25 18:29:27 +00:00
Mark Felder
cd4fd7cb34 Update my email address throughout the tree
Approved by:	swills (mentor)
2013-07-25 11:30:01 +00:00
Hiroki Sato
29fbbf75db Add a patch to fix gcc build on head.
Obtained from:	murray
2013-07-25 08:41:35 +00:00
Jason Helfman
e95c0f3261 - update to 0.99 (bugfix release)
PR:		180490
Reported by:	redrat@mail.ru
Submitted by:	jcm@visi.com (maintainer)
2013-07-25 00:31:38 +00:00
TAKATSU Tomonari
df422ffefa - Update to 1.1.7 2013-07-24 13:06:07 +00:00
TAKATSU Tomonari
0112725114 - Move misc/rabbit to misc/rubygem-rabbit [1]
- Update to 2.1.1 [1]
- Split rabbiter and rabbirack into net/rubygem-rabbiter and
  www/rubygem-rabbirack, respectively

PR:		ports/173383 (based on) [1]
Submitted by:	Shin-ya Murakami <murashin_AT_gfd-dennou_DOT_org> [1]
2013-07-24 11:22:09 +00:00
Florian Smeets
8c8a782b44 Update to 1.8.23.0 2013-07-24 09:47:33 +00:00
Florian Smeets
1244a53999 Update to 11.5.0 2013-07-24 09:47:09 +00:00
Emanuel Haupt
ea0f02dfeb Remove MAKE_JOBS_SAFE which is now default. 2013-07-24 08:19:07 +00:00
Pietro Cerutti
269e71880e - Fix build with Tcl/Tk 8.6
Reported by:	bapt
2013-07-24 07:30:43 +00:00
Baptiste Daroussin
bfb8955a61 Mark as broken: does not build
/usr/bin/ld: cannot find -lstdc++_p

Reported by:	pkg-fallout
2013-07-24 06:46:40 +00:00
Ade Lovett
0d7b7f5e50 Hack around fallout from recent update to automake-1.14 2013-07-23 21:39:06 +00:00
Pawel Pekala
11e564a1d5 OWAMP is a command line client application and a policy daemon used
to determine one way latencies between hosts. It is an implementation
of the OWAMP protocol as defined by
http://www.rfc-editor.org/rfc/rfc4656.txt. (When referring to the
protocol within this document, "OWAMP" will be in italicized. In
all other instances, "OWAMP" will be referring to this implementation.)

With roundtrip-based measurements, it is hard to isolate the direction
in which congestion is experienced. One-way measurements solve this
problem and make the direction of congestion immediately apparent.
Since traffic can be asymmetric at many sites that are primarily
producers or consumers of data, this allows for more informative
measurements. One-way measurements allow the user to better isolate
the effects of specific parts of a network on the treatment of
traffic.

WWW: http://www.internet2.edu/performance/owamp/

PR:		ports/180594
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
2013-07-23 21:16:10 +00:00
Pawel Pekala
51a5520123 Fix plist, ospfclient manpage is only installed when OSPF_OPAQUE_LSA=on
PR:		ports/180570
Submitted by:	Anes Mukhametov <anes@anes.su>
Approved by:	maintainer
2013-07-23 20:00:53 +00:00
Frederic Culot
d8b6518339 - Update to 0.49
- Pet portlint(1) by changing tab into space in WWW link

Changes:	http://search.cpan.org/dist/Net-SSH2/Changes
Approved by:	jadawin@ (implicit, on holidays)
2013-07-23 12:04:40 +00:00
Jason Helfman
9ef3e0d263 - update to 0.98 [1]
svnup-0.98 - 22 July 2013
- Fixed a bug related to recent (v 1.8) updates to the svn protocol
  (pr ports/180485). [2]
- Fixed a bug where version tags were inserted into files that did not
  have the FreeBSD=%H keyword associated with them (ports/180490). [3]

PR:		180485 [2]
PR:		180490 [3]
Submitted by:	jcm@visi.com (maintainer) [1]
2013-07-23 07:46:56 +00:00
Ganael LAPLANCHE
35db240fe3 Update to 2.0.4 2013-07-23 06:44:45 +00:00
Marcus von Appen
f23c3dcab9 iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust
voice communication over IP. The codec is designed for narrow band speech and
results in a payload bit rate of 13.33 kbit/s with an encoding frame length
of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec
enables graceful speech quality degradation in the case of lost frames,
which occurs in connection with lost or delayed IP packets.

WWW: http://github.com/dekkers/libilbc
2013-07-22 17:06:58 +00:00
Max Brazhnikov
8b1bc550c2 - Don't touch $HOME/.config during build stage
- Fix plist
2013-07-22 15:07:30 +00:00
Joe Marcus Clarke
2642eabda1 Mark MAKE_JOBS_UNSAFE on amd64.
Reported by:	ohauer
2013-07-22 14:47:28 +00:00
Veniamin Gvozdikov
862c06b489 - Changed my email
- Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2013-07-22 14:34:22 +00:00
John Marino
d17001ffda net/hornetq: Mark BROKEN, builds outside $WRKDIR
The port downloads to $HOME directory, violating the rule to constrain the
build to the $WRKDIR.  Reset maintainership per maintainer request.

PR:		ports/178529
submitted by:	marino
Approved by:	bapt (mentor), former maintainer
2013-07-22 06:55:34 +00:00
Steve Wills
6dd43f76b2 - Update to 0.3.10
PR:		ports/180711
Approved by:	g.veniamin@googlemail.com (maintainer)
2013-07-21 20:16:15 +00:00
TAKATSU Tomonari
29cbd347db - Add patch to fix build [1]
- Trim Makefile header
- Transfer maintainership to ruby@

Reported by:	pointyhat via miwi [1]
2013-07-21 19:59:36 +00:00
Sunpoet Po-Chuan Hsieh
bf00bb7f95 - Update to 2.10
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Net-Dict/Changes
2013-07-21 15:40:43 +00:00
Vanilla I. Shu
e9b81a8fed Make MAKE_JOBS_UNSAFE.
Obtained from:	miwi@
2013-07-21 04:58:51 +00:00
Hiroki Sato
6a6c9b116c Add net/packetdrill, a network stack testing tool.
The packetdrill scripting tool enables quick, precise tests for entire
TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to
the NIC hardware. packetdrill currently works on Linux, FreeBSD,
OpenBSD, and NetBSD. It can test network stack behavior over physical
NICs on a LAN, or on a single machine using a tun virtual network
device.
2013-07-20 21:37:46 +00:00
Hiroki Sato
2d54c2351c Fix directory permission.
Reported by:	miwi
2013-07-20 17:46:11 +00:00
Steve Wills
8e6ce4a3f6 - Fix build
PR:		ports/180140
Approved by:	maintainer timeout(loic-freebsd@loicp.eu, >2 weeks)
2013-07-19 15:50:08 +00:00
Alexey Dokuchaev
791f4eddb9 - Fix the installation error
- Sanitize OPTIONS and make them actually work
- Trim Makefile header while here
- Reformat port description text and remove old-school attribution

Reported by:	pointyhat-west
2013-07-19 10:19:26 +00:00
Frederic Culot
1d18057487 - Update to 2.37
- Pet portlint(1) by replacing tab into space in WWW link

Changes:	http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
2013-07-19 09:02:54 +00:00
Koop Mast
3ff9c2b392 Allow avahi slaves to add to USE_GNOME, this fixes the build in clean
enviroments. Bump portrevision to make sure on already installed systems that
all the dependancies are recorded.

Submitted by:	miwi & bapt
2013-07-18 10:29:51 +00:00
Erwin Lansing
29230335a8 Don't set PORTREVISION here, but inherit from master port.
PR:		180605
Submitted by:	Alex Keda <admin@lissyara.su> (maintainer)
2013-07-17 10:21:39 +00:00
Ganael LAPLANCHE
fe6abb9c6e Update to 2.0.3 2013-07-17 06:30:07 +00:00
Martin Wilke
04a7336287 - FIx plis 2013-07-17 04:58:36 +00:00
Martin Wilke
7c7120d1ec - Update to 0.80.0
PR:		180574
Submitted by:	maintainer
2013-07-17 04:12:59 +00:00