aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on recent head where iconv(1) is in base by rolling newGabor Pali2013-09-123-12/+35
| | | | | | | | | | | | | 7.6.3-based bootstrap compilers without any external dependencies [1] - Update bootstrap hscolour to 1.20.3, so both 7.4 and 7.6 bootstraps can work with it - Remove the line for the 7.x bootstrap as no such one exists any more Thanks to: cognet [1] Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=327114
* Fix build with libc++Baptiste Daroussin2013-09-122-0/+21
| | | | | | | Submitted by: Gustau Perez (gusi via #poudriere on freenode) Notes: svn path=/head/; revision=327113
* graphics/pqiv: Use pkg-config to set flags correctlyJohn Marino2013-09-121-2/+2
| | | | | | | | | The CPP and LD flags were being defined by an empty string that was supposed to be "pkg-config". Just use that instead to unbreak the build. Notes: svn path=/head/; revision=327112
* Remove hardcoded gcc.Adam Weinberger2013-09-121-1/+2
| | | | Notes: svn path=/head/; revision=327111
* - Revert VNC IPv6 patch because it causes an incompatibility.Bernhard Froehlich2013-09-122-15/+1
| | | | | | | | | | | | Per default the VNC ports are stored in "TCP/Ports" but with that change "VNCAddress4", "VNCPort4", "VNCAddress6" and "VNCPort6" are used which breaks phpvirtualbox and also confused VBoxManage/VBoxHeadless. Reported by: VVD Notes: svn path=/head/; revision=327110
* - Scoreboard handle in daemon mode should be set to NULLOlli Hauer2013-09-122-1/+17
| | | | | | | | | | | | for Apache 2.4 to avoid crash in lingering close. PR: ports/182030 Submitted by: Trevor Caira <trevor@bitba.se> Reviewed by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Obtained from: upstream revision: 20979c8abd2f Notes: svn path=/head/; revision=327109
* Disable check for libslab to make sure it uses internal copy. This fixesKoop Mast2013-09-121-0/+2
| | | | | | | the build if mate-control-center is installed. Notes: svn path=/head/; revision=327108
* - Remove file forgotten in last commitRusmir Dusko2013-09-121-23/+0
| | | | | | | Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=327107
* Part two, of the update to 1.4.2. Forgotten files edition.Koop Mast2013-09-127-0/+108
| | | | Notes: svn path=/head/; revision=327106
* - Update to 0.12.2Rusmir Dusko2013-09-123-26/+30
| | | | | | | | | | | - Change maintainer email gmx.ch --> FreeBSD.org - Add more levels - Use new Options Helpers Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=327105
* Update to 1.4.2.Koop Mast2013-09-1210-210/+141
| | | | | | | | | | This fixes run-time with glib 2.36. PR: ports/180075 [1] Reported by: Stephen Fisher <stephenfisher@outlook.com> [1], swills@ Notes: svn path=/head/; revision=327104
* Update to 0.2.5.Koop Mast2013-09-123-12/+40
| | | | Notes: svn path=/head/; revision=327103
* - Update to 2.7.4Marcus von Appen2013-09-123-52/+26
| | | | Notes: svn path=/head/; revision=327102
* Fix a build.Xin LI2013-09-122-1/+12
| | | | Notes: svn path=/head/; revision=327101
* - Update to 4.2-7Bernhard Froehlich2013-09-123-17/+13
| | | | | | | - Remove $FreeBSD$ comment from pkg-plist Notes: svn path=/head/; revision=327100
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1211-26/+17
| | | | | | | | | | - convert USE_GMAKE to Uses Reviewed by: kwm@ Approved by: kwm@ (gnome@) Notes: svn path=/head/; revision=327099
* Fix build with libc++Baptiste Daroussin2013-09-1211-0/+150
| | | | Notes: svn path=/head/; revision=327098
* - Update to 1.3.2Sunpoet Po-Chuan Hsieh2013-09-122-3/+3
| | | | | | | Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7713 Notes: svn path=/head/; revision=327097
* - Update to 2.04Sunpoet Po-Chuan Hsieh2013-09-122-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog Notes: svn path=/head/; revision=327096
* - Update to 1.12Sunpoet Po-Chuan Hsieh2013-09-122-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Action-REST/Changes Notes: svn path=/head/; revision=327095
* - Update to 3.6.1Sunpoet Po-Chuan Hsieh2013-09-122-3/+3
| | | | | | | | | | Changes: http://cn.wordpress.org/2013/09/12/wordpress-3-6-1/ PR: ports/182044 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer) Notes: svn path=/head/; revision=327094
* - Update to 3.6.1Sunpoet Po-Chuan Hsieh2013-09-123-5/+5
| | | | | | | | | | | | | - Remove leading indefinite article from COMMENT - Use single space after WWW: Changes: http://wordpress.org/news/2013/09/wordpress-3-6-1/ PR: ports/182041 Submitted by: sunpoet (myself) Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) Notes: svn path=/head/; revision=327093
* Remove useless USE_GCC=any as the port properly build with recent clangBaptiste Daroussin2013-09-121-1/+0
| | | | Notes: svn path=/head/; revision=327092
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1216-37/+23
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327091
* Fix build with clang+libc++ by enforcing the c++11 standard if the compiler ↵Baptiste Daroussin2013-09-121-7/+7
| | | | | | | is clang Notes: svn path=/head/; revision=327090
* The simplexml extension needs pkgconfigBaptiste Daroussin2013-09-124-0/+4
| | | | Notes: svn path=/head/; revision=327089
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1219-43/+25
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327088
* - Update to 1.530Li-Wen Hsu2013-09-122-3/+3
| | | | Notes: svn path=/head/; revision=327087
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1219-45/+24
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327086
* Fix usage of MAKE / GMAKE.Thierry Thomas2013-09-122-2/+2
| | | | | | | Notified by: danfe Notes: svn path=/head/; revision=327085
* sysutils/xfce4-diskperf-plugin: Graphical representation of the disk IOWilliam Grzybowski2013-09-127-0/+267
| | | | | | | | | | | | Panel plugin to display a graphical representation of the disks IO. WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin/ PR: ports/182042 Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com> Notes: svn path=/head/; revision=327084
* - Update to 20130912 snapshotLi-Wen Hsu2013-09-124-165/+557
| | | | | | | Security: a851b305-1bc3-11e3-95b7-00e0814cab4e Notes: svn path=/head/; revision=327083
* - Update to 1.4.7Li-Wen Hsu2013-09-122-3/+3
| | | | | | | Security: a851b305-1bc3-11e3-95b7-00e0814cab4e Notes: svn path=/head/; revision=327082
* - Update to 1.5.3Li-Wen Hsu2013-09-123-6/+10
| | | | | | | Security: a851b305-1bc3-11e3-95b7-00e0814cab4e Notes: svn path=/head/; revision=327081
* Document CVE-2013-4315 for www/py-django{,14,-devel}Li-Wen Hsu2013-09-121-0/+35
| | | | Notes: svn path=/head/; revision=327080
* www/py-django-registration-defaults: Default templates and settingsWilliam Grzybowski2013-09-125-0/+54
| | | | | | | | | | | | | | This module provides a full set of default templates and settings for django-registration to ease the process of creating Django apps that require user registration. WWW: https://github.com/yourcelf/django-registration-defaults/ PR: ports/181807 Submitted by: Kozlov Sergey <kozlov.sergey.404 gmail.com> Notes: svn path=/head/; revision=327079
* Add a couple of missing #include <stdlib.h>'s to please contemporary Clang.Alexey Dokuchaev2013-09-122-0/+20
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=327078
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1219-41/+26
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327077
* - Fix build with clang [1]Roman Bogorodskiy2013-09-122-6/+14
| | | | | | | | | | | - Improve CXX respect (some makefiles had g++ hardcoded before) - Convert to new header format - Drop maintainership Reported by: pkg-fallout [1] Notes: svn path=/head/; revision=327076
* - Stop checking for unzip (it's unused anyways) to unbreak on 8.3-RELEASEAlexey Dokuchaev2013-09-122-1/+84
| | | | | | | | | - Throw in a bunch of #include's to make modern Clang happy on -CURRENT Reported by: pkg-fallout Notes: svn path=/head/; revision=327075
* - Update to 0.009Sunpoet Po-Chuan Hsieh2013-09-122-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Test-Warnings/Changes Notes: svn path=/head/; revision=327074
* - Update to 0.23Sunpoet Po-Chuan Hsieh2013-09-122-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes Notes: svn path=/head/; revision=327073
* - Update to 3.6.1Sunpoet Po-Chuan Hsieh2013-09-122-5/+4
| | | | | | | | | | | | | - While I'm here: - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses Changes: http://wordpress.org/news/2013/09/wordpress-3-6-1/ PR: ports/182026 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) Notes: svn path=/head/; revision=327072
* - Update to 1.02Sunpoet Po-Chuan Hsieh2013-09-122-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MooseX-Role-Parameterized/Changes Notes: svn path=/head/; revision=327071
* - Update to 0.24Sunpoet Po-Chuan Hsieh2013-09-122-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Config-Any/Changes Notes: svn path=/head/; revision=327070
* - Update to 3.6.1Sunpoet Po-Chuan Hsieh2013-09-122-5/+5
| | | | | | | Changes: http://ja.wordpress.org/2013/09/12/wordpress-3-6-1-maintenance-and-security-release/ Notes: svn path=/head/; revision=327069
* - Install q3map2.6 manual pageAlexey Dokuchaev2013-09-123-12/+21
| | | | | | | | - Define LICENSE (GPLv2) - Reformat port description Notes: svn path=/head/; revision=327068
* - Update to version 5.1.0.0Pawel Pekala2013-09-123-21/+19
| | | | | | | | | | - Add patch removing use of SWT 3.8 API - Remove options, vuze don't build with ancient swt anymore Changes: http://blog.vuze.com/2013/08/14/vuze-5-1/ Notes: svn path=/head/; revision=327067
* - Unbreak the build in GCC-less environments: respect CC, pacify ClangAlexey Dokuchaev2013-09-122-1/+17
| | | | | | | | | - Fix the inner Makefile.BSD to allow -jX builds, remove MAKE_JOBS_UNSAFE Reported by: pkg-fallout Notes: svn path=/head/; revision=327066
* devel/py-pyev: update to 0.9.0William Grzybowski2013-09-123-13/+10
| | | | | | | | | | | | | - Update to 0.9.0 - Trim Makefile header - Convert lib depends to new syntax - Use single space for WWW PR: ports/181762 Submitted by: Denis Generalov <gd rambler-co.ru> (maintainer) Notes: svn path=/head/; revision=327065