Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.4.126_4 31 Mar 2022 20:31:14 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018
2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in
2013
2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please
consider using security/afl++ instead
2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache
includes mod_sed
2022-03-31 www/myfaces: Unsupported by upstream, released in 2005
2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0)
2022-03-31 security/base: Broken with PHP 7+, forked here
https://github.com/NathanGibbs3/BASE/
2022-03-31 security/find-zlib: Deprecated, no longer relevant
2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012
and listed as alpha quality by upstream
2022-03-31 security/shimmer: Abandonware, last release in 2008
2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release
was back in 2007
2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web
site
2022-03-31 security/sha: Obsolete, we have tools in base (Only the first 15 lines of the commit message are shown above ) |
1.4.4.126_4 08 Mar 2022 07:28:59 |
Daniel Engberg (diizzy) |
devel/fb-adb: Deprecate and set expiration date to 2022-03-31
Last release in 2016 and repository is archived on GitHub |
1.4.4.126_4 03 Jan 2022 19:06:07 |
Jan Beich (jbeich) |
devel/fb-adb: drop unused USES=7z after 6f019c90b38c |
1.4.4.126_4 02 Sep 2021 18:09:29 |
Adam Weinberger (adamw) |
many: Depend on vim instead of vim-console |
1.4.4.126_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.4.126_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.4.126_4 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@ |
1.4.4.126_4 24 May 2020 09:25:14 |
jbeich |
devel/fb-adb: drop non-NDK support
lang/gnatdroid-armv7 has expired and is about to be removed.
PR: 246684
Submitted by: rene |
1.4.4.126_3 31 Dec 2019 23:44:07 |
jbeich |
devel/fb-adb: unbreak NDK=off by partiall reverting r402846
lang/gnatdroid-armv7 still exists, so disable Android x86 for now. |
1.4.4.126_3 31 Dec 2019 21:26:40 |
rene |
devel/fb-adb: mark BROKEN when NDK is off
When not using NDK (default ON), this port depends on long expired
lang/gnatdroid-x86, so mark it broken in that case (default for non-amd64/i386) |
1.4.4.126_2 06 Nov 2019 13:41:15 |
jbeich |
devel/fb-adb: regen patches
=> Attempting to fetch
https://github.com/facebook/fb-adb/commit/a25602788c1b.patch
=> Fetched file size mismatch (expected 9741, actual 9730)
--- a25602788c1b.patch 2017-11-14 11:32:11 UTC
+++ a25602788c1b.patch 2019-11-06 13:33:45 UTC
@@ -16,9 +16,9 @@ This change just gets us back to using a PTY unconditi
We could take advantage of adb fixes to get rid of some of our
encoding logic, but that's a separate project.
---
- chat.c | 14 ++++++-
- cmd_shex.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
- util.c | 29 +++++++++++++++
+ chat.c | 14 +++++-
+ cmd_shex.c | 122 +++++++++++++++++++++++++++++++++++++++++++++++------
+ util.c | 29 +++++++++++++
util.h | 12 ++++++
4 files changed, 162 insertions(+), 15 deletions(-) |
1.4.4.126_2 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
1.4.4.126_2 10 Jul 2019 14:40:02 |
tijl |
On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made Linux
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages. Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available. The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.
With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.
Replace LINUX_ARCH with ARCH everywhere because they are always the same
now. |
1.4.4.126_2 11 Jan 2018 20:34:08 |
adamw |
Chase vim-lite -> vim-console rename |
1.4.4.126_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.4.4.126_2 11 Sep 2017 15:56:39 |
jbeich |
devel/fb-adb: backport more fixes, mainly for Oreo
https://github.com/facebook/fb-adb/commit/3a3a52355a39
https://github.com/facebook/fb-adb/commit/281df4766b82
https://github.com/facebook/fb-adb/commit/723148059ce2 |
1.4.4.126_1 16 Mar 2017 20:49:25 |
jbeich |
devel/fb-adb: backport Android 7 (Nougat) support
MFH: 2017Q1 |
1.4.4.126 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. |
1.4.4.126 16 Dec 2016 16:21:59 |
jbeich |
List in more categories |
1.4.4.126 07 Oct 2016 07:52:25 |
jbeich |
devel/fb-adb: update to 1.4.4.126
A version just before Android SDK is required for build.
Changes: https://github.com/facebook/fb-adb/compare/b230619...6fd78ae
MFH: 2016Q4 (no consumers) |
1.4.4.124 04 Oct 2016 19:52:28 |
jbeich |
devel/fb-adb: update 64bit NDK
MFH: 2016Q4 |
1.4.4.124 04 Oct 2016 19:49:56 |
jbeich |
devel/fb-adb: unbreak fetch for 64bit NDK
fetch: https://dl.google.com/android/ndk/android-ndk-r11c-linux-x86_64.zip: Not
Found
Note, :7z versus :zip sizes are
$ du -Ah android-ndk-*
376M android-ndk-r10e-linux-x86.bin
1.0G android-ndk-r10e-linux-x86.zip
383M android-ndk-r10e-linux-x86_64.bin
1.0G android-ndk-r10e-linux-x86_64.zip
757M android-ndk-r11c-linux-x86_64.zip
721M android-ndk-r12b-linux-x86_64.zip |
1.4.4.124 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
1.4.4.124 22 May 2016 01:12:09 |
jbeich |
devel/fb-adb: update x86_64 NDK to r11c
No PORTREVISION bump as it's unlikely to change the produced binary. |
1.4.4.124 22 May 2016 01:11:53 |
jbeich |
devel/fb-adb: unbreak c6_64 build after r411857
===> Extracting for fb-adb-1.4.4.124
=> SHA256 Checksum OK for android-ndk-r10e-linux-x86_64.bin.
=> SHA256 Checksum OK for facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz.
tar: Error opening archive: Unrecognized archive format
*** Error code 1 |
1.4.4.124 22 May 2016 01:11:24 |
jbeich |
devel/fb-adb: make :p7zip group pass sanity check
=> android-ndk-r10e-linux-x86.bin doesn't seem to exist in /portdistfiles/.
eval: _MASTER_SITES_p7zip: parameter not set
*** Error code 2
PR: 208916
Reported by: antoine (via exp-run) |
1.4.4.124 22 May 2016 01:10:54 |
jbeich |
devel/fb-adb: back out r415434 and r415502
Better fix will follow. r415502 also broke 9.x:
===> Extracting for fb-adb-1.4.4.124
=> SHA256 Checksum OK for android-ndk-r10e-linux-x86.bin.
=> SHA256 Checksum OK for facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz.
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
*** [do-extract] Error code 1
Reported by: pkg-fallout |
1.4.4.124 19 May 2016 11:06:12 |
mat |
Fixup the NDK distfile extraction, sometime, libarchive can't cope
with it.
Reported by: jbeich
Sponsored by: Absolight |
1.4.4.124 18 May 2016 11:56:54 |
mat |
Remove unused group.
PR: 208916
Sponsored by: Absolight |
1.4.4.124 03 May 2016 16:32:13 |
jbeich |
Work around _OFF helpers not invoking for OPTIONS_DEFINE_${ARCH} |
1.4.4.124 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
1.4.4.124 13 Apr 2016 10:43:22 |
jbeich |
devel/fb-adb: convert to CONFIGURE_OUTSOURCE
PR: 208294
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D4157 |
1.4.4.124 13 Apr 2016 10:36:15 |
jbeich |
Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.
PR: 208294
Exp-run by: antoine
Approved by: portmgr (antoine), perl (mat)
Differential Revision: https://reviews.freebsd.org/D4158 |
1.4.4.124 25 Mar 2016 15:39:31 |
jbeich |
devel/fb-adb: convert to USES=7z:partial
Differential Revision: https://reviews.freebsd.org/D4190 |
1.4.4.124 17 Mar 2016 09:29:43 |
jbeich |
devel/fb-adb: update to 1.4.4.124
Changes: https://github.com/facebook/fb-adb/compare/37ba40c...b230619 |
1.4.4.122 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 |
1.4.4.122 15 Mar 2016 16:28:16 |
jbeich |
devel/fb-adb: chase r410613 and r411171 |
1.4.4.122 22 Feb 2016 14:19:14 |
jbeich |
devel/fb-adb: update to 1.4.4.122
Changes: https://github.com/facebook/fb-adb/compare/be2289d...37ba40c |
1.4.4.118 05 Dec 2015 15:04:05 |
jbeich |
devel/fb-adb: update to prefer native ppoll(2) on 10.2+
ppoll() implemented via kqueue(2) is ~ 200 lines of code. So, this is
a minor optimization.
Changes: https://github.com/facebook/fb-adb/commit/df6073f |
1.4.4.115 02 Dec 2015 19:27:54 |
jbeich |
devel/fb-adb: update to 1.4.4.115
- Enable Android x86 stub for NDK=off
Changes: https://github.com/facebook/fb-adb/compare/d447d38...a682c99 |
1.4.4.113 21 Nov 2015 02:26:40 |
jbeich |
devel/fb-adb: update to 1.4.4.113
Changes: https://github.com/facebook/fb-adb/compare/930ba5f...d447d38 |
1.4.4.109_1 13 Nov 2015 13:50:45 |
mat |
Remove this hack, now that the framework is fixed.
PR: 204510
Submitted by: jbeich
Sponsored by: Absolight |
1.4.4.109_1 12 Nov 2015 23:48:30 |
jbeich |
devel/fb-adb: unbreak build on DragonFly
=== configuring in stub-x86 (/wrkdirs/devel/fb-adb/.build/stub-x86)
configure: running /bin/sh
/wrkdirs/devel/fb-adb/fb-adb-1.4.4-109-g930ba5f/stub-x86/configure
--disable-option-checking '--prefix=/usr/local' '--mandir=/usr/local/man'
'--disable-checking' '--disable-debuggable-stubs' '--with-android-ndk=system'
'--build=x86_64-portbld-dragonfly4.3' 'build_alias=x86_64-portbld-dragonfly4.3'
'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=' 'LIBS=' 'CPPFLAGS=' 'CPP=cpp'
--cache-file=/dev/null
--srcdir=/wrkdirs/devel/fb-adb/fb-adb-1.4.4-109-g930ba5f/stub-x86
checking build system type... x86_64-portbld-dragonfly4.3
checking host system type... i686-pc-linux-android
Using system Android cross-compilers
[...]
configure: error: could not find Android cross-compiler for
i686-pc-linux-android |
1.4.4.109_1 29 Oct 2015 09:01:05 |
jbeich |
devel/fb-adb: unbreak fetch after r400395
Mk/bsd.options.mk selection of generic options that predate _VARS support
includes DISTFILES but not MASTER_SITES unlike PATCHFILES + PATCH_SITES.
=> android-ndk-r10e-linux-x86.bin doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch
http://distcache.FreeBSD.org/ports-distfiles/android-ndk-r10e-linux-x86.bin
fetch:
http://distcache.FreeBSD.org/ports-distfiles/android-ndk-r10e-linux-x86.bin: Not
Found
Reported by: pkg-fallout |
1.4.4.109_1 28 Oct 2015 14:30:27 |
jbeich |
devel/fb-adb: add Android x86 support via NDK
Differential Revision: https://reviews.freebsd.org/D3930 |
1.4.4.109 28 Oct 2015 14:29:52 |
jbeich |
devel/fb-adb: add new port
Differential Revision: https://reviews.freebsd.org/D3930
fb-adb is a tool for interacting with Android systems. It does much of
what adb does, but with better remote shell support and, hopefully,
fewer bugs. Differences between adb and fb-adb are that fb-adb:
* is binary clean (no LF -> CRLF mangling)
* transmits and updates window size
* distinguishes standard output and standard error
* properly muxes streams with independent flow control
* allows for ssh-like pty allocation control
* propagates program exit status instead of always exiting
with status 0
* properly escapes program arguments
* kills remote program
* provides a generic facility to elevate to root without re-escaping
https://github.com/facebook/fb-adb |