summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2012-06-25Add missing INSTALLATION_DIRS.jperkin3-4/+10
2012-06-24Add missing INSTALLATION_DIRS.jperkin2-3/+5
2012-06-24Add missing INSTALLATION_DIRS.jperkin1-2/+2
2012-06-23Add missing time_t to fix the Solaris build.dholland2-1/+16
2012-06-22Link against libexecinfo for backtrace as per suggestion from wiz inprlw11-1/+8
http://mail-index.netbsd.org/pkgsrc-users/2012/06/21/msg016616.html
2012-06-21Disable this for apache24 as it doesn't compile.dholland2-2/+9
2012-06-19Update to 1.19.1, provided by Wen Heping in PR 46614:wiz3-19/+8
=== Changes since 1.19.0 === * (bug 36568) Fixed "Illegal string offset 'LIMIT'" warnings in updater * (bug 36938) Correctly escape uselang attribute to prevent xss * Expanded Blacklist for SVG Files
2012-06-18* Remove PHP 5.2.x supporting code.taca1-9/+2
* Remove a duplicated line to www/php-phrasea2.
2012-06-17Move pdo_sqlite3 dependency to under sqlite option.gdt2-4/+10
Previously, I added a dependency on pdo_sqlite3 because an owncloud instance failed to run without PDO. This commit moves the dependency to be conditional on the sqlite option, so that it doesn't apply if mysql is selected. The upstream method selection code is hard to follow, and in particular I don't understand how dbtype=sqlite is expected to use MDB2 and dbtype=sqlite3 PDO. So with the sqlite option both chunks of code are availale. I suspect there is an upstream bug lurking, but I can't point to it.
2012-06-16Remove 52 from PHP_VERSIONS_ACCEPTED.dholland2-4/+4
2012-06-16Remove contao210 support codes.taca1-7/+3
2012-06-16Move reusable codes from contao211-translations/Makefile totaca2-41/+11
contao/Makefile.translations.
2012-06-16Remove reference to ../contao210* in comment.taca2-6/+2
2012-06-16Remove contao210 for now. Use Contao 2.11, please.taca11-2425/+0
2012-06-16Remove contao210-example for now. Use Contao 2.11, please.taca5-65/+0
2012-06-16Remove contao210, contao210-example and contao210-translations.taca1-4/+1
2012-06-16Remove contao210-translations for now. Use Contao 2.11, please.taca36-3031/+0
2012-06-16php-sqlite referenced by default in options.mk does not supportdholland1-1/+6
php54, so mark this incompatible so pbulk stops croaking. XXX: someone please fix this correctly
2012-06-16The libxml2 version test in this thing believes that checking thatdholland2-1/+23
version A.B.C is at least D.E.F is to be done by checking A >= D, B >= E, *and* C >= F. Therefore, it believes that the most recent libxml2 update, which is 2.8.0, is less than its minimum requirement 2.4.1. Rather than trying to repair this curious logic, just patch the test to always succeed, as pkgsrc always provides a suitable libxml2.
2012-06-16Add an emty line between including options.mk.taca1-1/+2
2012-06-16Allow build with php54.taca1-2/+2
2012-06-16Allod build with php54.taca1-2/+2
2012-06-16Update to KDE SC 4.8.4markd2-6/+5
Bug fixes.
2012-06-16Change dependency to php-fileinfo and make this package build withtaca1-7/+6
PHP 5.3.x and PHP 5.4.x.
2012-06-16* Use new data type name and support for PHP 5.4.x; there is no magic_quotes.taca2-1/+32
2012-06-16Use newer data type name of PHP to support PHP 5.4.x.taca2-1/+17
2012-06-16Add "54" to PHP_VERSIONS_ACCEPTED.taca1-2/+2
2012-06-16Restrict to PHP 5.2.x and 5.3.x.taca1-1/+3
2012-06-16Update dependency to php-intl.taca1-2/+3
Bump PKGREVISION.
2012-06-16Don't use "5" in PKG_PHP_VERSION.taca2-12/+4
2012-06-15Update ruby-journey to 1.0.4.taca2-6/+6
Thu Jun 14 14:03:22 2012 Aaron Patterson <aaron@tenderlovemaking.com> * lib/journey/formatter.rb: when generating routes, skip route literals (routes that do not have replacement values like "/:controller") when matching unnamed routes. https://github.com/rails/rails/issues/6459 * test/test_router.rb: corresponding test
2012-06-14Recursive PKGREVISION bump for misc/kdepimlibs4 buildlink addition.sbd1-2/+2
2012-06-14Update contao211-translations to 201206130.taca3-8/+8
Update French language files to support Contao 2.11.3 and 2.11.4.
2012-06-14Bump PKGREVISION for those RUBY_RAILS_STRICT_DEP is set to no implicitly now.taca1-1/+2
(Relax dependency to Ruby on Rails component packages.)
2012-06-14Set RUBY_RAILS_STRICT_DEP to yes.taca3-3/+6
2012-06-14Update ruby-rails31 to 3.1.6.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. No change except version.
2012-06-14Update ruby-activeresource31 to 3.1.6.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.1.6 (Jun 12, 2012) * No changes.
2012-06-14Update ruby-actionpack31 to 3.1.6.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.1.6 (Jun 12, 2012) * nil is removed from array parameter values CVE-2012-2694
2012-06-14Update ruby-rails3 to 3.0.14.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. No change except version.
2012-06-14Update ruby-activeresource3 to 3.0.14.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.0.14 (Jun 12, 2012) * No changes.
2012-06-14Update ruby-actionpack3.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.0.14 (Jun 12, 2012) * nil is removed from array parameter values CVE-2012-2694
2012-06-14Update opera to 12.00.obache3-82/+50
Opera 12.00 is a recommended upgrade offering new and improved features, plus security and stability enhancements.
2012-06-14Sync with seamonkey-2.10ryoon2-69/+69
2012-06-14Update to 2.10ryoon20-139/+436
Changelog: from http://www.seamonkey-project.org/releases/seamonkey2.10/ SeaMonkey-specific changes The domain name is highlighted in the location bar by default now, configurable in Preferences. The amount of tabs to be restored concurrently can be configured in Preferences now. News username and password auth dialogs have been combined and show for which server the prompt is now. Mozilla platform changes The new minimum supported Windows version is now XP SP2, Windows 2000 support has been dropped. The SPDY protocol now enabled by default for faster browsing on supported sites The column-fill CSS property has been implemented. Experimental support for ECMAScript 6 Map and Set objects has been implemented. Support for the CSS3 background-position property extended syntax has been added. The :invalid pseudo-class can now be applied to the <form> element. The CSS turn <angle> unit is now supported. Fixed several stability issues.
2012-06-14Add version to php-pdo_sqlite dependencysbd1-2/+2
2012-06-14Allow for a PKGREVISION in the phraseanet-indexer dependency.sbd1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd44-75/+88
2012-06-13PKGREVISION++ for MESSAGE and dependency change.gdt1-1/+2
2012-06-13Add dependency on php-pdo_sqlite.gdt2-2/+6
Without this module, errors were logged after an upgrade from owncloud 3. Add a hint to enable the module to MESSAGE.
2012-06-13Update ruby-rails32 to 3.2.6.taca1-4/+4
This is meta-package like package, no change except version.