Commit graph

18450 commits

Author SHA1 Message Date
drochner
2d6f055dd3 update to 4.5.4
changes:
-enhancements to the Subversion interfaces
-bugdixes
2012-07-03 18:17:04 +00:00
joerg
83678b344e Implicit int as return type is invalid in C++ 2012-07-03 18:16:35 +00:00
joerg
5dd7ec9bbb Fix build with c99 compilers 2012-07-03 18:13:47 +00:00
joerg
9babf158e0 Fix missing prototypes and void vs int mismatches. 2012-07-03 18:13:26 +00:00
joerg
ec6a1c22d4 Fix build with c99 compilers 2012-07-03 18:11:38 +00:00
mef
7ea9dd8688 Bump version 1.6.3 to 1.8.1.1 based on PR pkg/46650
Only the most recent Changes and New features are included.
 Others are listed date only, please refer following URL.
   http://www.stack.nl/~dimitri/doxygen/changelog.html

 Release 1.8.1.1 (2012/06/10)
  Changes
   - Integrated the root navigation tree in navtree.js for faster loading.
   - When the navigation tree is enabled, clicking jump to a line in
   - the source code view will now highlight the line.
  New features
   - VHDL code now has a new Design Overview page (thanks for Martin Kreis
     for the patch). Requires HAVE_DOT=YES, and DOT_IMAGE_FORMAT=svg.
   - id 677678: Added support for strong and weak attributes in Objective-C
      properties.

 Release 1.8.1   (2012/05/19)
 Release 1.8.0   (2012/02/25)

 Release 1.7.6.1 (2011/12/10)
 Release 1.7.6   (2011/12/03)

 Release 1.7.5.1 (2011/08/21)
 Release 1.7.5   (2011/08/14)
 Release 1.7.4   (2011/03/28)
 Release 1.7.3   (2011/01/03)
 Release 1.7.2   (2010/10/09)
 Release 1.7.1   (2010/06/25)
 Release 1.7.0   (2010/06/15)

(Following patches are deleted, for upstream took the changes)
 patch-ai
 patch-ak
 patch-qtools-qvaluestack.h
2012-07-03 11:31:35 +00:00
drochner
bda17f4fc4 PKGREV bumps for gnutls shlib major change 2012-07-02 19:23:29 +00:00
asau
379d30af25 Uses tputs(3) and others. Require termcap, bump package revision. 2012-07-02 17:27:23 +00:00
drochner
e0695f3ac0 update to 2.4.14
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-02 16:08:29 +00:00
jperkin
f861c1e3b6 Ensure CFLAGS is set correctly on Solaris for 32-bit too. Fixes problems
when a compiler is used which builds 64-bit by default.  Bump PKGREVISION.
2012-07-02 16:07:22 +00:00
adam
9fde0ec108 Revbump after updating boost 2012-07-02 13:37:35 +00:00
drochner
3735cef46e revert addition of desktopdb.mk where it was unnecessary
(These are just the cases where I have the pkgs installed.)
2012-07-02 10:33:09 +00:00
adam
d49b8b6594 Changes 1.50:0
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-02 07:02:25 +00:00
dholland
f91b8b8497 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
jmmv
49e0bdec90 Depend on atf-libs instead of atf. Bump PKGREVISION. 2012-07-01 15:29:08 +00:00
jmmv
584a7496b5 Split the ATF libraries into their own devel/atf-libs package.
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-01 15:27:43 +00:00
wiz
4c7cc859c6 Update to 7.2c:
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-07-01 14:09:45 +00:00
christos
495f604421 Make this work with our cvs which prints out an extra line in version
because of the cvsacl patch.
2012-06-29 14:59:24 +00:00
joerg
4a91e24547 Consistently return a value. 2012-06-29 12:34:28 +00:00
joerg
ccdfd65a56 Fix vexing parse errors to declare variable. Add missing implementation
of constructor.
2012-06-29 12:32:23 +00:00
dholland
29e403a9d1 Oops, need intptr_t even where the conversion is harmless. 2012-06-28 05:35:32 +00:00
dholland
a7762a5f5f Fix broken build by adding <cstring>. While here, deploy intptr_t, and
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-28 03:16:06 +00:00
bsiegert
9c2e217b0f Add MirBSD support to patches, fix build.
ok wiz
2012-06-27 09:24:26 +00:00
drochner
26f3652fda don't pull in libelf on SunOS, to fix build problems (PR pkg/46478)
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-26 18:21:24 +00:00
fhajny
a614b66437 Fix missing rpath information on SunOS. Bump PKGREVISION. 2012-06-26 12:33:43 +00:00
sbd
b6cdd29666 Pass PKGINFODIR to cmake. 2012-06-26 09:57:27 +00:00
sbd
2e17cdc797 Add PLIST.Linux
Bump PKGREVISION
2012-06-26 08:52:22 +00:00
sbd
59843dcd25 Update PLIST.kmtrace.
Bump PKGREVISION.
2012-06-26 02:47:22 +00:00
joerg
8032a4e3e4 Fix build with a C99 compiler. 2012-06-25 11:26:28 +00:00
joerg
693b27f357 Fix C++ issues like missing typename and shadowing of a local variable
with another.
2012-06-25 11:21:34 +00:00
joerg
a4270031d1 Fix build with C99 compiler. 2012-06-25 11:18:39 +00:00
jperkin
ee556f6f86 Add missing INSTALLATION_DIRS. 2012-06-24 07:36:17 +00:00
jperkin
9af09fc81a Fix INSTALLATION_DIRS. 2012-06-24 07:34:33 +00:00
dholland
29a88f6a59 Mark this NOT_FOR solaris. 2012-06-23 19:08:01 +00:00
obache
4ca3b8629e Add an patch to fix build failure.
Taken from FreeBSD ports/devel/p5-VCP-autrijus.
2012-06-21 09:12:44 +00:00
obache
f70c6a0f3e LICENSE=modified-bsd 2012-06-21 09:11:43 +00:00
dholland
828539e039 Do previous correctly; it's MAKE_ENV, not BUILD_ENV.
(this is not the first time I've tripped on that. grr)
2012-06-21 04:51:57 +00:00
gdt
d5f401315d Comment-only change to xref pkg/46109.
Note that some perl modules that git-send-email requires are not
dependencies.
2012-06-18 20:50:39 +00:00
gdt
4877e03720 Update to v1.7.10.5.
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-18 17:36:55 +00:00
dholland
636a7809c2 Needs yacc; seen in the Linux build report. 2012-06-18 03:42:25 +00:00
dholland
0ed151af96 Honor PKGMANDIR; fixes the Linux build. 2012-06-18 03:39:00 +00:00
dholland
296fd3064a Avoid strict-aliasing problems on Linux. Bump PKGREVISION as a precaution. 2012-06-18 03:28:55 +00:00
wiz
1ff5e095f5 It's gnu/bin, not bin/gnu. From HITOSHI OSADA in PR 46607 2012-06-16 22:22:54 +00:00
taca
9e8a481d8c Update php-mode to 1.5.
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-16 16:05:53 +00:00
taca
44350dbc7f Add and enable ruby-parseconfig. 2012-06-16 15:59:21 +00:00
taca
7459af1aa4 Add ruby-parseconfig package version 1.0.2 to pkgsrc.
ParseConfig provides simple parsing of standard *nix style config files.
2012-06-16 15:58:26 +00:00
taca
ed3319ea74 Add comment to note thor<0.15 is required by Ruby on Rails 3.2. 2012-06-16 15:55:49 +00:00
taca
4e3902583b Update ruby-gettext_i18n_rails to 0.6.5.
Several bug fixes.
please refer https://github.com/grosser/gettext_i18n_rails/commits/master
in detail.
2012-06-16 15:52:12 +00:00
taca
1c50c4c230 Update ruby-fast_gettext to 0.6.8.
Update po parser and a few fixes.
2012-06-16 15:47:43 +00:00
dholland
ece66c147a Add gcc memory barriers after the manner of emacs20's patch-bm, for
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-16 07:46:55 +00:00