summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-26Don't use nested functions to detect support for __attribute__.joerg2-7/+32
2013-02-26Fix return type.joerg2-5/+19
2013-02-26Use plain tar.joerg1-3/+3
2013-02-26Fix return types.joerg2-1/+34
2013-02-26string.h is no longer included by png.hjoerg2-1/+14
2013-02-26replace shebang for a perl script.obache1-1/+3
/usr/bin/env is not portable (ex. /bin/env for Haiku). noticed by diger in pkgsrc-users@.
2013-02-26Fix NPAPI detection to use correct main declaration. Fix a bunch ofjoerg8-4/+119
C++11 issues and request it for Clang.
2013-02-26Fix header to work with C++11 compilers.joerg3-3/+20
2013-02-26Don't use undefined bool.joerg2-1/+15
2013-02-26Fix template lookup.joerg2-1/+23
2013-02-26NetBSD/current needs _KMEMUSER and a few additional includes.joerg2-7/+23
2013-02-26Fix linking fdpassing.joerg3-5/+44
2013-02-26Make a few warnings non-fatal with clang.joerg1-2/+2
2013-02-26Implicit int is not valid C++.joerg2-1/+24
2013-02-26Updated www/ruby-faraday to 0.8.6obache1-1/+2
2013-02-26Update ruby-faraday to 0.8.6.obache3-8/+8
no summarized changes.
2013-02-26Fix return types.joerg12-14/+350
2013-02-26Don't add default arguments when implementing a function.joerg2-1/+23
2013-02-26Drop z flag, explicitly pull in tar.joerg1-3/+3
2013-02-26Uses <typeinfo>joerg2-1/+15
2013-02-26Needs _KMEMUSER on NetBSD/current.joerg1-1/+2
2013-02-26Define default_context_to before using it in templates.joerg2-1/+42
2013-02-26Don't use extern inline with Clang as the redefinitions conflict with C99.joerg3-1/+29
2013-02-26Must link against libexecinfo on newer NetBSD.joerg1-1/+7
2013-02-26Prefer bsdtarjoerg1-2/+2
2013-02-26Inline definitions inside functions are invalid. Remove constructor thatjoerg4-1/+71
calls non-existing parent constructor.
2013-02-26Define classes before using them.joerg2-1/+49
2013-02-26Explicitly request C++11 when building with clang.joerg1-1/+6
2013-02-26Use plain tar.joerg1-14/+14
2013-02-26gtar doesn't seem to be needed any longer.joerg1-2/+1
2013-02-26Fix return types.joerg3-8/+56
2013-02-26Make sure the upper limit is applied.joerg1-2/+2
2013-02-26Don't depend on png.h to pull in string.h.joerg2-11/+19
2013-02-26Fix return types.joerg3-1/+59
2013-02-26Fix dependencies.joerg1-3/+3
2013-02-26- ruby-activesupport31wiz1-2/+1
2013-02-26bump revisionchristos1-1/+2
2013-02-26regenchristos2-446/+574
2013-02-26PR/45042: Thomas Cort: Minix support: handle missing setpgid and setrlimitchristos3-8/+12
2013-02-26Added sysutils/euca2ools version 2.1.2hubertf1-1/+2
2013-02-26Add & enable euca2oolshubertf1-1/+2
2013-02-26Add euca2ools-2.1.2:hubertf4-0/+678
Euca2ools are command line tools for interacting with Amazon Web Services (AWS) and other AWS-compatible web services, such as Eucalyptus and OpenStack. Uses Python, no Java.
2013-02-26Added sysutils/ansible version 1.0hubertf1-1/+2
2013-02-26add & enable ansiblehubertf1-1/+2
2013-02-26Add ansible-1.0:hubertf16-0/+573
Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically.
2013-02-25Updated print/qpdfview to 0.4ryoon2-3/+3
2013-02-25Update to 0.4ryoon4-20/+29
* Add djvulibre-lib and libspectre dependencies. Changelog: Release 0.4: * Added support for multiple formats. * Added format detection using libmagic. * Added support for PostScript. Thanks to Alexander Volkov. * Added rudimentary support for DjVu. * Added support for hyperlinks in DjVu documents. Thanks to Alexander Volkov. * Added support for outline and properties of DjVu documents. * Added support for UNIX signals. * Added missing support for links to external documents. * Small improvements to prefetching. * Changed presentation view to support rotation, caching and prefetching. * Dropped support for storing tabs and bookmarks as XML files. * Improved handling of headers and their interdependencies. Thanks to Alexander Volkov. * Updated Ukrainian translation. Thanks to Vladimir Smolyar and yurchor. * Updated Croatian translation. Thanks to freedomrun. * Updated Slovak translation. Thanks to DAG Software. * Updated Czech translation. Thanks to Pavel Fric. * Updated British English translation. Thanks to Andi Chandler. * Updated French translation. Thanks to Hélion du Mas des Bourboux. * Updated Polish translation. Thanks to Mateusz Łukasik and Mike08. * Updated Brazilian Portguese translation. Thanks to Phillipe Smith. * Updated Hebrew translation. Thanks to Yaron Shahrabani. * Updated Catalan translation. Thanks to VPablo. * Updated Asturian translation. Thanks to Xuacu Saturio. * Updated French translation. Thanks to Sylvie Gallet and Tanguy Herrmann. * Updated Italian translation. Thanks to Claudio Arseni. * Updated Spanish translation. Thanks to Dante Diaz. * Updated Russian translation. Thanks to Vladimir Smolyar. * Updated Bosnian translation. Thanks to Kenan Dervišević. * Added Malay translation. Thanks to abuyop.
2013-02-25Updated www/php-owncloud to 4.5.7ryoon1-1/+2
2013-02-25Update to 4.5.7ryoon3-11/+7
Changelog: Version 4.5.7 Feb 20th 2013 Fix for 3rd party apps dropping the database Fix SubAdmins management Fix PHP warnings Fix compatibility with some CIFS shares More robust apps management Remove not needed AWS tests Improved mime type parsing Several sharing fixes Offer the option to change the password only supported by the backend More robust auto language detection Revoke DB rights on install only if the db is newly created Fix rendering of database connection error page LDAP: update quota more often Multiple XSS vulnerabilities (oC-SA-2013-003) Multiple CSRF vulnerabilities (oC-SA-2013-004) PHP settings disclosure (oC-SA-2013-005) Multiple code executions (oC-SA-2013-006) Privilege escalation in the calendar application (oC-SA-2013-007)
2013-02-25Updated devel/cvsps3 to 3.10ryoon1-1/+2