Date: Fri, 8 Oct 2004 17:20:05 +0300 (EEST) From: Toni Viemero <toni.viemero@iki.fi> To: FreeBSD-gnats-submit@FreeBSD.org Cc: chip-set@mail.ru Subject: ports/72447: [PATCH] textproc/webcpp: USE_GCC only for 4.x FreeBSD Message-ID: <20041008142005.06309B2611@shaolin.selfdestruct.net> Resent-Message-ID: <200410081420.i98EKDW4035434@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> --- webcpp-0.8.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041008142005.06309B2611>