From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 19 00:00:18 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41E7810656BE for ; Fri, 19 Sep 2008 00:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D965D8FC26 for ; Fri, 19 Sep 2008 00:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8J00E3K083307 for ; Fri, 19 Sep 2008 00:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8J00ENc083306; Fri, 19 Sep 2008 00:00:14 GMT (envelope-from gnats) Resent-Date: Fri, 19 Sep 2008 00:00:14 GMT Resent-Message-Id: <200809190000.m8J00ENc083306@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Franks Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3826B106566C for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127487: update ports/devel/urjtag to 0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 00:00:18 -0000 >Number: 127487 >Category: ports >Synopsis: update ports/devel/urjtag to 0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 19 00:00:14 UTC 2008 >Closed-Date: >Last-Modified: >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 .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 >Release-Note: >Audit-Trail: >Unformatted: