From owner-svn-ports-head@FreeBSD.ORG Sat Sep 29 05:53:39 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DE641065678; Sat, 29 Sep 2012 05:53:39 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F3A9A8FC0C; Sat, 29 Sep 2012 05:53:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8T5rc73072914; Sat, 29 Sep 2012 05:53:38 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8T5rcD5072911; Sat, 29 Sep 2012 05:53:38 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201209290553.q8T5rcD5072911@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 29 Sep 2012 05:53:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305025 - head/devel/lpc21isp X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2012 05:53:39 -0000 Author: danfe Date: Sat Sep 29 05:53:38 2012 New Revision: 305025 URL: http://svn.freebsd.org/changeset/ports/305025 Log: - Cleanup Makefile header and define LICENSE knob(s) - Set ALL_TARGET to ensure we're actually compiling stuff - Stop wanting GNU make, it was needed just for bogus conditional that really does nothing and is removed as well - Uphold CC value and reformat port description while I am here - Remove BROKEN statement since it builds fine at least on two arches per what I see here Tested on: flame (sparc64) and pluto2 (ia64) Nota bene: new version, 1.83, is available at sf.net Modified: head/devel/lpc21isp/Makefile head/devel/lpc21isp/pkg-descr Modified: head/devel/lpc21isp/Makefile ============================================================================== --- head/devel/lpc21isp/Makefile Sat Sep 29 05:18:56 2012 (r305024) +++ head/devel/lpc21isp/Makefile Sat Sep 29 05:53:38 2012 (r305025) @@ -1,4 +1,4 @@ -# Created by: Steve Franks +# Created by: Steve Franks # $FreeBSD$ PORTNAME= lpc21isp @@ -9,17 +9,19 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= ISP programmer tool for flashing NXP & Analog Devices ARM7 CPUs -USE_GMAKE= yes +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= dual -PLIST_FILES= bin/lpc21isp +MAKE_ENV= RM="${RM}" +ALL_TARGET= clean all -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ +PLIST_FILES= bin/${PORTNAME} -.include +post-patch: +# Respect CC, remove some apparently old and GNU make spelled conditional + @${REINPLACE_CMD} -e '4,8d' ${WRKSRC}/Makefile -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.include +.include Modified: head/devel/lpc21isp/pkg-descr ============================================================================== --- head/devel/lpc21isp/pkg-descr Sat Sep 29 05:18:56 2012 (r305024) +++ head/devel/lpc21isp/pkg-descr Sat Sep 29 05:53:38 2012 (r305025) @@ -1,5 +1,6 @@ -Lpc21isp is an in-circuit programming (ISP) tool for programming -flash on NXP & Analog Devices ARM7 CPUs over the serial bootloader +Lpc21isp is an in-circuit programming (ISP) tool for the NXP (Philips) +LPC1100/LPC1300/LPC1700/LPC2000 series ARM7/Cortex-M0/Cortex-M3 micro- +controllers flash on NXP & Analog Devices ARM7 CPUs over the serial +bootloader. -WWW: http://tech.groups.yahoo.com/group/lpc21isp/ -SRC: http://sourceforge.net/projects/lpc21isp +WWW: http://tech.groups.yahoo.com/group/lpc21isp/