Commit graph

365088 commits

Author SHA1 Message Date
Jan Beich
e771b80b60 science/psychopy: drop HOME workaround after r359201 2015-04-29 13:45:30 +00:00
Bartek Rutkowski
eb3968d130 textproc/rubygem-heredoc_unindent: update 1.1.2 -> 1.2.0
PR:		199773
Submitted by:	Loic Pefferkorn <loic-freebsd@loicp.eu> (maintainer)
2015-04-29 13:33:41 +00:00
Marc Fonvieille
a6111287f1 Remove stale plist files and update plist creation scheme.
Approved by:	doceng (implicit)
2015-04-29 11:53:35 +00:00
Mathieu Arnold
6e51c29647 Fixup distinfo after r384932.
Sponsored by:	Absolight
2015-04-29 10:15:43 +00:00
Wen Heping
5f5786aadf Backport of pathlib from Python 3.4. Offers a set of classes featuring all the
common operations on paths in an easy, object-oriented way.

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

PR:		199708
Submitted by:	stiginge@pvv.org
2015-04-29 08:45:27 +00:00
Wen Heping
d9e1f10ea3 Flask-Cors is a simple extension to Flask allowing you to support cross-origin
resource sharing (CORS) using a simple decorator.

WWW: https://github.com/corydolphin/flask-cors

PR:		199707
Submitted by:	stiginge@pvv.org
2015-04-29 08:28:45 +00:00
Jimmy Olgeni
59a6e0b660 Upgrade to version 0.30.0. 2015-04-29 07:24:26 +00:00
Vanilla I. Shu
e58c3dbe3e update to 1.0.1
PR:		199769
Submitted by:	maintainer
2015-04-29 07:22:17 +00:00
Vanilla I. Shu
e8f78e1e9a Upgrade to 1.9.1
PR:		199766
Submitted by:	maintainer
2015-04-29 06:57:39 +00:00
Guido Falsi
bcd90cb704 Fix build after const removal from iconv.
Reported by:	ajtiM <lumiwa at gmail.com> (via email)
2015-04-29 06:47:37 +00:00
Vanilla I. Shu
30c4a3e353 1: Upgrade to 1.6.3.
2: remove BROKEN.
3: change distname.

PR:		199770
Submitted by:	neveld@davidnevel.org
2015-04-29 06:42:51 +00:00
Frederic Culot
f456c2ffa8 - Update to 0.26
Changes:	http://search.cpan.org/dist/Want/Changes
2015-04-29 06:38:02 +00:00
Wen Heping
d71116ab95 - Update to 1.3.11
PR:		199710
Submitted by:	stiginge@pvv.org(maintainer)
2015-04-29 06:22:55 +00:00
Gordon Tetlow
ad45e1c138 Update p4d to 2014.2/1045032.
Approved by:	mentor (mat, implicit)
MFH:		2015Q2
2015-04-29 06:08:55 +00:00
Gordon Tetlow
3f8a2f039e Update p4 to 2014.2/1045032
Approved by:	mentor (mat, implicit)
MFH:		2015Q2
2015-04-29 06:07:01 +00:00
Jan Beich
adf6e2946d editors/slime: update to 2.13 and convert to USE_GITHUB [1]
PR:		198595
Submitted by:	cheunghonyu@gmail.com
Approved by:	joe@thrallingpenguin.com (maintainer)
Approved by:	portmgr blanket [1]
2015-04-29 06:02:55 +00:00
Bryan Drewery
b02499c80b Update to 3.1.4-70-gea2537e
Changes:
  - Fix testport -o for invalid origins.
  - HTML open tag fixes
  - Fix temporary file creation causing bad 'mv: fastcopy' warnings about
    JSON files.
2015-04-29 05:39:24 +00:00
Li-Wen Hsu
a5f11c7813 - Update to 1.611 2015-04-29 05:37:02 +00:00
Jan Beich
c2f560cea0 math/abacus: respect ARFLAGS/LDFLAGS (-D/-fstack-protector) 2015-04-29 03:21:23 +00:00
Jan Beich
e693469477 math/abacus: kill roundabout post-patch target 2015-04-29 03:20:52 +00:00
Jan Beich
df013c8ac8 math/abacus: drop -fPIC from static library at the cost of buildtime 2015-04-29 03:20:39 +00:00
Jan Beich
2991409ad5 math/abacus: unbreak build on 10.1R (clang 3.4.1)
sources/ostream.cc:290:16: error: declaration conflicts with target of using
      declaration already in scope
  ABA_OSTREAM& endl(ABA_OSTREAM &o)
               ^
./Include/abacus/ostream.h:48:14: note: target of using declaration
ABA_OSTREAM& endl(ABA_OSTREAM &o);
             ^
./Include/abacus/ostream.h:50:9: note: using declaration
using ::endl;
        ^
sources/ostream.cc:293:11: error: 'on_' is a private member of 'ABA_OSTREAM'
    if (o.on_) o.out_ << flush;
          ^
./Include/abacus/ostream.h:225:17: note: declared private here
      bool      on_;
                ^
sources/ostream.cc:293:18: error: 'out_' is a private member of 'ABA_OSTREAM'
    if (o.on_) o.out_ << flush;
                 ^
./Include/abacus/ostream.h:220:17: note: declared private here
      ostream  &out_;
                ^
sources/ostream.cc:294:10: error: 'logOn_' is a private member of 'ABA_OSTREAM'
    if(o.logOn_) *(o.log_) << flush;
         ^
./Include/abacus/ostream.h:230:17: note: declared private here
      bool      logOn_;
                ^
sources/ostream.cc:294:22: error: 'log_' is a private member of 'ABA_OSTREAM'
    if(o.logOn_) *(o.log_) << flush;
                     ^
./Include/abacus/ostream.h:234:17: note: declared private here
      ofstream *log_;
                ^
Tested by:	md5 ostream.o (gcc5, clang36)
2015-04-29 03:20:25 +00:00
Jan Beich
690e66bf69 math/abacus: unbreak build on 11.0C [1] and fix minor issues
- Builds fine with gcc42 and clang
- Build shared library versioned (for soname in future)
- Fix LICENSE
- Improve style of post-patch target
- Convert to NO_WRKSUBDIR
- Convert to INSTALL_LIB
- Parenthesize commands using `cd`
- Wrap long lines

PR:		199243
Submitted by:	tkato432@yahoo.com
Reported by:	pkg-fallout [1]
2015-04-29 03:17:52 +00:00
Sergey A. Osokin
a811a9505f Update from 5.0.6 to 5.0.7:
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel.
2015-04-29 01:03:02 +00:00
Sergey A. Osokin
0e17147c27 Enable check for passenger third-party module compiled in nginx. 2015-04-29 00:46:11 +00:00
Sergey A. Osokin
7d78318842 Add support for stream and stream_ssl modules. 2015-04-29 00:42:06 +00:00
Sergey A. Osokin
f7c61bd95f Remove needless code. 2015-04-29 00:32:35 +00:00
Sergey A. Osokin
99c6f6cd30 Upgrade from 1.8.0 to 1.9.0.
<ChangeLog>

*) Change: obsolete aio and rtsig event methods have been removed.

*) Feature: the "zone" directive inside the "upstream" block.

*) Feature: the stream module.

*) Feature: byte ranges support in the ngx_http_memcached_module.
   Thanks to Martin Mlynář.

*) Feature: shared memory can now be used on Windows versions with
   address space layout randomization.
   Thanks to Sergey Brester.

*) Feature: the "error_log" directive can now be used on mail and server
   levels in mail proxy.

*) Bugfix: the "proxy_protocol" parameter of the "listen" directive did
   not work if not specified in the first "listen" directive for a
   listen socket.

</ChangeLog>
2015-04-29 00:29:19 +00:00
Gerald Pfeifer
7b3e355e20 With lang/gcc5 now tracking GCC 5 releases, this new port -- gcc5-devel
-- is going to track regular development snapshots of GCC 5.
2015-04-28 23:40:37 +00:00
Gerald Pfeifer
80f5600f1f Update to the 20150422 snapshot of GCC 4.9.3.
Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former. [1]

Suggested by:	mat [1]
2015-04-28 23:38:13 +00:00
Michael Moll
9ca46003cc Update my email address and give a few ports to ruby@
Differential Revision:	https://reviews.freebsd.org/D2390
Approved by:		mat (Mentor)
2015-04-28 23:36:56 +00:00
Ryan Steinmetz
d5c20c23ba - Use libkrb5support.so to track security/krb5 dependency, libkrb5.so is present
on base and can confuses ports system not installing security/krb5. No bump on
PORTREVISION since it's disabled by default
2015-04-28 23:20:06 +00:00
Romain Tartière
ce47705b5b Update to 3.0
PR:		ports/199762
Submitted by:	olivierd
2015-04-28 22:32:05 +00:00
Brooks Davis
b8f28cb6e2 Upgrade to 0.3.3. 2015-04-28 22:16:44 +00:00
Rene Ladan
5ee52914cf www/chromium: fix patching on FreeBSD < 10 (linking still fails because of a
double symbol).

Submitted by:	pkg-fallout, various people on chromium@
MFH:		2015Q2
2015-04-28 20:32:08 +00:00
Rene Ladan
b4343973b4 Document new vulnerabities in www/chromium < 42.0.2311.135
Obtained from:	http://googlechromereleases.blogspot.nl/2015/04/stable-channel-update_28.html
2015-04-28 20:28:49 +00:00
Gerald Pfeifer
b3a0505c4e Update to the 20150426 snapshot of GCC 6.
Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former. [1]

Suggested by:	mat [1]
2015-04-28 20:25:52 +00:00
Gerald Pfeifer
116733644e Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former.
Suggested by:	mat
2015-04-28 20:11:07 +00:00
Dmitry Marakasov
5cad2b5217 - Add LICENSE 2015-04-28 20:00:22 +00:00
John Marino
3f8855b08e lang/gcc5-aux: set build/host_configargs again
Discussing with tijl resulted in decision ot restore *_configargs
in order to fix libiconv linkage.  This does build on DragonFly.
2015-04-28 19:40:54 +00:00
Juergen Lock
88ee0db664 Update to 2.3.0 - announce message is here:
http://article.gmane.org/gmane.comp.emulators.qemu/332605
2015-04-28 18:53:13 +00:00
Bryan Drewery
f76a76ac06 No need to set GH_TAGNAME; Avoid double version in DISTNAME 2015-04-28 18:49:49 +00:00
Bryan Drewery
aa6ad6e726 USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
2015-04-28 18:44:04 +00:00
Roman Bogorodskiy
e4b6dab17f Use gmake to fix build on 9.x. 2015-04-28 17:56:51 +00:00
Jan Beich
50a2f44efb Unbreak build against devel/readline (used on 11.0-CURRENT)
libgdb.a(tui-io.o): In function `tui_setup_io':
tui-io.c:(.text+0x16f8): undefined reference to `readline_echoing_p'
2015-04-28 17:55:41 +00:00
Bartek Rutkowski
be6ef7658e mail/getmail: update MASTER_SITES
PR:		199690
Submitted by:	Joseph Mingrone <jrm@ftfl.ca> (maintainer)
2015-04-28 17:54:31 +00:00
Sunpoet Po-Chuan Hsieh
f3fe7dd7e0 - Update to 0.7.0
- Use PORTDOCS

Changes:	http://wxglade.sourceforge.net/index.php#news
2015-04-28 17:51:19 +00:00
Sunpoet Po-Chuan Hsieh
dcdaf9c267 - Use net/uriparser instead of bundled one
- Bump PORTREVISION for dependency and package change

PR:		199682 (based on)
Submitted by:	mat
2015-04-28 17:50:43 +00:00
Jan Beich
4024a3d6c1 Don't use profiling and static libreadline after r344754
gdb66 and insight neither build with -pg nor link any other _p library.
For profiling to work the ports may also need to disable stripping of
non-debug symbols, build with -fno-omit-frame-pointer and do so for all
the dependencies as well.

poudriere fails because before 9.0R proflibs were packaged separately
not in DIST list for |jail -c|, and 11.0C removed libreadline while
devel/readline doesn't provide _p variant.

Reported by:	pkg-fallout (-quaterly lacks 84* and head* slaves)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-04-28 17:46:25 +00:00
Diane Bruce
e440929f93 Fix build on 10 and HEAD 2015-04-28 17:36:29 +00:00