summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-30FreeBSD 10 is not FreeBSD 1.asau8-6/+129
2014-06-30Add SMF manifest, contributed by gzartman on GitHub.jperkin1-0/+29
2014-06-30pkg-config is still needed.joerg1-1/+2
2014-06-30Fix PLIST for Python 2.6.joerg1-5/+5
2014-06-30Has race conditions.joerg1-1/+4
2014-06-30Fix build and install on Darwin 32-bit.jperkin4-10/+15
2014-06-30Fix CPP logic for the __APPLE__ case. Fixes Darwin 32-bit build.jperkin3-9/+9
2014-06-30Put module-oss back behind PLIST.oss, lost on recent update.jperkin1-3/+3
2014-06-30Disable all assembly optimisation on SunOS rather than trying to playjperkin1-6/+2
catch-up with all the various flags each time.
2014-06-29Requires gimp to build.dholland1-1/+3
2014-06-29linux requires this hack toodholland2-5/+5
2014-06-29- make build stop on errordholland12-14/+234
- sprinkle const - should fix linux build
2014-06-29Provide __COPYRIGHT and __RCSID if missing. This has USE_FEATURES+=cdefsdholland2-1/+21
but it doesn't seem to be adequate. Should fix Linux build.
2014-06-29Use tail -n +2 instead of tail +2 to work around broken Linux userlands.dholland3-14/+20
While here, move seddery from post-patch to pre-configure. XXX: it should be replaced with SUBST.
2014-06-29Fix termcap handling: always use -ltermcap and use termcap.bl3.mk. Shoulddholland3-22/+62
fix Linux build. While here also fix problems with install permissions and workdir references that showed up. PKGREVISION -> 8.
2014-06-29oops, fix yesterday's patchdholland2-4/+4
2014-06-29Add part of the emacs24 patch for giflib 5.1.dholland2-1/+17
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.