Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 19:48:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360251 - head/devel/openocd
Message-ID:  <201407021948.s62JmP2Q051763@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul  2 19:48:25 2014
New Revision: 360251
URL: http://svnweb.freebsd.org/changeset/ports/360251
QAT: https://qat.redports.org/buildarchive/r360251/

Log:
  - Switch to USES=libtool, drop .la files
  - Convert USE_BZIP2 to USES
  
  Approved by:	portmgr blanket

Modified:
  head/devel/openocd/Makefile
  head/devel/openocd/pkg-plist

Modified: head/devel/openocd/Makefile
==============================================================================
--- head/devel/openocd/Makefile	Wed Jul  2 19:46:01 2014	(r360250)
+++ head/devel/openocd/Makefile	Wed Jul  2 19:48:25 2014	(r360251)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openocd
 PORTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -48,8 +49,7 @@ SYSFSGPIO=	Support Programming via sysfs
 RMTBITBANG_DESC=Support Remote-Bitbang Driver
 MINIDRIVER_DESC=Dummy minidriver only (will exclude others!)
 
-USES=		gmake
-USE_BZIP2=	yes
+USES=		gmake libtool tar:bzip2
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
 # IMPORTANT INFORMATION FOR DEVELOPERS:

Modified: head/devel/openocd/pkg-plist
==============================================================================
--- head/devel/openocd/pkg-plist	Wed Jul  2 19:46:01 2014	(r360250)
+++ head/devel/openocd/pkg-plist	Wed Jul  2 19:48:25 2014	(r360251)
@@ -3,7 +3,6 @@ info/openocd.info
 info/openocd.info-1
 info/openocd.info-2
 lib/libopenocd.a
-lib/libopenocd.la
 lib/openocd/OpenULINK/ulink_firmware.hex
 share/openocd/contrib/libdcc/README
 share/openocd/contrib/libdcc/dcc_stdio.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021948.s62JmP2Q051763>