summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
AgeCommit message (Collapse)AuthorFilesLines
2014-07-11Avoid "error: call of overloaded <func> is ambiguous". Fixes SunOS.jperkin3-1/+35
2014-04-10recursive bump from ilmbase shlib version change.obache2-4/+4
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-4/+4
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz2-4/+4
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz2-4/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-03-26Forward class definitions must not use namespace :: syntax.joerg5-1/+66
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-09Bump PKGREVISION from audio/jack.ryoon2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2013-01-15Don't add default arguments during method implementation.joerg2-1/+15
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache2-4/+4
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-23Remove xextproto/buildlink3.mk where libXext is pulled in viawiz1-2/+1
Xtst, Xi, or Xrandr.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland1-2/+3
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-06-25Fix build with clang.joerg3-1/+33
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache2-4/+4
2011-12-11Accomodate C++ language drift. Fixes build with gcc 4.5.dholland2-1/+17
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-08-23Recursive bump from gdbm shlib bump.obache2-4/+4
2011-07-03/usr/bin/env cleanup.markd1-7/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-20Fix build with recent gcc.markd11-17/+141
Also aligned_u64 no longer defined on ArchLinux but needed for linux/if_ppp.h
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd2-4/+4
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-4/+4
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-08-21fix build on NetBSD.amd64 using x11 from base (tested on modular x11)abs3-8/+28
- krfb/libvncserver/rfb.h had cope apparently copied from X11's Xmd.h, but it missed setting LONG64, resulting in a mismatched typedef for CARD32 bump pkgrevision. Found on Alex's new kde3 playbox.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-4/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-276/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz2-4/+4
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-12add DESTDIR support.markd1-6/+3
2008-10-11Make dependency on libXxf86vm explicit. Fixes build on some Linuxmarkd1-1/+3
systems. Noted by David Sainty.
2008-08-27Update to KDE 3.5.10markd2-17/+6
minor bugfixes
2008-04-01Use <X11/Xmd.h> to define CARD32 et al so that local definitionmarkd2-6/+17
doesn't clash if something else happens to pull in that include file - as now happens with XI.h file in inputproto-1.4.3. Should fix PR 38227.
2008-02-20Update to kde3.5.9markd5-118/+7
Minor bugfixes
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-4/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@