Commit graph

348498 commits

Author SHA1 Message Date
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Antoine Brodin
ee0b2a4758 - Allow staging as a regular user
- Bump portrevision as most docs was unreadable
2014-09-10 20:46:14 +00:00
Matthias Andree
f6f9566eaa Remove excess output from pre-configure. 2014-09-10 20:30:07 +00:00
Cy Schubert
aa80ab509a Update 4.2.7p473 --> 4.2.7p474 2014-09-10 20:07:20 +00:00
Baptiste Daroussin
fbc232aef0 grab maintainership 2014-09-10 19:45:42 +00:00
Gerald Pfeifer
7e422e0825 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

This entails updating the lang/gcc port as well as changing the default
in Mk/bsd.default-versions.mk, and it replaces the CONFLICT between the
lang/gcc and lang/gcc47 ports by lang/gcc48.

GCC now uses C++ as its implementation language and performs more
aggressive loop analysis which can be disabled via the
-fno-aggressive-loop-optimizations command-line option.

Compilation of extremely large functions has been signficantly improved,
as have interprocedural optimizations.

A new optimization level -Og has been introduced.  It addresses the need
for fast compilation and a superior debugging experience while providing
a reasonable level of run-time performance.  This should be better
suitable for development than the default -O0.

A new local register allocator (LRA) has been implemented, which replaces
the 26 year old reload pass and improves generated code quality. For now
it is active on the x86 and x86-64 targets.

AddressSanitizer, a fast memory error detector, has been added and can be
enabled via -fsanitize=address.

Each diagnostic emitted now includes the original source line and a caret
indicating the column.

The new option -Wpedantic is an alias for -pedantic, which is now deprecated.

The C++ frontend and associated run-time library libstdc++ have gained
support for many additional C++11 features.  As with previous releases
the Fortrand frontend has seen many improvements as well.

Support for the AArch64 has been added, and there are many improvements
to the x86/x86-64 backend and others.

See http://gcc.gnu.org/gcc-4.8/changes.html for an extense list of changes;
http://gcc.gnu.org/gcc-4.8/porting_to.html for information on how to port
to that new version.

PR:		192025
Tested by:	antoine (-exp runs)
2014-09-10 19:09:58 +00:00
Baptiste Daroussin
c980de92a0 Commit meta port forgotten in mate 1.8 import 2014-09-10 19:06:54 +00:00
Baptiste Daroussin
945b9a6726 mate-text-editor is now pluma 2014-09-10 19:05:50 +00:00
Jason Helfman
123eaa5028 - update to 1.06 [1]
PR:		191132
Submitted by:	andrew.hotlab@hotmail.com, jcm@visi.com (maintainer) [1]
2014-09-10 18:59:59 +00:00
John Marino
f22fd7cc2d Stage textproc/refdb
PR:		193484
Submitted by:	ohartman (zedat.fu-berlin.de)
Too much TLC:	marino
2014-09-10 18:57:30 +00:00
David Naylor
5d4cd0e6da Update deskutils/plasma-applet-cwp to 1.11.1.
ChangeLog:
- xml: br.weather.com: location fixed
- xml: de.weather.com: location fixed
- xml: fr.weather.com: location fixed
- xml: in.weather.com: links fixed
- xml: pogodynka.pl: fixes
- xml: weather.com.cn: fixed
2014-09-10 18:46:05 +00:00
Colin Percival
cd2949e6c0 Attempt #5 to unbreak INDEX after Mate Desktop 1.8 import: s/SUBDUR/SUBDIR/. 2014-09-10 18:36:49 +00:00
Colin Percival
6631fcd728 Attempt #4 to unbreak INDEX after Mate Desktop 1.8 import: Chase renamed
dependencies.
2014-09-10 17:18:01 +00:00
Antoine Brodin
203ac88b72 - Allow staging as a regular user
- Remove DOCS conditions
2014-09-10 17:17:25 +00:00
Antoine Brodin
4a30ecc6c7 - Allow staging as a regular user
- Switch from gnomehack to pathfix
2014-09-10 17:05:26 +00:00
Colin Percival
c461541d34 Unhook mate-text-editor in an attempt to unbreak INDEX. I think this port
can be deleted entirely due to the Mate Desktop 1.8 import, but I'm leaving
that for someone who was involved in that import.
2014-09-10 16:39:31 +00:00
Danilo Egea Gondolfo
7cd1c8fc5a - Fix a memory leak due a improper memset 2014-09-10 16:32:24 +00:00
Gerald Pfeifer
6474550ee8 Update to the 20140903 snapshot of GCC 4.9. 2014-09-10 16:15:09 +00:00
Gerald Pfeifer
6e8e9d1cdd Update to the 20140907 snapshot of GCC 5. 2014-09-10 16:14:24 +00:00
Antoine Brodin
b04f90919e Allow staging as a regular user 2014-09-10 16:08:51 +00:00
Baptiste Daroussin
c17eec2355 Remove mate-image-viewer and mate-document-viewer, replaced by eom and atril 2014-09-10 15:48:37 +00:00
Matthias Andree
5ee8785640 Update to 2.72rc1.
Announcement with ChangeLog:
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2014q3/008793.html

Submitted by:	portscout
2014-09-10 15:47:57 +00:00
Pietro Cerutti
8d8d84f8ae - Update to 1.9.8
Release notes: http://sourceforge.net/p/tcllib/mailman/message/32817224/
- Update LICENSE information
2014-09-10 15:38:30 +00:00
Antoine Brodin
ebca11ac9c - Allow staging as a regular user
- Do not overwrite config.php with and empty file on install
2014-09-10 15:37:36 +00:00
Ryan Steinmetz
221ae860d6 New ports: textproc/rubygem-elasticsearch, textproc/rubygem-elasticsearch-api, textproc/rubygem-elasticsearch-transport:
Ruby integrations for Elasticsearch that feature:

* a client for connecting to an Elasticsearch cluster
* a Ruby API for the Elasticsearch's REST API
* various extensions and utilities

WWW: https://rubygems.org/gems/elasticsearch
2014-09-10 15:33:41 +00:00
Dmitry Marakasov
33d25e5557 - Clarify LICENSE
- Drop .la files, no dependees require them
2014-09-10 15:31:14 +00:00
Antoine Brodin
2d7626e38d Allow staging as a regular user 2014-09-10 15:29:04 +00:00
Baptiste Daroussin
7bc2f9cacf Add new binutils targetting linux i386 2014-09-10 15:26:01 +00:00
Antoine Brodin
8ac94d2906 Allow staging as a regular user 2014-09-10 15:15:42 +00:00
Antoine Brodin
931a039f1d Allow staging as a regular user 2014-09-10 15:05:14 +00:00
Dmitry Marakasov
fd531c6651 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-10 14:59:37 +00:00
Antoine Brodin
5089b86f22 - Allow staging as a regular user
- USES=kmod and simplify
2014-09-10 14:59:31 +00:00
Antoine Brodin
42a4a444b6 - Allow staging as a regular user
- Clarify License
- Use shebangfix rather than manual post-patch
2014-09-10 14:45:19 +00:00
Dmitry Marakasov
07b254245e - Drop .la files for multimedia/libkate, no dependees require them
- Add LICENSE_FILE
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-10 14:40:18 +00:00
Antoine Brodin
629be39c2b Allow staging as a regular user 2014-09-10 14:30:02 +00:00
William Grzybowski
a571259825 devel/py-mongoengine: unbreak and USES python 2014-09-10 14:23:43 +00:00
Ryan Steinmetz
a272d4bbb4 - Unbreak MOVED:
FATAL: /usr/ports/MOVED: malformed line at 7077.
 =>
WARN: /usr/ports/MOVED: seems to have unnecessary blank lines at the last part.
2014-09-10 14:22:19 +00:00
Antoine Brodin
31fcd051f2 - Allow staging as a regular user
- Shebangfix
2014-09-10 14:17:06 +00:00
Baptiste Daroussin
f4afd32cb9 Update to 1.4.0-pre-alpha14
Changes:
- New @dir keyword
- @dirrm/@dirrmtry will now expose a warning in DEVELOPER_MODE
- directories outside of PREFIX are now automatically handled
- Determine the running OS version from /bin/sh not uname so that
pkg doesn't think a jail running on a newer host is an OS upgrade
- Remove libyaml
- The plist now entirely default on owner root, group wheel
- Add more regressions tests
2014-09-10 14:07:50 +00:00
Kurt Jaeger
9ba4075f1b databases/cego: 2.20.12 -> 2.20.13
- Fix in CegoQueryHelper::evalAttrCond. In some table ordering cases,
  the attributes had been switched and the evaluation was wrong
  ( LESS_THAN, MORE_THAN, LESS_EQUAL_THAN, MORE_EQUAL_THAN ).

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2014-09-10 14:07:11 +00:00
Rene Ladan
47e81b2aa1 www/chromium: update to 37.0.2062.120
Obtained from:	FreeBSD Chromium Project
MFH:		2014Q3
Security:	http://vuxml.freebsd.org/freebsd/36a415c8-3867-11e4-b522-00262d5ed8ee.html
2014-09-10 14:03:52 +00:00
Antoine Brodin
ef8b528fc2 - Allow staging as a regular user
- USES=python
2014-09-10 13:57:46 +00:00
Baptiste Daroussin
e03789435f Update bsd.mate.mk has it should have been 2014-09-10 13:53:26 +00:00
Emanuel Haupt
95f11e8c3b Update to 1.66 2014-09-10 13:53:25 +00:00
Antoine Brodin
3f79fbbbcd Allow staging as a regular user 2014-09-10 13:50:27 +00:00
Emanuel Haupt
7244a92111 Update to 0.65 2014-09-10 13:49:12 +00:00
Antoine Brodin
ea500411ef Allow staging as a regular user 2014-09-10 13:45:02 +00:00
Steve Wills
c2a6b6251d sysutils/rubygem-chef-zero: update dependencies
PR:		193503
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
2014-09-10 13:41:57 +00:00
Antoine Brodin
1f8bd7557b - Allow staging as a regular user
- Remove some @exec/@unexec redundant with USES=shared-mime-info
2014-09-10 13:40:20 +00:00
Baptiste Daroussin
d3a9ea1e08 Turn OPTIONS_SINGLE KRB5 into an OPTIONS_RADIO like it is supposed to be
PR:		193451
Submitted by:	dmitry2004@yandex.ru
2014-09-10 13:34:53 +00:00