Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 10:33:55 +0200 (CEST)
From:      Tijl Coosemans <tijl@coosemans.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150983: [patch] lang/sdcc-devel: version 2.9.7.2010.09.25
Message-ID:  <201009270833.o8R8XtqR002483@kalimero.tijl.coosemans.org>
Resent-Message-ID: <201009270840.o8R8e5hG058309@freefall.freebsd.org>

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

>Number:         150983
>Category:       ports
>Synopsis:       [patch] lang/sdcc-devel: version 2.9.7.2010.09.25
>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:   Mon Sep 27 08:40:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tijl Coosemans
>Release:        FreeBSD 8.1-PRERELEASE i386
>Organization:
>Environment:
>Description:
Update to 2.9.7.2010.09.25
>How-To-Repeat:
>Fix:

--- sdcc-devel.update begins here ---
Index: Makefile
===================================================================
RCS file: /home/tijl/projects/freebsd/cvs/ports/lang/sdcc-devel/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile	15 Sep 2010 18:34:39 -0000	1.28
+++ Makefile	27 Sep 2010 07:50:05 -0000
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	sdcc
-PORTVERSION=	2.9.7.2010.09.04
-PORTREVISION=	1
+PORTVERSION=	2.9.7.2010.09.25
 CATEGORIES=	lang
 MASTER_SITES=	SF/sdcc/snapshot_builds/sdcc-src/ \
 		http://tijl.fastmail.fm/mirror/
-DISTNAME=	${PORTNAME}-src-20100904-5948
+DISTNAME=	${PORTNAME}-src-20100925-5993
 
 MAINTAINER=	tijl@coosemans.org
 COMMENT=	Small Device C Compiler
@@ -45,6 +44,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} == "sparc64"   
+USE_GCC=	4.4+
+.endif
+
 .if defined(WITHOUT_MCS51) && defined(WITHOUT_DS390)
 CONFIGURE_ARGS+=	--disable-51
 PLIST_SUB+=		MCS51DS390="@comment "
Index: distinfo
===================================================================
RCS file: /home/tijl/projects/freebsd/cvs/ports/lang/sdcc-devel/distinfo,v
retrieving revision 1.17
diff -u -r1.17 distinfo
--- distinfo	7 Sep 2010 07:47:37 -0000	1.17
+++ distinfo	27 Sep 2010 07:50:05 -0000
@@ -1,3 +1,3 @@
-MD5 (sdcc-src-20100904-5948.tar.bz2) = 44813fb1de21c11148d280038ead81a1
-SHA256 (sdcc-src-20100904-5948.tar.bz2) = 7fdab7137dfa4dd65ca85c08801de563600721447978e082e33ddd60b94b5fe2
-SIZE (sdcc-src-20100904-5948.tar.bz2) = 3920613
+MD5 (sdcc-src-20100925-5993.tar.bz2) = a1801553709127029f0b268b602bdbca
+SHA256 (sdcc-src-20100925-5993.tar.bz2) = 8c0ed4205671c8bed0363472d19a89b1ed2a2ea67b777fd4302e236dd751f98c
+SIZE (sdcc-src-20100925-5993.tar.bz2) = 3893480
Index: pkg-plist
===================================================================
RCS file: /home/tijl/projects/freebsd/cvs/ports/lang/sdcc-devel/pkg-plist,v
retrieving revision 1.18
diff -u -r1.18 pkg-plist
--- pkg-plist	7 Sep 2010 07:47:37 -0000	1.18
+++ pkg-plist	27 Sep 2010 07:50:05 -0000
@@ -101,6 +101,7 @@
 %%MCS51%%%%DATADIR%%/include/mcs51/8051.h
 %%MCS51%%%%DATADIR%%/include/mcs51/8052.h
 %%MCS51%%%%DATADIR%%/include/mcs51/ADuC84x.h
+%%MCS51%%%%DATADIR%%/include/mcs51/AT89C513xA.h
 %%MCS51%%%%DATADIR%%/include/mcs51/C8051F000.h
 %%MCS51%%%%DATADIR%%/include/mcs51/C8051F018.h
 %%MCS51%%%%DATADIR%%/include/mcs51/C8051F020.h
Index: files/patch-configure.in
===================================================================
RCS file: /home/tijl/projects/freebsd/cvs/ports/lang/sdcc-devel/files/patch-configure.in,v
retrieving revision 1.7
diff -u -r1.7 patch-configure.in
--- files/patch-configure.in	28 Apr 2010 10:38:00 -0000	1.7
+++ files/patch-configure.in	27 Sep 2010 07:50:05 -0000
@@ -1,21 +1,6 @@
---- configure.in.orig	2010-03-25 00:36:28.000000000 +0100
-+++ configure.in	2010-04-20 17:38:29.000000000 +0200
-@@ -93,13 +93,12 @@
- # -----------------------
- # Shell function body for _AC_EXECUTE_IFELSE.
- m4_define([_bor_EXECUTE_IFELSE_BODY],
--[  AS_LINENO_PUSH([$[]1])
-+[
-   AS_IF([_AC_DO_STDERR([$1 $2]) > conftest.out && {
- 	 test ! -s conftest.err
-        }],
-       [ac_retval=0],
-       [ac_retval=1])
--  AS_LINENO_POP
- ])# _bor_EXECUTE_IFELSE_BODY
- 
- # bor_EXECUTE_IFELSE(COMMAND[ACTION-IF-TRUE], [ACTION-IF-FALSE])
-@@ -836,7 +835,7 @@
+--- configure.in.orig	2010-09-13 11:23:59.000000000 +0200
++++ configure.in	2010-09-26 12:37:08.000000000 +0200
+@@ -842,7 +842,7 @@
    test $OPT_DISABLE_DEVICE_LIB = 0 && AC_CONFIG_FILES([device/lib/hc08/Makefile])
  fi
  
--- sdcc-devel.update ends here ---

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



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