From owner-freebsd-ports Sun Aug 25 9:20: 9 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 839F337B400 for ; Sun, 25 Aug 2002 09:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B06843E75 for ; Sun, 25 Aug 2002 09:20:04 -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 g7PGK4JU021497 for ; Sun, 25 Aug 2002 09:20: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 g7PGK4qB021496; Sun, 25 Aug 2002 09:20:04 -0700 (PDT) Date: Sun, 25 Aug 2002 09:20:04 -0700 (PDT) Message-Id: <200208251620.g7PGK4qB021496@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mario Sergio Fujikawa Ferreira Subject: Re: ports/41990: [MAINTAINER UPDATE] Update rexx-imc to 1.76 Reply-To: Mario Sergio Fujikawa Ferreira 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: Mario Sergio Fujikawa Ferreira To: John Merryweather Cooper Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/41990: [MAINTAINER UPDATE] Update rexx-imc to 1.76 Date: Sun, 25 Aug 2002 12:53:07 -0300 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch --- 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 --fdj2RfSjLxBAspz7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message