Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.4.3_12 21 Apr 2024 01:14:34 |
Yasuhiro Kimura (yasu) |
devel/papi: Mark as BROKEN
Build fails as following.
cc -shared -Xlinker "-soname" -Xlinker "libpapi.so" -Xlinker "-rpath" -Xlinker
"/usr/local/lib" -DPIC -fPIC -I. -Ifreebsd -I. -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -g -DSTATIC_PAPI_EVENTS_TABLE
-D_REENTRANT -D_GNU_SOURCE -DNO_TLS -I. -Ifreebsd -DPIC -fPIC
-DPAPI_NO_MEMORY_MANAGEMENT -DOSLOCK=\"freebsd-lock.h\"
-DOSCONTEXT=\"freebsd-context.h\" -O2 -DPAPI_NO_MEMORY_MANAGEMENT
x86_cpuid_info.c freebsd/map-unknown.c freebsd/map.c freebsd/map-p6.c
freebsd/map-p6-m.c freebsd/map-p6-3.c freebsd/map-p6-2.c freebsd/map-p6-c.c
freebsd/map-k7.c freebsd/map-k8.c freebsd/map-p4.c freebsd/map-atom.c
freebsd/map-core.c freebsd/map-core2.c freebsd/map-core2-extreme.c
freebsd/map-i7.c freebsd/map-westmere.c papi.c papi_internal.c papi_hl.c
extras.c sw_multiplex.c papi_fwrappers.c papi_fwrappers_.c papi_fwrappers__.c
upper_PAPI_FWRAPPERS.c threads.c cpus.c freebsd-memory.c freebsd.c papi_preset.c
papi_vector.c papi_memory.c -o libpapi.so.5.4.3.0 -lpmc
papi_fwrappers.c:751:12: warning: address of array 'info.note' will always
evaluate to 'true' [-Wpointer-bool-conversion]
if (info.note)
~~ ~~~~~^~~~
1 warning generated.
papi_fwrappers.c:751:12: warning: address of array 'info.note' will always
evaluate to 'true' [-Wpointer-bool-conversion]
if (info.note)
~~ ~~~~~^~~~
1 warning generated.
papi_fwrappers.c:751:12: warning: address of array 'info.note' will always
evaluate to 'true' [-Wpointer-bool-conversion]
if (info.note) (Only the first 15 lines of the commit message are shown above ) |
5.4.3_12 02 Apr 2024 08:12:51 |
Gleb Popov (arrowd) |
devel/papi: Move manpages to share/man
Approved by: portmgr (blanket) |
5.4.3_11 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.4.3_10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
5.4.3_10 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
5.4.3_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.4.3_10 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
5.4.3_10 26 Jul 2019 20:46:57 |
gerald |
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 |
5.4.3_9 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
5.4.3_8 12 Dec 2018 01:35:36 |
gerald |
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 |
5.4.3_7 18 Oct 2018 15:09:17 |
pizzamig |
devel/papi: change from net/mpich2 to net/mpich
PR: 231637
Submitted by: yuri@freebsd.org |
5.4.3_6 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
5.4.3_5 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
5.4.3_4 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
5.4.3_3 29 Aug 2017 13:05:21 |
pizzamig |
Change MAINTAINER email to my new FreeBSD email
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150 |
5.4.3_3 01 Apr 2017 15:23:32 |
gerald |
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 |
5.4.3_2 07 Dec 2016 13:24:57 |
gerald |
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), part II.
The first part covered 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.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
5.4.3_1 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
5.4.3_1 03 Oct 2016 11:56:38 |
mat |
Fix depends.
Sponsored by: Absolight |
5.4.3 22 Apr 2016 05:51:37 |
pi |
devel/papi: several fixes, submitter becomes maintainer
- No package will be available, because binaries are hardware dependent
(CPU specific)
- adding some patches to fix the AMD K8 cpu support
- adding support to the test framework
- adding fortran dependency
- fixing the pkg-plist
PR: 208912
Submitted by: luca.pizzamiglio@gmail.com |
5.4.3 09 Feb 2016 16:10:28 |
vanilla |
Update to 5.4.3. |
5.4.2 09 Dec 2015 12:13:31 |
vanilla |
add missing patch file. |
5.4.2 09 Dec 2015 12:13:04 |
vanilla |
1: Upgrade to 5.4.1.
2: move all pkgconfig to libdata/
3: use option helper. |
5.4.1 23 Jul 2015 08:58:48 |
vanilla |
Upgrade to 5.4.1. |
5.3.0 27 Oct 2014 11:03:01 |
bapt |
Cleanup plist |
5.3.0 12 Jul 2014 11:25:05 |
riggs |
- Update to upstream release 5.3.0
- Add LICENSE
- Simplify OPTIONS handling
Approved by: mentors (implicit) |
5.2.0 03 Feb 2014 21:55:13 |
antoine |
Checking kern.hwpmc is not enough to see if hwpmc is loaded or not, check
kern.hwpmc.nsamples |
5.2.0 14 Nov 2013 13:36:21 |
amdmi3 |
- Update to 5.2.0, fix build [1]
- Reset maintainership (maintainer no longer uses FreeBSD, via private email)
[1]
- Support staging
Submitted by: glebius ([1]) |
4.1.2.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
4.1.2.1 22 Oct 2012 09:07:43 |
rm |
- fix inverted logic of DEBUGINFO option
Feature safe: yes |
4.1.2.1 22 Oct 2012 08:44:00 |
rm |
- fix build on 10.0-CURRENT
while here:
- trim Makefile header
- convert to optionsng
- remove trailing whitespace in pkg-descr
Submitted by: hiren panchasara <hiren.panchasara at gmail dot com> (via ports@)
Approved by: Harald Servat <redcrash at gmail dot com> (maintainer, via ports@)
Feature safe: yes |
4.1.2.1 27 Jan 2011 15:09:32 |
pav |
- Update to 4.1.2.1
PR: ports/154239
Submitted by: Harald Servat <redcrash@gmail.com> (maintainer)
Feature safe: yes |
3.7.1 18 Mar 2010 18:50:46 |
skreuzer |
- Add additional support for i7 processors
- Create symlink libpapi.so -> libpapi.so.3
PR: ports/144508
Submitted by: Harald Servat <redcrash@gmail.com> |
3.7.1 03 Dec 2009 08:59:41 |
pav |
- Update to 3.7.1
PR: ports/140806
Submitted by: Harald Servat <redcrash@gmail.com> (maintainer) |
3.6.2_2 13 Sep 2009 00:08:01 |
gerald |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
3.6.2_1 17 Jul 2009 13:33:43 |
skreuzer |
Only compile the c tests if WITHOUT_CTESTS is not defined
Only define USE_FORTRAN if WITHOUT_FTESTS is not defined
PR: ports/136826
Approved by: redcrash@gmail.com (maintainer); wxs (mentor) |
3.6.2_1 15 Jul 2009 17:58:52 |
skreuzer |
Add support for Intel Atom/Core/Core2 processors
Install tests to DATADIR/{ctests,ftests} instead of PREFIX/{ctests,ftests}
PR: ports/136757
Submitted by: Harald Servat <redcrash@gmail.com>
Approved by: wxs (mentor) |
3.6.2 23 Mar 2009 23:32:29 |
amdmi3 |
- Update to 3.6.2
- Unbreak
- Add check for hwpmc module (required to be loaded in order to build the port)
- Add NO_PACKAGE for the same reason
PR: 132910
Submitted by: Harald Servat Gelabert <redcrash at gmail dot com> (maintainer) |
3.5.0_4 27 Feb 2009 11:23:19 |
gerald |
Clean up CONFIGURE_ENV handling.
Approved by: maintainer timeout |
3.5.0_4 24 Jan 2009 09:54:16 |
pav |
- Mark BROKEN: does not compile
Reported by: pointyhat |
3.5.0_4 07 Jan 2009 16:34:27 |
gerald |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
3.5.0_3 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
3.5.0_3 13 Mar 2008 11:27:29 |
edwin |
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.
PR: ports/121453 (related)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@ |
3.5.0_3 27 Oct 2007 14:49:53 |
miwi |
- Fix build with gcc 4.2
PR: 117204
Submitted by: "Harald Servat" <redcrash@gmail.com>
Thanks to: nox@ |
3.5.0_2 02 Oct 2007 07:50:38 |
linimon |
Mark as broken with gcc4.2 on amd64. |
3.5.0_2 16 Aug 2007 15:08:02 |
itetcu |
- it requires the Fortran compiler, bump PORTREVISION
- it's only for i386 and amd64
PR: ports/115506
Submitted by: Harald Servat (maintainer) |
3.5.0_1 21 Jul 2007 08:05:07 |
pav |
- Convert to USE_FORTRAN (untested)
Reported by: pointyhat |
3.5.0_1 30 Jun 2007 11:41:01 |
vanilla |
1: add BUILD_DEPENDS to gfortran when FTESTS enable.
2: IGNORE FreeBSD < 6.
Submitted by: maintainer |
3.5.0_1 18 Jun 2007 14:21:07 |
vanilla |
Remove hwpmc check on configure script, and bump version.
Submitted by: maintainer |
3.5.0 13 Jun 2007 21:26:19 |
vanilla |
Add papi 3.5.0, API to access the performance counter hw in the
microprocessor.
PR: ports/113472
Submitted by: redcrash at gmail.com |