From owner-freebsd-ports Wed Oct 2 20:30:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCCBE37B401 for ; Wed, 2 Oct 2002 20:30:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0EC643E6E for ; Wed, 2 Oct 2002 20:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g933U1Co096148 for ; Wed, 2 Oct 2002 20:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g933U1jZ096147; Wed, 2 Oct 2002 20:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2825E37B401 for ; Wed, 2 Oct 2002 20:25:17 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D8BF43E3B for ; Wed, 2 Oct 2002 20:25:16 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.5) with ESMTP id g933Pn8A014292; Wed, 2 Oct 2002 23:25:49 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from root@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id g933PnSU014291; Wed, 2 Oct 2002 23:25:49 -0400 (EDT) Message-Id: <200210030325.g933PnSU014291@dibbler.ne.client2.attbi.com> Date: Wed, 2 Oct 2002 23:25:49 -0400 (EDT) From: Craig Rodrigues Reply-To: Craig Rodrigues To: FreeBSD-gnats-submit@FreeBSD.org Cc: croyle@gelemna.org X-Send-Pr-Version: 3.113 Subject: ports/43612: devel/astyle update fixes GCC 3.2 compilation problems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43612 >Category: ports >Synopsis: devel/astyle update fixes GCC 3.2 compilation problems >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 02 20:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Craig Rodrigues >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD dibbler.ne.client2.attbi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Sep 8 09:39:46 EDT 2002 rodrigc@dibbler.ne.client2.attbi.com:/usr/obj/usr/src/sys/MYKERNEL1 i386 >Description: astyle-1.14.0 does not compile with GCC 3.2 under -CURRENT. Upgrading port to 1.15.3 fixes it. >How-To-Repeat: >Fix: diff -u -r /home/rodrigc/ports/astyle/Makefile ./Makefile --- /home/rodrigc/ports/astyle/Makefile Wed Oct 2 23:09:00 2002 +++ ./Makefile Wed Oct 2 23:17:22 2002 @@ -6,13 +6,14 @@ # PORTNAME= astyle -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.3 CATEGORIES= devel textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} USE_ZIP= yes EXTRACT_BEFORE_ARGS= -q -aa +EXTRACT_AFTER_ARGS= -d ${DISTNAME} MAINTAINER= croyle@gelemna.org diff -u -r /home/rodrigc/ports/astyle/distinfo ./distinfo --- /home/rodrigc/ports/astyle/distinfo Wed Oct 2 23:09:00 2002 +++ ./distinfo Wed Oct 2 23:12:13 2002 @@ -1 +1 @@ -MD5 (astyle_1.14.0.zip) = 3964fb8f199439bb260ef91a42976d51 +MD5 (astyle_1.15.3.zip) = 4d8adbcd8703aea00fcd2670be090ddd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message