| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: devel/valgrind/Makefile |
|
CVSWeb
|
Number of commits found: 31 |
|
Tue, 23 Sep 2008
|
[ 08:02 barner ]
1.29 devel/valgrind-snapshot/Makefile
1.31 devel/valgrind/Makefile
- Fix build from within jails
PR: ports/127015
Submitted by: Alexander Churanov
Approved by: portmgr (erwin)
|
|
Thu, 21 Aug 2008
|
[ 07:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
|
Wed, 20 Aug 2008
|
[ 01:57 ade ]
1.1670 MOVED
1.23 archivers/arj/Makefile
1.62 archivers/gtar/Makefile
1.7 archivers/torrentzip/Makefile
1.8 astro/gpsbabel/Makefile
1.2 audio/audiere/Makefile
1.22 audio/bmp-faad/Makefile
1.10 audio/bmp-mac/Makefile
1.8 audio/bmp-musepack/Makefile
1.32 audio/faac/Makefile
(Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
|
Sat, 17 May 2008
|
[ 20:04 barner ]
1.26 devel/valgrind-snapshot/Makefile
1.28 devel/valgrind/Makefile
Fix build on FreeBSD 7.
Requested by: many
PR: ports/116513 [1],
ports/123711 [2]
Submitted by: Bruce Cran <bruce@cran.org.uk> [1],
delphij [2]
|
|
Sun, 11 May 2008
|
[ 20:37 pav ]
1.25 devel/valgrind-snapshot/Makefile
1.27 devel/valgrind/Makefile
- Mark BROKEN on 7.x
Reported by: pointyhat
|
|
Sat, 9 Feb 2008
|
[ 12:06 erwin ]
1.26 devel/valgrind/Makefile
Mark IGNORE on 8.0: unsupported.
|
|
Fri, 5 Oct 2007
|
[ 00:08 edwin ]
1.168 databases/postgresql80-server/Makefile
1.10 devel/pecl-statgrab/Makefile
1.23 devel/valgrind-snapshot/Makefile
1.25 devel/valgrind/Makefile
1.14 emulators/vmware-guestd3/Makefile
1.28 emulators/vmware-guestd4/Makefile
1.46 emulators/vmware-guestd6/Makefile
1.56 security/drweb/Makefile
1.20 www/mozilla/bsd.gecko.mk
1.28 security/drweb/pkg-plist
Remove always true/always false OSVERSION conditions.
|
|
Thu, 4 Oct 2007
|
[ 01:41 edwin ]
1.30 devel/ZendOptimizer/Makefile
1.31 devel/allegro-devel/Makefile
1.31 devel/allegro/Makefile
1.68 devel/apr/Makefile
1.5 devel/codeblocks/Makefile
1.11 devel/cppadvio/Makefile
1.44 devel/cvsd/Makefile
1.25 devel/cvsnt/Makefile
1.13 devel/gtkmozedit/Makefile
1.4 devel/jtag/Makefile
(Only the first 10 of 35 ports in this commit are shown above. )
Remove always-false/true conditions based on OSVERSION 500000
|
|
Sun, 30 Sep 2007
|
[ 05:47 linimon ]
1.22 archivers/arj/Makefile
1.6 archivers/torrentzip/Makefile
1.17 audio/bmp-faad/Makefile
1.7 audio/bmp-mac/Makefile
1.4 audio/bmp-musepack/Makefile
1.29 audio/faac/Makefile
1.44 audio/faad/Makefile
1.9 audio/libtremor/Makefile
1.8 audio/lmms/Makefile
1.10 audio/mt-daapd/Makefile
(Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
|
Sat, 8 Sep 2007
|
[ 01:59 linimon ]
1.35 devel/p5-PAR/Makefile
1.11 devel/p5-PCSC-Card/Makefile
1.2 devel/p5-PHP-Serialization/Makefile
1.5 devel/p5-POE-API-Hooks/Makefile
1.10 devel/p5-POE-API-Peek/Makefile
1.4 devel/p5-POE-Component-Child/Makefile
1.6 devel/p5-POE-Component-Daemon/Makefile
1.4 devel/p5-POE-Component-DebugShell/Makefile
1.4 devel/p5-POE-Component-RSSAggregator/Makefile
1.4 devel/p5-POE-Devel-Profiler/Makefile
(Only the first 10 of 127 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
|
Thu, 4 May 2006
|
[ 22:41 edwin ]
1.12 databases/cyrus-imspd/Makefile
1.3 databases/cyrus-smlacapd/Makefile
1.63 databases/db3/Makefile
1.56 databases/db4/Makefile
1.10 databases/dbf/Makefile
1.12 databases/dbmetrix/Makefile
1.5 databases/dbow/Makefile
1.14 databases/dbtool/Makefile
1.15 databases/dbview/Makefile
1.37 databases/firebird-devel/Makefile
(Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
|
Mon, 20 Feb 2006
|
[ 13:07 barner ]
1.18 devel/valgrind-snapshot/Makefile
1.20 devel/valgrind/Makefile
1.3 devel/valgrind-snapshot/files/patch-coregrind_vg_syscalls.c
1.3 devel/valgrind/files/patch-coregrind_vg_syscalls.c
- SHM fix: Silence erroneous warnings on X server initialization
- Bump PORTREVISION
Submitted by: anholt
|
|
Thu, 20 Oct 2005
|
[ 11:41 barner ]
1.17 devel/valgrind-snapshot/Makefile
1.19 devel/valgrind/Makefile
1.2 devel/valgrind-snapshot/files/patch-coregrind_vg_syscalls.c
1.2 devel/valgrind/files/patch-coregrind_vg_syscalls.c
- Add support for uuidgen(2) system call
- Bump PORTREVISION
Submitted by: rodrigc
PR: ports/87697
|
|
Tue, 20 Sep 2005
|
[ 01:40 barner ]
1.16 devel/valgrind-snapshot/Makefile
1.18 devel/valgrind/Makefile
1.1 devel/valgrind-snapshot/files/patch-Makefile.am
1.1 devel/valgrind/files/patch-Makefile.am
1.3 devel/valgrind-snapshot/files/patch-configure
1.3 devel/valgrind/files/patch-configure
1.1 devel/valgrind-snapshot/files/patch-configure.in
1.1 devel/valgrind/files/patch-configure.in
1.2 devel/valgrind-snapshot/files/patch-coregrind-vg_signals.c
1.1 devel/valgrind-snapshot/files/patch-coregrind_Makefile.am
(Only the first 10 of 18 ports in this commit are shown above. )
- Fix on FreeBSD 6 and above: [1] [2]
Valgrind did not handle the following sysarch calls, and thus crashed
immediately
o get_fsbase
o set_fsbase
o get_gsbase
o set_fsbase
- Valgrind no longer dumps core when its client application does. [2]
Valgrind-snapshot does contain for safing the client's core dump,
but it does not work (it resulted in a crash) and has therefore been
disabled.
(Only the first 15 lines of the commit message are shown above )
|
|
Thu, 11 Aug 2005
|
[ 14:26 barner ]
1.15 devel/valgrind-snapshot/Makefile
1.17 devel/valgrind/Makefile
- Mark valgrind ports IGNORE when /proc is not mounted, previously, only
a warning was printed.
A mounted procfs is a runtime dependency of valgrind, but since the
implementation of automatic suppression file generation the valgrind
binary is run in the post-install stage.
- An exception needs to be made for the ports cluster: The machine compiling
the list of IGNOREd ports does not have a mounted /proc, so the check (and
the generation of supression files is disabled there).
Users who want to suppress false positives in valgrinds output should build
the port instead of installing the package (so the rules can be customized to
their specific installation).
Reported by: Paul Ledbetter III <aeacides@gmail.com>
Approved by: portmgr (kris)
|
|
Thu, 19 May 2005
|
[ 17:56 barner ]
1.14 devel/valgrind-snapshot/Makefile
1.16 devel/valgrind/Makefile
Fix generation of suppression files: Valgrind puts parts of its output
on stderr, so the redirection into a file did not work.
Submitted by: Eugene Kilachkoff <zeus@samaramail.ru>
PR: ports/81249
|
|
Tue, 12 Apr 2005
|
[ 04:26 obrien ]
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile
(Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
|
Mon, 11 Apr 2005
|
[ 09:04 obrien ]
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile
(Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
Mon, 28 Feb 2005
|
[ 13:05 barner ]
1.2 audio/p5-Audio-WMA/Makefile
1.2 audio/p5-Ogg-Vorbis-Header/Makefile
1.21 devel/boost/Makefile
1.4 devel/callgrind/Makefile
1.4 devel/kcachegrind/Makefile
1.4 devel/stlfilt/Makefile
1.11 devel/valgrind-snapshot/Makefile
1.13 devel/valgrind/Makefile
1.11 editors/mlview/Makefile
1.13 games/clanbomber/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
Change email address in ports maintained by me to barner@FreeBSD.org
Approved by: arved (mentor)
|
|
Mon, 27 Dec 2004
|
[ 11:41 vs ]
1.10 devel/valgrind-snapshot/Makefile
1.12 devel/valgrind/Makefile
1.3 devel/valgrind/pkg-message
1.4 devel/valgrind-snapshot/pkg-plist
1.4 devel/valgrind/pkg-plist
- Add some suppression files & fix packaging[1]
(bump PORTREV)
- Warn if USER_LDT is not present in 4.x-kernel [2]
PR: ports/71832 [1]; ports/75436 [2]
Submitted by: Frerich Raabe; maintainer
|
|
Thu, 9 Dec 2004
|
[ 23:08 pav ]
1.9 devel/valgrind-snapshot/Makefile
1.11 devel/valgrind/Makefile
1.1 devel/valgrind-snapshot/files/patch-coregrind-vg_proxylwp.c
1.1 devel/valgrind/files/patch-coregrind-vg_proxylwp.c
- Starting from some point after FreeBSD 5.2.1, valgrind did not terminate
correctly, but got stuck in state ``umtx''. This was mentioned on the lists
and in kern/68992 [closed], but I was never able to fix the problem.
On FreeBSD >= 502120, the kernel's and valgrind's definition of
UMTX_CONTESTED flag were out of sync, which is why valgrind did not terminate
on these systems.
PR: ports/74903
Submitted by: Simon Barner <barner@gmx.de> (maintainer)
|
|
Wed, 8 Dec 2004
|
[ 19:36 pav ]
1.8 devel/valgrind-snapshot/Makefile
1.10 devel/valgrind/Makefile
- Take care of leftover pkgconfig directory
PR: ports/74818
Submitted by: Simon Barner <barner@gmx.de> (maintainer)
|
|
Thu, 2 Sep 2004
|
[ 06:15 sem ]
1.9 devel/valgrind/Makefile
Remove junk from Makefile.
Reported by: Amir Shalem <amir(at)boom.org.il>
|
|
Wed, 1 Sep 2004
|
[ 17:27 sem ]
1.516 MOVED
1.1688 devel/Makefile
1.3 devel/callgrind/Makefile
1.3 devel/calltree/Makefile
1.3 devel/kcachegrind/Makefile
1.7 devel/valgrind-snapshot/Makefile
1.8 devel/valgrind/Makefile
1.2 devel/callgrind/distinfo
1.2 devel/calltree/distinfo
1.1 devel/kcachegrind/files/patch-aclocal.m4
(Only the first 10 of 24 ports in this commit are shown above. )
Rename devel/calltree to callgrind.
Update it to 0.9.8.
Update related ports.
PR: ports/70936
Submitted by: maintainer
|
|
Fri, 6 Aug 2004
|
[ 13:36 lofi ]
1.6 devel/valgrind-snapshot/Makefile
1.7 devel/valgrind/Makefile
Correct CONFLICTS. valgrind-snapshot conflicts with every version of
valgrind, not just 352.
|
[ 13:25 lofi ]
1.5 devel/valgrind-snapshot/Makefile
1.6 devel/valgrind/Makefile
Instead of just checking for PACKAGE_BUILDING, don't let the check for
procfs stop the portbuild at all. Displaying a warning is fine, breaking
the build over a runtime requirement that does not break building the port
is not.
|
|
Sun, 1 Aug 2004
|
[ 16:20 lofi ]
1.5 devel/valgrind/Makefile
1.2 devel/valgrind/pkg-plist
valgrind installs different files on RELENG_4 & RELENG_5, add some
PLIST_SUB to deal with that.
|
[ 01:45 lofi ]
1.4 devel/valgrind-snapshot/Makefile
1.4 devel/valgrind/Makefile
Disable procfs check on package builders.
|
|
Sun, 25 Jul 2004
|
[ 18:28 pav ]
1.3 devel/valgrind-snapshot/Makefile
1.3 devel/valgrind/Makefile
- Use canonical way to request new Perl
|
[ 18:02 pav ]
1.2 devel/valgrind/Makefile
1.2 devel/valgrind/distinfo
1.2 devel/valgrind/files/patch-rev328
1.2 devel/valgrind/files/patch-rev329
1.2 devel/valgrind/pkg-message
- Update to 352
PR: ports/69553
Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
|
|
Sun, 23 May 2004
|
[ 18:00 krion ]
1.1550 devel/Makefile
1.1 devel/valgrind/Makefile
1.1 devel/valgrind/distinfo
1.1 devel/valgrind/files/patch-rev328
1.1 devel/valgrind/files/patch-rev329
1.1 devel/valgrind/pkg-descr
1.1 devel/valgrind/pkg-message
1.1 devel/valgrind/pkg-plist
Valgrind is a system for debugging and profiling un*x programs.
With the tools that come with Valgrind, you can automatically
detect many memory management and threading bugs, avoiding
hours of frustrating bug-hunting, making your programs more
stable. You can also perform detailed profiling, to speed up
and reduce memory use of your programs.
The Valgrind distribution includes five tools: two memory error
detectors, a thread error detector, a cache profiler and a heap
profiler. Several other tools have been built with Valgrind.
Valgrind was ported to FreeBSD by Doug Rabson (http://www.rabson.org/).
Submitted by: Doug Rabson <dfr@FreeBSD.org> and Simon Barner
<barner@in.tum.de>
|
Number of commits found: 31 |