ports/158938: [MAINTAINER] lang/gnat-aux: update to gcc 4.6.1

John Marino draco at marino.st
Fri Jul 15 07:30:12 UTC 2011


>Number:         158938
>Category:       ports
>Synopsis:       [MAINTAINER] lang/gnat-aux: update to gcc 4.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 07:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The attached patch updates lang/gnat-aux to correspond to the gcc 4.6.1 release.

As secondary benefits, it also:
1) Provides DESTDIR support
2) Fixes installation failure (gnat documentation) when gnat-aux is upgrade from previous versions

This patch was tested on tinderbox (FreeBSD 8.2 / amd64)
This patch is submitted by the maintainer of the port.
>How-To-Repeat:
N/A
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-07-14 20:46:39.000000000 +0200
+++ Makefile	2011-07-15 02:36:57.000000000 +0200
@@ -29,9 +29,9 @@
 USE_LDCONFIG=		yes
 ALL_TARGET=		default
 
-SNAPSHOT=		20110325
+SNAPSHOT=		20110627
 GCC_BRANCH=		4.6
-GCC_POINT=		0
+GCC_POINT=		1
 LANGS=			c
 
 THREAD_MODEL=		posix
@@ -139,7 +139,6 @@
 ADA_CONFIGURE_ENV=	CC=${FULL_GNATGCC}
 ADA_CONFIGURE_ENV+=	PATH=${FULL_PATH}
 ADA_CONFIGURE_ENV+=	CONFIG_SHELL=${SH}
-ADA_CONFIGURE_ENV+=	MAKEINFO=/usr/bin/false
 ADA_MAKE_ENV=		PATH=${FULL_PATH}
 ADA_MAKE_ENV+=		LD_LIBRARY_PATH=${WRKSRC}/gcc
 
@@ -205,7 +204,7 @@
 .endif
 
 do-install:
-	cd ${WRKSRC} && ${SETENV} ${ADA_MAKE_ENV} ${GMAKE} install-strip
+	cd ${WRKSRC} && ${SETENV} ${ADA_MAKE_ENV} ${GMAKE} install-strip DESTDIR=${DESTDIR}
 
 post-install:
 	${RM} -f ${WRKDIR}/PLIST.lib
--- distinfo.orig	2011-07-14 20:47:42.000000000 +0200
+++ distinfo	2011-07-15 10:13:28.000000000 +0200
@@ -1,5 +1,5 @@
-SHA256 (gnat-aux-20110325.tar.bz2) = 9d4e2e071cd88179d3553d105735afe0e5a67e9832d50c53c1d3dfe1af46daa5
-SIZE (gnat-aux-20110325.tar.bz2) = 26700051
+SHA256 (gnat-aux-20110627.tar.bz2) = 4eeca0f7ff25eefa8b74e613597c7c0cbae19b9fd64e6d9d4e02c2d2e1624f83
+SIZE (gnat-aux-20110627.tar.bz2) = 26799024
 SHA256 (gnat-bootstrap.i386.freebsd.tar.bz2) = c38e1c960f651c3f248c1ef540b1df724058fa71c1d046af93ce975483abb645
 SIZE (gnat-bootstrap.i386.freebsd.tar.bz2) = 27973176
 SHA256 (gnat-bootstrap.x86_64.freebsd.tar.bz2) = c4abd6af1281785d47d99352e28e41b2a1455e25ff347eca0de5791cdede9ed8


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



More information about the freebsd-ports-bugs mailing list