Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2011 03:20:05 GMT
From:      Bob Frazier <bobf@mrp3.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/156876: update to comms/uarduno port for 9.0-CURRENT
Message-ID:  <201107290320.p6T3K5v2043087@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/156876; it has been noted by GNATS.

From: Bob Frazier <bobf@mrp3.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156876: update to comms/uarduno port for 9.0-CURRENT
Date: Thu, 28 Jul 2011 20:17:45 -0700

 This is a multi-part message in MIME format.
 --------------030003070803010407090600
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 slightly modified patch, includes another bug fix (added NO_MTREE=yes to 
 Makefile).  Please use THIS patch, thanks.
 
 
 
 --------------030003070803010407090600
 Content-Type: text/plain;
  name="uarduno.1.02a.patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="uarduno.1.02a.patch.txt"
 
 diff -ruN ../uarduno/Makefile ./Makefile
 --- ../uarduno/Makefile	2011-02-21 18:10:51.000000000 -0800
 +++ ./Makefile	2011-07-28 20:11:54.000000000 -0700
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	uarduno
 -PORTVERSION=	1.0
 +PORTVERSION=	1.02
  CATEGORIES=	comms kld
  MASTER_SITES=	http://mrp3.com/
  
 @@ -21,6 +21,9 @@
  
  SRCPREFIX?=	${SRC_BASE}
  
 +# disable mtree or you'll get a /boot/kernel/... directory hierarchy put there
 +NO_MTREE= yes
 +
  # some test targets need a predictable source directory
  WRKSRC=		${WRKDIR}/uarduno
  
 @@ -50,7 +53,7 @@
  IGNORE=	this port will not build without the latest 7.x kernel source
  .endif
  .else
 -# 8.x and later kernels (not tested in 9.x yet, mabye add to kernel?)
 +# 8.x and later kernels (partially tested in 9.x, mabye add to kernel?)
  # simple check for 8.x and later kernel source (find usb_core.c)
  .if ! exists(${SRCPREFIX}/sys/dev/usb/usb_core.c)
  IGNORE=	this port will not build without the latest kernel source
 diff -ruN ../uarduno/distinfo ./distinfo
 --- ../uarduno/distinfo	2011-02-21 18:10:51.000000000 -0800
 +++ ./distinfo	2011-07-05 11:34:53.000000000 -0700
 @@ -1,2 +1,2 @@
 -SHA256 (uarduno-1.0.tar.gz) = 0deb0b39b4af3c159ce8f9311fc33fe802c1220d964d26bcbd709786aa687f58
 -SIZE (uarduno-1.0.tar.gz) = 62976
 +SHA256 (uarduno-1.02.tar.gz) = c49e4b26c8fb2eb7c7162986be7e926c122792f2fa64099aa5daa9dc47eb5ee3
 +SIZE (uarduno-1.02.tar.gz) = 12499
 
 --------------030003070803010407090600--



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