summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-29Use the right __NetBSD_Version__.dholland2-5/+5
2014-06-29Updated devel/p5-IO-Compress to 2.064schmonz1-1/+2
2014-06-29Update to 2.064 to not conflict with lang/perl5. From the changelog:schmonz2-7/+6
* RT #90216: IO-Compress/t/050interop-gzip.t: Use android-compatible flags when calling gzip * RT#89305: Typo in Compress::Zlib _combine function documentation
2014-06-29Updated devel/p5-Compress-Raw-Zlib to 2.065schmonz1-1/+2
2014-06-29Update to 2.065 to not conflict with lang/perl5. From the changelog:schmonz3-15/+14
* [PATCH] resolve c++ build failure in core [#92657] * gcc -g3: final link failed: Memory exhausted [#88936] * [PATCH] Handle non-PVs better [#91558] * Z_OK instead of Z_BUF_ERROR [#92521] * gcc -g3: final link failed: Memory exhausted [#88936] * Compress::Raw::Zlib uses AutoLoader for no reason [#88260] * Typo in Compress::Zlib _combine function documentation [#89305]
2014-06-29Updated devel/p5-Compress-Raw-Bzip2 to 2.064schmonz1-1/+2
2014-06-29Update to 2.064 to not conflict with lang/perl5. From the changelog:schmonz2-7/+6
* [PATCH] Handle non-PVs better [#91558] * Compress::Raw::Bzip2 uses AutoLoader for no reason [#88259]
2014-06-29Fix an archaic form of sub invocation, deprecated since 5.0.0 andschmonz2-1/+17
finally an error in 5.20.0.
2014-06-29Updated www/php-tt-rss to 1.12ryoon1-1/+2
2014-06-29Update to 1.12ryoon4-41/+76
Changelog: 1.11 12/21/2013 Minor parser bugfixes Fix upgrading from older tt-rss versions Minor performance improvements Other bugfixes API: fix labels not applying because API call expected labels in wrong format 1.12 03/21/2014 Parser / misc bugfixes Default theme update Traditional Chinese (zh_TW) translation Various comics plugins merged into af_comics
2014-06-29Remove some unnecessary dependencies. Invoke python-config withoutjoerg3-3/+20
explicit interpreter, for Python 3.3 it is a Python script and for 3.4 a shell script.
2014-06-29Create directory explicitly to work around bugs in the build system.joerg1-1/+4
2014-06-29Remove https stuff.ryoon1-2/+1
2014-06-29Updated www/php-owncloud to 6.0.4ryoon1-1/+2
2014-06-29Update to 6.0.4ryoon4-1305/+206
* I gave up subdirectory installation with nginx... (MESSAGES) Changelog: Version 6.0.4 June 23rd 2014 Fixed a security issue (Will be disclosed two weeks after this release) Several LDAP fixes and improvements Add deprecated warning to load function File scanner fixes Heart beat fixes Encryption fixes for some corner cases Fix conflict dialog translations Fix button text overflow Fix search with Oracle Php upload errors are written to log OCS status code fixes Add PostgreSQL version warning Version 6.0.3 April 29rd 2014 Several security fixes. (Will be disclosed 2 weeks after the release) Appframework extensions to improve the compatibility with 3rdparty apps LDAP performance improvements Fix updating of email adresses from LDAP Fix WebDAV timestamp format handling Disable internet connection check if a proxy is configured Fix a potential file chunking problem on a server that is running out of storage Do not expire file chunks while checking their existence Fix loading of authentication apps in any case Performance improvements by reducing the number of chmod operations. Make the trusted domain upgrade feature more robust. Don't allow creating a "Shared" folder. Fixed "select all" + download on public page Fix share as link with email multiple users Reset time of last update feed polling to fix the updater Share API fixes Admin option for public upload with encryption enabled Fix CIFS with home shares Detect a missing "data" directory mount Fix the filesize calculation of encrypted files Fixes in the OpenStack support Fixes in the SWIFT support Don't block PHP sessions during download Fix sharing oc addressbooks Several ownCloud Documents improvements and fixes Several smaller bugfixes
2014-06-29updated archivers/lzo to 2.0.8schwarz4-12/+13
Fixes CVE-2014-4607 See included file "NEWS" for more details
2014-06-29delete non-existing ftp archive siteschwarz1-3/+2
2014-06-29xaric, knot, drilldholland1-1/+4
2014-06-29Add missing openssl buildlink, appeared in linux builddholland1-1/+3
2014-06-29add missing openssl buildlink, appeared in linux builddholland1-1/+3
2014-06-29Add an patch for nested include of string.h.obache2-1/+35
Fixes build failure on NetBSD-6.
2014-06-29Use stdlib.h instead of declaring own malloc.dholland2-5/+31
2014-06-29USE_TOOLS+=yacc, seen in linux builddholland1-2/+2
2014-06-29Add missing openssl buildlink, appeared in linux bulk builddholland1-1/+3
2014-06-29bltdholland1-1/+2
2014-06-29add missing libX11 buildlink; PKGREVISION -> 9.dholland1-2/+3
2014-06-29add errno.h for macos builddholland2-1/+16
2014-06-29yrolodholland1-1/+2
2014-06-29Remove references to cuserid(); it doesn't exist on MacOS and it'sdholland3-3/+19
useless everywhere anyway.
2014-06-29Instead of trying to make a list of OSes on which to avoid muckingdholland3-11/+49
with sys_nerr, just remove all the references to sys_nerr. Should fix MacOS build.
2014-06-29Let's try using the pkgsrc config for MacOS. If it doesn't work, which isdholland1-1/+2
likely, we don't lose very much.
2014-06-29This is too old to support MacOS.dholland1-2/+2
2014-06-29Remove accidental global variable. On most Unix platforms suchdholland2-1/+20
variables become commons and don't get noticed, but on platforms without commons or with commons disabled, this results in a multiply defined symbol. Should fix MacOS build.
2014-06-29This package for some reason thinks MacOS comes with DOS <conio.h>. Itdholland2-1/+18
doesn't.
2014-06-29Calling time() requires <time.h>. My fault, I think, and/or NetBSD hasdholland2-6/+14
or had a namespace pollution issue exposing time.h improperly. Should fix the MacOS build. XXX: on MacOS the configure script concludes that stdlib.h, unistd.h, XXX: and string.h are all missing. I have no idea why this would be XXX: but someone with access to config.log needs to investigate.
2014-06-29Extend dfly patch to macos: stdout is not necessarily a compile-timedholland2-5/+7
constant.
2014-06-29Add platform code for MacOS.dholland1-1/+3
2014-06-29Fix tautological comparison and (maybe) macos build.dholland2-1/+17
2014-06-29add a bit of a hack that should fix or advance the MacOS builddholland2-1/+18
2014-06-29Add hacks to (hopefully) fix MacOS build.dholland1-1/+9
2014-06-29Assorted basic legacy code fixes - ctype.h stuff, implicit int, usedholland11-43/+220
standard headers, etc. "time_t" is not "long". Don't issue own declarations of standard functions. Should fix Solaris build.
2014-06-28work with more lex versions (fixes build failure seen with -current)dholland2-3/+15
(lather, rinse, repeat)
2014-06-28Fix build with tcl/tk 8.6.dholland7-5/+321
2014-06-28Says it doesn't support ruby18 if you try to build it, so mark itdholland1-1/+3
accordingly. (Is there any reason there isn't there a RUBY_VERSIONS_INCOMPATIBLE variable like we have for python and lua and in other similar situations?)
2014-06-28py26 not supported by py-pychajoerg1-2/+2
2014-06-28Restore patches for fixing the clang build.joerg6-1/+79
2014-06-28Doesn't support Python 2.6.joerg1-2/+2
2014-06-28Fix build against tcl 8.6.dholland5-1/+131
Note though that this seems to have been merged into the main tcl package and it won't be installable -- not being a tcl person I don't know what the proper approach is
2014-06-28bsdtar is certainly valid for EXTRACT_USING.joerg1-2/+2
2014-06-28unfs3dholland1-1/+2