Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 03:45:28 +0300
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64128: [MAINTAINER] devel/mico: fix defaults with BATCH=yes
Message-ID:  <E1B1ano-000460-M8@Current.sem-home.ciam.ru>
Resent-Message-ID: <200403120050.i2C0oFXF065442@freefall.freebsd.org>

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

>Number:         64128
>Category:       ports
>Synopsis:       [MAINTAINER] devel/mico: fix defaults with BATCH=yes
>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 11 16:50:14 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 #4: Fri Feb 27 03:58:52 MSK 2004
>Description:
[DESCRIBE CHANGES]
* fix defaults with BATCH=yes

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

--- mico-2.3.11_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/mico.orig/Makefile /usr/ports/devel/mico/Makefile
--- /usr/ports/devel/mico.orig/Makefile	Wed Feb 25 08:38:13 2004
+++ /usr/ports/devel/mico/Makefile	Fri Mar 12 01:18:46 2004
@@ -54,7 +54,7 @@
 .if defined(WITH_DEBUG)
 CONFIGURE_ARGS+=	--enable-debug
 .endif
-.if defined(WITH_SERVICES)
+.if !defined(WITHOUT_SERVICES)
 CONFIGURE_ARGS+=	--enable-ccm --enable-life --enable-externalize
 .else
 CONFIGURE_ARGS+=	--disable-coss
--- mico-2.3.11_2.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?E1B1ano-000460-M8>