From igor@doom.homeunix.org  Sat Dec 18 17:08:32 2004
Return-Path: <igor@doom.homeunix.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EFD2F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Dec 2004 17:08:32 +0000 (GMT)
Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 96CA543D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Dec 2004 17:08:32 +0000 (GMT)
	(envelope-from igor@doom.homeunix.org)
Received: from dialup84127-107.ip.peterstar.net ([84.204.127.107] helo=doom.homeunix.org)
	by voodoo.oberon.net with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.43 (FreeBSD))
	id 1Cfi44-0002Fr-1c
	for FreeBSD-gnats-submit@freebsd.org; Sat, 18 Dec 2004 18:08:22 +0100
Received: from doom.homeunix.org (localhost [127.0.0.1])
	by doom.homeunix.org (8.13.1/8.13.1) with ESMTP id iBIH8LRF000535
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Dec 2004 20:08:22 +0300 (MSK)
	(envelope-from igor@doom.homeunix.org)
Received: (from igor@localhost)
	by doom.homeunix.org (8.13.1/8.13.1/Submit) id iBIDAE6d029642;
	Sat, 18 Dec 2004 16:10:14 +0300 (MSK)
	(envelope-from igor)
Message-Id: <200412181310.iBIDAE6d029642@doom.homeunix.org>
Date: Sat, 18 Dec 2004 16:10:14 +0300 (MSK)
From: Igor Pokrovsky <ip@doom.homeunix.org>
Reply-To: Igor Pokrovsky <ip@doom.homeunix.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: graphics/pixie 1.3.22 -> 1.3.25
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75223
>Category:       ports
>Synopsis:       Update port: graphics/pixie 1.3.22 -> 1.3.25
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 18 17:10:29 GMT 2004
>Closed-Date:    Mon Dec 27 10:11:07 GMT 2004
>Last-Modified:  Mon Dec 27 10:11:07 GMT 2004
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Nov 22 09:16:46 MSK 2004 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:
Update to 1.3.25.
	
>How-To-Repeat:
	
>Fix:

	

--- pixie.diff begins here ---
diff -ru /usr/ports/graphics/pixie/Makefile pixie/Makefile
--- /usr/ports/graphics/pixie/Makefile	Wed Nov 10 17:11:19 2004
+++ pixie/Makefile	Sat Dec 18 15:47:47 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pixie
-PORTVERSION=	1.3.22
+PORTVERSION=	1.3.25
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ru /usr/ports/graphics/pixie/distinfo pixie/distinfo
--- /usr/ports/graphics/pixie/distinfo	Wed Nov 10 17:11:19 2004
+++ pixie/distinfo	Sat Dec 18 15:47:50 2004
@@ -1,2 +1,2 @@
-MD5 (Pixie-src-1.3.22.tgz) = 195ef1e327738224b0693bb0994caefd
-SIZE (Pixie-src-1.3.22.tgz) = 4916714
+MD5 (Pixie-src-1.3.25.tgz) = f0a726a007f7f35f6d13d56bbb4ebd29
+SIZE (Pixie-src-1.3.25.tgz) = 4973521
--- pixie.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Wed Dec 22 08:44:05 GMT 2004 
State-Changed-Why:  
Ummm: 

c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -pipe -g -fPIC -I/usr/local/include -I/usr/X11R6/include -c stochastic.cpp  -fPIC -DPIC -o .libs/stochastic.lo 
stochastic.cpp: In method `void CStochastic::rasterDrawPrimitives(CReyes::CRasterGrid *)': 
stochastic.cpp:334: virtual memory exhausted 
*** Error code 1 

Stop in /usr/ports/graphics/pixie/work/Pixie/src/ri. 

pixie@menelaos [09:43:37]> swapinfo 
Device          1K-blocks     Used    Avail Capacity  Type 
/dev/ad0s1b       2081280    11488  2069792     1%    Interleaved 

This happens only with -O2, not with -O. Since the ports-infratstructure 
moved to -O2, this will cause problems. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75223 

From: Igor Pokrovsky <ip@doom.homeunix.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: vs@FreeBSD.org
Subject: Re: ports/75223: Update port: graphics/pixie 1.3.22 -> 1.3.25
Date: Wed, 22 Dec 2004 23:47:06 +0300

 On Wed, Dec 22, 2004 at 08:54:38AM +0000, Volker Stolz wrote:
 > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O2 -pipe -g -fPIC -I/usr/local/include -I/usr/X11R6/include -c stochastic.cpp  -fPIC -DPIC -o .libs/stochastic.lo
 > stochastic.cpp: In method `void CStochastic::rasterDrawPrimitives(CReyes::CRasterGrid *)':
 > stochastic.cpp:334: virtual memory exhausted
 > *** Error code 1
 
 I see only one solution - to force "-O" option to compiler.
 
 diff -ru pixie.orig/Makefile pixie/Makefile
 --- pixie.orig/Makefile	Wed Dec 22 23:24:07 2004
 +++ pixie/Makefile	Wed Dec 22 23:27:34 2004
 @@ -26,8 +26,8 @@
  USE_AUTOCONF_VER=	213
  USE_LIBTOOL_VER=	13
  CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 -CONFIGURE_ENV=	CFLAGS="${CFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \
 -		CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \
 +CONFIGURE_ENV=	CFLAGS="${CFLAGS} -O -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \
 +		CXXFLAGS="${CXXFLAGS} -O -fPIC -I${LOCALBASE}/include -I${X11BASE}/include" \
  		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
  		LIBS="${PTHREAD_LIBS}"
  INSTALLS_SHLIB=	yes
 
 -ip
 
 -- 
 The label "new" and/or "improved" means the price went up.
State-Changed-From-To: feedback->closed 
State-Changed-By: vs 
State-Changed-When: Mon Dec 27 10:10:56 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75223 
>Unformatted:
