non port: devel/abi-compliance-checker/Makefile |
SVNWeb
|
Number of commits found: 65 |
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 )
|
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.
|
Sat, 6 Mar 2021
|
[ 20:45 adridg ]
Update devel/abi-compliance-checker to recent releases
There was an important release of abi-dumper with fixes
in November 2020; otherwise the compatibility results using
"new" style are bogus.
Not taking this port as I don't think it's useful enough on FreeBSD;
clang-compatibility is an issue and parts of the tool demand
gcc 4.5.8 (the port doesn't handle that gracefully either).
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Wed, 29 Mar 2017
|
[ 13:11 mat ]
Convert to GH_TUPLE and use the subdir bit.
Sponsored by: Absolight
|
Wed, 25 Jan 2017
|
[ 16:28 kib ]
Update devel/abi-compliance-checker to the current git snapshot.
The script now depends on two tools abi-dumper and vtable-dumper. The
only purpose of the tools is to provide neccessary services to the
abi-compliance-checker, so I included all of them into the updated
port, instead of providing dependencies.
Sponsored by: The FreeBSD Foundation
Reviewed, tested and approved by: ehaupt
Differential revision: https://reviews.freebsd.org/D9315
|
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.
|
Mon, 27 Jun 2016
|
[ 21:30 rene ] (Only the first 10 of 94 ports in this commit are shown above. )
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary
|
Wed, 25 May 2016
|
[ 15:43 mat ] (Only the first 10 of 83 ports in this commit are shown above. )
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
|
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
|
Mon, 18 May 2015
|
[ 17:07 mat ] (Only the first 10 of 150 ports in this commit are shown above. )
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 18 Aug 2014
|
[ 22:10 antoine ]
Remove a few remaining NOPORTDATA
With hat: portmgr
|
Mon, 9 Jun 2014
|
[ 11:36 bapt ]
Fix shebang for perl files
|
Wed, 26 Feb 2014
|
[ 07:18 miwi ]
- Stage support
|
Fri, 21 Feb 2014
|
[ 13:36 ehaupt ] (Only the first 10 of 54 ports in this commit are shown above. )
Remove trailing whitespaces from category devel
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Fri, 3 Jan 2014
|
[ 00:46 bapt ] (Only the first 10 of 65 ports in this commit are shown above. )
Part 1 at removing now useless FETCH_ARGS redifition
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Tue, 17 Sep 2013
|
[ 06:12 bapt ]
Convert to new perl framework
Submitted by: az
|
Wed, 29 May 2013
|
[ 14:53 bf ]
Update devel/abi-compliance-checker to 1.99,
and devel/api-sanity-autotest to 1.98.4
|
Thu, 7 Feb 2013
|
[ 20:38 bf ]
update to 1.98.8
|
Wed, 16 Jan 2013
|
[ 16:22 bf ]
update a mirror; remove NOPORTDOCS; trim header
|
Fri, 14 Dec 2012
|
[ 21:24 bf ]
update to 1.98.7
|
Tue, 30 Oct 2012
|
[ 06:35 bf ]
update to 1.98.4
Feature safe: yes
|
Sun, 26 Aug 2012
|
[ 15:42 bf ]
update to 1.98.3
|
Wed, 27 Jun 2012
|
[ 05:35 bf ]
update to 1.98.2
|
Sun, 17 Jun 2012
|
[ 16:44 bf ]
update to 1.98.0
|
Wed, 13 Jun 2012
|
[ 04:58 bf ]
update to 1.97.8
|
Wed, 30 May 2012
|
[ 09:22 bf ]
update to 1.97.7
|
Sat, 19 May 2012
|
[ 17:55 bf ]
update to 1.97.5
|
Tue, 24 Apr 2012
|
[ 08:50 bf ]
correct a master site directory
|
Mon, 23 Apr 2012
|
[ 09:36 bf ]
update to 1.97.4
|
Thu, 19 Apr 2012
|
[ 03:34 bf ]
update to 1.97.3
|
Sun, 1 Apr 2012
|
[ 19:03 bf ]
update to 1.97.2; add a mirror
Feature safe: yes
|
Sat, 3 Mar 2012
|
[ 08:54 bf ]
update to 1.96.8
|
Thu, 16 Feb 2012
|
[ 11:46 bf ]
update to 1.96.7
|
Sat, 17 Sep 2011
|
[ 13:07 bf ]
update to 1.94
|
Tue, 30 Aug 2011
|
[ 15:33 bf ]
update to 1.93.7
|
Wed, 24 Aug 2011
|
[ 05:59 bf ]
update to 1.93.6
|
Sun, 7 Aug 2011
|
[ 21:51 bf ]
update to 1.93.3
|
Tue, 5 Jul 2011
|
[ 06:47 bf ]
Update to 1.23.5
|
Wed, 22 Jun 2011
|
[ 15:43 bf ]
update to 1.23.3
|
Sat, 30 Apr 2011
|
[ 23:58 bf ]
Update to 1.21.12
|
Wed, 13 Apr 2011
|
[ 00:54 bf ]
Update to 1.21.11
|
Thu, 24 Mar 2011
|
[ 01:15 bf ]
Update to 1.21.10
|
Mon, 17 Jan 2011
|
[ 22:58 bf ]
Mirror the distfile locally
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes
|
[ 20:31 bf ]
Update to 1.21.9
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes
|
Sat, 30 Oct 2010
|
[ 05:39 bf ]
Update to 1.21.7
Approved by: makc, miwi (mentors, implicit)
|
Sun, 3 Oct 2010
|
[ 13:11 bf ]
Update to 1.21.6
Approved by: makc, miwi (co-mentors, implicit)
|
Sat, 4 Sep 2010
|
[ 12:27 bf ]
update to 1.21.3
Approved by: makc (co-mentor)
|
Fri, 20 Aug 2010
|
[ 04:31 bf ]
Update to 1.21
Approved by: miwi (co-mentor)
|
Fri, 6 Aug 2010
|
[ 17:59 bf ]
update to 1.20
Approved by: makc
|
Thu, 8 Jul 2010
|
[ 12:51 bf ] (Only the first 10 of 33 ports in this commit are shown above. )
Change my ports to use my FreeBSD.org email address.
|
Sun, 9 May 2010
|
[ 08:30 miwi ]
- Update to 1.16
PR: 146428
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
Sun, 2 May 2010
|
[ 08:32 miwi ]
- Update to 1.15
PR: 146191
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
Wed, 17 Feb 2010
|
[ 20:40 lwhsu ]
- Update to 1.13
PR: ports/144048
Submitted by: bf <bf1783 AT gmail.com> (maintainer)
Feature safe: yes
|
Mon, 9 Nov 2009
|
[ 10:40 arved ]
Update to 1.10
PR: 140406
Submitted by: maintainer
|
Wed, 21 Oct 2009
|
[ 11:46 miwi ]
- Update to 1.9
PR: 139809
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
Sun, 11 Oct 2009
|
[ 12:50 miwi ]
- Update to 1.8
PR: 139421
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
Fri, 18 Sep 2009
|
[ 10:08 miwi ]
- Update to 1.7
PR: 138927
Submitted by: bf <bf1783@gmail.com> (maintainer)
bf1783@gmail.com> (maintainer)
Feature safe: yes
|
Fri, 4 Sep 2009
|
[ 20:50 miwi ]
- Update to 1.6
PR: 138495
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
Thu, 27 Aug 2009
|
[ 09:07 miwi ]
Given the header files and shared objects corresponding to two different shared
library versions, and a simple description of each of the shared libraries in
XML format, abi-compliance-checker searches for the following kinds of binary
compatibility problems:
--Added/withdrawn interfaces (functions, global variables)
--Problems in Data Types:
--Classes: added/withdrawn virtual functions (changes in layout of
virtual table), virtual function positions, virtual function
redefinitions
--Structural data types: added/withdrawn members (changes in layout of
type structure),
changes in members, size changes
--Enumerations: member value changes
--Interface problems:
--Parameters and return type changes
--Static property changes
The checker then generates a report that assesses the risks of any potential
problems detected.
WWW: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker
PR: ports/138094
Submitted by: bf <bf1783 at gmail.com>
|
Number of commits found: 65 |