Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2011 04:20:06 GMT
From:      Paul Nelson <prniii@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163423: 9.0 rc3 ports Arduino package needs updated java tzupdater
Message-ID:  <201112180420.pBI4K6hO080683@red.freebsd.org>
Resent-Message-ID: <201112180430.pBI4UCft043720@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163423
>Category:       ports
>Synopsis:       9.0 rc3 ports Arduino package needs updated java tzupdater
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 18 04:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Paul Nelson
>Release:        9.0rc3
>Organization:
[self]
>Environment:
FreeBSD metalrabbit 9.0-RC3 FreeBSD 9.0-RC3 #0: Sun Dec  4 08:01:02 UTC 2011     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Arduino port does not build due to failed dependency on Oracle tzupdater
current tzupdater is tzupdater-1_3_45-2011n.zip
ports collection calls for tzupdater-1_3_42-2011k.zip
Arduino package did build fine once edited distinfo and Makefiles in the java packages to replace name and checksum in ports with those of the current tzupdater package.

>How-To-Repeat:
cd /usr/ports/devel/arduino
make install clean

>Fix:
edit Makefile and distinfo in diablo-jdk16/ and jdk16/ 

original shown #commented out

distinfo changes

SHA256 (tzupdater-1_3_45-2011n.zip) = c0894921dd6b440b4c99daf2e139d3d240012ed09e602b3101bfcc9fac394b0f
SIZE (tzupdater-1_3_45-2011n.zip) = 468717
#SHA256 (tzupdater-1_3_42-2011k.zip) = 11b4221c8ff0dae1a401dc1d9f25b30f02a9e43810a60455406fdbd780e97249
#SIZE (tzupdater-1_3_42-2011k.zip) = 467016

Makefile changes

#TZUPDATE_VERSION=      1_3_42
#TZUPDATE_TZVERSION=    2011k
TZUPDATE_VERSION=       1_3_45
TZUPDATE_TZVERSION=     2011n


>Release-Note:
>Audit-Trail:
>Unformatted:



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