non port: devel/valgrind/Makefile |
SVNWeb
|
Number of commits found: 118 (showing only 100 on this page) |
Wed, 20 Sep 2023
|
[ 11:42 Fernando Apesteguía (fernape) Author: Paul Floyd ] 3d864ab
devel/valgrind: patch for ifuncs
The work for simd support uses @gnu_indirect_function. When Valgrind sees
binaries using such function it expects to have its own ifunc_handler. Until now
there wasn't one for FreeBSD so Valgrind terminates with an abort.
This patch merges the fix maintainer and creator made upstream.
PR: 273955
Reported by: pjfloyd@wanadoo.fr (maintainer)
|
Mon, 21 Aug 2023
|
[ 17:49 Fernando Apesteguía (fernape) Author: Paul Floyd ] 9318c43
devel/valgrind: do not strip binaries
Valgrind binaries should not be stripped (at least, not the preload shared
libs).
PR: 273243
Reported by: pjfloyd@wanadoo.fr (maintainer)
|
Sun, 30 Apr 2023
|
[ 18:41 Robert Clausecker (fuz) Author: Paul Floyd ] 57c987a
devel/valgrind: update to 3.21
There are a couple of new python scripts for gdb integration.
Some of the post-processing tools have switched from Perl and C
to Python (minimum 3.9).
Changelog:
https://sourceware.org/git/?p=valgrind.git;a=blob;f=NEWS;h=342a733650a7247ebc0ba0da91cfa802440fc319;hb=HEAD
PR: 271126
|
Mon, 31 Oct 2022
|
[ 13:44 Joseph Mingrone (jrm) ] 84b31e6
devel/valgrind{,-devel}: Use option helpers; pet port{clippy,fmt}
Approved by: pjfloyd@wanadoo.fr (maintainer)
Differential Revision: https://reviews.freebsd.org/D37201
|
Thu, 27 Oct 2022
|
[ 10:15 Nuno Teixeira (eduardo) Author: Paul Floyd ] 0417ff0
devel/valgrind: Update to 3.20.0
- Several fixes for FreeBSD, most importantly changes to auxv on
FreeBSD 14
ChangeLog: https://valgrind.org/docs/manual/dist.news.html
PR: 267383
MFH: 2022Q4 (bugfixes)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 14 Apr 2022
|
[ 08:41 Li-Wen Hsu (lwhsu) Author: Paul Floyd ] 4943699
devel/valgrind: Update to 3.19.0
Release notes: https://valgrind.org/docs/manual/dist.news.html
PR: 263245
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Mon, 18 Oct 2021
|
[ 19:03 Li-Wen Hsu (lwhsu) Author: Paul Floyd ] 7faf3ca
devel/valgrind: Update to 3.18.1 and switch to use sourceware
The FreeBSD port of Valgrind has now been merged upstream and a new
release of Valgrind is out, 3.18.1. This updates Makefile, distinfo and
pkg-descr to reflect that.
Also remove pkg-message which has been incorrect and obsolete for a fair time.
PR: 259224
|
Sat, 25 Sep 2021
|
[ 20:28 Bernhard Froehlich (decke) ] f241d20
devel/valgrind: Add CPE information
Approved by: portmgr (blanket)
|
Mon, 19 Apr 2021
|
[ 08:00 Tobias Kortkamp (tobik) ] 1bf865f (Only the first 10 of 52 ports in this commit are shown above. )
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines. Instead of implementing
that just clean up the 51 ports that do this.
PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
|
Fri, 9 Apr 2021
|
[ 15:06 Antoine Brodin (antoine) ] 2b3c7a8
devel/valgrind: fix PKGBASE collision
|
Thu, 8 Apr 2021
|
[ 22:36 Jung-uk Kim (jkim) Author: Paul Floyd ] 4395c84
devel/valgrind: Update to be based on release version of Valgrind 3.17
Also, re-assign the submitter as maintainer.
PR: 254506
Approved by: zeising (maintainer)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 14 Mar 2021
|
[ 03:24 yuri ]
devel/valgrind: Mark broken.
|
Fri, 21 Feb 2020
|
[ 06:58 dim ]
devel/valgrind(-devel): Fix compiler version detection hopefully forever
Every time a compiler major version is bumped, we run into this exact
same error:
===> Configuring for valgrind-3.10.1.20160113_7,1
...
checking for a supported version of gcc... no (10.0.0)
configure: error: please use gcc >= 3.0 or clang >= 2.9
Attempt to fix this for all versions in the future.
Other fix included: don't use undefined behavior to implement offsetof,
just use the official builtin function instead.
Approved by: zeising (maintainer)
MFH: 2020Q1
|
Sun, 10 Mar 2019
|
[ 11:29 zeising ]
Grab valgrind ports
Grab valgrind ports, I know people outside the project who are interested in
this. Grab it in the interim.
If you are interested in helping out, please let me know!
|
Sat, 9 Mar 2019
|
[ 03:35 bdrewery ]
Drop maintainership
|
Sun, 24 Feb 2019
|
[ 13:56 novel ]
devel/valgrind: add missing field to stat64 struct and fix debug logging
- Add missing st_birthtim field to vki_stat64 struct [2]
- Fix debug logging (valgrind -v -v -v -d -d -d),
based on upstream commits:
* https://sourceware.org/git/?p=valgrind.git;a=commit;h=6b92194ac
* https://sourceware.org/git/?p=valgrind.git;a=commit;h=f06f0f718
- Bump PORTREVISION
PR: 234759 [1]
Submitted by: novel [1]
Submitted by: markj [2]
Approved by: maintainer timeout
|
Tue, 30 Oct 2018
|
[ 05:04 yuri ]
devel/valgrind: Change from net/mpich2 to net/mpich
PR: 231639
Approved by: bdrewery (maintainer's timeout; 36 days)
|
Mon, 30 Oct 2017
|
[ 17:13 bdrewery ]
Add support for ino64.
PR: 219715
Submitted by: novel
|
Wed, 3 May 2017
|
[ 22:07 bdrewery ]
Allow valgrind to build with Clang again.
This resolves runtime issues with deciphering clang-built binaries
using a newer dwarf format.
Reported by: adrian, dim
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Thu, 2 Jun 2016
|
[ 20:34 asomers ]
Add a MANPAGES knob to devel/valgrind{-devel}
devel/valgrind/Makefile
devel/valgrind/pkg-plist
devel/valgrind-devel/Makefile
devel/valgrind-devel/pkg-plist
Add a MANPAGES option. valgrind's man pages are built with
docbook-xml, which has lots of dependencies. Disabling MANPAGES will
speed the build.
Reviewed by: bdrewery, brd
Approved by: bdrewery (ports, maintainer)
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D6667
|
Tue, 19 Apr 2016
|
[ 20:03 bdrewery ]
- Update to 3.10.1
- Add pipe(2) syscall
- Add cpuset_getaffinity(2) syscall
- Support arguments for cpuset_setaffinity(2) syscall
- sendfile(2) syscall fixes
- getsockopt(2) syscall fixes
- Add missing fcntl(2) handlers [1]
- Add missing jail syscalls [2]
- Add missing kldload syscalls [3]
- Add missing accept4(2) syscall [4]
PR: 196451 [1]
Obtained
from: https://bitbucket.org/stass/valgrind-freebsd/issues/15/missing-fcntl-commands
[1]
PR: 152899 [2]
Obtained
from: https://bitbucket.org/stass/valgrind-freebsd/pull-requests/10/implement-some-of-the-jails-syscalls/diff
[2]
Obtained
from: https://bitbucket.org/stass/valgrind-freebsd/pull-requests/11/fix-issue-25-add-kldload-kldunload-kldfind/diff
[3]
Obtained
from: https://bitbucket.org/stass/valgrind-freebsd/pull-requests/8/fix-issue-21-accept4-is-unimplemented-on/diff
[4]
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 26 Feb 2016
|
[ 18:25 bdrewery ]
Take back maintainership
|
Tue, 29 Dec 2015
|
[ 14:30 mat ] (Only the first 10 of 84 ports in this commit are shown above. )
Cleanup GH_* and variables order.
Sponsored by: Absolight
|
Fri, 13 Nov 2015
|
[ 13:35 demon ]
Add a patch for "unhandled sysarch cmd 132" error.
PR: 202766
Submitted by: Julien Nadeau <vedge@hypertriton.com>
|
Mon, 23 Mar 2015
|
[ 18:35 bdrewery ]
- Fix 32BIT build
- Fix plist under 32bit builds
- Fix build on 84amd64 by using GCC. Stass has suggested to me that
using clang may result in a broken runtime anyhow.
The error encountered was the one logged in r350881 about missing 'rdtscp'
instruction.
- Fix build occuring during 'make stage' phase.
|
Mon, 23 Feb 2015
|
[ 18:10 bdrewery ]
Update to checkin 963c4a777573 from stass' bitbucket, which is 3.10.0.
|
Thu, 13 Nov 2014
|
[ 18:42 bdrewery ]
Release maintainership
|
Wed, 16 Jul 2014
|
[ 07:59 bapt ]
Fix non default LIB_DEPENDS
With hat: portmgr
|
Tue, 15 Jul 2014
|
[ 14:36 adamw ] (Only the first 10 of 25 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Wed, 21 May 2014
|
[ 07:24 pi ]
devel/valgrind: USES=tar:bzip2, shebangfix
Approved by: maintainer (by mail), portmgr (blanket approval), jadawin (mentor)
|
Wed, 22 Jan 2014
|
[ 23:02 bdrewery ]
- Use DISTVERSIONPREFIX instead of changing DISTNAME
Suggested by: bapt
|
[ 18:11 bdrewery ]
- Bump PORTREVISION to ensure rebuild after HEAD r260290 to fix
on head, stable/10
PR: ports/185292
Reported by: Robert David <robert.david.public@gmail.com>
|
Wed, 9 Oct 2013
|
[ 13:23 bdrewery ]
- Rename devel/valgrind-snapshot to devel/valgrind-devel to follow port
naming conventions
- Convert to staging
|
[ 12:57 bdrewery ]
- Convert to staging
|
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:36 bdrewery ]
- Fix typo
Reported by: freshports
|
[ 14:34 bdrewery ]
- Convert to new options helpers
- Remove bsd.port.post.mk
|
Sat, 8 Jun 2013
|
[ 11:42 bdrewery ]
- Update to 3.8.1
Tested by: Yuri <yuri@rawbw.com>
Obtained from: https://bitbucket.org/stass/valgrind-freebsd
|
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
|
Mon, 17 Dec 2012
|
[ 18:39 bdrewery ]
- Update to 3.8.0
|
Tue, 4 Dec 2012
|
[ 21:43 bdrewery ]
- Add LICENSE
Feature safe: yes
|
[ 21:22 bdrewery ]
- Add an extra mirror
- Remove ABI version from LIB_DEPENDS
- Remove indefinite article from COMMENT
Feature safe: yes
|
Sat, 1 Dec 2012
|
[ 02:10 bdrewery ]
- Restore header attribution due to being removed
while the policy was unclear
Feature safe: yes
|
Fri, 31 Aug 2012
|
[ 20:11 bdrewery ]
- Add missing manpages for 3.7.0 [1]
- Fix build with clang [2]
- Fix plist issue
- Remove Makefile header
- Take maintainership
PR: ports/153386 [1]
Reported by: Raphael Kubo da Costa <kubito@gmail.com> [1]
PR: ports/169112 [2]
Submitted by: Lee Thomas <lee_thomas@aslantools.com> [2]
Approved by: eadler (mentor)
|
Mon, 20 Aug 2012
|
[ 07:23 erwin ]
Mark BROKEN on i386: leaves files behind on deinstallation
Submitted by: pointyhat
|
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.
|
Fri, 8 Jun 2012
|
[ 18:08 sylvio ]
- Update to 3.7.0
- Change to new optionsNG
PR: ports/168771
Submitted by: Denis Generalov <gd@rambler-co.ru>
|
Wed, 9 May 2012
|
[ 00:18 delphij ]
Backport two revisions from Valgrind svn to fix crash when debugging
binaries built with GCC 4.6+:
r11856 | tom | 2011-07-05 02:22:32 -0700 (Tue, 05 Jul 2011) | 2 lines
Implement some extra DWARF ops that gcc 4.6.1 seems to use. Fixes #275284.
r11904 | tom | 2011-07-21 08:07:26 -0700 (Thu, 21 Jul 2011) | 2 lines
DWARF comparisons should be signed. Patch from Jakub Jelinek.
Submitted by: Tom Russo <tvrusso sandia.gov>
PR: ports/166341
|
Sat, 3 Dec 2011
|
[ 19:27 scheidell ]
-The base __aligned attribute no longer exists in gcc46+
-patch uses __attribute__ which is upward compatible with gcc42+
PR: ports/156881
Submitted by: Zhihao Yuan <lichray@gmail.com>
Approved by: maintainer(timeout), gaboe(mentor)
Feature safe: yes
|
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).
|
Wed, 27 Apr 2011
|
[ 09:51 stas ]
- Update to revision 2. This update includes fixes for setcontext/getcontext
routines.
|
Wed, 20 Apr 2011
|
[ 04:45 stas ]
- Udpdate to a new 3.6.1 snapshot.
Changes:
- Implement shm_unlink wrapper.
- Add support for SHM_ANON shm_open(2) path.
- Fix sycalls 0 and 198 (__syscall) handling.
|
Sat, 16 Apr 2011
|
[ 08:02 stas ]
- Update valgrind to 3.6.1.
This is a bugfix release.
|
Sun, 14 Nov 2010
|
[ 22:00 thierry ]
Chase the upgrade of MPICH2.
|
Sun, 24 Oct 2010
|
[ 06:16 stas ]
- Update to revision 2:
- getfsstat syscall handling
- merge in forgotten changes from p4 (shmctl handling).
|
Sat, 23 Oct 2010
|
[ 22:29 stas ]
- Update to revision 1.
Changelog:
- Add shm_open syscall handler implementation.
Submitted by: Jerry Toung <jrytoung@gmail.com>
|
[ 09:07 stas ]
- Update to 3.6.0.
|
Fri, 15 Oct 2010
|
[ 08:07 stas ]
- Fix shmat syscall wrapper [1].
- Implement shmctl syscall wrapper.
PR: ports/149621 [1]
Submitted by: Stephen Sanders <ssanders@opnet.com> [1]
|
Thu, 16 Sep 2010
|
[ 23:12 stas ]
- Update to revision 3.
- Add support for syscall 510 (new _semctl).
Submitted by: Brian Fundakowski Feldman <bfeldman@hammers.com>
|
Tue, 13 Jul 2010
|
[ 01:54 stas ]
- Update to 3.5.0-2:
- Fix build of MPI wrappers [1]
- Fix LDT handling in i386 case.
- Fix socketpair(2) syscall wrapper.
PR: ports/144067 [1]
Reported by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> [1]
|
Wed, 21 Oct 2009
|
[ 16:55 stas ]
- Update to newer snapshot fro P4.
|
Sat, 26 Sep 2009
|
[ 19:04 stas ]
- Bump PORTREVISION as the revision numbering scheme has changed.
- Reformat pkg-descr for lines to not exceed 80 characters.
Pointed out by: bsam
Feature safe: yes
|
[ 15:42 stas ]
- Remove the bogus PKGNAMESUFFIX that erroneously went in.
Pointy hat to: me
Feature safe: yes
|
Fri, 25 Sep 2009
|
[ 18:14 stas ]
- Do not try to build 32-bit support on amd64 if 32-bit libraries are not
available.
Suggested by: koitsu
Feature safe: yes
|
[ 14:43 stas ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update to version 3.5.0.
Feature safe: yes
|
Fri, 7 Aug 2009
|
[ 11:30 stas ]
- Take maintainership.
|
Sun, 10 May 2009
|
[ 18:17 beat ]
- Fix build with NOPORTDOCS
Approved by: miwi (mentor, implicit)
|
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:06 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
|
Number of commits found: 118 (showing only 100 on this page) |