From nobody@FreeBSD.org  Thu Sep 18 23:55:10 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3826B106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Sep 2008 23:55:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 24DDF8FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Sep 2008 23:55:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8INt9BA096534
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Sep 2008 23:55:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m8INt9Zt096533;
	Thu, 18 Sep 2008 23:55:09 GMT
	(envelope-from nobody)
Message-Id: <200809182355.m8INt9Zt096533@www.freebsd.org>
Date: Thu, 18 Sep 2008 23:55:09 GMT
From: Steve Franks <stevefranks@ieee.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update ports/devel/urjtag to 0.9
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         127487
>Category:       ports
>Synopsis:       update ports/devel/urjtag to 0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 19 00:00:14 UTC 2008
>Closed-Date:    Fri Sep 26 09:40:46 UTC 2008
>Last-Modified:  Fri Sep 26 09:50:27 UTC 2008
>Originator:     Steve Franks
>Release:        7.1
>Organization:
>Environment:
[steve@dystant /usr/ports/devel/urjtag]$ uname -a
FreeBSD dystant.franks-development.dyndns.biz 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Sep 11 12:01:25 MST 2008     steve@dystant.franks-development.dyndns.biz:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
urjtag.sourceforge.net is currently at 0.9.  The FreeBSD port should be updated accordingly.

>How-To-Repeat:

>Fix:
Steps:

* Patch makefile as included.

* The dependency to openwince-include appears to be irrelevant/obsolete.  Port builds, installs, and runs successfully without it.

* All patches in the "files" folder are obsolete and should be removed


Patch attached with submission follows:

--- Makefile	2008-09-18 16:51:50.000000000 -0700
+++ Makefile.new	2008-09-18 16:49:31.000000000 -0700
@@ -1,45 +1,34 @@
 # New ports collection makefile for:	urjtag
 # Date created:		2008-01-05
 # Whom:			Bruce M. Simpson
 #
-# $FreeBSD: ports/devel/urjtag/Makefile,v 1.4 2008/09/07 21:57:18 linimon Exp $
+# $FreeBSD: ports/devel/urjtag/Makefile,v 1.2 2008/01/18 20:57:55 bms Exp $
 #
 
 PORTNAME=	urjtag
-PORTVERSION=	0.7
-PORTREVISION=	1
+PORTVERSION=	0.9
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=urjtag
 
 MAINTAINER=	stevefranks@ieee.org
 COMMENT=	Extended utility to work with JTAG-aware boards
 
-BUILD_DEPENDS=	${OPENWINCE_INCLUDE_DEP}:${PORTSDIR}/devel/openwince-include
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
-CONFIGURE_ARGS+= --without-libusb --without-libftdi --without-ftd2xx \
-		 --disable-nls
 CONFIGURE_ENV+=	CFLAGS=--std=c99
 
-OPENWINCE_INCLUDE=${LOCALBASE}/include/openwince
-OPENWINCE_INCLUDE_DEP=${OPENWINCE_INCLUDE}/common.h
-
 MAN1=		jtag.1 bsdl2jtag.1
 
 .include <bsd.port.pre.mk>
 
 .if exists(${LOCALBASE}/lib/libreadline.so.5)
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
 .endif
 
-post-extract:
-	@${REINPLACE_CMD} -E -e \
-		"s,/usr/local/include/openwince,${OPENWINCE_INCLUDE}," \
-		${WRKSRC}/configure
-
 .include <bsd.port.post.mk>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Sep 19 09:48:40 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127487 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Sep 26 09:40:45 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127487 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127487: commit references a PR
Date: Fri, 26 Sep 2008 09:43:37 +0000 (UTC)

 miwi        2008-09-26 09:42:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/urjtag         Makefile distinfo pkg-plist 
   Removed files:
     devel/urjtag/files   patch-src__cmd__eraseflash.c 
                          patch-src__cmd__flashmem.c 
                          patch-src__lib__fclock.c 
                          patch-src__svf__svf.c 
   Log:
   - Update to 0.9
   
   PR:             127487
   Submitted by:   Steve Franks <stevefranks@ieee.org> (maintainer)
   
   Revision  Changes    Path
   1.5       +3 -17     ports/devel/urjtag/Makefile
   1.2       +3 -3      ports/devel/urjtag/distinfo
   1.2       +0 -11     ports/devel/urjtag/files/patch-src__cmd__eraseflash.c (dead)
   1.2       +0 -11     ports/devel/urjtag/files/patch-src__cmd__flashmem.c (dead)
   1.3       +0 -19     ports/devel/urjtag/files/patch-src__lib__fclock.c (dead)
   1.2       +0 -14     ports/devel/urjtag/files/patch-src__svf__svf.c (dead)
   1.4       +105 -53   ports/devel/urjtag/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
