Commit graph

175224 commits

Author SHA1 Message Date
wiz
abc30da40d Updated security/nettle to 2.4 2011-09-08 20:22:24 +00:00
wiz
559b3af444 Update to 2.4:
NEWS for the 2.4 release

	This is a bugfix release only. It turned out ripemd160 in the
	2.3 release was broken on all big-endian systems, due to a
	missing include of config.h. nettle-2.4 fixes this.

	The library is intended to be binary compatible with
	nettle-2.2 and nettle-2.3. The shared library names are
	libnettle.so.4.3 and libhogweed.so.2.1, with sonames still
	libnettle.so.4 and libhogweed.so.2.

NEWS for the 2.3 release

	* Support for the ripemd-160 hash function.

	* Generates and installs nettle.pc and hogweed.pc files, for
          use with pkg-config. Feedback appreciated. For projects
          using autoconf, the traditional non-pkg-config ways of
          detecting libraries, and setting LIBS and LDFLAGS, is still
          recommended.

	* Fixed a bug which made the testsuite fail in the GCM test on
	  certain platforms. Should not affect any documented features
	  of the library.

	* Reorganization of the code for the various Merkle-Damg
	  hash functions. Some fields in the context structs for md4,
	  md5 and sha1 have been renamed, for consistency.
	  Applications should not peek inside these structs, and the
	  ABI is unchanged.

	* In the manual, fixed mis-placed const in certain function
          prototypes.

	The library is intended to be binary compatible with
	nettle-2.2. The shared library names are libnettle.so.4.2 and
	libhogweed.so.2.1, with sonames still libnettle.so.4 and
	libhogweed.so.2.
2011-09-08 20:22:13 +00:00
drochner
fbbf6a3693 update to 1.0.14
changes:
-minor fixes
-documentation / translation improvements
2011-09-08 20:18:28 +00:00
abs
fc3bada41a Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -i
to santise environment
2011-09-08 20:17:15 +00:00
wiz
5399909307 Updated print/poppler-data to 0.4.5 2011-09-08 20:15:23 +00:00
drochner
cb2e813190 update to 0.10.17
changes:
-import/export improvements, mostly ODF
-misc fixes and improvements
2011-09-08 20:15:17 +00:00
wiz
084fd12340 Update to 0.4.5. Changes since 0.4.4:
Updated cMap/Adobe-GB1/UniGB-UTF16-H
 Updated cMap/Adobe-GB1/UniGB-UTF32-H
 Updated cMap/Adobe-GB1/UniGB-UTF8-H
 Updated cMap/Adobe-Japan1/UniJIS-UTF16-H
 Updated cMap/Adobe-Japan1/UniJIS-UTF32-H
 Updated cMap/Adobe-Japan1/UniJIS-UTF8-H
 Updated cMap/Adobe-Japan1/UniJIS2004-UTF16-H
 Updated cMap/Adobe-Japan1/UniJIS2004-UTF32-H
 Updated cMap/Adobe-Japan1/UniJIS2004-UTF8-H
 Updated cMap/Adobe-Japan1/UniJISX0213-UTF32-H
 Updated cMap/Adobe-Japan1/UniJISX02132004-UTF32-H
 Updated unicodeMap/Big5
 Updated unicodeMap/Big5ascii
2011-09-08 20:15:13 +00:00
wiz
35cda7cd91 Updated games/puzzles to 9179 2011-09-08 20:12:04 +00:00
drochner
ebd95d3a26 update to 0.8.17
changes: plug leaks
2011-09-08 20:11:54 +00:00
wiz
6594e8b34a Update to 9179: bugfixes. 2011-09-08 20:11:53 +00:00
drochner
bf3926158e make pulseaudio requirement an option (default off, to keep the
status quo), bump PKGREV
2011-09-08 20:09:25 +00:00
wiz
994f673420 Updated mail/gmime24 to 2.4.24 2011-09-08 20:06:57 +00:00
wiz
abc92ff4bc Update to 2.4.24:
2011-03-26  Jeffrey Stedfast  <fejj@novell.com>

	* README: Bumped version

	* configure.in: Bumped version to 2.4.24

	* build/vs2008/gmime.vcproj: Bumped version.

	* gmime/gmime-gpg-context.c (gpg_ctx_parse_signer_info): Fixed to
	actually set the signer status. Fixes bug #645787, based on an
	initial patch by Thomas Jost.

2011-03-14  Jeffrey Stedfast  <fejj@novell.com>

	* configure.in: Check for glib-sharp-2.0 instead of gtk-sharp-2.0
	since we really only depend on glib-sharp. Also check for gapi-2.0
	via pkgconfig.

	* mono/gmime-sharp.dll.config.in: Dll map the .so.MajorVersion
	instead of .so.Version.
2011-09-08 20:06:48 +00:00
wiz
4361dde14c Updated www/p5-CGI-Simple to 1.113 2011-09-08 19:49:54 +00:00
wiz
15c571cbb3 Update to 1.113 based on a patch by Stephan Tesch.
1.113   2010-12-27
      - (thanks to Yamada Masahiro) randomise multipart boundary string
        (security).

      - Numerous changes from Mark Stosberg:

        Port max-age support from CGI.pm, to improve compatibility and
        RFC-compliance

        Correct header comment in cookie.t

        It claims that is a simple copy/paste/modify from CGI.pm's test
        by the same name, but this has not been true for some time--
        CGI::Simple added

        httponly tests that CGI.pm lacks, for example.

        Sync cookie references with CGI.pm: add reference to the
        newer RFC 2695

        "Interface to browse cookies" looks like it was typo for
        "browser". HTTP is more precise.

        Fix awkward "CGI::Simple.pm" language. It looks like it probably
        originated from the CGI.pm form. "CGI::Simple" is used instead.

        Best Practice: eliminate indirect object notation from new(),
        parse() and fetch() calls

        Security: Fix handling of embedded malicious newlines in header
          values This is a direct port of the same security fix that

        Security: use a random MIME boundary by default in
          multipart_init(). This is a direct port of the same issue
          which was addressed in CGI.pm, preventing some kinds of
          potential header injection attacks.

        Port from CGI.pm: Fix multi-line header parsing.
          This fix is covered by the tests in t/header.t added in
          the previous patch. If you run those tests without this
          patch, you'll see how the headers would be malformed
          without this fix.

        Port CRLF injection prevention from CGI.pm

        Optimize Vars(): Don't build %hash if we aren't going to use it.

        Micro-optimization to Vars(): Don't call "tie" unless we need to.

      - Numerous changes from K. Berov:

        Added "+" to the mime character class.

        Added tests for C<$mime = $q->upload_info( $filename, 'mime' );>

        Fixed wrong match for mimetypes. Example: matched only
        'application/vnd' instead of 'application/vnd.ms-excel'.

        Added "\." to the mime character class
2011-09-08 19:49:45 +00:00
wiz
052d208ba5 Updated devel/cgdb to 0.6.5 2011-09-08 19:46:41 +00:00
wiz
4656e33a4a Update to 0.6.5. From Peter Tworek on pkgsrc-users.
cgdb-0.6.5 (01/01/2010)

   * Turn autosourcereload to on by default. This matches GDB's behavior.

   * CGDB should successfully build on Mac OS X 10.5.
     Thanks Kyle McKay for sending in this patch.

   * Add support for :up and :down in the cgdb status bar.
     Thanks Benoit Pierre for reporting this.

   * Enhanced tgdb in a2 mode. It now understands GNAT's
     pre-instance-choice, instance-choice, post-instance-choice extension.

   * Made searching and :commands a little more vi-like. If you abort a
     search, you can still recall the last search with 'n' or 'N'.  If you
     backspace to the beginning of the line, a :command or /search is
     aborted.

   * Added some new cgdb commands.
       :c is now a synonym for :continue
       :f is now a synonym for :finish
       :n is now a synonym for :next
       :r is not a synonym for :run
       :s is now a synonym for :step
       :start is a new command that will send "start" to the debugger
       :kill is a new command that will send "kill" to the debugger

   * Shortcut mode has been removed from cgdb. If you liked it, you can
     put these commands in your cgdbrc file,
       map r :run<CR>
       map c :continue<CR>
       map f :finish<CR>
       map n :next<CR>
       map s :step<CR>
     and you will get the same functionality. Do not forget that,
       F5 is the same as 'run'.
       F6 is the same as 'continue'.
       F7 is the same as 'finish'.
       F8 is the same as 'next'.
       F10 is the same as 'step'.
     are always available.

   * Added a feature to CGDB which allows it to ask readline what key
     sequence it uses for the Home and End keys. That way, if the terminfo
     database is wrong, but the OS vendor modified /etc/inputrc, CGDB will
     have a working Home and End key.

   * CGDB fully supports the use of maps now. The feature is similar in
     nature to the vim map feature.  It supports map, unmap, imap
     and iunmap. The map/unmap work in CGDB mode and the imap/iunmap
     work in GDB mode.

   * Added the cgdbmodekey configuration option. This allows the user to
     change the key that switches them from GDB mode to CGDB mode. The
     default value is the Escape key. This is useful for users that want
     to use readline in vi-mode.

   * Fixed a bug in CGDB where the Insert and Delete keys were not
     recognized properly all of the time.

cgdb-0.6.4 (04/28/2007)

   * CGDB can now be compiled with -jN option. It would fail previously.

   * CGDB should now build on freebsd with out any patches.

   * Added a new highlighting group, SelectedLineNr. From the documentation:
     This represents the group that is used when CGDB is displaying the
     currently selected line.  This is the line that the cursor is on.

   * CGDB shuts down now when it receives C-d (control d), just like GDB
     does.

   * Changed the GDB prompt from "(tgdb)" to "(gdb)". I think users
     will be more comfortable with "(gdb)".

   * Fixed a serious bug in CGDB. After the user entered a command
     CGDB would not accept any more commands. This would only
     happen sometimes, if at all. This is due to the fact that CGDB
     had a bug in it that was sensitive to the amount of data that
     the read system call returns to it.

   * Fixed a bug in CGDB where it would not show a file in the
     source viewer if there was a space in the path.

   * Removed the escdelay option. It has been replaced by the
     timeout, timeoutlen, ttimeout and ttimeoutlen options. Please
     see the CGDB manual for more documentation on these options.

   * Fixed a bug in libkui. If the user quickly typed ESC followed
     by an 'o' while in the GDB window, the 'o' character would not
     get processed by CGDB until another character was hit.

   * CGDB has improved it's -d (Set debugger to use) command line
     option. CGDB used to force the user to have a space between the
     -d and the debugger to use, like "cgdb -d /usr/bin/gdb". Now the
     user can also start CGDB like "cgdb -d/usr/bin/gdb".

   * CGDB now honor's the '--' command line option, which will allow the
     user to explicitly say when they want to end passing arguments to
     CGDB and begin passing arguments to the debugger.

   * Fixed another bug in the configure script. If the getopt.h header
     file is not available on the system, then CGDB will fail to configure.
     It should finish, and most likely build successfully.

   * Fixed yet another bug in the auto tools scripts. cgdb-0.6.3 would
     improperly install gdbmi_driver if make was invoked like
     'make DESTDIR=/foo install'.

   * Fixed another bug in the configure script. If the curses.h header
     file is not available on the system, then CGDB will fail to configure.
     It would previously configure and then end up with a compile error.

cgdb-0.6.3 (06/03/2006)

   * CGDB will no longer crash if you attempt to do a regular expression
     search with / when there is no file in the source viewer.

   * CGDB now uses a psuedo terminal (PTY) to start GDB on, instead of
     using a pipe. Jens Frederich reported that on a Mac, typing Ctrl-C
     while the inferior was running would cause GDB to shut down, thus
     causing CGDB to shut down. This patch fixes that problem. At the
     same time, this patch caused GDB to ask the user several other
     questions regarding shared breakpoints, and quiting while the
     inferior is running. Thus, CGDB acts more as if you were just using
     GDB.

   * CGDB is now maintained in a subversion repository instead of a
     CVS repository. Although this might not appear to effect end users,
     it is possible that there will be problems associated with this
     switch. For this reason, I have documented this here.

   * Fixed another bug in the configure script. CGDB should now be able
     to configure itself on a Mac. Thanks to Jens Frederich for finding
     and reporting this problem.

   * CGDB no longer packages the generated auto tool files in CVS. However,
     the distributions will have these files. This means you will need
     autoconf, autoheader and automake installed to compile CGDB from CVS.

   * CGDB now compiles according to the c89 standard. This should help with
     porting to older systems.

   * The file cgdb.txt is now installed into $PREFIX/share/cgdb/cgdb.txt. This
     is the file CGDB will now use to display the manual when :help is typed.
     This prevents CGDB from copying the data into the users home directory.

cgdb-0.6.2 (04/09/2006)

   * CGDB should run on solaris 2.5 again. I don't think it would since
     CGDB .6.0.

   * Fixed a bug in the configure script that was probably added in .6.0
     when the large readline integration was done. It was possible for
     readline to choose the wrong termcap library, because of a bad
     autoconf macro that CGDB was using. This could potentially cause the
     screen to get corrupted.

   * Fixed a bug in the syntax highlighter for C strings. A line like
     char *s = "\""; would cause the highlighter to break and most of the
     file after that would be displayed in red (string literal color).

   * The message 'CGDB had unexpected results, ...' will no longer be
     displayed when CGDB can not parse a breakpoint. This message was being
     displayed when a watchpoint was issued by the user. It does not fix any
     bugs though, just stops the message from being displayed.

cgdb-0.6.1 (03/06/2006)

   * An improvement for tab completion support. With certain versions of GDB,
     an extra line "server complete ..." would be added to the list of
     possible completions. This is no longer added. I believe this would
     only happen with really old versions of GDB.

   * Improved tab completion support in readline for quoted data. For
     instance tab completing C++ member functions like b 'foo::b<tab>
     will now produce b 'foo::bar()'.

   * Improved tab completion support. This comes in 2 forms. First, CGDB
     honors the readline variable rl_completion_query_items. If the number
     of completions is greater than this variable, then the user will be
     asked if they want the completion to happen. Second, after each page of
     completions, the user will be asked if they want more completions to be
     displayed or not.

   * Thanks to Steve Folta for sending in a patch which added support in CGDB
     for configuring the syntax colors. The colors used to be hard coded and
     could not be changed. Now just use the ":highlight" command to change
     the default colors.  There is a new section in the manual called
     "CGDB highlighting groups" that describes the new functionality.

   * Again, thanks to Steve Folta for getting CGDB to run on terminals with
     background colors besides black. CGDB used to paint the terminal
     background color black regardless of what it was. Now it respects the
     background color. This feature only works when linked to ncurses. If you
     have curses, CGDB will force the background black.

   * CGDB broke it's terminal resizing functionality in cgdb-0.6.0. This is
     now working again. The bug was introduced while bringing readline into
     the same address space as CGDB.

   * The man page now get's installed when 'make install' is done.

cgdb-0.6.0 (01/30/2006)

   * There is a new manual for CGDB. The text version is located in
     cgdb/doc/cgdb.txt. The info version is available at cgdb/doc/cgdb.info.
     The text, html, pdf, info and possibly other versions are avialable at
     http://cgdb.sourceforge.net/documentation.shtml

   * There is a new CGDB man page. It is located in cgdb/doc/cgdb.1.

   * Fix a crash in CGDB if the user would type ':e' or ':edit' in the
     source window, and the source window was empty. This crash is considered
     not very significant, since I can't understand why the user would try to
     refresh the file, if it didn't exist.

   * Removed the :q! and :quit! commands, since they don't do anything
     different than :q or :quit.

   * Fix a bug regarding the CGDB source viewer displaying breakpoints. If you
     used the file dialog to open a file, and the file was an absolute
     path, CGDB would display the file. If it was the first time CGDB
     encountered this file, then when you set a breakpoint, CGDB would not
     display the line as having a breakpoint in the source window, even though
     the breakpoint was actually being set. This is now fixed.

   * CGDB now supports getting the initial line, as well as the initial
     file that GDB is on when it first starts the inferior. It used to only
     determine the initial file.

   * CGDB now supports when the terminal does not have control flow turned
     on. If control flow (XON/XOFF) is off, the ^s and ^q will go directly
     to readline instead of freezing and restarting the terminal.

   * CGDB now allows the user to use the \ character for line continuation
     purposes. GDB handles this and now CGDB also handles this. Before this,
     CGDB would break if the user attempted to do line continuation.

   * CGDB no longer needs to do a fork to communicate data back and forth to
     readline, it runs readline in it's own process context. This is a huge
     improvement because it means that when you run CGDB you should only see 1
     process executing instead of the usual 2.

   * CGDB now supports tab completion. This has been a long awaited missing
     feature of CGDB.

   * CGDB now depends on readline 5.1.

   * Fix a bug in the c/c++ syntax highlighter. If a file had "\\" as a
     string literal, the CGDB syntax tokenizer would be built incorrectly
     resulting in incorrect file highlighting.

cgdb-0.5.3 (08/08/2005)

   * CGDB now can detect the version of readline that it is going to link against.
   By doing this, it can alert the user at configure time if the readline version
   is OK to build CGDB with. If it is not OK, configure will fail.

   * CGDB has changed it's user interface in a way that is not backwards compatible.
   The 't' key, now sets a temporary breakpoint. The 't' key used to put CGDB into
   insert mode in the TTY window. Now 'I' does that.

   * CGDB is now capable of setting a temporary breakpoint thanks to Marcel Lanz.
   He sent in a patch with the functionality. Hitting 't' set's a temporary breakpoint.

   * It was reported that the "Windows" Key would cause CGDB to shut down.
   This has been fixed.

   * Added a new 'arrowstyle' option, see README for documentation

   * Add the ^l command to the Source window. CGDB will now clear and redraw
   the screen when this command is received.

   * It is now required to have the GNU history library in order
   to configure CGDB successfully. This was always the case, but the
   configure checks wouldn't catch it.

   * Get readline configure check to only look for libreadline. Not libedit, ...
   Future version of CGDB will depend on functionality that only readline will
   contains.

cgdb-0.5.2 (05/21/2005)

   * Attempt to get autoconf/automake machinery working with command,
   make DESTDIR=... install. This should simplify the job of package maintainers.

   * Added the --with-readline-prefix autoconf option. This makes configuring CGDB
   much easier when readline is in a non standard place.

   * Fixed major bug in CGDB-0.5.1 that prevented it from running on Solaris 9,
   FreeBSD 5.2.1 and probably many others. CGDB would hang when trying to read
   input. This bug made it impossible to use CGDB on those platforms. libkui is
   the cause of this problem and was a replacement input library for CGDB in
   cgdb-0.5.1. The bug is now fixed.

cgdb-0.5.1 (04/02/2005)

   * fixed crash when user tries to set a breakpoint on a file that's not
   a source file. This would happen if you typed ':help' to get into the
   help, and then tried to set a breakpoint using the spacebar.

   * obsolete the b and f commands. These were responsible for moving between
   the previous and the next source file. They made CGDB unstable and I don't
   think they were in the spirit of a vi/vim clone.

   * fixed an annoying bug that appeared while searching for a string. If you
   canceled the source view regex search by hitting ESC, 2 bad things would happen.
   You would end up on the line that you cancelled at
   The currently displayed line would stay the line you can cancelled at, even when
   you start moving around again.

   * reworked the signal handling code when GDB dies. Now CGDB handles the SIGCHLD
   and passes the signal notification to TGDB. This fixes a race condition that
   occurred, even though the race condition appeared to be harmless.

   * Several memory runtime fixes found thanks to valgrind. This could potentially
   fix crash's that I just never ran into.

   * Fix a bug in the c/c++ syntax highlighter. If a file had a dos file format
   and the C++ style comment // was used, then the file displayed would be
   completely unreadable. This is because the trailing '\r' would get grouped with
   the comment.

   * Fix CGDB command line interface. If the user invoked CGDB like this,
   'cgdb --args ./main one two three', then CGDB would hang or crash. This
   was because it use to add extra command line options to GDB on the end.
   Now it prepends the options to GDB, so that the --args command line
   can still be honored.

   * Added new logger interface. This traps all errors to a file or
   a file descriptor. There is now a mechanism to write warnings and
   errors to a file for inspection by the user.

   * Removed deprecated libinput from the various subdirectory. It has been
   replaced by libkui.

   * Added 'set asr' or autosourcereload option to CGDB. It is off by default.
   It is capable of reloading a source file when CGDB detects that a file has
   been modified. To turn this feature on do ':set asr'.

   * The :edit [:e] colon command has been implemented. It forces CGDB to
   reload the current file in the source viewer.

cgdb-0.5.0 (07/14/2004)

   * "progs" directory is no longer installed in a potentially
   read-only directory. It is installed now in top_builddir, instead of
   top_srcdir.

   * Added libkui into CGDB. This is the fisrt of the 4 new libraries
   designed to make CGDB flexible and modular. Because of this, the version
   number has been bumped up to .5.0.

   * Fixed crash in TGDB when buffering commands. If the user hit
   'n' <Enter> <Enter> ... fast, while GDB was not responding, or working
   on a command, the buffering code in TGDB would enter a bad command into
   a queue, causing it to crash when it tries to execute the command.

   * Fix crash in CGDB when parsing command line parameters. I think this crash
     showed up when I starting compiling CGDB with 3.3 instead of 2.95. It would
     crash when trying to pass the --pid argument to GDB through CGDB.

cgdb-0.4.2 (05/10/2004)

    * CGDB now compiles again on AIX 4.3.  Fixed Makefile.am in various/util/src
      to not have a space between the -L and the path.

cgdb-0.4.1 (04/26/2004)

   * Removed a memory leak from CGDB. When debugging applications that output
   a lot of text, CGDB would reportedly grow well over 400MB. Thanks to the
   sender of this patch, who decided to keep themselves anonymous.

   * Removed all instances of PATH_MAX and replaced with FSUTIL_PATH_MAX.
   PATH_MAX is not defined on HURD, and thus CGDB wouldn't compile in that
   environment.

   * Fixed TGDB bug. Tab completion was broken during cgdb-0.4.0 release.
2011-09-08 19:46:30 +00:00
drochner
0b08870926 mozilla has switched to a scheme of explicitly distrusting certificates
in its stable branch (ie firefox-6.0.2) too,
so deal with this in the mozilla-rootcerts script (this is not great -
it depends on syntactic details of the file where it should better
use checksums, but the perl script which is distributed with "curl"
works the same way),
and switch back to the certificate list in CVS HEAD
2011-09-08 19:46:01 +00:00
cheusov
8448fc018c PR 45339. Fix for USE_DESTDIR=no 2011-09-08 19:29:35 +00:00
bsiegert
d434111da0 Revert recent commit, add a (hopefully) correct patch instead. Bump rev.
In the Makefile.in, libcharset is copied with pax into lib/ along with
its object files. This overwrites relocatable.lo from libiconv, which
is then relinked against the wrong object. Use "libtool --mode=install cp"
instead to only copy the library.

Should hopefully fix PR pkg/45341.
2011-09-08 16:29:48 +00:00
joerg
a948e3601a Missing commit for new patches 2011-09-08 13:55:06 +00:00
joerg
1f9f0ab4fe Remote const-discarding accessor as done for py-matplotlib itself. 2011-09-08 13:53:45 +00:00
joerg
0cda2285c8 Apply the same -O20 -> -O3 change for the libdbi driver packages 2011-09-08 13:49:03 +00:00
obache
e0bb20c834 Updated math/ruby-spreadsheet to 0.6.5.9 2011-09-08 10:57:59 +00:00
obache
d7faaf9c78 Update ruby-spreadsheet to 0.6.5.9.
=== 0.6.5.9 / 7.9.2011

* Fixed a frozen string bug thanks to dblock (Daniel Doubrovkine),
2011-09-08 10:57:42 +00:00
obache
5f68926185 Updated devel/ruby-ole to 1.2.11.2 2011-09-08 10:49:58 +00:00
obache
146682a5d8 Update ruby-ole to 1.2.11.2.
== 1.2.11.2 / 2011-09-07

- Remove empty dirents after constructing tree (fixes non-contiguous
  allocation table usage).
- Fix fallback Symbol#to_proc to match activesupport definition in case
  we get loaded first (github #2, lazylester).
- Use method_defined? for fallback guards to support newer versions of
  ruby (jocker).
- Add guard on FileTime#initialize to skip for newer versions of ruby.
  Missing required methods, but optimization no longer relevant
  anyway (github #4, sagmor).
2011-09-08 10:49:41 +00:00
joerg
266c8196e7 Pick a less aggressive optimizer default. Clang's -O4 enables LTO and ld
can't deal with that by default.
2011-09-08 00:24:42 +00:00
joerg
23c1a0ec0d Fix return without value in !void function. Bump revision. 2011-09-08 00:22:49 +00:00
joerg
95bfd3f6f4 Do not use nested functions. Add missing prototypes. Bump revision. 2011-09-08 00:17:03 +00:00
joerg
8901c5a3f6 Strictler template usage. Bump revision. 2011-09-08 00:15:50 +00:00
joerg
b7c52f8885 Kill one more warning flag for clang. 2011-09-08 00:14:34 +00:00
joerg
08f3e3433e Fix compilation with clang by removing const-violating accessor. 2011-09-08 00:13:31 +00:00
joerg
86ab5f3ec1 Fix patch fallout. 2011-09-08 00:12:37 +00:00
joerg
719fb00a6a Fix C++ usage including passing non-POD types to sprintf. Bump revision. 2011-09-08 00:12:00 +00:00
joerg
6c4f343393 Force use of GAS for Clang. 2011-09-07 23:45:06 +00:00
joerg
9f0bf4db2e Fix main() prototype 2011-09-07 23:44:27 +00:00
joerg
5cb54dc09c Request C++-11 mode for Clang too. 2011-09-07 23:43:40 +00:00
joerg
ebb8502969 Hide some potential bugs by disabling default warnings with clang. 2011-09-07 23:41:04 +00:00
joerg
e0a62f03b4 Unconditionalize use a sane optimizer level. -O20 never existed with GCC
and -O3 is a safe compromise for GCC and Clang (which enables LTO with
-O4).
2011-09-07 23:40:23 +00:00
gdt
b68ce02060 +gama 2011-09-07 23:10:10 +00:00
gdt
2e3e924876 Added geography/gama version 1.11 [gdt 2011-09-07] 2011-09-07 23:07:26 +00:00
gdt
50abe9b7d1 Import gama-1.11 as geography/gama.
GNU Gama is a project dedicated to adjustment of geodetic networks. It
is intended for use with traditional geodetic surveyings which are
still used and needed in special measurements (e.g., underground or
high precision engineering measurements) where the Global Positioning
System (GPS) cannot be used.

Adjustment in local Cartesian coordinate systems is fully supported by
a command-line program gama-local that adjusts geodetic (free)
networks of observed distances, directions, angles, height
differences, 3D vectors and observed coordinates (coordinates with
given variance-covariance matrix). Adjustment in global coordinate
systems is supported only partly as a gama-g3 program.
2011-09-07 23:04:38 +00:00
obache
c8d9f6e5d4 Updated audio/csound5 to 5.01nb10 2011-09-07 12:42:41 +00:00
obache
b8293604f1 * LICENSE=gnu-lgpl-v2.1.
* use install.py instead os SCons for staged installation support.
* drop to build python binding.

Bump PKGREVISION.
2011-09-07 12:42:02 +00:00
wiz
2eddd60b5c Remove inet6 option -- the configure script doesn't recognize the argument
the option added.
2011-09-07 09:24:08 +00:00
joerg
74c28a36b5 Kill some more uses of __weak_alias. This avoids duplicate symbol
definitions (weak and non-weak). GNU as silently discards the weak
symbol in this case, but LLVM is more strict.(weak and non-weak). GNU as
silently discards the weak symbol in this case, but LLVM is more strict.
2011-09-07 00:57:30 +00:00
joerg
200c66a8e6 Don't use __weak_alias. This results in duplicate symbols being created
in the output. GNU as silently discards one, LLVM is more strict in this
regard.
2011-09-07 00:56:17 +00:00
gdt
43407d5f63 USE_TOOLS+= gmake
Build fails with BSD make.  Reported to tor-talk@.
2011-09-07 00:34:56 +00:00
gdt
b9db0ce37b Add a comment explaining why curl is needed to fetch (https redirect). 2011-09-06 23:49:25 +00:00