From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 22 10:20:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A789416A420 for ; Mon, 22 Aug 2005 10:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E2D43D49 for ; Mon, 22 Aug 2005 10:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7MAKAPi031566 for ; Mon, 22 Aug 2005 10:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7MAKAZn031565; Mon, 22 Aug 2005 10:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 22 Aug 2005 10:20:10 GMT Resent-Message-Id: <200508221020.j7MAKAZn031565@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Petr Holub Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F3616A420 for ; Mon, 22 Aug 2005 10:10:29 +0000 (GMT) (envelope-from hopet@kloboucek.ics.muni.cz) Received: from kloboucek.ics.muni.cz (kloboucek.ics.muni.cz [147.251.3.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A50443D62 for ; Mon, 22 Aug 2005 10:10:23 +0000 (GMT) (envelope-from hopet@kloboucek.ics.muni.cz) Received: from kloboucek.ics.muni.cz (localhost [127.0.0.1]) by kloboucek.ics.muni.cz (8.13.4/8.13.4) with ESMTP id j7MAAHRd000520 for ; Mon, 22 Aug 2005 12:10:17 +0200 (CEST) (envelope-from hopet@kloboucek.ics.muni.cz) Received: (from root@localhost) by kloboucek.ics.muni.cz (8.13.4/8.13.4/Submit) id j7IFknMn020088; Thu, 18 Aug 2005 17:46:49 +0200 (CEST) (envelope-from hopet) Message-Id: <200508181546.j7IFknMn020088@kloboucek.ics.muni.cz> Date: Thu, 18 Aug 2005 17:46:49 +0200 (CEST) From: Petr Holub To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85211: [PATCH] xmlada patch to avoid interaction with CLFAGS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Petr Holub List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 10:20:13 -0000 >Number: 85211 >Category: ports >Synopsis: [PATCH] xmlada patch to avoid interaction with CLFAGS >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 22 10:20:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Petr Holub >Release: FreeBSD 6.0-BETA2 i386 >Organization: Masaryk University >Environment: System: FreeBSD kloboucek.ics.muni.cz 6.0-BETA2 FreeBSD 6.0-BETA2 #2: Wed Aug 17 19:46:17 CEST 2005 toor@kloboucek.ics.muni.cz:/usr/src/sys/i386/compile/KLOBOUCEK i386 >Description: xmlada uses standard CFLAGS which makes it broken on 6.x because the old GCC doesn't recognize -fno-strict-aliasing. I've introduce ADACFLAGS variable that can be user-specified and it overwrites standard CFLAGS (as suggested by Kris). >How-To-Repeat: >Fix: --- xmlada.patch2 begins here --- diff -ruN xmlada.orig/Makefile xmlada/Makefile --- xmlada.orig/Makefile Fri Apr 1 01:32:37 2005 +++ xmlada/Makefile Thu Aug 18 17:31:34 2005 @@ -7,7 +7,7 @@ PORTNAME= xmlada PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://libre.act-europe.fr/xmlada/ DISTNAME= XmlAda-${PORTVERSION} @@ -27,6 +27,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes + +ADACFLAGS?= +CFLAGS=${ADACFLAGS} INFO= xmlada PORTDOCS= xml.html xml_1.html xml_2.html xml_3.html xml_4.html \ --- xmlada.patch2 ends here --- >Release-Note: >Audit-Trail: >Unformatted: