Date: Sun, 25 Aug 2002 09:20:04 -0700 (PDT) From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/41990: [MAINTAINER UPDATE] Update rexx-imc to 1.76 Message-ID: <200208251620.g7PGK4qB021496@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41990; it has been noted by GNATS. From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: John Merryweather Cooper <coop9211@uidaho.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208251620.g7PGK4qB021496>