Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.1.2.r17_9 14 Jan 2023 23:14:56 |
Tobias C. Berner (tcberner) |
Cleanup: Remove devel/llvm[789]0
* remove old devel/llvm70
* remove old devel/llvm80
* remove old devel/llvm90
* remove ports explicitely depending on either of the three
Differential Revision: https://reviews.freebsd.org/D37936 |
7.1.2.r17_9 17 Dec 2022 23:10:10 |
Tobias C. Berner (tcberner) |
devel/android-tools-simpleperf: lock llvm-version at 9
LLVM_DEFAULT will be bumped to 15, this port fails with:
[...]
/usr/local/llvm15/include/llvm/ADT/STLForwardCompat.h:74:21:
error: no template named 'remove_cv_t' i n namespace 'std'; did
you mean 'remove_cv'?
using type = std::remove_cv_t<std::remove_reference_t<T>>;
~~~~~^~~~~~~~~~~
remove_cv
[...]
PR: 263456 |
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) |
7.1.2.r17_9 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 ) |
7.1.2.r17_9 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
7.1.2.r17_9 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
7.1.2.r17_9 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
7.1.2.r17_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.1.2.r17_9 31 Jan 2021 01:55:20 |
jbeich |
Drop illusion of maintenance
Gift important ports (reset if undesired):
- multimedia/libmtp -> desktop@
- x11-drivers/xf86-input-wacom -> x11@ |
7.1.2.r17_9 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
7.1.2.r17_9 06 Nov 2019 13:28:44 |
jbeich |
devel/android-tools-simpleperf: chase extras repacking
My mirror dates back to 2015-06-17, so this is probably GitHub fault.
=> Attempting to fetch
https://codeload.github.com/jbeich/platform_system_extras/tar.gz/android-7.1.2_r17?dummy=/jbeich-platform_system_extras-android-7.1.2_r17_GH0.tar.gz
=> Fetched file size mismatch (expected 79621709, actual 79621715)
$ gzip -lv jbeich-platform_system_extras-android-7.1.2_r17_GH0.tar.gz
method crc date time compressed uncompressed ratio uncompressed_name
-defla 71937983 Jun 13 20:36 79621709 89620480 11.1%
jbeich-platform_system_extras-android-7.1.2_r17_GH0.tar
+defla 0e1a4221 Nov 6 13:13 79621715 89620480 11.1%
jbeich-platform_system_extras-android-7.1.2_r17_GH0.tar
Tested by: mtree -K sha256 (identical contents) |
7.1.2.r17_9 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
7.1.2.r17_9 05 Oct 2019 00:42:21 |
jbeich |
devel/google{test,mock}: update to 1.10.0
- Drop static library
- Drop gtest-config and gmock-config
- Drop GTEST_LIB_CHECK autoconf macro
- Drop gmock_doctory.py as it's too old
- Expose tests via option
Changes: https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0
Reported by: GitHub (watch releases)
PR: 239654
Differential Revision: https://reviews.freebsd.org/D19430 |
7.1.2.r17_9 20 Sep 2019 19:58:36 |
jbeich |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
7.1.2.r17_8 12 Sep 2019 14:45:56 |
jbeich |
devel/android-tools-*: simplify via GH_TUPLE
Also, chase HTTP redirect in simpleperf |
7.1.2.r17_8 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 |
7.1.2.r17_7 10 Jul 2019 01:16:25 |
jbeich |
Add more gettid() aliases to my ports
https://man.openbsd.org/getthrid.2
https://illumos.org/man/3C/thr_self |
7.1.2.r17_7 17 Jun 2019 08:36:28 |
jbeich |
Switch DragonFly to pthread_getthreadid_np in my ports
https://github.com/DragonFlyBSD/DragonFlyBSD/commit/c0f25c26521a |
7.1.2.r17_7 16 Apr 2019 00:42:10 |
jbeich |
devel/android-tools-simpleperf: chase homepage |
7.1.2.r17_7 20 Mar 2019 12:23:26 |
jbeich |
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215 |
7.1.2.r17_6 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 |
7.1.2.r17_5 20 Nov 2018 20:31:35 |
jbeich |
devel/android-tools-simpleperf: inherit LLVM_DEFAULT after r485466 |
7.1.2.r17_5 08 Nov 2018 12:32:18 |
jbeich |
devel/android-tools-simpleperf: move llvm under DEFAULT_VERSIONS
The next step is to move LLVM_DEFAULT to Mk/bsd.default-versions.mk. |
7.1.2.r17_5 01 Oct 2018 23:34:32 |
jbeich |
devel/android-tools-simpleperf: switch to llvm70 |
7.1.2.r17_4 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 |
7.1.2.r17_3 27 Apr 2018 23:10:28 |
jbeich |
devel/android-tools-simpleperf: switch to llvm60 |
7.1.2.r17_2 08 Feb 2018 22:39:43 |
jbeich |
devel/android-tools-simpleperf: switch to llvm50 |
7.1.2.r17_1 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 |
7.1.2.r17 13 Jun 2017 22:48:45 |
jbeich |
devel/android-tools-{adb,fastboot,simpleperf}: update to 7.1.2.r17
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.1_r4..android-7.1.2_r17/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.1_r4..android-7.1.2_r17/fastboot
Changes: https://android.googlesource.com/platform/system/extras/+log/android-7.1.1_r4..android-7.1.2_r17/simpleperf
MFH: 2017Q2 |
7.1.1.r4_1 03 Apr 2017 17:35:25 |
jbeich |
devel/android-tools-simpleperf: track libncurses dep (if from ports)
Obtained from: DPorts |
7.1.1.r4_1 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 |
7.1.1.r4 03 Jan 2017 12:49:39 |
jbeich |
Drop pre-10.3 support in my ports
Figuring out which GCC hacks are safe to drop is tricky but at least
devel/fb-adb is limited to x86 due to ADA bootstrap. |
7.1.1.r4 07 Dec 2016 22:00:22 |
jbeich |
devel/android-tools-simpleperf: update to 7.1.1.r4
No changes to the main component, only sync liblog, libziparchive. |
7.1.0.r4 29 Oct 2016 07:07:51 |
jbeich |
devel/android-tools-simpleperf: update to 7.1.0.r4
No changes to the main component, only sync bundled liblog, libutils. |
7.0.0.r1 17 Sep 2016 12:36:21 |
jbeich |
devel/android-tools-simpleperf: oops, pacify portlint |
7.0.0.r1 17 Sep 2016 12:34:21 |
jbeich |
devel/android-tools-simpleperf: update to 7.0.0.r1 (nougat)
Note, reading .gnu_debugdata (lzma code) isn't supported in the release.
Changes: https://android.googlesource.com/platform/system/extras/+log/ea4a5a4..android-7.0.0_r1/simpleperf |
n.p.1.116 24 Aug 2016 14:50:17 |
mat |
Convert some port to the new GH_SUBDIR feature.
Sponsored by: Absolight |
n.p.1.116 21 Mar 2016 18:46:33 |
jbeich |
devel/android-tools-*: macrofy GH_TAGNAME for extra distfiles
In order to avoid typo-casualties like android-tools-adb-devel. |
n.p.1.116 21 Mar 2016 18:45:59 |
jbeich |
devel/android-tools-simpleperf: update to n.p.1.116
Changes: https://android.googlesource.com/platform/system/extras/+log/4ea2a41..ea4a5a4/simpleperf |
m.p.752 16 Mar 2016 12:58:17 |
jbeich |
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html |
m.p.752 16 Dec 2015 09:37:01 |
jbeich |
devel/android-tools-simpleperf: explicitly include stdint.h for intptr_t (like
r399204) |
m.p.752 16 Dec 2015 09:36:25 |
jbeich |
devel/android-tools-*: drop FreeBSD 8.x support |
m.p.752 28 Oct 2015 14:30:46 |
jbeich |
devel/android-tools-simpleperf: update to m.p.752
Changes: https://android.googlesource.com/platform/system/extras/+log/af995fe..4ea2a41/simpleperf |
m.p.219 13 Oct 2015 18:03:26 |
jbeich |
devel/android-tools-*: slightly improve standalone build
- Try to derive {ADB,FASTBOOT}_REVISION from git(1)
- Use pkg-config for libcrypto/libpcre/libusb (e.g. if they aren't in base)
- Convert PORTDOCS into FILES (bsd.port.mk vs. bsd.prog.mk)
- Partially convert to new testing framework
- Put -lpthread last as enforced by base r274849 but prevent
:= assignment from mucking $ escaping in $()
- |make clean| to clean files built by test target
- Move up bsd.prog.mk in order to use ${PROG} and ${OBJS} defined in it |
m.p.219 29 Sep 2015 22:49:03 |
jbeich |
devel/android-tools-*: disable some known-to-fail tests |
m.p.219 26 Sep 2015 20:25:58 |
jbeich |
devel/android-tools-*: restore CPPFLAGS support after r390135 |
m.p.219 26 Sep 2015 20:25:35 |
jbeich |
devel/android-tools-simpleperf: update to m.p.219
Changes: https://android.googlesource.com/platform/system/extras/+log/89a2254..af995fe/simpleperf |
m.p.136 18 Sep 2015 15:42:30 |
jbeich |
devel/android-tools-simpleperf: add libbase tests |
m.p.136 16 Aug 2015 02:43:03 |
jbeich |
devel/android-tools-*: consistently prefix distfiles with multi-github |
m.p.136 14 Aug 2015 00:13:14 |
jbeich |
devel/android-tools-simpleperf: add new port
simpleperf is a minimal Linux perf implementation for extracting
sampling information out of perf.data. |