summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2012-07-02Uses tputs(3) and others. Require termcap, bump package revision.asau1-2/+3
2012-07-02update to 2.4.14drochner3-7/+10
changes: -new cameras: Nikon S6000, Canon PowerShot A3000, PowerShot SX230HS, Canon EOS 5D Mark III, Sony SLT A35, Nikon Coolpix AW100 -faster Canon EOS directory loading -Canon EOS and Nikon support improvements -bugfixes -translation updates tested with EOS40 (much faster than before indeed!)
2012-07-02Ensure CFLAGS is set correctly on Solaris for 32-bit too. Fixes problemsjperkin1-5/+3
when a compiler is used which builds 64-bit by default. Bump PKGREVISION.
2012-07-02Revbump after updating boostadam7-11/+14
2012-07-02revert addition of desktopdb.mk where it was unnecessarydrochner1-3/+2
(These are just the cases where I have the pkgs installed.)
2012-07-02Changes 1.50:0adam9-249/+168
New Libraries * Algorithm: A collection of useful generic algorithms, from Marshall Clow. This includes several different searching algorithms, as well as most of the new algorithms from the C++11 standard library * Functional/OverloadedFunction: Overload different functions into a single function object, from Lorenzo Caminiti. * LocalFunction: Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti. * Utility/IdentityType: Wrap types within round parenthesis so they can always be passed as macro parameters, from Lorenzo Caminiti. More http://www.boost.org/users/history/version_1_50_0.html
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland3-6/+9
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01Depend on atf-libs instead of atf. Bump PKGREVISION.jmmv2-5/+7
2012-07-01Split the ATF libraries into their own devel/atf-libs package.jmmv10-150/+227
This change adds a new atf-libs package that provides the libatf-c, libatf-c++ and libatf-sh libraries by themselves, without any of the ATF runtime tools. The atf package has been modified to only install the runtime utilities (atf-run and atf-report being the major ones) and depend on atf-libs. The purpose of this change is to allow packages that install tests to depend on a lighter-weight package, and to allow the addition of the upcoming kyua-atf-compat package. The latter will be a package that provides atf-run and atf-report replacements based on kyua-cli, and therefore will conflict with the atf tools (but not the libraries). While doing this, fix the pkgconfig overrides and ensure that we use the right version of the ATF libraries given that disabling shared library building appears to have been broken, possibly for a while.
2012-07-01Update to 7.2c:wiz3-45/+7
The results of GC_MALLOC_ATOMIC, GC_get_maps, and GC_scratch_alloc are now properly checked, avoiding segmentation faults. Several private symbols have been made externally visible to aid third party software which unfortunately relies on them. Minor NetBSD issues have been resolved.
2012-06-29Make this work with our cvs which prints out an extra line in versionchristos3-3/+19
because of the cvsacl patch.
2012-06-29Consistently return a value.joerg2-1/+20
2012-06-29Fix vexing parse errors to declare variable. Add missing implementationjoerg3-1/+34
of constructor.
2012-06-28Oops, need intptr_t even where the conversion is harmless.dholland4-1/+97
2012-06-28Fix broken build by adding <cstring>. While here, deploy intptr_t, anddholland6-4/+80
allow building this on LP64PLATFORMS again as I see no obvious further reason it shouldn't work. If anyone knows how to test it properly, please do so.
2012-06-27Add MirBSD support to patches, fix build.bsiegert5-13/+13
ok wiz
2012-06-26don't pull in libelf on SunOS, to fix build problems (PR pkg/46478)drochner1-2/+2
This is a poor fix for an apparently not well understood problem, so we should consider it a stopgap fix and find a sustainable solution after the freeze.
2012-06-26Fix missing rpath information on SunOS. Bump PKGREVISION.fhajny3-7/+26
2012-06-26Pass PKGINFODIR to cmake.sbd1-1/+2
2012-06-26Add PLIST.Linuxsbd2-1/+6
Bump PKGREVISION
2012-06-26Update PLIST.kmtrace.sbd2-3/+7
Bump PKGREVISION.
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-24Add missing INSTALLATION_DIRS.jperkin1-2/+2
2012-06-24Fix INSTALLATION_DIRS.jperkin1-4/+2
2012-06-23Mark this NOT_FOR solaris.dholland1-1/+3
2012-06-21Add an patch to fix build failure.obache2-1/+20
Taken from FreeBSD ports/devel/p5-VCP-autrijus.
2012-06-21LICENSE=modified-bsdobache1-1/+2
2012-06-21Do previous correctly; it's MAKE_ENV, not BUILD_ENV.dholland1-2/+2
(this is not the first time I've tripped on that. grr)
2012-06-18Comment-only change to xref pkg/46109.gdt1-1/+5
Note that some perl modules that git-send-email requires are not dependencies.
2012-06-18Update to v1.7.10.5.gdt2-6/+6
Fixes since v1.7.10.4 --------------------- * "git fast-export" did not give a readable error message when the same mark erroneously appeared twice in the --import-marks input. * "git rebase -p" used to pay attention to rebase.autosquash which was wrong. "git rebase -p -i" should, but "git rebase -p" by itself should not. (ok agc@ to commit during freeze)
2012-06-18Needs yacc; seen in the Linux build report.dholland1-1/+2
2012-06-18Honor PKGMANDIR; fixes the Linux build.dholland2-4/+14
2012-06-18Avoid strict-aliasing problems on Linux. Bump PKGREVISION as a precaution.dholland3-2/+28
2012-06-16It's gnu/bin, not bin/gnu. From HITOSHI OSADA in PR 46607wiz1-2/+2
2012-06-16Update php-mode to 1.5.taca2-7/+6
Changes are too many to write here, please refer CHangeLog: http://php-mode.svn.sourceforge.net/viewvc/php-mode/tags/php-mode-1.5.0/ChangeLog?revision=93
2012-06-16Add and enable ruby-parseconfig.taca1-1/+2
2012-06-16Add ruby-parseconfig package version 1.0.2 to pkgsrc.taca4-0/+27
ParseConfig provides simple parsing of standard *nix style config files.
2012-06-16Add comment to note thor<0.15 is required by Ruby on Rails 3.2.taca1-1/+3
2012-06-16Update ruby-gettext_i18n_rails to 0.6.5.taca2-6/+6
Several bug fixes. please refer https://github.com/grosser/gettext_i18n_rails/commits/master in detail.
2012-06-16Update ruby-fast_gettext to 0.6.8.taca2-6/+6
Update po parser and a few fixes.
2012-06-16Add gcc memory barriers after the manner of emacs20's patch-bm, fordholland3-2/+50
the same reason: gcc "knows" that malloc has no side effects and reorders code around it, only it's wrong. Fixes SIGSEGV during build seen in some environments. Bump package revision as a precaution, because I don't understand why this sometimes doesn't fail and sometimes does with the same gcc version.
2012-06-16Update to KDE SC 4.8.4markd3-7/+10
Bug fixes.
2012-06-16* Remove use of "5" in PKG_PHP_VERSION.taca1-6/+3
2012-06-16* Fix PLIST problem; caused by new javadoc?taca3-3/+22
* Use newer data type name of PHP.
2012-06-15Use native ksh93 on Solaris 11 and derivatives.jperkin1-2/+4
2012-06-14Recursive PKGREVISION bump for misc/kdepimlibs4 buildlink addition.sbd1-2/+2
2012-06-14Set RUBY_RAILS_STRICT_DEP to yes.taca3-3/+6
2012-06-14Update devel/ruby-railties31 to 3.1.6.taca2-5/+6
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.1.6 (Jun 12, 2012) * No changes.