mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 5.0.0_r7.
PR: 195171 Submitted by: me at janh dot de
This commit is contained in:
parent
cff1d68402
commit
e2c11fee20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372832
3 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= android-tools-adb
|
||||
DISTVERSION= 4.4.4_r1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 5.0.0_r7
|
||||
CATEGORIES= devel
|
||||
DISTNAME= android-platform_system_core-${GH_COMMIT}
|
||||
|
||||
|
@ -15,7 +14,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= android
|
||||
GH_PROJECT= platform_system_core
|
||||
GH_TAGNAME= android-${DISTVERSION}
|
||||
GH_COMMIT= c33036b
|
||||
GH_COMMIT= 7223571
|
||||
|
||||
USES= gmake
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/adb
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (android-platform_system_core-c33036b.tar.gz) = 75cff0a813887f1cf5982949e72ec972b37b991fc6dc78875d9d300747e65250
|
||||
SIZE (android-platform_system_core-c33036b.tar.gz) = 1154379
|
||||
SHA256 (android-platform_system_core-7223571.tar.gz) = 94b3295a3d3cfa03d089b1f388cd29c9b2d09964a608c4b7b8de1dcb45004fdd
|
||||
SIZE (android-platform_system_core-7223571.tar.gz) = 1202991
|
||||
|
|
|
@ -23,7 +23,6 @@ SRCS+= socket_local_server.c
|
|||
SRCS+= socket_loopback_client.c
|
||||
SRCS+= socket_loopback_server.c
|
||||
SRCS+= socket_network_client.c
|
||||
SRCS+= list.c
|
||||
SRCS+= load_file.c
|
||||
|
||||
VPATH+= ../libzipfile
|
||||
|
@ -36,6 +35,7 @@ CPPFLAGS+= -DHAVE_FORKEXEC=1
|
|||
CPPFLAGS+= -DHAVE_SYMLINKS
|
||||
CPPFLAGS+= -DHAVE_TERMIO_H
|
||||
CPPFLAGS+= -DHAVE_SYS_SOCKET_H
|
||||
CPPFLAGS+= -D_FILE_OFFSET_BITS=64
|
||||
CPPFLAGS+= -I.
|
||||
CPPFLAGS+= -I../include
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue