Bug 41990 - [MAINTAINER UPDATE] Update rexx-imc to 1.76
Summary: [MAINTAINER UPDATE] Update rexx-imc to 1.76
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-25 04:40 UTC by John Merryweather Cooper
Modified: 2002-08-25 19:22 UTC (History)
0 users

See Also:


Attachments
update-rexx-imc-1.76 (2.04 KB, text/plain)
2002-08-25 04:40 UTC, John Merryweather Cooper
no flags Details
patch (698 bytes, patch)
2002-08-25 16:53 UTC, Mario Sergio Fujikawa Ferreira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Merryweather Cooper 2002-08-25 04:40:04 UTC
	Update to version 1.76 which provides better support for OS/2-
	style queues.

How-To-Repeat: 	N/A
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-08-25 16:53:07 UTC
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
Comment 2 John Merryweather Cooper 2002-08-25 18:57:51 UTC
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          |
=====================================================================\
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-08-25 19:22:10 UTC
State Changed
From-To: open->closed

Committed, thanks!