Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2001 10:35:04 +0300 (MSK)
From:      dsh@vlink.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25684: update comms/qico
Message-ID:  <20010311073504.CB31F9BB6E@neva.vlink.ru>

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

>Number:         25684
>Category:       ports
>Synopsis:       update comms/qico
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 23:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

>Description:

Replace WITHOUT_QICO_MORDA option to WITH_QICO_MORDA. Now, if you want qico's
control panel, add 'WITH_QICO_MORDA=yes' to /etc/make.conf.

>How-To-Repeat:

diff -Nru qico.orig/Makefile qico/Makefile
--- qico.orig/Makefile	Sun Feb 18 02:26:23 2001
+++ qico/Makefile	Sun Mar 11 10:29:13 2001
@@ -19,14 +19,14 @@
 DEFS+=		-DAMIGA4D
 .endif
 
-.if !defined(WITHOUT_QICO_MORDA)
+.if defined(WITH_QICO_MORDA)
 MORDA=		1
 .endif
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${PREFIX}/etc/
 	${INSTALL_PROGRAM} ${WRKSRC}/src/qico ${PREFIX}/libexec/
-.if !defined(WITHOUT_QICO_MORDA)
+.if defined(WITH_QICO_MORDA)
 	${INSTALL_PROGRAM} ${WRKSRC}/src/qcc ${PREFIX}/bin/
 .endif

>Fix:

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

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?20010311073504.CB31F9BB6E>