From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 8 14:20:13 2004 Return-Path: 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 91CF916A4D2 for ; Fri, 8 Oct 2004 14:20:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6622643D3F for ; Fri, 8 Oct 2004 14:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i98EKD84035436 for ; Fri, 8 Oct 2004 14:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i98EKDW4035434; Fri, 8 Oct 2004 14:20:13 GMT (envelope-from gnats) Resent-Date: Fri, 8 Oct 2004 14:20:13 GMT Resent-Message-Id: <200410081420.i98EKDW4035434@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, Toni Viemero Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FA7816A4CE for ; Fri, 8 Oct 2004 14:20:06 +0000 (GMT) Received: from shaolin.selfdestruct.net (shaolin.selfdestruct.net [193.65.195.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31B7D43D31 for ; Fri, 8 Oct 2004 14:20:06 +0000 (GMT) (envelope-from toni@shaolin.selfdestruct.net) Received: by shaolin.selfdestruct.net (Postfix, from userid 1000) id 06309B2611; Fri, 8 Oct 2004 17:20:05 +0300 (EEST) Message-Id: <20041008142005.06309B2611@shaolin.selfdestruct.net> Date: Fri, 8 Oct 2004 17:20:05 +0300 (EEST) From: Toni Viemero To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: chip-set@mail.ru Subject: ports/72447: [PATCH] textproc/webcpp: USE_GCC only for 4.x FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 14:20:13 -0000 >Number: 72447 >Category: ports >Synopsis: [PATCH] textproc/webcpp: USE_GCC only for 4.x FreeBSD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 08 14:20:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Toni Viemero >Release: FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD shaolin.selfdestruct.net 5.3-BETA7 FreeBSD 5.3-BETA7 #7: Tue Oct 5 20:45:24 EEST >Description: Set USE_GCC only for 4.x FreeBSD with < 3.2 GCC Port maintainer (chip-set@mail.ru) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- webcpp-0.8.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/webcpp/Makefile /home/toni/ports/webcpp/Makefile --- /usr/ports/textproc/webcpp/Makefile Fri Oct 8 13:59:58 2004 +++ /home/toni/ports/webcpp/Makefile Fri Oct 8 17:18:47 2004 @@ -15,7 +15,11 @@ MAINTAINER= chip-set@mail.ru COMMENT= Convert you source code to syntax highlighted HTML +.include + +.if ${OSVERSION} < 500000 USE_GCC= 3.2 +.endif GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" @@ -38,4 +42,4 @@ .endfor .endif -.include +.include --- webcpp-0.8.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: