aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 2.6.12.Vanilla I. Shu2015-02-162-4/+3
| | | | | | | | PR: 197441 Submitted by: Ports Fury. Notes: svn path=/head/; revision=379074
* devel/libsearpc: relocate python filesJohn Marino2015-02-164-24/+63
| | | | | | | | PR: 196921 Submitted by: maintainer (Jingfeng Yan) Notes: svn path=/head/; revision=379073
* Improve style/consistency among the ports I maintainJan Beich2015-02-1610-40/+25
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=379072
* Don't use the default backup suffixJan Beich2015-02-161-2/+2
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=379071
* Upgrade to 1.6.0.Vanilla I. Shu2015-02-163-12/+106
| | | | | | | | PR: 197442 Submitted by: Ports Fury Notes: svn path=/head/; revision=379070
* Upgrade to 2.5.4.Vanilla I. Shu2015-02-163-15/+14
| | | | | | | | PR: 197456 Submitted by: Ports Fury. Notes: svn path=/head/; revision=379069
* No reason to extract tomcat distribution.Dmitry Sivachenko2015-02-161-2/+3
| | | | Notes: svn path=/head/; revision=379068
* 1: Upgrade to 4.6.1.Vanilla I. Shu2015-02-164-22/+48
| | | | | | | | | | | 2: add LICENSE. 3: add option for QT5. PR: 197440 Submitted by: Ports Fury. Notes: svn path=/head/; revision=379067
* Upgrade to 1.7.10, and strip binary.Vanilla I. Shu2015-02-162-3/+6
| | | | Notes: svn path=/head/; revision=379066
* benchmarks/nuttcp: 6.1.2 -> 7.3.2Kurt Jaeger2015-02-164-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=379065
* Force the use of GCC 4.8 since the old codebase here fails with newerGerald Pfeifer2015-02-161-1/+2
| | | | | | | | | | versionf of GCC. PR: 196854 Approved by: tphilipp@potion-studios.com (maintainer) Notes: svn path=/head/; revision=379064
* Update to the 20150212 snapshot of GCC 4.8.5.Gerald Pfeifer2015-02-162-3/+3
| | | | Notes: svn path=/head/; revision=379063
* Upgrade to 1.1.17.Vanilla I. Shu2015-02-163-7/+8
| | | | | | | | PR: 197459 Submitted by: Ports Fury Notes: svn path=/head/; revision=379062
* Update to 0.68.Adam Weinberger2015-02-163-4/+4
| | | | | | | | | | Changes: https://metacpan.org/changes/distribution/YAML-Shell PR: 196789 Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=379061
* Update to 1.14.Adam Weinberger2015-02-162-4/+3
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=379060
* Update to 2.21.Adam Weinberger2015-02-162-4/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/Config-Tiny Notes: svn path=/head/; revision=379059
* Upgrade to 2.9.5.Vanilla I. Shu2015-02-162-3/+3
| | | | | | | | PR: 197460 Submitted by: Ports Fury Notes: svn path=/head/; revision=379058
* Update to the 20150215 snapshot of GCC 5.0.Gerald Pfeifer2015-02-162-3/+3
| | | | Notes: svn path=/head/; revision=379057
* Fix build and stage brokenness.Cy Schubert2015-02-166-2/+16
| | | | | | | Comply to patch naming conventions. Notes: svn path=/head/; revision=379056
* Switch back to USE_GCC=yes.Don Lewis2015-02-151-1/+6
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=379055
* Fix LIB_DEPENDS syntaxAntoine Brodin2015-02-151-1/+1
| | | | Notes: svn path=/head/; revision=379054
* databases/cego: fixing startup scriptKurt Jaeger2015-02-152-3/+3
| | | | | | | Submitted by: lemke@lemke-it.com (author) Notes: svn path=/head/; revision=379053
* - Add a (default) xmonad workaround for losing hotkeys in certain cases.Gabor Pali2015-02-153-2/+32
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=379052
* Add new port: devel/hs-ShellCheckGabor Pali2015-02-155-0/+62
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=379051
* . Allow Apache Solr to be run with either openjdk7 or openjdk8.Greg Lewis2015-02-151-1/+1
| | | | | | | | PR: 195860 Submitted by: paul@gromit.dlib.vt.edu Notes: svn path=/head/; revision=379050
* . Fix the DEBUG build.Greg Lewis2015-02-152-6/+60
| | | | | | | | PR: 193009 Submitted by: Brian Gardner (openjdk@getsnappy.com) Notes: svn path=/head/; revision=379049
* Update to 1.12.2Lars Engels2015-02-152-3/+3
| | | | Notes: svn path=/head/; revision=379048
* devel/gitg: update to 3.14.1Ruslan Makhmatkhanov2015-02-153-49/+61
| | | | | | | | PR: 196178 Submitted by: lightside <lightside@gmx.com> Notes: svn path=/head/; revision=379047
* Catch up with github tree - changelog:Juergen Lock2015-02-152-6/+6
| | | | | | | https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user Notes: svn path=/head/; revision=379046
* - Drop @dirrm* from plistDmitry Marakasov2015-02-151-29/+0
| | | | Notes: svn path=/head/; revision=379045
* Update to version 1.2.1.Dmitry Sivachenko2015-02-152-6/+6
| | | | Notes: svn path=/head/; revision=379044
* Update to 470.Hiroki Sato2015-02-152-4/+3
| | | | Notes: svn path=/head/; revision=379043
* databases/cego: 2.20.19 -> 2.20.20Kurt Jaeger2015-02-154-114/+7
| | | | | | | | | | - Added fork+setsid system calls to daemon mode - rc.d script is now part of the distribution Submitted by: lemke@lemke-it.com (author) Notes: svn path=/head/; revision=379042
* Update to 0.65.Adam Weinberger2015-02-152-4/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/IO-Async Notes: svn path=/head/; revision=379041
* Update to alpha-20150204Antoine Brodin2015-02-152-3/+3
| | | | Notes: svn path=/head/; revision=379040
* Update to 20141206.Hiroki Sato2015-02-152-5/+4
| | | | | | | | Submitted by: Koichiro IWAO PR: 196579 Notes: svn path=/head/; revision=379039
* New port: Apache Pig.Dmitry Sivachenko2015-02-157-0/+205
| | | | | | | Pig is an engine for executing data flows in parallel on Hadoop. Notes: svn path=/head/; revision=379038
* - Fix build with GCC 5Ashish SHUKLA2015-02-151-0/+31
| | | | | | | | PR: 197624 Submitted by: marino Notes: svn path=/head/; revision=379037
* Add a patch, that removes the reference to bash fromMikhail Teterin2015-02-151-0/+44
| | | | | | | | | one of the installed scripts. (This was caught by the "QA step" here.) Notes: svn path=/head/; revision=379036
* - Fix device support. The previous version was totally broken.Hiroki Sato2015-02-153-4/+14
| | | | | | | - Fix help(1). Notes: svn path=/head/; revision=379035
* Unbreak on headAntoine Brodin2015-02-1513-102/+87
| | | | Notes: svn path=/head/; revision=379034
* print/foomatic-db-engine: Update version 4.0.11=>4.0.12Muhammad Moinur Rahman2015-02-152-7/+6
| | | | | | | | | | | - Add LICENSE GPLv2 - Remove MAKE_JOBS_UNSAFE as it builds fine without it - Take maintainrship Approved by: bapt marino (implicit) Notes: svn path=/head/; revision=379033
* New port: devel/py-argcompleteKurt Jaeger2015-02-154-0/+31
| | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=379032
* devel/p5-B-C: Remove NO_ARCHMuhammad Moinur Rahman2015-02-151-1/+1
| | | | | | | | | | This port is not ARCH independent hence remove NO_ARCH Submitted by: az Approved by: bapt marino (implicit) Notes: svn path=/head/; revision=379031
* Update to the 20150211 snapshot of GCC 4.9.3.Gerald Pfeifer2015-02-152-3/+3
| | | | Notes: svn path=/head/; revision=379030
* Upgrade to 1.23.Vanilla I. Shu2015-02-152-4/+3
| | | | Notes: svn path=/head/; revision=379029
* Upgrade to 1.6.2.Vanilla I. Shu2015-02-152-3/+3
| | | | Notes: svn path=/head/; revision=379028
* Fix build on 10 (makeinfo issue)Vanilla I. Shu2015-02-152-5/+23
| | | | | | | | PR: 197598 Submitted by: Ting-Wei Lan <lantw44 at gmail.com> Notes: svn path=/head/; revision=379027
* devel/py-msgpack: Strip shared librariesKubilay Kocak2015-02-151-1/+9
| | | | | | | | | | | | | - Strip shared libraries - Add rename TODO comment - Sort USE_PYTHON values QA: 81 passed in 0.40 seconds (unit tests) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=379026
* Update to 2.16.2051.102.Hiroki Sato2015-02-1426-557/+123
| | | | | | | | - fcitx-mozc has been updated to 2.16.2037.102.2 patch. - mozc_server_* scripts have been replaced with a single mozc script. Notes: svn path=/head/; revision=379025