summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-02Fix inline use. Avoid variable length types.joerg6-11/+234
2013-03-02Uses <typeinfo>joerg2-1/+14
2013-03-02Return a value in non-void functions.joerg2-1/+27
2013-03-02Fix inline use.joerg5-1/+279
2013-03-02string.h is no longer included by png.hjoerg2-1/+14
2013-03-02Don't add default arguments at implementation time.joerg6-1/+71
2013-03-02Consistently return values in non-void functions. Fix return types.joerg6-5/+211
Fix main prototype.
2013-03-02Fix template lookup. Don't add default arguments at implementation time.joerg4-1/+43
2013-03-02Add cstring includes formerly done by png.h.joerg3-1/+27
2013-03-02Provide rpath in imlib2-config --libs output.joerg3-4/+24
2013-03-02Don't add default arguments at implementation time.joerg4-1/+43
2013-03-02Use non-ambigious assembler syntax. Fix return types. Fix inline usagejoerg9-1/+331
to allow building with Clang.
2013-03-02Fix build with clang.joerg2-1/+22
2013-03-02Restrict JVM heap size during post-install script as the Linux JREjoerg2-4/+4
doesn't honor address space limits.
2013-03-02Match distfile.joerg1-1/+3
2013-03-02Fix inline use.joerg3-1/+38
2013-03-02Fix main in C file compiled with C++ compiler.joerg2-1/+14
2013-03-02Doesn't support make -j, so not MAKE_JOBS_SAFE.joerg1-1/+3
2013-03-02Fix return types.joerg35-5/+868
2013-03-02Include CPPFLAGS when building the dependency files, so that ImageMagickjoerg2-4/+13
headers are found.
2013-03-02Don't add default arguments at implementation time.joerg2-1/+15
2013-03-02Flatten a variable size union to a alloca'd buffer.joerg2-1/+80
2013-03-02Use vector instead of variable length array of non-POD type.joerg2-1/+19
2013-03-02Consistently return values from non-void functions.joerg4-1/+52
2013-03-02ANSIfy do_work.joerg2-1/+35
2013-03-02Fix return types.joerg9-37/+391
2013-03-02Fix format string use. Fix build with newer Perl.joerg3-1/+31
2013-03-02Consistently return values from !void functionsjoerg3-1/+29
2013-03-02Don't strip -Wl flag on the apxs command line. Bump revision.joerg3-6/+19
2013-03-02Fix return types.joerg7-13/+163
2013-03-02mention to Fortran compiler for Cygwin.obache1-2/+7
2013-03-02Update to upstream version 0.20:jkunz2-6/+6
2012-03-19: Version 0.20 of libftdi released Support for FT232H (Uwe Bonnes) Fixed install location of header files (Uwe Bonnes and Intra2net) Backported serial_test tool from libftdi 1.x (Uwe Bonnes)
2013-03-02Updated graphics/png to 1.6.1beta05wiz1-1/+2
2013-03-02Update to 1.6.1beta05 for a bugfix needed by wm/awesome (viawiz2-7/+6
ImageMagick). Version 1.6.1beta01 [February 16, 2013] Made symbol prefixing work with the ARM neon optimizations. Also allow pngpriv.h to be included for preprocessor definitions only, so it can be used in non-C/C++ files. Back ported from libpng 1.7. Made sRGB check numbers consistent. Ported libpng 1.5 options.awk/dfn file handling to 1.6, fixed one bug. Removed cc -E workround, corrected png_get_palette_max API Tested on SUN OS cc 5.9, which demonstrates the tokenization problem previously avoided by using /lib/cpp. Since all .dfn output is now protected in double quotes unless it is to be macro substituted the fix should work everywhere. Enabled parallel tests - back ported from libpng-1.7. scripts/pnglibconf.dfa formatting improvements back ported from libpng17. Fixed a race condition in the creation of the build 'scripts' directory while building with a parallel make. Use approved/supported Android method to check for NEON, use Linux/POSIX 1003.1 API to check /proc/self/auxv avoiding buffer allocation and other library calls (ported from libpng15). Version 1.6.1beta02 [February 19, 2013] Use parentheses more consistently in "#if defined(MACRO)" tests. Folded long lines. Reenabled code to allow zero length PLTE chunks for MNG. Version 1.6.1beta03 [February 22, 2013] Fixed ALIGNED_MEMORY support. Allow run-time ARM NEON checking to be disabled. A new configure option: --enable-arm-neon=always will stop the run-time checks. New checks within arm/arm_init.c will cause the code not to be compiled unless __ARM_NEON__ is set. This should make it fail safe (if someone asks for it on then the build will fail if it can't be done.) Updated the INSTALL document. Version 1.6.1beta04 [February 27, 2013] Revised INSTALL to recommend using CPPFLAGS instead of INCLUDES. Revised scripts/makefile.freebsd to respect ZLIBLIB and ZLIBINC. Revised scripts/dfn.awk to work with the buggy MSYS awk that has trouble with CRLF line endings. Version 1.6.1beta05 [March 2, 2013] Avoid a possible memory leak in contrib/gregbook/readpng.c Fixed bug introduced in libpng-1.6.0beta28 that causes libpng to handle chunks even when they have been tagged PNG_HANDLE_CHUNK_NEVER.
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron69-138/+138
2013-03-02Updated multimedia/ffmpeg to 20130223.1.1.3adam2-3/+4
2013-03-02Changes 1.1.3:adam4-10/+10
It is the latest stable FFmpeg release from the 1.1 release branch, which was cut from master on 2013-01-06. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-01-06, libav 9.1 as of 2013-02-23.
2013-03-02Update comment.ryoon1-2/+2
2013-03-02Use Oracle's filename.ryoon4-20/+19
2013-03-02some private headers were missed during installation - add themagc2-2/+18
2013-03-02The distfile changed on the master site after the original digest wasagc3-21/+8
created, so put the new version of the distfile into a DIST_DUBDIR. New distfile has been verified to contain the pkgsrc patch -- which actually caused the change in the distfile.
2013-03-02Because there is a distinct likelihood that the zip file from the masteragc1-4/+4
site may change without warning (it has no versioning information in it), place today's sources in a DIST_SUBDIR
2013-03-02note addition of devel/libuv-20130301agc1-1/+2
2013-03-02Add and enable libuvagc1-1/+2
2013-03-02add the joyent license (for libuv) to the licenses we holdagc1-0/+41
2013-03-02import libuv, the platform layer for node.js, and an asynchronous eventagc5-0/+56
library, into the Packages Collection. libuv is used as the platform layer for node.js libuv enforces an asynchronous, event-driven style of programming. Its core job is to provide an event loop and callback based notifications of I/O and other activities. libuv offers core utilities like timers, non-blocking networking support, asynchronous file system access, child processes and more.
2013-03-02nagios-plugins is used by icinga-base too.ryoon1-2/+2
2013-03-02Added net/icinga-base version 1.8.4ryoon1-1/+2
2013-03-02Add icinga-base.ryoon1-1/+2
2013-03-02Import icinga-base-1.8.4 as net/icinga-base.ryoon18-0/+1386
Icinga is a program that will monitor hosts and services on your network. It has the ability to email or page you when a problem arises and when it gets resolved. Icinga is written in C and is designed to run under Linux, although it should work under most other *NIX variants. It can run either as a normal process or as a daemon, intermittently running checks on various services that you specify. The actual service checks are performed by external "plugins" which return service information to Icinga. Several CGI programs are included with Icinga in order to allow you to view the current service status, history, etc. via a web browser. This package provides the core Icinga infrastructure and web pages. Icinga is a fork of Nagios (net/nagios-base) and Icinga uses Nagios's plugins (net/nagios-plugins).