From c2c5c3fd03605d72d04ddb342ff0c9b0eb0012c7 Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 28 Oct 2011 00:33:06 +0200 Subject: [PATCH] gcc44: Update version from 4.4.6-RELEASE to 4.4.7-20111025 --- contrib/gcc-4.4/README.DRAGONFLY | 14 +++++++------- gnu/usr.bin/cc44/Makefile.inc | 3 ++- gnu/usr.bin/cc44/cc_prep/Makefile | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/contrib/gcc-4.4/README.DRAGONFLY b/contrib/gcc-4.4/README.DRAGONFLY index 8cad555b56..d92653f785 100644 --- a/contrib/gcc-4.4/README.DRAGONFLY +++ b/contrib/gcc-4.4/README.DRAGONFLY @@ -1,8 +1,8 @@ - - GCC-4.4.6 AS USED BY DRAGONFLY + GCC-4.4.7 PRE-RELEASE + ===================== This directory contains a selected set of files from the GNU - gcc-4.4.6 distribution; the subset occupies about 53MB. + gcc-4.4.7 snapshot distribution. ON THE VENDOR BRANCH (vendor/GCC44), DO NOT CREATE OR EDIT ANY FILES IN THIS DIRECTORY HIERARCHY! THIS HIERARCHY REPRESENTS AN EXACT COPY, @@ -11,10 +11,10 @@ All modifications are made in the master or release branches! The file README.DELETED contains a list of deleted files. - file = gcc-4.4.6.tar.bz2 - date = 16 April 2011 - size = 63135296 - sha1 = fc5e6c60b03650f6508470c088440d3d9360adf9 + file = gcc-4.4-20111025.tar.bz2 + date = 26 October 2011 + size = 59618628 + sha1 = b480c0066d41b74d3c65e863f585ab09eee4697a The following files have been added or patched: diff --git a/gnu/usr.bin/cc44/Makefile.inc b/gnu/usr.bin/cc44/Makefile.inc index 0e619a88d0..179afdb8ee 100644 --- a/gnu/usr.bin/cc44/Makefile.inc +++ b/gnu/usr.bin/cc44/Makefile.inc @@ -1,7 +1,8 @@ .if !target(____) ____: -GCCCOMPLETEVER= 4.4.6 +GCCCOMPLETEVER= 4.4.7 +GCCDATESTAMP= 2011.10.25 GCCPOINTVER= ${GCCCOMPLETEVER:R} GCCSHORTVER= ${GCCPOINTVER:S/.//} diff --git a/gnu/usr.bin/cc44/cc_prep/Makefile b/gnu/usr.bin/cc44/cc_prep/Makefile index ad7a523249..673ab47b39 100644 --- a/gnu/usr.bin/cc44/cc_prep/Makefile +++ b/gnu/usr.bin/cc44/cc_prep/Makefile @@ -6,7 +6,7 @@ CONTRIBDIR= ${GCCDIR}/gcc version.c: ${CONTRIBDIR}/version.c Makefile ../Makefile.inc > ${.TARGET} echo '#define BASEVER "${GCCCOMPLETEVER}"' >> ${.TARGET} - echo '#define DATESTAMP ""' >> ${.TARGET} + echo '#define DATESTAMP " ${GCCDATESTAMP}"' >> ${.TARGET} echo '#define DEVPHASE ""' >> ${.TARGET} echo '#define REVISION ""' >> ${.TARGET} echo '#define PKGVERSION "(DragonFly) "' >> ${.TARGET} -- 2.41.0