mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Update to latest commit.
Make it build on 8-STABLE.
This commit is contained in:
parent
2256fb89cb
commit
8b86606f52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345100
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libopencm3
|
||||
PORTVERSION= 0.0.20140213
|
||||
PORTVERSION= 0.0.20140218
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
@ -14,10 +14,10 @@ BUILD_DEPENDS= ${LOCALBASE}/gcc-arm-embedded-${TOOLCHAIN_FULL_VERSION}/bin/arm-n
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libopencm3
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 8b4ac97
|
||||
GH_COMMIT= d96343d
|
||||
|
||||
USES= gmake
|
||||
USE_PYTHON_BUILD= yes
|
||||
USE_PYTHON_BUILD= 2
|
||||
|
||||
TOOLCHAIN_FULL_VERSION?=4_8-2013q4-20131204
|
||||
TOOLCHAIN_PORT_VERSION?=4.8.20131204
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libopencm3-0.0.20140213.tar.gz) = 85be0865d1869c12b7f25911c7e9419b1a5f0e125ac76e582bd281ba50019c67
|
||||
SIZE (libopencm3-0.0.20140213.tar.gz) = 531755
|
||||
SHA256 (libopencm3-0.0.20140218.tar.gz) = 7bf344839ad062841af4cad9c92e7978c3ddbab94c1fbfb864f8c61236715c7f
|
||||
SIZE (libopencm3-0.0.20140218.tar.gz) = 531739
|
||||
|
@ -2,7 +2,7 @@
|
||||
+++ scripts/irq2nvic_h 2014-02-15 20:35:03.000000000 +0400
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/env python2
|
||||
+#! /usr/bin/env /usr/local/bin/python2
|
||||
|
||||
# This file is part of the libopencm3 project.
|
||||
#
|
||||
|
@ -2,7 +2,7 @@
|
||||
+++ scripts/lpcvtcksum 2014-02-15 20:35:13.000000000 +0400
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/python
|
||||
+#!/usr/bin/python2
|
||||
+#! /usr/local/bin/python2
|
||||
#
|
||||
# Compute and insert the vector table checksum required for booting the
|
||||
# LPC43xx and some other NXP ARM microcontrollers.
|
||||
|
Loading…
Reference in New Issue
Block a user