non port: devel/fb-adb/Makefile |
SVNWeb
|
Number of commits found: 46 |
Thu, 31 Mar 2022
|
[ 20:31 Rene Ladan (rene) ] 97cf09b (Only the first 10 of 823 ports in this commit are shown above. )
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 )
|
Tue, 8 Mar 2022
|
[ 07:28 Daniel Engberg (diizzy) ] 2c10adc
devel/fb-adb: Deprecate and set expiration date to 2022-03-31
Last release in 2016 and repository is archived on GitHub
|
Mon, 3 Jan 2022
|
[ 19:06 Jan Beich (jbeich) ] 69f4eba
devel/fb-adb: drop unused USES=7z after 6f019c90b38c
|
Thu, 2 Sep 2021
|
[ 18:09 Adam Weinberger (adamw) ] 58f4520 (Only the first 10 of 11 ports in this commit are shown above. )
many: Depend on vim instead of vim-console
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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, 31 Jan 2021
|
[ 01:55 jbeich ] (Only the first 10 of 14 ports in this commit are shown above. )
Drop illusion of maintenance
Gift important ports (reset if undesired):
- multimedia/libmtp -> desktop@
- x11-drivers/xf86-input-wacom -> x11@
|
Sun, 24 May 2020
|
[ 09:25 jbeich ]
devel/fb-adb: drop non-NDK support
lang/gnatdroid-armv7 has expired and is about to be removed.
PR: 246684
Submitted by: rene
|
Tue, 31 Dec 2019
|
[ 23:44 jbeich ]
devel/fb-adb: unbreak NDK=off by partiall reverting r402846
lang/gnatdroid-armv7 still exists, so disable Android x86 for now.
|
[ 21:26 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)
|
Wed, 6 Nov 2019
|
[ 13:41 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(-)
|
[ 12:48 antoine ] (Only the first 10 of 268 ports in this commit are shown above. )
Mark a few ports BROKEN, unfetchable
|
Wed, 10 Jul 2019
|
[ 14:40 tijl ] (Only the first 10 of 17 ports in this commit are shown above. )
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.
|
Thu, 11 Jan 2018
|
[ 20:34 adamw ]
Chase vim-lite -> vim-console rename
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Mon, 11 Sep 2017
|
[ 15:56 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
|
Thu, 16 Mar 2017
|
[ 20:49 jbeich ]
devel/fb-adb: backport Android 7 (Nougat) support
MFH: 2017Q1
|
Tue, 3 Jan 2017
|
[ 12:49 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
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.
|
Fri, 16 Dec 2016
|
[ 16:21 jbeich ]
List in more categories
|
Fri, 7 Oct 2016
|
[ 07:52 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)
|
Tue, 4 Oct 2016
|
[ 19:52 jbeich ]
devel/fb-adb: update 64bit NDK
MFH: 2016Q4
|
[ 19:49 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
|
Mon, 5 Sep 2016
|
[ 19:23 tijl ] (Only the first 10 of 303 ports in this commit are shown above. )
- 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 )
|
Sun, 22 May 2016
|
[ 01:12 jbeich ]
devel/fb-adb: update x86_64 NDK to r11c
No PORTREVISION bump as it's unlikely to change the produced binary.
|
[ 01:11 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
|
[ 01:11 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)
|
[ 01:10 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
|
Thu, 19 May 2016
|
[ 11:06 mat ]
Fixup the NDK distfile extraction, sometime, libarchive can't cope
with it.
Reported by: jbeich
Sponsored by: Absolight
|
Wed, 18 May 2016
|
[ 11:56 mat ]
Remove unused group.
PR: 208916
Sponsored by: Absolight
|
Tue, 3 May 2016
|
[ 16:32 jbeich ]
Work around _OFF helpers not invoking for OPTIONS_DEFINE_${ARCH}
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Wed, 13 Apr 2016
|
[ 10:43 jbeich ]
devel/fb-adb: convert to CONFIGURE_OUTSOURCE
PR: 208294
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D4157
|
[ 10:36 jbeich ] (Only the first 10 of 22 ports in this commit are shown above. )
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
|
Fri, 25 Mar 2016
|
[ 15:39 jbeich ]
devel/fb-adb: convert to USES=7z:partial
Differential Revision: https://reviews.freebsd.org/D4190
|
Thu, 17 Mar 2016
|
[ 09:29 jbeich ]
devel/fb-adb: update to 1.4.4.124
Changes: https://github.com/facebook/fb-adb/compare/37ba40c...b230619
|
Wed, 16 Mar 2016
|
[ 12:58 jbeich ] (Only the first 10 of 30 ports in this commit are shown above. )
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
|
Tue, 15 Mar 2016
|
[ 16:28 jbeich ]
devel/fb-adb: chase r410613 and r411171
|
Mon, 22 Feb 2016
|
[ 14:19 jbeich ]
devel/fb-adb: update to 1.4.4.122
Changes: https://github.com/facebook/fb-adb/compare/be2289d...37ba40c
|
Sat, 5 Dec 2015
|
[ 15:04 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
|
Wed, 2 Dec 2015
|
[ 19:27 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
|
Sat, 21 Nov 2015
|
[ 02:26 jbeich ]
devel/fb-adb: update to 1.4.4.113
Changes: https://github.com/facebook/fb-adb/compare/930ba5f...d447d38
|
Fri, 13 Nov 2015
|
[ 13:50 mat ]
Remove this hack, now that the framework is fixed.
PR: 204510
Submitted by: jbeich
Sponsored by: Absolight
|
Thu, 12 Nov 2015
|
[ 23:48 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
|
Thu, 29 Oct 2015
|
[ 09:01 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
|
Wed, 28 Oct 2015
|
[ 14:30 jbeich ]
devel/fb-adb: add Android x86 support via NDK
Differential Revision: https://reviews.freebsd.org/D3930
|
[ 14:29 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
|
Number of commits found: 46 |