non port: devel/valgrind-snapshot/Makefile |
SVNWeb
|
Number of commits found: 51 |
Fri, 20 Sep 2013
|
[ 15:58 bdrewery ] (Only the first 10 of 37 ports in this commit are shown above. )
- Add NO_STAGE until validated to be safe for upcoming staging support
|
Tue, 20 Aug 2013
|
[ 11:43 az ]
- Convert to new perl5 framework
Approved by: bdrewery@ (maintainer)
|
Fri, 5 Jul 2013
|
[ 14:32 bdrewery ]
Convert from USE_GMAKE to USES=gmake
|
Thu, 4 Jul 2013
|
[ 16:57 bdrewery ]
- Add 32BIT option to enable/disable 32bit compat
- Add LIB32_PATH to allow overriding where 32bit
libs are installed, default to DESTDIR/usr/lib32/libc.so
PR: ports/179643
Reported by: Garrett Cooper <yaneurabeya@gmail.com>
Submitted by: r4721@tormail.org (based on)
|
Fri, 14 Jun 2013
|
[ 14:34 bdrewery ]
- Convert to new options helpers
- Remove bsd.port.post.mk
|
Wed, 5 Jun 2013
|
[ 13:29 bdrewery ]
Remove unneeded :dist group now that manpages are fixed
|
[ 13:27 bdrewery ]
Update to 3.8.1
|
Thu, 2 May 2013
|
[ 12:30 bdrewery ]
- Fix compatibility with bmake
Submitted by: bapt
|
Tue, 23 Apr 2013
|
[ 10:13 bapt ] (Only the first 10 of 97 ports in this commit are shown above. )
Convert devel to USES=pkgconfig
|
Thu, 18 Apr 2013
|
[ 21:46 bdrewery ]
- Fix runtime behavior due to typo in FreeBSD upstream patch
Submitted by: Yuri <yuri@rawbw.com>
Feature safe: yes
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Tue, 26 Feb 2013
|
[ 12:52 bdrewery ]
- Fix new/delete handling when using libsupc++
- Remove EOL <7.0 IGNORE
Submitted by: Mikolaj Golub <trociny@FreeBSD.org>
Obtained
from: https://bitbucket.org/stass/valgrind-freebsd/issue/7/add-replacements-for-libsupc
|
Wed, 19 Dec 2012
|
[ 05:09 bdrewery ]
- Fix build on amd64 with WITHOUT_LIB32 on 9+
- Use the same check for /usr/lib32/libc.so as the
virtualbox ports for consistency.
PR: ports/174563
Reported by: 4721@hushmail.com
|
Tue, 4 Dec 2012
|
[ 21:47 bdrewery ]
- Update to 3.8.0
- Sync Makefile/pkg-descr with main valgrind port
* Add manpages
* Add LICENSE
* Add MPI OPTION
* Unbreak on 9.0+
* Unbreak with clang
Feature safe: yes
|
Mon, 29 Oct 2012
|
[ 15:06 bdrewery ]
- Take maintainership
- Trim header
Feature safe: yes
|
Thu, 26 Jul 2012
|
[ 05:40 bapt ] (Only the first 10 of 158 ports in this commit are shown above. )
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
Mon, 23 Jul 2012
|
[ 01:33 dougb ] (Only the first 10 of 45 ports in this commit are shown above. )
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
|
Mon, 24 Oct 2011
|
[ 03:33 stas ] (Only the first 10 of 258 ports in this commit are shown above. )
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
|
Sat, 2 Jan 2010
|
[ 14:48 erwin ]
Mark IGNORE on 9.x: unsupported FreeBSD version
|
Tue, 8 Sep 2009
|
[ 10:40 stas ] (Only the first 10 of 14 ports in this commit are shown above. )
- Update valgrind-snapshot to the latest P4 version.
- Take maintainership.
|
Mon, 23 Mar 2009
|
[ 01:01 linimon ] (Only the first 10 of 21 ports in this commit are shown above. )
Reset barner@FreeBSD.org due to several months of inactivity.
Hat: portmgr
|
Mon, 5 Jan 2009
|
[ 19:44 pav ] (Only the first 10 of 103 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Tue, 23 Sep 2008
|
[ 07:02 barner ]
- Fix build from within jails
PR: ports/127015
Submitted by: Alexander Churanov
Approved by: portmgr (erwin)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (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
|
[ 00:57 ade ] (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
|
[ 19:04 barner ]
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
|
[ 19:37 pav ]
- Mark BROKEN on 7.x
Reported by: pointyhat
|
Sat, 9 Feb 2008
|
[ 12:08 erwin ]
Mark IGNORE on 8.0: unsupported
|
Thu, 4 Oct 2007
|
[ 23:08 edwin ]
Remove always true/always false OSVERSION conditions.
|
[ 00:41 edwin ] (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
|
[ 04:47 linimon ] (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
|
[ 00:59 linimon ] (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
|
[ 21:41 edwin ] (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 ]
- SHM fix: Silence erroneous warnings on X server initialization
- Bump PORTREVISION
Submitted by: anholt
|
Thu, 20 Oct 2005
|
[ 10:41 barner ]
- Add support for uuidgen(2) system call
- Bump PORTREVISION
Submitted by: rodrigc
PR: ports/87697
|
Tue, 20 Sep 2005
|
[ 00:40 barner ] (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
|
[ 13:26 barner ]
- 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
|
[ 16:56 barner ]
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
|
[ 03:26 obrien ] (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
|
[ 08:04 obrien ] (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 ] (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 ]
- 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 ]
- 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 ]
- Take care of leftover pkgconfig directory
PR: ports/74818
Submitted by: Simon Barner <barner@gmx.de> (maintainer)
|
Wed, 1 Sep 2004
|
[ 16:27 sem ] (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
|
[ 12:36 lofi ]
Correct CONFLICTS. valgrind-snapshot conflicts with every version of
valgrind, not just 352.
|
[ 12:25 lofi ]
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
|
[ 00:45 lofi ]
Disable procfs check on package builders.
|
Sun, 25 Jul 2004
|
[ 17:28 pav ]
- Use canonical way to request new Perl
|
[ 17:17 pav ]
- Update to 352
PR: ports/69554
Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
|
Sun, 23 May 2004
|
[ 17:40 krion ]
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.
This version is based on a more recent snapshot of
devel/valgrind and supports some older AMD processors.
Submitted by: Doug Rabson <dfr@FreeBSD.org> and Simon Barner
<barner@in.tum.de>
|
Number of commits found: 51 |