Date: Wed, 2 Oct 2002 23:25:49 -0400 (EDT) From: Craig Rodrigues <rodrigc@attbi.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: croyle@gelemna.org Subject: ports/43612: devel/astyle update fixes GCC 3.2 compilation problems Message-ID: <200210030325.g933PnSU014291@dibbler.ne.client2.attbi.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210030325.g933PnSU014291>