[109842] trunk/dports/cross/openocd

snc at macports.org snc at macports.org
Tue Aug 20 09:25:15 PDT 2013


Revision: 109842
          https://trac.macports.org/changeset/109842
Author:   snc at macports.org
Date:     2013-08-20 09:25:15 -0700 (Tue, 20 Aug 2013)
Log Message:
-----------
openocd: update to 0.7.0, #40192

Modified Paths:
--------------
    trunk/dports/cross/openocd/Portfile

Removed Paths:
-------------
    trunk/dports/cross/openocd/files/patch-jimctl-configure.diff

Modified: trunk/dports/cross/openocd/Portfile
===================================================================
--- trunk/dports/cross/openocd/Portfile	2013-08-20 16:15:04 UTC (rev 109841)
+++ trunk/dports/cross/openocd/Portfile	2013-08-20 16:25:15 UTC (rev 109842)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                openocd
-version             0.6.1
-revision            1
+version             0.7.0
 categories          cross devel
 license             GPL
 maintainers         snc openmaintainer
@@ -20,17 +19,14 @@
 
 master_sites        sourceforge:project/openocd/openocd/${version}
 
-checksums           rmd160  b90afa123b2426574d70b2dc514263dc7501948d \
-                    sha256  ac051b18d14b7465259fe5b10a3b73bcbc0ac2ef957eec40568f52bbf8b333ca
+use_bzip2           yes
+checksums           md5     8977a26a4e3a529e1c4fcc0df587a6a4 \
+                    sha1    40fa518af4fae273f24478249fc03aa6fcce9176 \
+                    rmd160  f232ce21a054ad56a80f0605fe8b22b6712434f0 \
+                    sha256  52237b786530c8460b221556c26fa4779f668b7dcb83ff14b8c5eb2050f38e63
 
-patchfiles          patch-jimctl-configure.diff
-
 configure.args-append  --disable-werror --enable-maintainer-mode
 
-livecheck.url       http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd\;a=tags
-livecheck.type      regex
-livecheck.regex     v(\\d+(\\.\\d+)+)<
-
 default_variants +ft2232
 
 variant dummy description {Enable building the dummy port driver} {
@@ -43,7 +39,8 @@
 
 variant ft2232 conflicts ft2232_ftd2xx  description {Enable building support for FT2232 based devices using the libftdi driver, opensource alternate of FTD2XX} {
     configure.args-append --enable-ft2232_libftdi
-	depends_lib-append port:libftdi0
+	depends_lib-append  port:libftdi0 \
+                        port:libusb-compat
 }
 
 variant ft2232_ftd2xx conflicts ft2232  description {Enable building support for FT2232 based devices using the FTD2XX driver from ftdichip.com} {

Deleted: trunk/dports/cross/openocd/files/patch-jimctl-configure.diff
===================================================================
--- trunk/dports/cross/openocd/files/patch-jimctl-configure.diff	2013-08-20 16:15:04 UTC (rev 109841)
+++ trunk/dports/cross/openocd/files/patch-jimctl-configure.diff	2013-08-20 16:25:15 UTC (rev 109842)
@@ -1,29 +0,0 @@
-Remove -gstabs, which is not supported by clang.
-
-The configure for jimctl wants to add ccache in front of CC by default, which
-ends up as 'cccache ccache ${configure.cc}' for MacPorts. Disable automatic use
-of ccache.
---- jimtcl/autosetup/cc.tcl.orig	2013-02-07 17:51:18.000000000 +0100
-+++ jimtcl/autosetup/cc.tcl	2013-02-07 17:54:37.000000000 +0100
-@@ -493,12 +493,6 @@
- 	}
- 	lappend cmdline {*}$opts(-cflags)
- 
--	switch -glob -- [get-define host] {
--		*-*-darwin* {
--			# Don't generate .dSYM directories
--			lappend cmdline -gstabs
--		}
--	}
- 	lappend cmdline $src -o $tmp {*}$opts(-libs)
- 
- 	# At this point we have the complete command line and the
-@@ -668,7 +662,7 @@
- 	user-error "Could not find a C compiler. Tried: [join $try ", "]"
- }
- 
--define CCACHE [find-an-executable [get-env CCACHE ccache]]
-+define CCACHE {}
- 
- # Initial cctest settings
- cc-store-settings {-cflags {} -includes {} -declare {} -link 0 -lang c -libs {} -code {}}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130820/58e33044/attachment.html>


More information about the macports-changes mailing list