summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-25Fix build with Clang.joerg5-3/+277
2012-06-25Disable character set warning for Clang, it produces over 8GB outputjoerg1-1/+8
otherwise.
2012-06-25Fix build with a C99 compiler.joerg2-1/+63
2012-06-25Fix C++ issues like missing typename and shadowing of a local variablejoerg3-1/+40
with another.
2012-06-25Fix build with C99 compiler.joerg2-1/+114
2012-06-25Request explicit template specialisation before doing it implicitly tojoerg2-1/+25
fix build with clang.
2012-06-25SET_LIBDIR=yessbd1-1/+2
2012-06-25Updated emulators/qemu to 1.1.0nb1sbd1-1/+2
2012-06-25Add PLIST.Linux with qemu-bridge-helpersbd2-1/+4
Bump PKGREVISION.
2012-06-25hw/usb/hcd_ehci.c will not compile with -O3 optimization so completelysbd2-1/+16
remove it from CFLAGS.
2012-06-25Set the correct location of texi2pod.plsbd1-2/+2
2012-06-25Add missing INSTALLATION_DIRS.jperkin3-4/+10
2012-06-25Fix build on GCC 4.7.x.fhajny2-1/+15
2012-06-24Mark this BROKEN, per tech-pkg. It does not build against any remotelydholland1-1/+3
recent OpenBox. Meanwhile, upstream seems to have decided that they don't need to make releases any more, so there's no prospect of a new version being available, only random development versions taken directly from their SCM. If anyone actually uses this or cares about it, please try to persuade upstream to cut a release, or even just tar up a snapshot that they think is stable. If nothing develops, the package will be removed sometime after 2012Q2 is branched.
2012-06-24+ ImageMagick-6.7.7.8, calibre-0.8.57, cfengine-3.3.4, dar-2.4.6,wiz1-10/+18
denemo-0.9.4, hdf5-1.8.9, libvisio-0.0.18, parallel-20120622, py-qt4-4.9.3, py-sip-4.13.3, qt4-qscintilla-2.6.2, vala-0.17.2, viewvc-1.1.15, vifm-0.7.3a, wine-devel-1.5.7 [wait until NetBSD gains OSS 4 or bring OSS 3 support back], wireshark-1.8.0, xorp-1.8.5.
2012-06-24If the ipv6 option is turned on change references from "man" to ${PKGMANDIR}sbd1-1/+7
in heir.c so manpages get installed in the right place.
2012-06-24"man" is not needed in INSTALLATION_DIRS if one of its subdirectorys is.sbd1-2/+2
2012-06-24On Linux libieee can only appear once on the linker command line.sbd2-3/+14
2012-06-24Add missing INSTALLATION_DIRS.jperkin5-7/+13
2012-06-24Fix INSTALLATION_DIRS.jperkin1-4/+2
2012-06-24Add missing INSTALLATION_DIRS.jperkin3-6/+6
2012-06-24Note update stopper of gnome-power-managerobache1-3/+3
2012-06-24Updated graphics/GraphicsMagick to 1.3.16obache1-1/+2
2012-06-24Update GraphicsMagick to 1.3.16.obache3-8/+7
1.3.16 (June 24, 2012) ========================== Security Fixes: * Don't translate 'comment' and 'label' attributes if the request is made while a file is being read. Only translate such attributes if they come from the command line or API user. Bug fixes: * SWT: SWT reader suffered from a number of implementation errors which caused it not to work any more. Works again. * XBM: Fix memory leak observed when reading file in 'ping' mode. * Support -trim on images which use a consistent (single color) transparent background. In this case, trim is done based on opacity rather than foreground color. * Include <sys/types.h> in order to assure that 'size_t' and 'ssize_t' are declared. This is necessary since MagickExtentImage() uses these types as part of its definition. * +repage was not working because parser was insisting that it should include an argument. * -units was scaling existing resolution the wrong way around (i.e. multiplying rather than dividing). * PerlMagick: Fix compilation with Perl 5.16. * PingBlob(): PingBlob was not working for all cases. Is now based on BlobToImage() for assured reliability. New Features: None Feature improvements: * MAT: Animated movies inside 4D matrices are loaded now. * PDF: File base name is used as the document title. * PNG: Fix issues observed specifically with libpng 1.5.10. Performance Improvements: * Pixel iterators should be more efficient now if the image uses a file-backed cache. * Motion blur algorithm does scale well as cores are added so include OpenMP support for it by default. Windows Delegate Updates: * JPEG: Updated to IJG 8d release. * PNG: Updated to 1.5.11 release * TIFF: Updated to 4.0.2 release. * Zlib: Updated to 1.2.7 release. * libxml2: Updated to 2.8.0 release. Behavior Changes: None
2012-06-24Add missing <cstddef> to get size_t defined; should fix Solaris build.dholland2-1/+17
2012-06-24Record update of print/hplip.schnoebe1-1/+2
2012-06-23Add missing time_t to fix the Solaris build.dholland2-1/+16
2012-06-23Honor pkgsrc LIBS.dholland3-2/+17
2012-06-23Hack: put libraries in LDFLAGS.SunOS instead of LIBS.SunOS because thedholland1-2/+2
package ignores LIBS.
2012-06-23Honor pkgsrc LIBS.dholland3-9/+16
2012-06-23Explicitly add LIBS to MAKE_ENV. (Why is this only required some of thedholland1-4/+5
time?)
2012-06-23Instead of patching in a mess of machine-dependent logic for printingdholland6-54/+48
error messages, always use strerror. While here, also correct warnings about implicit declaration of malloc ... which turned out to arise because someone patched stdlib.h into all the right places years ago, but for some bizarre reason decided the change should be OS-specific. grmbl.
2012-06-23lang/gcc47: Add support for DragonFlymarino24-16/+1729
GCC47 was marked NOT-FOR-DRAGONFLY, so support has been added. * DragonFly-specific files added via patch mechanism * Some existing patches modified to add DragonFly configuration items * dl_iterate_phdr error handling support added (FreeBSD support was altered, NetBSD and OpenBSD support is commented out) * The java language is taken off as a default option On the i386 platform, the compiler will build from a full bootstrap, but one of the later stages fails on x86_64. It fails to find libstdc++.so.6 even though the previous stage library was built and -B, -L flags point to it. The cause of the platform-specific build failure isn't clear -- The workaround is to disable the bootstrap on DragonFly so that the compiler is built in one stage instead of three. This workaround could have been limited to the x86_64-DragonFly platform only, but currently is applied to i386-DragonFly too.
2012-06-23Add -lsocket -lnsl on Solaris.dholland1-1/+2
2012-06-23Avoid forcibly setting MAKE in makefiles; it breaks things.dholland2-6/+18
2012-06-23Avoid the need for -lcompat; should fix Solaris build. PKGREVISION -> 3.dholland3-12/+43
2012-06-23Disable a private and mostly broken reimplementation of strerror().dholland2-7/+21
Should fix Solaris build.
2012-06-23Hide a bunch of own declarations of standard functions; should fix thedholland3-7/+61
Solaris build. While here, stop stuffing pointers in ints on 64-bit platforms (other than Alpha, which it already knew about) and therefore bump PKGREVISION to 1.
2012-06-23Add -lX11 on Solaris, same as DragonFly. Add missing libX11 buildlink.dholland1-2/+4
PKGREVISION -> 11.
2012-06-23Add missing limits.h to fix the Solaris build.dholland2-1/+16
2012-06-23Add -lX11 and -lsocket -lnsl on Solaris. Add missing libX11 buildlink.dholland1-2/+4
PKGREVISION -> 11.
2012-06-23Take a shot at letting this configure on Solaris. Untested.dholland2-6/+29
(But tested not to break the build elsewhere, of course.)
2012-06-23Add -lsocket -lnsl on Solaris.dholland1-1/+3
2012-06-23When adding standard headers like <errno.h>, please do *not* wrap indholland2-5/+5
#ifdef __NetBSD__. All this does is cause failures on other platforms.
2012-06-23Add -lsocket -lnsl on Solaris.dholland2-2/+6
2012-06-23Whoops, no, exactly the same, misread something.dholland1-2/+2
2012-06-23Fix Solaris build (more or less like Dragonfly build)dholland1-1/+2
2012-06-23Mark this NOT_FOR solaris.dholland1-1/+3
2012-06-23Explicitly disable xlib for these plugins, or they will in some situationsdholland2-2/+4
detect it without it being buildlinked, and then fail.
2012-06-23Use <fcntl.h> rather than <sys/file.h>, should fix Solaris build.dholland2-13/+16