Displaying 1 50 of 2,672,772 commits (0.070s)

FreeBSD Ports — head/graphics Makefile

Add hugin-devel to build.

Approved by: itetcu (mentor)
Delta File
+1 -0 head/graphics/Makefile
+1 -0 1 file

FreeBSD — head/gnu/usr.bin/grep dfa.c search.c

grep: change some int types.

Change several int variables to size_t, ssize_t, or ptrdiff_t.
This should fix the bug described in CVE-2012-5667 when an input
line is so long that its length cannot be stored in an int
variable.

This is based on NetBSD's revision which says:

This change to NetBSD's version of GNU grep 2.5.1 (licenced under
GPLv2) was made without direct reference to any code licenced
under GPLv3.

Obtained from:        NetBSD
MFC after:        3 days
Delta File
+6 -5 head/gnu/usr.bin/grep/dfa.c
+3 -2 head/gnu/usr.bin/grep/search.c
+2 -2 head/gnu/usr.bin/grep/grep.c
+11 -9 3 files

FreeBSD Ports — head/graphics/edje_viewer Makefile distinfo

- Update to 20130520 snapshot

Approved by:        crees, tabthorpe (mentors, implicit)
Delta File
+2 -4 head/graphics/edje_viewer/Makefile
+2 -2 head/graphics/edje_viewer/distinfo
+4 -6 2 files

FreeBSD — stable/9/gnu/usr.bin/grep dfa.c search.c

Revert r250821 - This was not meant to be a direct commit.
(wrong tree)

Pointy hat:        me
Delta File
+5 -6 stable/9/gnu/usr.bin/grep/dfa.c
+2 -3 stable/9/gnu/usr.bin/grep/search.c
+2 -2 stable/9/gnu/usr.bin/grep/grep.c
+9 -11 3 files

FreeBSD — stable/9/gnu/usr.bin/grep dfa.c search.c

grep: change some int types.

Change several int variables to size_t, ssize_t, or ptrdiff_t.
This should fix the bug described in CVE-2012-5667 when an input
line is so long that its length cannot be stored in an int
variable.

This is based on NetBSD's revision which says:

This change to NetBSD's version of GNU grep 2.5.1 (licenced under
GPLv2) was made without direct reference to any code licenced
under GPLv3.

Obtained from:        NetBSD
MFC after:        3 days
Delta File
+6 -5 stable/9/gnu/usr.bin/grep/dfa.c
+3 -2 stable/9/gnu/usr.bin/grep/search.c
+2 -2 stable/9/gnu/usr.bin/grep/grep.c
+11 -9 3 files

FreeBSD Ports — head/audio/xmp distinfo Makefile

Update to 4.0.6
Delta File
+2 -2 head/audio/xmp/distinfo
+1 -1 head/audio/xmp/Makefile
+3 -3 2 files

FreeBSD Ports — head/audio/libxmp distinfo Makefile

Update to 4.1.4
Delta File
+2 -2 head/audio/libxmp/distinfo
+1 -1 head/audio/libxmp/Makefile
+3 -3 2 files

FreeBSD Ports — head/x11/emprint Makefile distinfo

- Update to 20130520 snapshot

Approved by:        crees, tabthorpe (mentors, implicit)
Delta File
+2 -3 head/x11/emprint/Makefile
+2 -2 head/x11/emprint/distinfo
+4 -5 2 files

FreeBSD — head/cddl/contrib/opensolaris/lib/libdtrace/common dt_cg.c

Remove a block of code that was not intended to be part of the previous
revision.

X-MFC with:        r250812
Delta File
+0 -7 head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_cg.c
+0 -7 1 file

FreeBSD Ports — head/www/moodle24 Makefile distinfo

- Update to 2.4.4
- Adjust CONFLICTS
Delta File
+2 -2 head/www/moodle24/Makefile
+2 -2 head/www/moodle24/distinfo
+4 -4 2 files

FreeBSD Ports — head/www/moodle22 Makefile distinfo

- Update to 2.2.10
- Adjust CONFLICTS
- Mark DEPRECATED
Delta File
+5 -2 head/www/moodle22/Makefile
+2 -2 head/www/moodle22/distinfo
+7 -4 2 files

FreeBSD Ports — head/graphics/edje Makefile

- Remove misc/shared-mime-info from RUN_DEPENDS, USES=shared-mime-info already do it

Approved by:        crees, tabthorpe (mentors, implicit)
Delta File
+0 -2 head/graphics/edje/Makefile
+0 -2 1 file

FreeBSD Ports — head/audio/beets pkg-plist distinfo

- Update to 1.1.0

PR:                ports/178550
Submitted by:        Mark Felder <feld at feld.me> (maintainer)
Delta File
+24 -6 head/audio/beets/pkg-plist
+2 -2 head/audio/beets/distinfo
+1 -2 head/audio/beets/Makefile
+27 -10 3 files

FreeBSD Ports — head/math/py-munkres Makefile

- Fix missing python package prefix

PR:                ports/178545
Submitted by:        Mark Felder <feld at feld.me> (maintainer)
Delta File
+2 -1 head/math/py-munkres/Makefile
+2 -1 1 file

LLVM — llvm/trunk/lib/Target/Sparc SparcISelLowering.cpp, llvm/trunk/test/CodeGen/SPARC 64bit.ll

Also expand 64-bit bitcasts.
Delta File
+16 -0 llvm/trunk/test/CodeGen/SPARC/64bit.ll
+2 -0 llvm/trunk/lib/Target/Sparc/SparcISelLowering.cpp
+18 -0 2 files

FreeBSD Ports — head/audio/py-musicbrainzngs Makefile

- Add missing prefix was causing audio/beets to fail

PR:                ports/178544
Submitted by:        Mark Felder <feld at feld.me> (maintainer)
Delta File
+2 -0 head/audio/py-musicbrainzngs/Makefile
+2 -0 1 file

FreeBSD Ports — head/devel/ninja Makefile distinfo

- Update to 1.3.2

Approved by:        crees, tabthorpe (mentors, implicit)
Delta File
+2 -2 head/devel/ninja/Makefile
+2 -2 head/devel/ninja/distinfo
+4 -4 2 files

LLVM — llvm/trunk/lib/Target/Sparc SparcInstrInfo.cpp, llvm/trunk/test/CodeGen/SPARC 64bit.ll

Implement spill and fill of I64Regs.
Delta File
+9 -2 llvm/trunk/lib/Target/Sparc/SparcInstrInfo.cpp
+8 -0 llvm/trunk/test/CodeGen/SPARC/64bit.ll
+17 -2 2 files

FreeBSD Ports — head Makefile, head/Mk bsd.java.mk bsd.fpc.mk

- Remove CVS reference

PR:                178381
                177581
Submitted by:        Eitan Adler <lists at eitanadler.com>
                Alex Kozlov <spam at rm-rf.kiev.ua>

With hat:        portmgr
Delta File
+4 -22 head/Makefile
+1 -1 head/Mk/bsd.java.mk
+1 -1 head/Mk/bsd.fpc.mk
+1 -1 head/Mk/bsd.drupal.mk
+1 -1 head/Mk/bsd.perl.mk
+1 -1 head/Mk/bsd.php.mk
+9 -27 6 files

FreeBSD — head/sys/geom/raid md_ddf.c

Fix vdc->Secondary_Element_Count metadata field access from 16 to 8 bit.
In some cases it could cause kernel panic during failed drive replacement.

Reported by:        trasz
MFC after:        1 week
Delta File
+1 -1 head/sys/geom/raid/md_ddf.c
+1 -1 1 file

LLVM — llvm/trunk/lib/Target/Sparc SparcISelLowering.cpp, llvm/trunk/test/CodeGen/SPARC 64bit.ll

Mark i64 SETCC as expand so it is turned into a SELECT_CC.
Delta File
+10 -0 llvm/trunk/test/CodeGen/SPARC/64bit.ll
+2 -0 llvm/trunk/lib/Target/Sparc/SparcISelLowering.cpp
+12 -0 2 files

FreeBSD — head/sys/kern kern_priv.c

Style nits.
Delta File
+5 -6 head/sys/kern/kern_priv.c
+5 -6 1 file

FreeBSD — head/sys/kern kern_priv.c

Use SDT_PROBE1() instead of SDT_PROBE().
Delta File
+4 -7 head/sys/kern/kern_priv.c
+4 -7 1 file

FreeBSD — head/sys/sys sdt.h

Protect SDT_PROBE() with do { } while (0) loop.
Delta File
+3 -2 head/sys/sys/sdt.h
+3 -2 1 file

FreeBSD Ports — head/graphics/libcdr distinfo Makefile

Update to 0.0.14
Delta File
+2 -2 head/graphics/libcdr/distinfo
+1 -1 head/graphics/libcdr/Makefile
+0 -1 head/graphics/libcdr/pkg-plist
+3 -4 3 files

FreeBSD Ports — head/net/p5-AnyEvent-MPRPC Makefile distinfo

- Upgrade to 0.20.
Delta File
+3 -7 head/net/p5-AnyEvent-MPRPC/Makefile
+2 -2 head/net/p5-AnyEvent-MPRPC/distinfo
+5 -9 2 files

FreeBSD Ports — head/devel/p5-Data-MessagePack-Stream Makefile pkg-plist

@dirrmtry shared dirs with devel/p5-Data-MessagePack
Delta File
+1 -5 head/devel/p5-Data-MessagePack-Stream/Makefile
+4 -0 head/devel/p5-Data-MessagePack-Stream/pkg-plist
+5 -5 2 files

FreeBSD Ports — head/textproc/libvisio distinfo Makefile

Update to 0.0.27
Delta File
+2 -2 head/textproc/libvisio/distinfo
+1 -2 head/textproc/libvisio/Makefile
+0 -1 head/textproc/libvisio/pkg-plist
+3 -5 3 files

FreeBSD Ports — head/devel/p5-Data-MessagePack Makefile distinfo

- Upgrade to 0.47.
Delta File
+2 -7 head/devel/p5-Data-MessagePack/Makefile
+2 -2 head/devel/p5-Data-MessagePack/distinfo
+2 -2 head/devel/p5-Data-MessagePack/pkg-plist
+6 -11 3 files

pkgsrc — sysutils/xentools42 MESSAGE

    add a note about rc.d scripts being updated
Delta File
+5 -1 sysutils/xentools42/MESSAGE
+5 -1 1 file

FreeBSD Ports — head/graphics/graphite2 distinfo Makefile

Update to 1.2.1
Delta File
+2 -2 head/graphics/graphite2/distinfo
+1 -1 head/graphics/graphite2/Makefile
+3 -3 2 files

LLVM — llvm/trunk/lib/Target/ARM ARMISelLowering.cpp, llvm/trunk/lib/Target/ARM/AsmParser ARMAsmParser.cpp

Replace some bit operations with simpler ones. No functionality change.
Delta File
+7 -9 llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
+1 -2 llvm/trunk/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+1 -1 llvm/trunk/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
+9 -12 3 files

LLVM — llvm/trunk/lib/Target/Sparc SparcInstr64Bit.td README.txt, llvm/trunk/test/CodeGen/SPARC 64cond.ll 64bit.ll

Don't use %g0 to materialize 0 directly.

The wired physreg doesn't work on tied operands like on MOVXCC.

Add a README note to fix this later.
Delta File
+11 -0 llvm/trunk/test/CodeGen/SPARC/64cond.ll
+0 -4 llvm/trunk/lib/Target/Sparc/SparcInstr64Bit.td
+1 -1 llvm/trunk/test/CodeGen/SPARC/64bit.ll
+2 -0 llvm/trunk/lib/Target/Sparc/README.txt
+14 -5 4 files

OpenBSD — regress/usr.bin/mandoc/mdoc/Bl nested.in tag.in, usr.bin/mandoc mdoc_man.c

    Support .Bl -offset in -mdoc -Tman.
    Issue found when Thomas Klausner <wiz at NetBSD dot org> made me
    look at the manuals of his http://www.nih.at/libzip library.
Delta File
+22 -4 usr.bin/mandoc/mdoc_man.c
+10 -1 regress/usr.bin/mandoc/mdoc/Bl/nested.in
+9 -1 regress/usr.bin/mandoc/mdoc/Bl/tag.in
+8 -1 regress/usr.bin/mandoc/mdoc/Bl/nested.out_ascii
+7 -1 regress/usr.bin/mandoc/mdoc/Bl/tag.out_ascii
+56 -8 5 files

FreeBSD Ports — head/net/tigervnc Makefile pkg-plist

- Add missing dependency on x11/xkeyboard-config and x11/xkbcomp
- Move xorg-macros from BUILD_DEPENDS to USE_XORG
- Install desktop entry file with vncviewer
- Add LICENSE
- Cleanup CONFIGURE_ARGS

PR:                ports/178602
Submitted by:        Koichiro IWAO <meta+ports at vmeta.jp> (maintainer)
Delta File
+16 -5 head/net/tigervnc/Makefile
+5 -0 head/net/tigervnc/pkg-plist
+21 -5 2 files

pkgng — libpkg elfhints.c

    Merge pull request #501 from zxombie/master
    
    pkg fails to register a package with NFS root
Delta File
+5 -2 libpkg/elfhints.c
+5 -2 1 file

OpenBSD — usr.bin/mandoc mdoc_man.c

    Move printing of the .RS macro into print_offs() such that print_offs()
    takes care of printing the whole line.  This reduces code duplication -
    in particular after the upcoming commit to repair .Bl -offset -
    and makes print_offs() more similar to what print_width() does.
    No functional change.
Delta File
+5 -5 usr.bin/mandoc/mdoc_man.c
+5 -5 1 file

OpenBSD — lib/libc/sys kill.2

    If pid<0, kill() won't fail with EPERM unless none of the target processes
    could be signaled.
Delta File
+4 -4 lib/libc/sys/kill.2
+4 -4 1 file

pkgng — libpkg elfhints.c

    Fix scan_dirs_for_shlibs on NFS, the d_type field may be DT_UNKNOWN.
Delta File
+5 -2 libpkg/elfhints.c
+5 -2 1 file

LLVM — llvm/trunk/lib/Target/Sparc SparcInstr64Bit.td, llvm/trunk/test/CodeGen/SPARC 64cond.ll

Select i64 values with %icc conditions.
Delta File
+11 -0 llvm/trunk/test/CodeGen/SPARC/64cond.ll
+5 -0 llvm/trunk/lib/Target/Sparc/SparcInstr64Bit.td
+16 -0 2 files

pkgsrc — lang/python27 PLIST.Darwin, lang/python32 PLIST.Darwin

    dylib entry not needed in PLIST.Darwin
Delta File
+1 -2 lang/python27/PLIST.Darwin
+1 -2 lang/python32/PLIST.Darwin
+1 -2 lang/python33/PLIST.Darwin
+3 -6 3 files

FreeBSD Ports — head/games/wordplay Makefile

- Convert to optionsNG
- Pass maintainership to submitter

PR:                ports/173188
Submitted by:        nemysis at gmx.ch
Delta File
+10 -9 head/games/wordplay/Makefile
+10 -9 1 file

LLVM — llvm/trunk/lib/Support/Unix Memory.inc

Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>

This fixes a bootstrapping problem with builds for Apple ARM targets.
Clang had the wrong prototype for __clear_cache with ARM targets.  Rafael
fixed that in clang svn r181784 and r181810, but without those changes,
we can't build this code for ARM because clang reports an error about the
declaration in Memory.inc not matching the builtin declaration. Some of our
buildbots need to use an older compiler that doesn't have the clang fix.
Since __clear_cache is never used here when __APPLE__ is defined, I'm just
conditionalizing the declaration to match that. I also moved the declaration
of sys_icache_invalidate inside the conditional for __APPLE__ while I was at
it.
Delta File
+3 -0 llvm/trunk/lib/Support/Unix/Memory.inc
+3 -0 1 file

LLVM — llvm/trunk/lib/Target/Sparc SparcInstr64Bit.td, llvm/trunk/test/CodeGen/SPARC 64cond.ll

Add floating point selects on %xcc predicates.
Delta File
+22 -0 llvm/trunk/test/CodeGen/SPARC/64cond.ll
+10 -0 llvm/trunk/lib/Target/Sparc/SparcInstr64Bit.td
+32 -0 2 files

OpenBSD — distrib/sets/lists/man mi, share/man/man4 wdsc.4 Makefile

    Switch mvme68k to MI wdsc(4) driver. Tested on MVME147.
Delta File
+0 -2,678 sys/arch/mvme68k/dev/sbic.c
+328 -171 sys/arch/mvme68k/dev/wdsc.c
+0 -433 sys/arch/mvme68k/dev/sbicreg.h
+0 -286 sys/arch/mvme68k/dev/i82586.h
+0 -201 sys/arch/mvme68k/dev/sbicvar.h
+71 -0 share/man/man4/wdsc.4
+7 -120 6 files not shown
+406 -3,889 12 files

LLVM — llvm/trunk/lib/Target/Sparc SparcInstrInfo.td SparcInstr64Bit.td, llvm/trunk/test/CodeGen/SPARC 64cond.ll

Implement SPselectfcc for i64 operands.

Also clean up the arguments to all the MOVCC instructions so the
operands always are (true-val, false-val, cond-code).
Delta File
+25 -26 llvm/trunk/lib/Target/Sparc/SparcInstrInfo.td
+11 -0 llvm/trunk/test/CodeGen/SPARC/64cond.ll
+6 -1 llvm/trunk/lib/Target/Sparc/SparcInstr64Bit.td
+42 -27 3 files

LLVM — llvm/trunk/unittests/ExecutionEngine/MCJIT MCJITTestAPICommon.h MCJITCAPITest.cpp

SubArch support in MCJIT unittest
Delta File
+17 -3 llvm/trunk/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h
+7 -0 llvm/trunk/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
+7 -0 llvm/trunk/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
+31 -3 3 files

LLVM — llvm/trunk/lib/Target/Sparc SparcRegisterInfo.cpp SparcRegisterInfo.td, llvm/trunk/test/CodeGen/SPARC 2011-01-19-DelaySlot.ll

[Sparc] Rearrange integer registers' allocation order so that register allocator will use 
I and G registers before using L and O registers.

Also, enable registers %g2-%g4 to be used in application and %g5 in 64 bit mode.
Delta File
+16 -4 llvm/trunk/lib/Target/Sparc/SparcRegisterInfo.cpp
+7 -6 llvm/trunk/lib/Target/Sparc/SparcRegisterInfo.td
+1 -1 llvm/trunk/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
+24 -11 3 files

OpenBSD Ports — devel/p5-Test-Perl-Critic Makefile distinfo

    regen distinfo and don't USE_GROFF
Delta File
+3 -4 devel/p5-Test-Perl-Critic/Makefile
+0 -3 devel/p5-Test-Perl-Critic/distinfo
+3 -7 2 files

OpenBSD Ports — devel/p5-Perl-Critic Makefile distinfo, devel/p5-Perl-Critic/pkg PLIST

    update to Perl-Critic-1.118, don't USE_GROFF
Delta File
+10 -3 devel/p5-Perl-Critic/pkg/PLIST
+5 -6 devel/p5-Perl-Critic/Makefile
+2 -5 devel/p5-Perl-Critic/distinfo
+17 -14 3 files