Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 2004 22:00:35 +0300
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64725: [MAINTAINER] devel/ptypes: fix defaults
Message-ID:  <E1B6a5j-0000Gj-Kz@Current.sem-home.ciam.ru>
Resent-Message-ID: <200403251910.i2PJAKVm071491@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64725
>Category:       ports
>Synopsis:       [MAINTAINER] devel/ptypes: fix defaults
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 25 11:10:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Current.sem-home.ciam.ru 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #5: Fri Mar 12 03:47:38 MSK 2004
>Description:
[DESCRIBE CHANGES]
- fix defaults

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- ptypes-1.9.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/ptypes.orig/Makefile /usr/ports/devel/ptypes/Makefile
--- /usr/ports/devel/ptypes.orig/Makefile	Thu Mar 25 01:45:58 2004
+++ /usr/ports/devel/ptypes/Makefile	Thu Mar 25 21:59:51 2004
@@ -22,8 +22,7 @@
 PTYPES_CFLAGS=	${CFLAGS}
 
 OPTIONS=	DEBUG "Build debug version" off \
-		OPTIMIZED "Enable -O2 optimization" on
-WITH_OPTIMIZED?=	yes
+		OPTIMIZED "Enable -O2 optimization" off
 
 .include <bsd.port.pre.mk>
 
--- ptypes-1.9.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1B6a5j-0000Gj-Kz>