Commit graph

359345 commits

Author SHA1 Message Date
Vanilla I. Shu
fcace3162c remove uneeded patch. 2015-02-16 09:34:48 +00:00
Frederic Culot
aded1bec03 - Update to 2.08
Changes:	http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
2015-02-16 09:16:31 +00:00
Vanilla I. Shu
6b01eabd2e Upgrade to 0.9.10, and strip binary.
PR:		197443
Submitted by:	Ports Fury.
2015-02-16 09:10:53 +00:00
John Marino
0b77eed4d4 www/libevhtp: Adjust plist based on pre-existence of header
The presence of onigurama*, owncloud, and php-mdstring preinstall
onigposix.h so this makes the port aware and lets it adjust the plist
accordingly.

PR:		196865
Submitted by:	maintainer (Jingfeng Yan)
2015-02-16 09:10:26 +00:00
Alex Dupre
87c029ffab Update to 8.0.18 release. 2015-02-16 09:08:50 +00:00
Alex Dupre
8754060a35 Update to 7.0.59 release. 2015-02-16 09:08:29 +00:00
Alex Dupre
78ca7ce336 Update to 6.0.43 release. 2015-02-16 09:08:08 +00:00
Vanilla I. Shu
91ec64d051 Upgrade to 2.6.12.
PR:		197441
Submitted by:	Ports Fury.
2015-02-16 09:01:15 +00:00
John Marino
06285400d9 devel/libsearpc: relocate python files
PR:		196921
Submitted by:	maintainer (Jingfeng Yan)
2015-02-16 08:48:19 +00:00
Jan Beich
67088d05cb Improve style/consistency among the ports I maintain
- Convert to COPYTREE_SHARE
- Drop unnecessary MKDIR before COPYTREE_SHARE
- Drop bsd.port.options.mk if only DOCS requires it without dependencies
- Use separate backup if several REINPLACE_CMD against the same file
- audio/alsa-utils: convert to LIBS

Differential Revision:	https://reviews.freebsd.org/D1851
Approved by:	bapt (mentor)
2015-02-16 08:12:16 +00:00
Jan Beich
b23728f30b Don't use the default backup suffix
Rename backup file in order to avoid conflict with default suffix as
used by REINPLACE_CMD in post-patch. This facilitates reviewing
changes done by each step after the build.

PR:		197502
Exp-run by:	antoine
Approved by:	autotools (tijl, maintainer)
Approved by:	portmgr (antoine)
Approved by:	mentors (implicit)
2015-02-16 07:56:47 +00:00
Vanilla I. Shu
cadd7160ca Upgrade to 1.6.0.
PR:		197442
Submitted by:	Ports Fury
2015-02-16 07:53:56 +00:00
Vanilla I. Shu
778b5447c6 Upgrade to 2.5.4.
PR:		197456
Submitted by:	Ports Fury.
2015-02-16 07:49:29 +00:00
Dmitry Sivachenko
8b9aef44ae No reason to extract tomcat distribution. 2015-02-16 07:46:56 +00:00
Vanilla I. Shu
ada9a3d37f 1: Upgrade to 4.6.1.
2: add LICENSE.
3: add option for QT5.

PR:		197440
Submitted by:	Ports Fury.
2015-02-16 07:44:54 +00:00
Vanilla I. Shu
6473f10c69 Upgrade to 1.7.10, and strip binary. 2015-02-16 06:17:55 +00:00
Kurt Jaeger
f8a5e0e788 benchmarks/nuttcp: 6.1.2 -> 7.3.2
- take maintainer
- new distsite
- changes since 2008
  o Allow longer server info timeout for third party via --idle-data-timeout
  o Added feature to specify source port with "-p#:#" and "-P#:#"
  o Add "-g" option to specify multicast IP address to use
  o Clean up really confused transmit code for IPv4/IPv6 SSM multicast
  o Bug fix from Aristeu Rozanski:
    Crash caused by closing TCP_ADV_WIN_SCALE file even if open failed
  o Fix bug with server CPU affinity being parsed as %X instead of %d
    For non-sinkmode insure complete network block is written to stdout
    Above fixes nuttscp bug seen with --copy-dir getting premature EOF
  o Not every system has ERESTART added in 7.1.4, wrapped in ifdef
  o Fix non-Linux systems to properly count TCP retrans for multiple streams
  o Detect EOD for non-sinkmode UDP transfers
  o Suppress bogus warning when using maximum size UDP packet
  o Terminate non-sinkmode after specified file size with "-n" option
  o Allow multilink aggregation with "-N##m" option to work for receive
  o Add "-sz" zero copy option for non-sinkmode when input is a regular file
  o Remove "-Sf" forced server mode from Usage: statement
  o Fix zeroing of clientaddr6 during server cleanup
  o Fix freeaddrinfo() processing during cleanup
  o Change manually started oneshot server to have parent process just exit
  o Provide summary TCP retrans info for multi-stream TCP
  o Fix bug with retrans interval info when -fparse
  o Add "+stride" or "+n.n.n.n" syntax for multi-stream TCP (IPv4)
  o Fix third party bug with "-xc" option adding extraneous 't' character
  o Add optional client-side name resolution for third party host
  o Add "-N##m" option for multilink aggregation for multiple streams
  o Add "-xc#/#" and "-P#/#" options to Usage: statement
  o Enable jitter measurements with "-j" option
  o Enable one-way delay measurements with "-o" option
  o Fix bug with RTT and -fparse
  o Change ctl/data port checks to < 1024 instead of < 5000
  o Fix "--idle-data-timeout" Usage: statement for new default minimum
  o Improve transmit performance with "-i" by setting poll() timeout to 0
  o Don't output interval retrans info if non-sinkmode (for nuttscp)
  o Skip check for unACKed data at end of transfer if -DBROKEN_UNACKED
  o Play nice with iperf (change default data port to 5101)
  o Delay sending of server "OK" until after successful server bind()
  o Client check for server errors before starting data transfer
  o Continue checking for server output while draining client transmission
  o Correct "server not ACKing data" error message (server -> receiver)
  o Add "--packet-burst" option for Rob
  o Fix "--idle-data-timeout" Usage: statement for client
  o Improve accuracy of retrans info timing synchronization (client xmitter)
  o Allow rate limit to be exceeded temporarily by n packets ("-Rixxx/n")
  o Allow setting server CPU affinity from client via "-xcs" option
  o Allow setting client & server CPU affinity via third party
  o Allow passing of third party control port via "-Pctlport/ctlport3"
  o Up default idle data minimum to 15 sec to better handle net transients
  o Don't reset nstream until after last use (fix getaddrinfo() memory leak)
  o Fix bug with simultaneous server connections to manually started server
  o Fix Usage: statement: "--idle-data-timeout" both server & client option
  o Don't reset priority on server cleanup
  o Fix priority output for "-fparse"
  o Fix bad third party bug causing >= 1 minute transfers to silently fail
  o Fix Usage: statement: "--idle-data-timeout" not just a server option
  o Added IPv6 and SSM MC support
    Ported from Rob's 5.5.5 based code by Bill Fink
  o Fix client lockup with third party when network problem (for scripts)
  o Bugfix: set chk_idle_data on client (now also checks no data received)
  o Use argv[0] instead of "nuttcp" for third party
  o Bugfix: give error message again on error starting server
  o Timeout client accept() too and give nice error message (for scripts)

PR:	197475
Submitted by:	pi
Approved by:	Andrew Clark <andrewclarkii@gmail.com> (old maintainer)
2015-02-16 06:16:28 +00:00
Gerald Pfeifer
937fd5af67 Force the use of GCC 4.8 since the old codebase here fails with newer
versionf of GCC.

PR:		196854
Approved by:	tphilipp@potion-studios.com (maintainer)
2015-02-16 05:55:48 +00:00
Gerald Pfeifer
fb1f0dabac Update to the 20150212 snapshot of GCC 4.8.5. 2015-02-16 05:35:36 +00:00
Vanilla I. Shu
50ea22b4c0 Upgrade to 1.1.17.
PR:		197459
Submitted by:	Ports Fury
2015-02-16 03:48:53 +00:00
Adam Weinberger
268a5082e0 Update to 0.68.
Changes: https://metacpan.org/changes/distribution/YAML-Shell

PR:		196789
Approved by:	maintainer timeout (1 month)
2015-02-16 03:35:43 +00:00
Adam Weinberger
3f9fa08343 Update to 1.14.
Changes: https://metacpan.org/changes/distribution/YAML

PR was for 1.13 update, but I'm taking the timeout to be an implicit
approval to update to the latest version, with the most fixes.

PR:		196787
Approved by:	maintainer timeout (1 month)
2015-02-16 03:33:11 +00:00
Adam Weinberger
f409be6890 Update to 2.21.
Changes: https://metacpan.org/changes/distribution/Config-Tiny
2015-02-16 03:12:18 +00:00
Vanilla I. Shu
910bd40573 Upgrade to 2.9.5.
PR:		197460
Submitted by:	Ports Fury
2015-02-16 03:00:25 +00:00
Gerald Pfeifer
a49f241292 Update to the 20150215 snapshot of GCC 5.0. 2015-02-16 02:17:42 +00:00
Cy Schubert
26804aea43 Fix build and stage brokenness.
Comply to patch naming conventions.
2015-02-16 00:39:42 +00:00
Don Lewis
830f77d3d4 Switch back to USE_GCC=yes.
Work around this bug <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65009>
in g++49 -Os optimzation by using -O0 optimization if we are compiling
with g++49.

Differential Revision:	https://reviews.freebsd.org/D1792
Approved by:	mat (mentor)
2015-02-15 22:30:45 +00:00
Antoine Brodin
ebc2dac2d1 Fix LIB_DEPENDS syntax 2015-02-15 22:11:38 +00:00
Kurt Jaeger
9ba4b098f9 databases/cego: fixing startup script
Submitted by:	lemke@lemke-it.com (author)
2015-02-15 21:51:57 +00:00
Gabor Pali
b5f37a01e1 - Add a (default) xmonad workaround for losing hotkeys in certain cases.
For the details, please see the related bug report or issue #576 in the
  xmonad bug tracker [1].

[1] https://code.google.com/p/xmonad/issues/detail?id=576

PR:		181049
Submitted by:	Dominik Ernst <de@dernst.org>
Obtained from:	FreeBSD Haskell
MFH:		2015Q1
2015-02-15 21:46:06 +00:00
Gabor Pali
fbe6366352 Add new port: devel/hs-ShellCheck
The goals of ShellCheck are:

 * To point out and clarify typical beginner's syntax issues, that causes
   a shell to give cryptic error messages.

 * To point out and clarify typical intermediate level semantic problems,
   that causes a shell to behave strangely and counter-intuitively.

 * To point out subtle caveats, corner cases and pitfalls, that may cause
   an advanced user's otherwise working script to fail under future
   circumstances.

WWW: http://www.shellcheck.net/

PR:		197302
Submitted by:	luca.pizzamiglio@gmail.com
Obtained from:	FreeBSD Haskell
2015-02-15 21:45:52 +00:00
Greg Lewis
63cc5ce1c4 . Allow Apache Solr to be run with either openjdk7 or openjdk8.
PR:		195860
Submitted by:	paul@gromit.dlib.vt.edu
2015-02-15 21:36:29 +00:00
Greg Lewis
2c4da2b583 . Fix the DEBUG build.
PR:		193009
Submitted by:	Brian Gardner (openjdk@getsnappy.com)
2015-02-15 21:18:12 +00:00
Lars Engels
5cbb14051c Update to 1.12.2 2015-02-15 21:04:29 +00:00
Ruslan Makhmatkhanov
634a6a9f44 devel/gitg: update to 3.14.1
PR:		196178
Submitted by:	lightside <lightside@gmx.com>
2015-02-15 20:31:14 +00:00
Juergen Lock
9370b71bc9 Catch up with github tree - changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
2015-02-15 20:03:07 +00:00
Dmitry Marakasov
33f366e4f2 - Drop @dirrm* from plist 2015-02-15 20:00:18 +00:00
Dmitry Sivachenko
096a8fe775 Update to version 1.2.1. 2015-02-15 19:58:53 +00:00
Hiroki Sato
c7a5d5d844 Update to 470. 2015-02-15 19:16:24 +00:00
Kurt Jaeger
2e01c0939c databases/cego: 2.20.19 -> 2.20.20
- Added fork+setsid system calls to daemon mode
- rc.d script is now part of the distribution

Submitted by:	lemke@lemke-it.com (author)
2015-02-15 16:52:23 +00:00
Adam Weinberger
6730e5a9cc Update to 0.65.
Changes: https://metacpan.org/changes/distribution/IO-Async
2015-02-15 16:07:02 +00:00
Antoine Brodin
b26893877f Update to alpha-20150204 2015-02-15 14:51:43 +00:00
Hiroki Sato
cef88cdb17 Update to 20141206.
Submitted by:	Koichiro IWAO
PR:		196579
2015-02-15 14:22:32 +00:00
Dmitry Sivachenko
b9d15002ae New port: Apache Pig.
Pig is an engine for executing data flows in parallel on Hadoop.
2015-02-15 14:21:28 +00:00
Ashish SHUKLA
611b9a7a82 - Fix build with GCC 5
PR:		197624
Submitted by:	marino
2015-02-15 14:12:19 +00:00
Mikhail Teterin
0affa18976 Add a patch, that removes the reference to bash from
one of the installed scripts.

(This was caught by the "QA step" here.)
2015-02-15 13:42:59 +00:00
Hiroki Sato
e43c8dd4bb - Fix device support. The previous version was totally broken.
- Fix help(1).
2015-02-15 13:33:38 +00:00
Antoine Brodin
aea62ac573 Unbreak on head 2015-02-15 13:33:25 +00:00
Muhammad Moinur Rahman
62b0e06bba print/foomatic-db-engine: Update version 4.0.11=>4.0.12
- Add LICENSE GPLv2
- Remove MAKE_JOBS_UNSAFE as it builds fine without it
- Take maintainrship

Approved by:	bapt marino (implicit)
2015-02-15 12:07:53 +00:00
Kurt Jaeger
13d5c6992f New port: devel/py-argcomplete
Argcomplete provides easy, extensible command line tab completion
of arguments for your Python script.

It makes two assumptions:

- You're using bash or zsh as your shell
- You're using argparse to manage your command line arguments/options

WWW: https://pypi.python.org/pypi/argcomplete

PR:		196358
Submitted by:	Tony Narlock <tony@git-pull.com>
2015-02-15 11:18:23 +00:00