From owner-freebsd-ports Sun Aug 25 11: 0: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 7FD7837B400 for ; Sun, 25 Aug 2002 11:00:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C86743E4A for ; Sun, 25 Aug 2002 11:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7PI04JU033828 for ; Sun, 25 Aug 2002 11:00:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7PI04vV033827; Sun, 25 Aug 2002 11:00:04 -0700 (PDT) Date: Sun, 25 Aug 2002 11:00:04 -0700 (PDT) Message-Id: <200208251800.g7PI04vV033827@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/41990: [MAINTAINER UPDATE] Update rexx-imc to 1.76 Reply-To: John Merryweather Cooper 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 The following reply was made to PR ports/41990; it has been noted by GNATS. From: John Merryweather Cooper To: Mario Sergio Fujikawa Ferreira Cc: "FreeBSD-gnats-submit@freebsd.org" Subject: Re: ports/41990: [MAINTAINER UPDATE] Update rexx-imc to 1.76 Date: 25 Aug 2002 10:57:51 -0700 That's fine. It's just a hold-over from the author. jmc On Sun, 2002-08-25 at 08:53, Mario Sergio Fujikawa Ferreira wrote: > Hi, > > Nice update. I have only one little change I would like to > make. Please review and let me know. > -O2 optimization is not safe outside of i386 ARCH, so > I'm removing -O2 from the port. Well, the user can enable anything > in the CFLAGS, so they can get it back if they so wish. > The port was no CC safe. > > Regards, > > -- > Mario S F Ferreira - DF - Brazil - "I guess this is a signature." > Computer Science Undergraduate | FreeBSD Committer | CS Developer > flames to beloved devnull@someotherworldbeloworabove.org > feature, n: a documented bug | bug, n: an undocumented feature > ---- > > --- Makefile.orig Sun Aug 25 12:48:08 2002 > +++ Makefile Sun Aug 25 12:50:41 2002 > @@ -19,6 +19,7 @@ > CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ > PREFIX="${PREFIX}" > CONFIGURE_ARGS= o all > +USE_REINPLACE= yes > > # configures and builds in one step > NO_BUILD= yes > @@ -30,6 +31,12 @@ > DOCFILES= rexx.info rexx.ref rexx.summary rexx.tech > RMEFILES= README README.Y2K README.bugreport README.docs \ > README.files README.make README.news README.platforms > + > +post-patch: > +# CFLAGS safeness for ARCHs other than i386 > + @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Make > +# CC safeness > + @${REINPLACE_CMD} -E -e 's|^CC=.+$$|CC=${CC}|' ${WRKSRC}/Make > > do-install: > # install interpreter and daemon helpers -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | Yahoo: john_m_cooper || | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message