Commit graph

17599 commits

Author SHA1 Message Date
adam
a2267497a6 Changes 1.7.8.4:
* The code to look up attributes for paths reused entries from a wrong
  directory when two paths in question are in adjacent directories and
  the name of the one directory is a prefix of the other.
* A wildcard that matches deeper hierarchy given to the "diff-index" command,
  e.g. "git diff-index HEAD -- '*.txt'", incorrectly reported additions of
  matching files even when there is no change.
* When producing a "thin pack" (primarily used in bundles and smart
  HTTP transfers) out of a fully packed repository, we unnecessarily
  avoided sending recent objects as a delta against objects we know
  the other side has.
* "git send-email" did not properly treat sendemail.multiedit as a
  boolean (e.g. setting it to "false" did not turn it off).
* Also contains minor fixes and documentation updates.
2012-01-20 15:43:38 +00:00
drochner
0abe48345e remove obsolete gconf schema support 2012-01-20 12:57:52 +00:00
wiz
0a7b6d7c5f Remove libgsf-gnome, obsolete and unused. 2012-01-20 12:06:04 +00:00
wiz
6002dc4bdf Update to 1.14.22:
libgsf 1.14.22

Damien Lespiau:
        * Fix thumbnailer manual install problem.

Morten:
        * Fix error messages on win32.
        * Fix resource limiting in thumbnailer.
        * Ensure GsfOutput::name and GsfInput::name notifications.
        * Cleanup old code.
        * Drop support for gnome-vfs and bonobo.
        * Fix ole2 entry sorting based on patch from Junping Zhang.  [#665712]

Vincent Untz:
        * New installation method for thumbnailer.  [#651187]
2012-01-20 12:05:09 +00:00
taca
ce6d1a2842 Make sure to update distinfo. 2012-01-20 07:03:10 +00:00
gdt
8a09f1fa5f Update to 1.7.7.6 from 1.7.7.2.
Fixes since v1.7.7.2
--------------------

 * Adjust the "quick-install-doc" procedures as preformatted
   html/manpage are no longer in the source repository.

 * The logic to optimize the locality of the data in a pack introduced in
   1.7.7 was grossly inefficient.

 * The logic to filter out forked projects in the project list in
   "gitweb" was broken for some time.

 * "git branch -m/-M" advertised to update RENAME_REF ref in the
   commit log message that introduced the feature but not anywhere in
   the documentation, and never did update such a ref anyway. This
   undocumented misfeature that did not exist has been excised.

Fixes since v1.7.7.3
--------------------

 * A few header dependencies were missing from the Makefile.

 * Some newer parts of the code used C99 __VA_ARGS__ while we still
   try to cater to older compilers.

 * "git name-rev --all" tried to name all _objects_, naturally failing to
   describe many blobs and trees, instead of showing only commits as
   advertised in its documentation.

Fixes since v1.7.7.4
--------------------

 * After fetching from a remote that has very long refname, the reporting
   output could have corrupted by overrunning a static buffer.

 * "git checkout" and "git merge" treated in-tree .gitignore and exclude
   file in $GIT_DIR/info/ directory inconsistently when deciding which
   untracked files are ignored and expendable.

Fixes since v1.7.7.5
--------------------

 * The code to look up attributes for paths reused entries from a wrong
   directory when two paths in question are in adjacent directories and
   the name of the one directory is a prefix of the other.

 * A wildcard that matches deeper hierarchy given to the "diff-index" command,
   e.g. "git diff-index HEAD -- '*.txt'", incorrectly reported additions of
   matching files even when there is no change.

 * When producing a "thin pack" (primarily used in bundles and smart
   HTTP transfers) out of a fully packed repository, we unnecessarily
   avoided sending recent objects as a delta against objects we know
   the other side has.
2012-01-19 20:34:01 +00:00
drochner
758b71964c reset PKGREV for base pkg update 2012-01-19 19:35:11 +00:00
drochner
95030687bb update to 2.32.4
changes:
-minor fixes
-translation updates
2012-01-19 19:34:46 +00:00
drochner
17a22261f9 update to 3.6.7
changes: minor bugfixes
2012-01-19 19:10:40 +00:00
ryoon
8d99166478 Update to 1.424.2
* This release contains security fix.
  See http://www.cloudbees.com/jenkins-advisory/jenkins-security-advisory-2012-01-10.cb

Changelog:
* Viewing large console logs with timestamper plugin cause Jenkins
  to crash (issue 9349)
* Maven3 parallel build fails with java.util.ConcurrentModificationException
  in Jenkins (issue 11256)
* Jenkins PID changes after restart (issue 11742)
* Running Jenkins with the bundeled Winstone is succeptible to the hash table
  attack http://www.ocert.org/advisories/ocert-2011-003.html (SECURITY-22)
2012-01-19 14:39:21 +00:00
tsutsui
f498360b19 Add workaround optimization hacks for bison that dumps core in net/libIDL
on NetBSD/arm -current with gcc-4.5.3. PR pkg/45834

Bump PKGREVISION.
2012-01-19 13:32:05 +00:00
adam
c337440302 Revbump after updating db5 2012-01-18 13:49:23 +00:00
sbd
1e38404e66 Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17 21:43:18 +00:00
jmmv
8ddb463b94 Update the kqueue patch to v3. Fixes issues where the trash daemon
would get stuck and spin CPU when devices are forcibly-unmounted.
Bump PKGREVISION.
2012-01-17 16:51:04 +00:00
adam
de7ce3fe25 Changes 1.24:
* Libraries are re-licensed from LGPLv2+ to dual-GPLv2+|LGPLv3+.
* build: Fix parallel Windows builds.
* libidn: Fix potential infloop in pr29 code.
* libidn: Add 'const' keyword to 'stringprep_ucs4_nfkc_normalize' function.
* Sync glib NFKC code and improve copyright/license statements.
* Update gnulib files and translations.
* API and ABI is backwards compatible with the previous version.
2012-01-17 15:44:43 +00:00
sbd
ab3654e23c Add libboost_locale.* to PLIST.Linux.
Bump PKGREVISION.
2012-01-17 03:25:35 +00:00
jmmv
de08b0f723 Update to 0.15:
Experimental version released on January 16th, 2012.

* Respect stdin in atf-check.  The previous release silenced stdin for any
  processes spawned by atf, not only test programs, which caused breakage
  in tests that pipe data through atf-check.

* Performance improvements to atf-sh.

* Enabled detection of unused parameters and variables in the code and
  fixed all warnings.

* Changed the behavior of "developer mode".  Compiler warnings are now
  enabled unconditionally regardless of whether we are in developer mode or
  not; developer mode is now only used to perform strict warning checks and
  to enable assertions.  Additionally, developer mode is now only
  automatically enabled when building from the repository, not for formal
  releases.

* Added new Autoconf M4 macros (ATF_ARG_WITH, ATF_CHECK_C and
  ATF_CHECK_CXX) to provide a consistent way of defining a --with-arg flag
  in configure scripts and detecting the presence of any of the ATF
  bindings.  Note that ATF_CHECK_SH was already introduced in 0.14, but it
  has now been modified to also honor --with-atf if instantiated.

* Added timing support to atf-run / atf-report.

* Added support for a 'require.memory' property, to specify the minimum
  amount of physical memory needed by the test case to yield valid results.

* PR bin/45690: Force an ISO-8859-1 encoding in the XML files generated by
  atf-report so that invalid data in the output of test cases does not
  mangle our report.
2012-01-16 22:26:55 +00:00
obache
871755d5d4 revert change for PR#45826.
libiconv is not used by bison directly.
2012-01-15 13:19:29 +00:00
obache
37f7183d6e Update ruby-gnome2 to 1.1.2.
== Ruby-GNOME2 1.1.2: 2012-01-15

This is a bug fix release of 1.1.1.

=== Changes

==== Ruby/GLib2

  * Fixes
    * [GitHub#94] install missing header files.
      [Reported by mtasaka]

==== Ruby/Pango

  * Fixes
    * [GitHub#94] install a missing header file.
      [Reported by mtasaka]

==== Ruby/GdkPixbuf2

  * Fixes
    * [GitHub#94] install missing header files.
      [Reported by mtasaka]

=== Thanks

  * mtasaka

== Ruby-GNOME2 1.1.1: 2012-01-14

This is a bug fix release of 1.1.0.

=== Changes

==== Ruby/GLib2

  * Fixes
    * [ruby-list:48587] Re: [ANN] Ruby-GNOME2 1.1.0
      fix wrong parent class for GLib::IOChannelWin32Socket.
      [Reported by ashbb]

==== Ruby/GTK2

  * Fixes
    * Fixed a bug that Gtk::ActionGroup#add_radio_actions always fail.

==== Ruby/GStreamer

  * Improvements
    * [win32] Supported FLAC.

=== Thanks

  * ashbb
2012-01-15 12:34:44 +00:00
hans
80a11d4b67 USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS. 2012-01-14 03:13:03 +00:00
hans
bbd52967db Convert to USE_TOOLS=zip. 2012-01-14 02:09:35 +00:00
morr
3039d72dc2 Add missing converters/libiconv buildlink, fixes PR 45826.
Bump PKGREVISION
2012-01-13 17:13:39 +00:00
obache
1f4649c8a2 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
drochner
3046c90643 update to 2.29
many fixes and improvements, see the "History" file
2012-01-12 11:37:05 +00:00
hiramatsu
0164a018c8 Remove HOMEPAGE url from DESCR. 2012-01-12 02:00:38 +00:00
hiramatsu
fcbe3a4f9f Update p5-Capture-Tiny to 0.15.
Changes from previous:
----------------------
0.15      2011-12-23 11:10:47 EST5EDT

  Fixed:

  - Repeated captures from a custom filehandle would return undef instead
    of the empty string (and would warn). This has been fixed.
    [rt.cpan.org #73374 part two. Thank you to Philipp Herz for help
    in reproducing this bug.]

  Other:

  - Commented out debugging code for slightly less runtime overhead

0.14      2011-12-22 10:14:09 EST5EDT

  Added:

  - Capturing with custom filehandles will return only newly appended
    output instead of everything already in the file.
    [rt.cpan.org #73374]

0.13      2011-12-02 13:39:00 EST5EDT

  Fixed:

  - Fixed t/18-custom-capture.t failures on Windows due to tempfile
    removal problems in the testfile

0.12      2011-12-01 16:58:05 EST5EDT

  Added:

  - New functions capture_stdout, capture_stderr, tee_stdout, tee_stderr
    [rt.cpan.org #60515]

  - Capture functions also returns the return values from the executed
    coderef [rt.cpan.org #61794, adapted from patch by Christian Walde]

  - Capture functions take optional custom filehandles for capturing
    via named files instead of anonymous ones [inspired by Christian Walde]

  Fixed:

  - Tied filehandles based on Tie::StdHandle can now use the ":utf8"
    layer; removed remaining TODO tests; adds Scalar::Util as a dependency

  Changed:

  - When Time::HiRes::usleep is available, tee operations will
    sleep during the busy-loop waiting for tee processes to be ready
    [rt.cpan.org #67858]
2012-01-12 01:16:12 +00:00
obache
07542669ff Update ruby-gnome2 to 1.1.0.
== Ruby-GNOME2 1.1.0: 2012-01-05

This is a source cleanup release.

=== Changes

==== Ruby/GLib2

  * Improvements
    * [GitHub#65] Supported GLib 2.31. [Reported by mtasaka]
    * Supported comparing between GLib::Enum/GLib::Flags and Symbol.
  * Fixes
    * [GitHub#1] Fix GLib::Spawn regression.
      [Patch by Geoff Youngs]
    * Plugged memory leaks.
    * Fixed a crash by GC on Ruby 1.9.
  * Changes
    * Remove optional Ruby-GetText-Package dependency.

==== Ruby/GTK2

  * Improvements
    * [ruby-gnome2-devel-en] FileChooserDialog raising warnings on Windows:
      Added hicolor-icon-theme into gem on Windows.
      [Suggested by wNikolai Weibull]
  * Fixes
    * Fixed a crash by GC.
    * Plugged memory leaks.
    * Fixed Gdk::GC#colormap= uses wrong value.
    * Fixed Gtk::TextBuffer#serialize uses wrong value.

==== Ruby/Pango

  * Fixes
    * Plugged memory leaks.

==== Ruby/GdkPixbuf

  * Improvements
    * Gdk::Pixbuf.new supports hash argument.
  * Fixes
    * Plugged memory leaks.

==== Ruby/GStreamer

  * Improvements
    * Supported Windows gem.
    * Improved memory management.
  * Fixes
    * [GitHub#86] Gstreamer: test_caps test fails. [Reported by mtasaka]
    * [GitHub#87] GStreamer: test_span test fails. [Reported by mtasaka]
    * [GitHub#87] GStreamer: test_create_clock test fails.
      [Reported by mtasaka]
    * [GitHub#89] GStreamer: test_fraction_range_new test fails.
      [Reported by mtasaka]
    * [GitHub#91] GStreamer: test_state "sometimes" fails.
      [Reported by mtasaka]

==== Ruby/Poppler

  * Fixes
    * Fixed a wrong conversion in Poppler::Document#find_dest.
      [Reported by Chloé Desoutter]
2012-01-11 13:47:30 +00:00
hans
935547ee6b Fix libdladm link error on SunOS. 2012-01-11 13:28:45 +00:00
hiramatsu
479e7cde69 Update p5-Term-ShellUI to 0.91.
Changes from previous:
----------------------
0.91: 17 May 2011

- Support calling commands noninteractively (patch by Christian Kuelker)
- Support calling $term->run() multiple times (patch by Ryan Gies)
- Now clients can call process_a_cmd manually (patch by Martin Kluge)
- Undeprecate Term::ReadLine::Perl since it works on Windows.

0.9: 20 Mar 2011

- Relicensed from the somewhat ambiguous Perl license to the MIT license.
- Add eof_exit_hooks, patch by Lester Hightower
- Remove complete_history callback. It was an odd, ShellUI-specific feature.
- Remove history expansion (!!, !$, ^o^n).  That implementation was too buggy.
- Fix bug: completion suggestion wasn't printed with Term::ReadLine::Gnu.
- Deprecate Term::ReadLine::Perl. Use Term::ReadLine::Gnu.
2012-01-10 08:57:39 +00:00
sbd
ff3266e297 Because the Makefile include mk/termcap.buildlink3.mk the buildlink3.mk
file must include it.
2012-01-10 01:31:45 +00:00
cheusov
265a17d61d Update to lmdbg-1.0.0
libstacktrace:
     Remove signal handlers and other garbage.
     All we need is __builtin_frame_address and __builtin_return_address
     builtins and nothing else.

  Documentation files have been moved to subproject "doc".
  Run "mkcmake install-doc" for installing it (or change SUBPRJ_DFLT).

  Only backtrace(3) in libc is accepted as an external implementation
  of stacktrace(3). This may fix build failure on FreeBSD with
  installed libexeinfo.
2012-01-09 19:47:35 +00:00
adam
b9390edaf7 Fix for boost::foreach, PR#45802 2012-01-09 16:33:13 +00:00
adam
198dfd8087 Added PLIST.NetBSD 2012-01-09 14:40:36 +00:00
obache
2a95e00d0e REcursive bump from boost-libs shlib bump. 2012-01-09 03:01:49 +00:00
obache
43a23bd711 Recursive bump from boost-libs shlib bump. 2012-01-09 02:54:24 +00:00
adam
88da9d5d5f Fix for PR#45800 2012-01-08 17:44:23 +00:00
wiz
9633aef6e0 Update to 2.0.2:
This is a regularly-scheduled bug-fix release.

    alias: shortcut command matching so shadowing works properly (issue3104)
    branch: warn on branching
    changelog: handle decoding of NULs in extra more carefully (issue3156)
    convert: improve exception reporting for SVN logstream
    diff: don't crash when diffing a revision with a deleted subrepo (issue3153)
    fetch: fix unneeded commit when no merge attempted (issue2847)
    fetch: patch cornercase in children calculation (issue2773)
    largefiles: copy files in binary mode (issue3164)
    largefiles: don't require a user cache (issue3088) (issue3155)
    largefiles: fix 'hg status' abort after merge
    largefiles: handle merges between normal files and largefiles (issue3084)
    merge: check filename case collision between changesets for branch merging
    pathauditor: switch normcase logic according to case sensitivity of filesystem
    progress: check for ui.quiet and ui.debugflag before we write
    rollback: always call destroyed() (regression from 1.9)
    util: fix url.str() for windows file URLs
    windows: use upper() instead of lower() or os.path.normcase()
2012-01-08 15:09:06 +00:00
adam
079ac6441d Changes 1.48.0:
New Libraries
* Container: Standard library containers and extensions
* Locale: Provide localization and Unicode handling tools for C++
  Beilis.
* Move: Portable move semantics for C++03 and C++11 compilers

Details: http://www.boost.org/users/history/version_1_48_0.html
2012-01-08 11:35:07 +00:00
obache
e7048c6dc1 Add missing entries for DragonFly support. 2012-01-08 10:32:08 +00:00
adam
43ce5ebf55 Changes 2.8.7:
This release includes the addition of file(…) and string(…) commands for
computing hash values and more cryptographic hash implementations, such as
SHA1, SHA224, SHA256, SHA384, SHA512. There are new LINK_PUBLIC and LINK_PRIVATE
options for  target_link_libraries command as well as a new DeployQt4 module.

With the 2.8.7 release, there are two sets of installers for the Mac. The
"Darwin" versions are for Mac OSX 10.4 and later, and are "ppc;i386" universal
binaries. The "Darwin64" versions are for 10.6 and later, and are "x86_64;i386"
universal binaries.
2012-01-08 09:47:42 +00:00
obache
fc23861823 +gmtk 2012-01-08 05:43:01 +00:00
obache
7439696404 Import gmtk-1.0.5 as devel/gmtk.
Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer.
2012-01-08 05:42:08 +00:00
schmonz
1bf35f168a Update to 1.10. From the changelog:
1.10:
* Fix display of trust errors.

1.09:
* Remove dir_test hack and add a way for vcs tests to run perl code,
  using this for the same optimisation. Fixes support for git-svn
  etc. Closes: #652317

1.08:
* Fix vcs test code. Closes: #651976

1.07
* Added support for vcsh, enable with: include = cat /usr/share/mr/vcsh
  Thanks, Richard Hartmann
* Block tty control codes in untrusted mr config files.
* Correct printing of line numbers when includes are used. Closes: #650952
* The previous fix for chaining to absolute paths broke chaining
  to relative paths with more than one path segment. Thanks, Adam
  Spiers
* Support _append to add on to the existing value of a parameter.
  Thanks, Adam Spiers
* Optimizations. Commands like "mr list" run up to 5 times faster.
* Fix shell escaping of parameters passed to mr commands. Closes: #644672
* Added --force option that disables repository skipping.
* Repositories using skip = lazy will not be checked out by "mr
  update" or "mr checkout" unless --force is used.
2012-01-08 02:41:35 +00:00
marino
e65297f9e7 devel/nspr, devel/xulrunner: PR#45638 (DragonFly support)
DragonFly has diverged from FreeBSD to the point where NSPR will
not build LibreOffice on DragonFly due to being configured as DragonFly.
These patches split out DragonFly as its own platform, and should not
affect other platforms.
2012-01-07 18:47:39 +00:00
obache
8b5cd5cf62 Use MACHINE_ARCH instead of LOWER_ARCH to detect Java Machine Arch.
Fixes PR#45788.

And apply rewrite x86_64 => amd64 rule not only to NetBSD.
2012-01-07 06:11:28 +00:00
obache
de58b52eac Apply patches to fix SEGV by GC on Ruby 1.9 for Ruby/GLib2.
Bump PKGREVISION.
2012-01-06 13:34:50 +00:00
sbd
d586f3d0b5 Only add the yasm build dependence on platforms the need it. 2012-01-06 07:36:38 +00:00
sbd
5717869f26 Enabling the jemalloc option adds two more files to the PLIST.
Bump PKGREVISION
2012-01-05 07:53:49 +00:00
sbd
27d752a9c4 Add yasm>=1.1.0 as a build dependence. 2012-01-05 07:52:05 +00:00
dholland
657b6038bb missing libXxf86vm, showed up in linux build 2012-01-04 15:00:54 +00:00