summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-103171-2244/+3171
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Allow staging as a regular userAntoine Brodin2014-09-101-6/+2
| | | | | | | - Bump portrevision as most docs was unreadable Notes: svn path=/head/; revision=367887
* Remove excess output from pre-configure.Matthias Andree2014-09-101-1/+0
| | | | Notes: svn path=/head/; revision=367886
* Update 4.2.7p473 --> 4.2.7p474Cy Schubert2014-09-102-3/+3
| | | | Notes: svn path=/head/; revision=367885
* grab maintainershipBaptiste Daroussin2014-09-101-1/+1
| | | | Notes: svn path=/head/; revision=367884
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-105-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=367883
* Commit meta port forgotten in mate 1.8 importBaptiste Daroussin2014-09-101-10/+8
| | | | Notes: svn path=/head/; revision=367882
* mate-text-editor is now plumaBaptiste Daroussin2014-09-104-699/+0
| | | | Notes: svn path=/head/; revision=367881
* - update to 1.06 [1]Jason Helfman2014-09-102-3/+3
| | | | | | | | PR: 191132 Submitted by: andrew.hotlab@hotmail.com, jcm@visi.com (maintainer) [1] Notes: svn path=/head/; revision=367880
* Stage textproc/refdbJohn Marino2014-09-104-734/+281
| | | | | | | | | PR: 193484 Submitted by: ohartman (zedat.fu-berlin.de) Too much TLC: marino Notes: svn path=/head/; revision=367879
* Update deskutils/plasma-applet-cwp to 1.11.1.David Naylor2014-09-102-4/+3
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=367878
* Attempt #5 to unbreak INDEX after Mate Desktop 1.8 import: s/SUBDUR/SUBDIR/.Colin Percival2014-09-101-1/+1
| | | | Notes: svn path=/head/; revision=367877
* Attempt #4 to unbreak INDEX after Mate Desktop 1.8 import: Chase renamedColin Percival2014-09-101-4/+4
| | | | | | | dependencies. Notes: svn path=/head/; revision=367876
* - Allow staging as a regular userAntoine Brodin2014-09-102-7/+12
| | | | | | | - Remove DOCS conditions Notes: svn path=/head/; revision=367875
* - Allow staging as a regular userAntoine Brodin2014-09-101-2/+3
| | | | | | | - Switch from gnomehack to pathfix Notes: svn path=/head/; revision=367874
* Unhook mate-text-editor in an attempt to unbreak INDEX. I think this portColin Percival2014-09-101-1/+0
| | | | | | | | 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. Notes: svn path=/head/; revision=367873
* - Fix a memory leak due a improper memsetDanilo Egea Gondolfo2014-09-102-10/+9
| | | | Notes: svn path=/head/; revision=367872
* Update to the 20140903 snapshot of GCC 4.9.Gerald Pfeifer2014-09-102-3/+3
| | | | Notes: svn path=/head/; revision=367871
* Update to the 20140907 snapshot of GCC 5.Gerald Pfeifer2014-09-102-3/+3
| | | | Notes: svn path=/head/; revision=367870
* Allow staging as a regular userAntoine Brodin2014-09-101-1/+1
| | | | Notes: svn path=/head/; revision=367869
* Remove mate-image-viewer and mate-document-viewer, replaced by eom and atrilBaptiste Daroussin2014-09-1010-1226/+0
| | | | Notes: svn path=/head/; revision=367868
* Update to 2.72rc1.Matthias Andree2014-09-102-6/+3
| | | | | | | | | | Announcement with ChangeLog: http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2014q3/008793.html Submitted by: portscout Notes: svn path=/head/; revision=367867
* - Update to 1.9.8Pietro Cerutti2014-09-103-4/+7
| | | | | | | | Release notes: http://sourceforge.net/p/tcllib/mailman/message/32817224/ - Update LICENSE information Notes: svn path=/head/; revision=367866
* - Allow staging as a regular userAntoine Brodin2014-09-102-9/+3
| | | | | | | - Do not overwrite config.php with and empty file on install Notes: svn path=/head/; revision=367865
* New ports: textproc/rubygem-elasticsearch, ↵Ryan Steinmetz2014-09-1010-0/+87
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=367864
* - Clarify LICENSEDmitry Marakasov2014-09-102-4/+4
| | | | | | | - Drop .la files, no dependees require them Notes: svn path=/head/; revision=367863
* Allow staging as a regular userAntoine Brodin2014-09-101-1/+1
| | | | Notes: svn path=/head/; revision=367862
* Add new binutils targetting linux i386Baptiste Daroussin2014-09-102-0/+129
| | | | Notes: svn path=/head/; revision=367861
* Allow staging as a regular userAntoine Brodin2014-09-101-6/+6
| | | | Notes: svn path=/head/; revision=367860
* Allow staging as a regular userAntoine Brodin2014-09-101-1/+1
| | | | Notes: svn path=/head/; revision=367859
* - Drop .la files, no dependees require themDmitry Marakasov2014-09-102-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=367858
* - Allow staging as a regular userAntoine Brodin2014-09-102-15/+4
| | | | | | | - USES=kmod and simplify Notes: svn path=/head/; revision=367857
* - Allow staging as a regular userAntoine Brodin2014-09-101-6/+3
| | | | | | | | - Clarify License - Use shebangfix rather than manual post-patch Notes: svn path=/head/; revision=367856
* - Drop .la files for multimedia/libkate, no dependees require themDmitry Marakasov2014-09-106-9/+11
| | | | | | | | | | - Add LICENSE_FILE - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=367855
* Allow staging as a regular userAntoine Brodin2014-09-101-2/+2
| | | | Notes: svn path=/head/; revision=367853
* devel/py-mongoengine: unbreak and USES pythonWilliam Grzybowski2014-09-101-5/+6
| | | | Notes: svn path=/head/; revision=367851
* - Unbreak MOVED:Ryan Steinmetz2014-09-101-1/+0
| | | | | | | | | FATAL: /usr/ports/MOVED: malformed line at 7077. => WARN: /usr/ports/MOVED: seems to have unnecessary blank lines at the last part. Notes: svn path=/head/; revision=367850
* - Allow staging as a regular userAntoine Brodin2014-09-102-3/+8
| | | | | | | - Shebangfix Notes: svn path=/head/; revision=367849
* Update to 1.4.0-pre-alpha14Baptiste Daroussin2014-09-102-3/+4
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=367848
* databases/cego: 2.20.12 -> 2.20.13Kurt Jaeger2014-09-102-3/+3
| | | | | | | | | | | - 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> Notes: svn path=/head/; revision=367847
* www/chromium: update to 37.0.2062.120Rene Ladan2014-09-102-5/+5
| | | | | | | | | Obtained from: FreeBSD Chromium Project MFH: 2014Q3 Security: http://vuxml.freebsd.org/freebsd/36a415c8-3867-11e4-b522-00262d5ed8ee.html Notes: svn path=/head/; revision=367846
* - Allow staging as a regular userAntoine Brodin2014-09-101-1/+4
| | | | | | | - USES=python Notes: svn path=/head/; revision=367845
* Update bsd.mate.mk has it should have beenBaptiste Daroussin2014-09-101-78/+10
| | | | Notes: svn path=/head/; revision=367844
* Update to 1.66Emanuel Haupt2014-09-102-3/+3
| | | | Notes: svn path=/head/; revision=367843
* Allow staging as a regular userAntoine Brodin2014-09-101-3/+3
| | | | Notes: svn path=/head/; revision=367842
* Update to 0.65Emanuel Haupt2014-09-102-3/+3
| | | | Notes: svn path=/head/; revision=367841
* Allow staging as a regular userAntoine Brodin2014-09-101-1/+1
| | | | Notes: svn path=/head/; revision=367840
* sysutils/rubygem-chef-zero: update dependenciesSteve Wills2014-09-101-1/+4
| | | | | | | | PR: 193503 Submitted by: Renaud Chaput <renchap@cocoa-x.com> Notes: svn path=/head/; revision=367839
* - Allow staging as a regular userAntoine Brodin2014-09-102-3/+1
| | | | | | | - Remove some @exec/@unexec redundant with USES=shared-mime-info Notes: svn path=/head/; revision=367838
* Turn OPTIONS_SINGLE KRB5 into an OPTIONS_RADIO like it is supposed to beBaptiste Daroussin2014-09-102-6/+6
| | | | | | | | PR: 193451 Submitted by: dmitry2004@yandex.ru Notes: svn path=/head/; revision=367837