aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlev <lev@FreeBSD.org>2014-02-19 23:08:56 +0800
committerlev <lev@FreeBSD.org>2014-02-19 23:08:56 +0800
commit2abcbf3739cfe9e0fd4c63811142dfb7c0d54a43 (patch)
tree0d518ca2bc51556f71218c32efaadb58dc8aaaf7 /devel
parent45563c109763224419370e615e5d79685d083090 (diff)
downloadfreebsd-ports-gnome-2abcbf3739cfe9e0fd4c63811142dfb7c0d54a43.tar.gz
freebsd-ports-gnome-2abcbf3739cfe9e0fd4c63811142dfb7c0d54a43.tar.zst
freebsd-ports-gnome-2abcbf3739cfe9e0fd4c63811142dfb7c0d54a43.zip
Update to latest commit.
Make it build on 8-STABLE.
Diffstat (limited to 'devel')
-rw-r--r--devel/libopencm3/Makefile6
-rw-r--r--devel/libopencm3/distinfo4
-rw-r--r--devel/libopencm3/files/patch-scripts--irq2nvic_h2
-rw-r--r--devel/libopencm3/files/patch-scripts--lpcvtcksum2
4 files changed, 7 insertions, 7 deletions
diff --git a/devel/libopencm3/Makefile b/devel/libopencm3/Makefile
index 67c1e116d9c3..0e079d1e8129 100644
--- a/devel/libopencm3/Makefile
+++ b/devel/libopencm3/Makefile
@@ -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
diff --git a/devel/libopencm3/distinfo b/devel/libopencm3/distinfo
index 325c73f4ae05..ccc61a9d1e1e 100644
--- a/devel/libopencm3/distinfo
+++ b/devel/libopencm3/distinfo
@@ -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
diff --git a/devel/libopencm3/files/patch-scripts--irq2nvic_h b/devel/libopencm3/files/patch-scripts--irq2nvic_h
index f1bb2c5cd3d1..228ed3b5ed17 100644
--- a/devel/libopencm3/files/patch-scripts--irq2nvic_h
+++ b/devel/libopencm3/files/patch-scripts--irq2nvic_h
@@ -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.
#
diff --git a/devel/libopencm3/files/patch-scripts--lpcvtcksum b/devel/libopencm3/files/patch-scripts--lpcvtcksum
index 534b131cbf45..2dc5785f843e 100644
--- a/devel/libopencm3/files/patch-scripts--lpcvtcksum
+++ b/devel/libopencm3/files/patch-scripts--lpcvtcksum
@@ -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.