From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 17 12:30:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F1716A430 for ; Wed, 17 May 2006 12:30:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26EE143D60 for ; Wed, 17 May 2006 12:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4HCUGSV087523 for ; Wed, 17 May 2006 12:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4HCUGVx087522; Wed, 17 May 2006 12:30:16 GMT (envelope-from gnats) Resent-Date: Wed, 17 May 2006 12:30:16 GMT Resent-Message-Id: <200605171230.k4HCUGVx087522@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, Yoshihiro Sugihara Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57F8116A508 for ; Wed, 17 May 2006 12:20:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E4943D45 for ; Wed, 17 May 2006 12:20:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4HCK8x6015725 for ; Wed, 17 May 2006 12:20:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k4HCK8oD015724; Wed, 17 May 2006 12:20:08 GMT (envelope-from nobody) Message-Id: <200605171220.k4HCK8oD015724@www.freebsd.org> Date: Wed, 17 May 2006 12:20:08 GMT From: Yoshihiro Sugihara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/97395: New Ports : Gnu binutils for Renesas H8/300 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: Wed, 17 May 2006 12:30:24 -0000 >Number: 97395 >Category: ports >Synopsis: New Ports : Gnu binutils for Renesas H8/300 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 17 12:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yoshihiro Sugihara >Release: 6.1-Stable >Organization: Japan >Environment: FreeBSD selene.anysynq.net 6.1-STABLE FreeBSD 6.1-STABLE #13: Sat May 13 23:49:06 JST 2006 root@selene.anysynq.net:/usr/obj/usr/src/sys/CFA3 i386 >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # h8300-hms-binutils/ # h8300-hms-binutils/Makefile # h8300-hms-binutils/distinfo # h8300-hms-binutils/pkg-descr # h8300-hms-binutils/pkg-plist # echo c - h8300-hms-binutils/ mkdir -p h8300-hms-binutils/ > /dev/null 2>&1 echo x - h8300-hms-binutils/Makefile sed 's/^X//' >h8300-hms-binutils/Makefile << 'END-of-h8300-hms-binutils/Makefile' X# New ports collection makefile for: h8300-hms-binutils X# X# $FreeBSD$ X# X XPORTNAME= binutils XPORTVERSION= 2.16.1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEWARE} XMASTER_SITE_SUBDIR= binutils/releases XPKGNAMEPREFIX= h8300-hms- X XCOMMENT= GNU binutils for Renesas H8/300[H/S] 16-bit RISC cross-development X XWRKSRC= ${WRKDIR}/binutils-${PORTVERSION} X XUSE_BZIP2= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= --target=h8300-hms --verbose XGNU_CONFIGURE= yes X.if (${MACHINE_ARCH} == "amd64") XMACHINE_ARCH= x86_64 X.endif X XMAN1= \ X h8300-hms-addr2line.1 \ X h8300-hms-ar.1 \ X h8300-hms-as.1 \ X h8300-hms-c++filt.1 \ X h8300-hms-dlltool.1 \ X h8300-hms-ld.1 \ X h8300-hms-nlmconv.1 \ X h8300-hms-nm.1 \ X h8300-hms-objcopy.1 \ X h8300-hms-objdump.1 \ X h8300-hms-ranlib.1 \ X h8300-hms-readelf.1 \ X h8300-hms-size.1 \ X h8300-hms-strings.1 \ X h8300-hms-strip.1 \ X h8300-hms-windres.1 XINFO= as binutils ld X X.include END-of-h8300-hms-binutils/Makefile echo x - h8300-hms-binutils/distinfo sed 's/^X//' >h8300-hms-binutils/distinfo << 'END-of-h8300-hms-binutils/distinfo' XMD5 (binutils-2.16.1.tar.bz2) = 6a9d529efb285071dad10e1f3d2b2967 XSHA256 (binutils-2.16.1.tar.bz2) = 351a6846ee179a37ed87a487971547159a7f4f92a1dec598c727f184a0de61ae XSIZE (binutils-2.16.1.tar.bz2) = 12549917 END-of-h8300-hms-binutils/distinfo echo x - h8300-hms-binutils/pkg-descr sed 's/^X//' >h8300-hms-binutils/pkg-descr << 'END-of-h8300-hms-binutils/pkg-descr' XGNU binutils for Renesas H8/300[H/S] cross-development X XPrerequisite for the GCC for H8/300[H/S] cross-compilation environment. X XLocally added support for the following H8/300[H/S] devices: X XH8/300H Seris X H8/3001,H8/3002,H8/3003,H8/3004,H8/3006,H8/3008, X H8/3022,H8/3024,H8/3028,H8/3029,H8/3032,H8/3035, X H8/3039,H8/3042,H8/3048,H8/3048B,H8/3052B,H8/3062, X H8/3067,H8/3068,H8/3069R X XH8/300H Tiny Seris X H8/36109,H8/36077,H8/36087,H8/36064,H8/36049, X H8/36037,H8/36057,H8/36014,H8/36024,H8/36912, X H8/36902,H8/3694,H8/3687,H8/3672,H8/3664 X XH8S/2100 Seris XH8S/2200 Seris XH8S/2300 Seris XH8S/2400 Seris XH8S/2500 Seris XH8S/2600 Seris END-of-h8300-hms-binutils/pkg-descr echo x - h8300-hms-binutils/pkg-plist sed 's/^X//' >h8300-hms-binutils/pkg-plist << 'END-of-h8300-hms-binutils/pkg-plist' Xh8300-hms/bin/ar Xh8300-hms/bin/as Xh8300-hms/bin/ld Xh8300-hms/bin/nm Xh8300-hms/bin/objdump Xh8300-hms/bin/ranlib Xh8300-hms/bin/strip Xh8300-hms/lib/ldscripts/h8300.x Xh8300-hms/lib/ldscripts/h8300.xbn Xh8300-hms/lib/ldscripts/h8300.xn Xh8300-hms/lib/ldscripts/h8300.xr Xh8300-hms/lib/ldscripts/h8300.xu Xh8300-hms/lib/ldscripts/h8300h.x Xh8300-hms/lib/ldscripts/h8300h.xbn Xh8300-hms/lib/ldscripts/h8300h.xn Xh8300-hms/lib/ldscripts/h8300h.xr Xh8300-hms/lib/ldscripts/h8300h.xu Xh8300-hms/lib/ldscripts/h8300hn.x Xh8300-hms/lib/ldscripts/h8300hn.xbn Xh8300-hms/lib/ldscripts/h8300hn.xn Xh8300-hms/lib/ldscripts/h8300hn.xr Xh8300-hms/lib/ldscripts/h8300hn.xu Xh8300-hms/lib/ldscripts/h8300s.x Xh8300-hms/lib/ldscripts/h8300s.xbn Xh8300-hms/lib/ldscripts/h8300s.xn Xh8300-hms/lib/ldscripts/h8300s.xr Xh8300-hms/lib/ldscripts/h8300s.xu Xh8300-hms/lib/ldscripts/h8300sn.x Xh8300-hms/lib/ldscripts/h8300sn.xbn Xh8300-hms/lib/ldscripts/h8300sn.xn Xh8300-hms/lib/ldscripts/h8300sn.xr Xh8300-hms/lib/ldscripts/h8300sn.xu Xh8300-hms/lib/ldscripts/h8300sx.x Xh8300-hms/lib/ldscripts/h8300sx.xbn Xh8300-hms/lib/ldscripts/h8300sx.xn Xh8300-hms/lib/ldscripts/h8300sx.xr Xh8300-hms/lib/ldscripts/h8300sx.xu Xh8300-hms/lib/ldscripts/h8300sxn.x Xh8300-hms/lib/ldscripts/h8300sxn.xbn Xh8300-hms/lib/ldscripts/h8300sxn.xn Xh8300-hms/lib/ldscripts/h8300sxn.xr Xh8300-hms/lib/ldscripts/h8300sxn.xu Xbin/h8300-hms-addr2line Xbin/h8300-hms-ar Xbin/h8300-hms-as Xbin/h8300-hms-c++filt Xbin/h8300-hms-ld Xbin/h8300-hms-nm Xbin/h8300-hms-objcopy Xbin/h8300-hms-objdump Xbin/h8300-hms-ranlib Xbin/h8300-hms-readelf Xbin/h8300-hms-size Xbin/h8300-hms-strings Xbin/h8300-hms-strip Xshare/locale/da/LC_MESSAGES/binutils.mo Xshare/locale/da/LC_MESSAGES/ld.mo Xshare/locale/es/LC_MESSAGES/binutils.mo Xshare/locale/es/LC_MESSAGES/gas.mo Xshare/locale/es/LC_MESSAGES/ld.mo Xshare/locale/fr/LC_MESSAGES/binutils.mo Xshare/locale/fr/LC_MESSAGES/gas.mo Xshare/locale/fr/LC_MESSAGES/ld.mo Xshare/locale/ja/LC_MESSAGES/binutils.mo Xshare/locale/ro/LC_MESSAGES/binutils.mo Xshare/locale/ru/LC_MESSAGES/binutils.mo Xshare/locale/sv/LC_MESSAGES/binutils.mo Xshare/locale/sv/LC_MESSAGES/ld.mo Xshare/locale/tr/LC_MESSAGES/binutils.mo Xshare/locale/tr/LC_MESSAGES/gas.mo Xshare/locale/tr/LC_MESSAGES/ld.mo Xshare/locale/zh_CN/LC_MESSAGES/binutils.mo X@dirrm h8300-hms/lib/ldscripts X@dirrm h8300-hms/lib X@dirrm h8300-hms/bin X@dirrm h8300-hms END-of-h8300-hms-binutils/pkg-plist exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: