Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-26 | Cast arguments to log() to appease strict compilers / platforms. | jperkin | 3 | -1/+85 | |
Fixes package on Solaris. | |||||
2012-09-15 | recursive bump from libffi shlib major bump | obache | 2 | -4/+4 | |
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) | |||||
2012-06-15 | Whitespace. (as whined about by pkglint) | dholland | 1 | -5/+5 | |
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 2 | -4/+4 | |
2012-06-12 | Add inet6 to default suggested options. It's 2012. | wiz | 1 | -2/+2 | |
2012-04-19 | Can't disable exceptions with Clang, since OpenEXR depends on them. | joerg | 1 | -1/+7 | |
2012-03-03 | Recursive bump for pcre-8.30* (shlib major change) | wiz | 2 | -4/+4 | |
2012-02-06 | Revbump for | wiz | 2 | -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-20 | Fix C++ to pass with stricter name look up in clang | joerg | 2 | -1/+33 | |
2012-01-13 | Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. | obache | 2 | -4/+4 | |
2011-12-05 | Update htdig using htdig-devel. Update packages using it | wiz | 1 | -3/+3 | |
and bump their PKGREVISIONs. Remove htdig-devel. | |||||
2011-11-19 | Dont allow a path in pam_service. CVE-2011-4122 | markd | 3 | -3/+19 | |
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 2 | -4/+4 | |
2011-09-14 | Don't use the SIOCGIFHWADDR code on SunOS. | hans | 2 | -1/+15 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 2 | -4/+4 | |
2011-01-25 | Fix login non-kde session with csh/tcsh. PR 40165 | markd | 3 | -3/+19 | |
2011-01-18 | Fix build with gcc 4.4 | markd | 2 | -1/+26 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 2 | -4/+4 | |
2010-07-14 | Recursive PKGREVISION bump for the net/mDNSResponder update | sbd | 2 | -4/+4 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 2 | -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-02-19 | Fix ownership. Bump revision. | joerg | 1 | -3/+3 | |
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 2 | -4/+4 | |
2010-01-17 | Recursive PKGREVISION bump for jpeg update to 8. | wiz | 2 | -4/+4 | |
2009-09-01 | Fix build with openssl-1.0. From markd. | wiz | 3 | -13/+33 | |
Enable openssl again on NetBSD-current and bump PKGREVISION. | |||||
2009-08-29 | Same as for kdelibs3: | wiz | 1 | -3/+9 | |
Disable openssl on NetBSD>=5.99.15 because of openssl problems (STACK etc) until someone fixes it. | |||||
2009-08-26 | bump revision because of graphics/jpeg update | sno | 2 | -4/+4 | |
2009-08-11 | Make ksysguardd work for FreeBSD and DragonFly users as well. | hasso | 1 | -3/+3 | |
Bump PKGREVISION. | |||||
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -7/+7 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -625/+1 | |
2009-06-06 | Add post 3.5.10 patch from KDE subversion repo to make fish copy reliable. | hasso | 3 | -3/+19 | |
Bump PKGREVISION. | |||||
2009-05-26 | Fixed some pkglint warnings. | rillig | 2 | -7/+10 | |
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -2/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2009-05-06 | DESTDIR support. | markd | 1 | -8/+16 | |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -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-01-29 | Same for Xorg from xsrc/ (/usr/X11R7/lib/X11). kcontrol can now find keyboard | ghen | 1 | -3/+3 | |
layouts on default NetBSD 5.0 installs. Bump PKGREVISION. | |||||
2008-12-19 | Fix path searched for xkb directory to more likely find the version | markd | 1 | -2/+7 | |
pkgsrc is using rather that some other one that might just exist. | |||||
2008-08-27 | Update to KDE 3.5.10 | markd | 2 | -5/+6 | |
minor bugfixes | |||||
2008-05-18 | Build with openssl in -current. | markd | 2 | -1/+18 | |
2008-04-30 | Add the libXcomposite buildlink when using the 'composite' option, | xtraeme | 1 | -1/+2 | |
otherwise kompmgr won't be built. | |||||
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 3 | -27/+24 | |
through PLIST_SUBST to the plist module. | |||||
2008-02-20 | Update to kde3.5.9 | markd | 4 | -34/+5 | |
Minor bugfixes | |||||
2008-01-31 | Fix build on NetBSD 3. PR pkg/37907 from Robert Elz. | markd | 2 | -15/+17 | |
2008-01-28 | Fix some issues with media:/ on NetBSD. From Sergey Svishchev in | markd | 4 | -3/+62 | |
KDE bug 143112. Bump PKGREVISION. | |||||
2008-01-18 | Per the process outlined in revbump(1), perform a recursive revbump | tnn | 2 | -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@ | |||||
2008-01-05 | update missed distinfo | abs | 1 | -7/+8 | |
2008-01-04 | Various kdebase updates. | markd | 10 | -61/+519 | |
Option to build kompmgr - from Sergey Svishchev improved kdeeject script - from Sergey Svishchev ksysguard tidyup, improved handling of process list. infocenter tidyup Add NetBSD support to kicker/applets/naughty (finally fixing PR 25052) Bump PKGREVISION. | |||||
2007-12-27 | Quick fix for PR pkg/37605. ps->userTime is never used so just set to 0, | markd | 4 | -8/+27 | |
a proper fix will be committed after the freeze. Also fix PR pkg/37423 - LP64 issue with nspluginviewer from Steve Woodford. Bump PKGREVISION. | |||||
2007-11-30 | Bump PKGREVISION because openexr now depends on ilmbase. | wiz | 2 | -4/+4 | |
2007-11-01 | Fix default kdm/Xsession for csh/tcsh. | markd | 3 | -2/+17 | |
From Jason Boyer in PR pkg/37158. | |||||
2007-10-31 | Add hack to build without ipv6. From PR pkg/37154 by Yakovetsky Vladimir | markd | 2 | -2/+17 | |