Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2002 11:00:04 -0700 (PDT)
From:      John Merryweather Cooper <coop9211@uidaho.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/41990: [MAINTAINER UPDATE] Update rexx-imc to 1.76
Message-ID:  <200208251800.g7PI04vV033827@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: John Merryweather Cooper <coop9211@uidaho.edu>
To: Mario Sergio Fujikawa Ferreira <lioux@freebsd.org>
Cc: "FreeBSD-gnats-submit@freebsd.org" <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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208251800.g7PI04vV033827>