ports/127487: update ports/devel/urjtag to 0.9

Steve Franks stevefranks at ieee.org
Fri Sep 19 00:00:18 UTC 2008


>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 at 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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list