Commit graph

364940 commits

Author SHA1 Message Date
Ashish SHUKLA
b038e15a90 - Update to 0.6.3
- Remove upstreamed diffs
- Add dependency on pkgconfig, required for detecting boehm-gc
2015-04-27 10:46:39 +00:00
Ashish SHUKLA
c5167c49ba - Chase GNU Emacs updates
PR:		199553
2015-04-27 10:29:27 +00:00
Ashish SHUKLA
2893a8de0c GNU Emacs Updates
editors/emacs:
 - Update to 24.5
 - Remove dependency on GCC for i386 platform, if the bug is fixed
   in the version in use
 - Remove upstreamed diff

editors/emacs-devel:
 - Update to git snapshot def0df01
 - Remove git revision from PORTVERSION, rather encode it in
   DISTNAME
 - Remove dependency on GCC for i386 platform, if the bug is fixed
   in the version in use
 - Fix portlint warnings

Mk/bsd.emacs.mk:
 - Update version number for editors/emacs
 - Remove deprecated block for emacs23

PR:		199553
2015-04-27 10:28:00 +00:00
Jan Beich
2371fc229a - Update to 1.1.9
- Avoid regressing sysutils/fusefs-simple-mtpfs with workaround
- Drop no longer necessary == fix since base r219084 (8.3R earliest)

Changes:	http://sourceforge.net/projects/libmtp/files/libmtp/1.1.9/README/view
2015-04-27 06:35:08 +00:00
Adrian Chadd
8ba312a3fa Implement the FreeBSD specific pieces for thread affinity for OpenMP.
Upstream gcc 4.8 doesn't have support for this - it'll create threads,
but it won't do any of the thread affinity stuff for FreeBSD.

This allows for OMP_PROC_BIND=true to bind threads to their initial
CPUs, leading to some pretty drastic improvements in performance
for certain NUMA workloads.

Approved by:	gerald
Sponsored by:	Norse Corp, Inc.
2015-04-27 04:50:20 +00:00
Adrian Chadd
b359a55a82 Implement the FreeBSD specific pieces for thread affinity for OpenMP.
Upstream gcc 4.8 doesn't have support for this - it'll create threads,
but it won't do any of the thread affinity stuff for FreeBSD.

This allows for OMP_PROC_BIND=true to bind threads to their initial
CPUs, leading to some pretty drastic improvements in performance
for certain NUMA workloads.

Approved by:	gerald
2015-04-27 04:08:01 +00:00
Vanilla I. Shu
d3efd60acd Upgrae to 4.0.
PR:		199684
Submitted by:	maintainer
2015-04-27 03:35:54 +00:00
Adam Weinberger
807afa1e28 Update to 6.10.
PLEASE NOTE: there is an important change here:
- Removed support for user/group switching, because it never worked
  correctly, which means that this security feature has become an attack
  vector itself. If you depend on this functionality, you can now use the
  (www/p5-Mojolicious-Plugin-SetUserGroup) instead.

Changes: https://metacpan.org/changes/release/SRI/Mojolicious-6.10

Also, while here, re-order two lines because it looks better this way and
it was killing my OCD before.
2015-04-27 03:01:06 +00:00
Adam Weinberger
ffb1726e0f Add www/p5-Mojolicious-Plugin-SetUserGroup, a plugin to set the
user and group as which the Mojolicious daemon runs.
2015-04-27 02:57:08 +00:00
Adam Weinberger
3e41dbe720 Add devel/p5-Unix-Groups, a wrapper around getgroups and setgroups. 2015-04-27 02:48:28 +00:00
Ashish SHUKLA
ac029ae52d - Update to 5.4.5p1
- Remove OPTIONS for the features unsupported upstream: SQLITE, MYSQL,
  LDAP, PGSQL, and REDIS
- Add workaround to prevent unnecessary dependency on autotools, due
  to problem with tarball
- Add note to UPDATING about the removal of OPTIONS
2015-04-27 02:42:22 +00:00
Sergey A. Osokin
fbfa1fa77f Remove needless patch, I've just forgotten to remove it in previous commit. 2015-04-27 02:26:18 +00:00
Sergey A. Osokin
8d9ec4c552 Remove support for next unsupported third-party modules:
o) http_upload;
o) postgres;
o) supervisord;
o) tcp_proxy;

Add back third-party http_upstream_sticky module's checksums.
2015-04-27 02:16:04 +00:00
Matthew Seaman
2c0fed0e4c Update to 4.4.4
This is a routine bugfix update

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.4/phpMyAdmin-4.4.4-notes.html/view
2015-04-26 22:04:57 +00:00
Mathieu Arnold
68a65a54bf Update to 3.25
With hat:	perl@
Sponsored by:	Absolight
2015-04-26 22:03:25 +00:00
Bartek Rutkowski
b31230f595 www/mod_rivet: update 2.2.1 -> 2.2.2
PR:		199385
Submitted by:	Jeff Lawson <jeff.lawson@flightaware.com> (maintainer)
2015-04-26 21:48:54 +00:00
Diane Bruce
5a1872bb1b Update to latest 1.3.22
Upstream changes to XML code and addition of K3/KX3 bandwidth control
2015-04-26 20:56:25 +00:00
Thierry Thomas
78d5e62e75 Upgrade to 4.9.26. 2015-04-26 20:11:08 +00:00
Dmitry Marakasov
c6111f7637 - Clarify LICENSE
- Add LICENSE_FILE
2015-04-26 20:00:22 +00:00
John Marino
a1fac23f0f security/vuxml: Add entry for security/wpa_supplicant
Security:	CVE-2015-1863
PR:		199678
2015-04-26 16:32:34 +00:00
John Marino
714490a122 shells/zsh: Fix runtime error when built by gcc-5 with upstream patch
ZSH was misbuilt on gcc-5 due to an intentional change in behavior of
gcc5's cpp.  This patch to execute cpp with the -P switch comes from
upstream.  No revbump necessary as GCC5 isn't used by default on FreeBSD.

Reported by:	DragonFly ZSH users
Approved by:	maintainer (bapt, IRC)
2015-04-26 14:29:35 +00:00
Alex Dupre
727d5d4fe3 Update to 7.0.5 release. 2015-04-26 14:06:52 +00:00
Alex Dupre
8ac8b1b305 Update to 1.8.9 release. 2015-04-26 14:04:19 +00:00
Sunpoet Po-Chuan Hsieh
921f167c64 - Update to 567
PR:		199711
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu> (maintainer)
2015-04-26 13:38:43 +00:00
Sunpoet Po-Chuan Hsieh
efd0698c3b - Update to 1.0400
- Fix *_DEPENDS
- Reformat pkg-descr
- Take maintainership

Changes:	http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES
2015-04-26 13:38:38 +00:00
Sunpoet Po-Chuan Hsieh
7b3daf1251 - Update *_DEPENDS
- Add PORTSCOUT
- Reformat pkg-descr
- Take maintainership
2015-04-26 13:38:33 +00:00
Alex Dupre
8a53055ae6 Update to 5.6.24 release. 2015-04-26 13:36:54 +00:00
Sunpoet Po-Chuan Hsieh
c5a566b6f1 - Update to 6.09
Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2015-04-26 13:19:57 +00:00
Sunpoet Po-Chuan Hsieh
3ffde7398f - Update to 2.069
Changes:	http://search.cpan.org/dist/Config-Model/Changes
2015-04-26 13:19:52 +00:00
Alex Dupre
6af0b01ffd Update to 5.5.43 release. 2015-04-26 12:45:33 +00:00
Alex Dupre
51a7c9f6af Update to 20141219 snapshot release.
PR:		199394
Submitted by:	pi
2015-04-26 12:44:29 +00:00
Sunpoet Po-Chuan Hsieh
51c6645376 - Fix gemspec patch
- Bump PORTREVISION for package change

PR:		199668
Submitted by:	Sir l33tname <sirl33tname@gmail.com>, Michael Moll <kvedulv@kvedulv.de>
2015-04-26 12:42:58 +00:00
Alex Dupre
7f5193f66b Update to 5.6.8 release.
PR:		199585
Submitted by:	Franco Fichtner
2015-04-26 12:33:09 +00:00
Sunpoet Po-Chuan Hsieh
072f4f6c98 - Update to 0.54
- Add LICENSE
- Use PORTDOCS and PORTEXAMPLES

Changes:	http://search.cpan.org/dist/WWW-Mechanize-Shell/Changes
2015-04-26 12:29:55 +00:00
Sunpoet Po-Chuan Hsieh
06f3b5543b - Update to 23
- Pet portlint: move *_DEPENDS upward

Changes:	http://search.cpan.org/dist/HTML-FormatExternal/Changes
2015-04-26 12:29:50 +00:00
Sunpoet Po-Chuan Hsieh
27c53e0368 - Update to 1.20
- Sort PLIST

Changes:	http://search.cpan.org/dist/Time-Duration/Changes
2015-04-26 12:29:45 +00:00
Sunpoet Po-Chuan Hsieh
5f50e6a75d - Update to 0.7.8
Changes:	https://github.com/keybase/node-client/blob/master/CHANGELOG.md
2015-04-26 12:28:50 +00:00
Sunpoet Po-Chuan Hsieh
440fa2dcaf - Add p5-constant-defer 6
constant::defer creates a subroutine which on the first call runs given code to
calculate its value, and on any subsequent calls just returns that value, like a
constant. The value code is discarded once run, allowing it to be garbage
collected.

Deferring a calculation is good if it might take a lot of work or produce a big
result but is only needed sometimes or only well into a program run. If it's
never needed then the value code never runs.

A deferred constant is generally not inlined or folded (see "Constant Folding"
in perlop) since it's not a single scalar value. In the current implementation a
deferred constant becomes a plain constant after the first use, so may inline
etc in code compiled after that (see "IMPLEMENTATION" below).

WWW: http://search.cpan.org/dist/constant-defer/
2015-04-26 12:28:06 +00:00
Sunpoet Po-Chuan Hsieh
cdf02c1098 - Update to 2.8.4
Changes:	https://github.com/npm/npm/releases
2015-04-26 12:28:00 +00:00
Sunpoet Po-Chuan Hsieh
f3f7084ad6 - Update to 567
- Cleanup Makefile
- Regenerate patch files
2015-04-26 12:27:39 +00:00
Jimmy Olgeni
eeb8fd3c3e Add plugins directory.
PR:		197595
Submitted by:	olgeni
Approved by:	maintainer timeout
2015-04-26 12:20:57 +00:00
Mathieu Arnold
dd5263ece4 Get rid of the GH_TAGNAME line, OpenBlas already has tags in its repository we can use.
Sponsored by:	Absolight
2015-04-26 12:01:23 +00:00
Mathieu Arnold
7751301c66 Stop using the Github Legacy download URL, switch to really using USE_GITHUB.
Approved by:	portmgr blanket for modernization.
Sponsored by:	Absolight
2015-04-26 11:56:34 +00:00
Antoine Brodin
8afb59a5a7 Mark BROKEN: tries to fetch distfiles during build phase
Reported by:	pkg-fallout
2015-04-26 11:38:03 +00:00
Johannes Jost Meixner
4c312f3613 textproc/elasticsearch: update to 1.5.1
- update to 1.5.1

PR:		199391
Submitted by:	David Harrigan <dharrigan@gmail.com>
Approved by:	maintainer timeout (2 weeks)
2015-04-26 11:14:54 +00:00
Antoine Brodin
c18b095438 Deprecate ports broken for more than 6 months 2015-04-26 10:07:52 +00:00
Tijl Coosemans
f9cf43f2e4 - Add USES=gettext-tools to fix build when NLS option is off [1]
- Remove dependency on textproc/intltool because it's implied by
  USE_GNOME=gtk20

PR:		199664 [1]
Approved by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer) [1]
2015-04-26 09:51:13 +00:00
Dmitry Sivachenko
5df57a9841 Update to version 0.2.14
PR:		199124
Submitted by:	dieterich.joh@gmail.com
Reviewed by:	maintainer

Also remove deprecated GH_COMMIT.
2015-04-26 09:41:30 +00:00
Sunpoet Po-Chuan Hsieh
37f130c26c - Update to 4.1.2
Changes:	https://tw.wordpress.org/2015/04/22/wordpress-4-1-2/
PR:		199701
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q2
2015-04-26 09:31:23 +00:00
Sunpoet Po-Chuan Hsieh
d251cb5f48 - Update to 4.2
Changes:	https://cn.wordpress.org/2015/04/24/powell/
PR:		199700
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q2
2015-04-26 09:31:18 +00:00