summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-26Solaris needs -m32 for ABI=32 too, now that we have compilers which buildjperkin1-11/+2
64-bit by default.
2012-06-26Fix missing rpath information on SunOS. Bump PKGREVISION.fhajny3-7/+26
2012-06-26Fix manual page location on Solaris.jperkin2-2/+14
2012-06-26Add xgettext tool.sbd1-2/+2
2012-06-26Pass PKGINFODIR to cmake.sbd1-1/+2
2012-06-26Updated devel/ecore to 1.1.0nb1sbd1-1/+2
2012-06-26Add PLIST.Linuxsbd2-1/+6
Bump PKGREVISION
2012-06-26Updated devel/kdesdk3 to 3.5.10nb28sbd1-1/+2
2012-06-26Update PLIST.kmtrace.sbd2-3/+7
Bump PKGREVISION.
2012-06-25Support strip in /usr/bin/strip, as per SmartOS.jperkin1-1/+5
2012-06-25afio, xarchon, ristretto, umb-scheme, and coolmaildholland1-1/+6
2012-06-25Fix build with Clang.joerg2-1/+15
2012-06-25Fix build with modular Xorg.joerg1-1/+2
2012-06-25Fix build with clang.joerg3-1/+33
2012-06-25Use C99 syntax with C99 compilers. Fix a memset call. Bump revision.joerg4-10/+33
2012-06-25Fix build with C99 compiler.joerg2-1/+15
2012-06-25Fix build with Clang.joerg5-1/+65
2012-06-25Taking the address of temporary objects is not valid C++.joerg2-1/+16
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.