Skip site navigation (1)Skip section navigation (2)
Date:      1 Mar 2000 17:06:43 -0000
From:      lioux@uol.com.br
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17097: update port mail/qmail (not working)
Message-ID:  <20000301170643.15738.qmail@Fedaykin.here>

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

>Number:         17097
>Category:       ports
>Synopsis:       update port mail/qmail (not working)
>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:   Wed Mar  1 09:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

FreeBSD Here.here 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Tue Feb 29 08:42:58 ES
T 2000     root@Here.here:/usr/current/src/sys/compile/LIOUX  i386

>Description:

My last port overlooked the fact that the variable CONFIGUREFILES only
holds binaries. I forgot. Therefore, I mistakenly added config-fast (a
script) to it.
However, it should have gone in the same place as config.
Whenever one tries to make install the port complains that it can't strip
config-fast because it has a wrong format (of course).

>How-To-Repeat:

Try to make install.

>Fix:

--- Makefile.ORIG	Wed Mar  1 13:47:44 2000
+++ Makefile	Wed Mar  1 13:48:24 2000
@@ -79,8 +79,7 @@
 BOOTFILES+=	${FILESDIR}/maildir
 
 CONFIGUREFILES=	${WRKSRC}/install ${WRKSRC}/dnsfq ${WRKSRC}/hostname \
-		${WRKSRC}/dnsip ${WRKSRC}/ipmeprint ${WRKSRC}/dnsptr \
-		${WRKSRC}/config-fast
+		${WRKSRC}/dnsip ${WRKSRC}/ipmeprint ${WRKSRC}/dnsptr
 
 .if (${PREFIX} == "/usr/local")
 DOCDIR=	share/doc/qmail
@@ -108,6 +107,7 @@
 	@cd ${WRKSRC} ; ./install
 	@${INSTALL_PROGRAM} ${CONFIGUREFILES} ${PREFIX}/configure
 	@${INSTALL_SCRIPT} ${WRKSRC}/config ${PREFIX}/configure
+	@${INSTALL_SCRIPT} ${WRKSRC}/config-fast ${PREFIX}/configure
 	@${INSTALL_SCRIPT} ${BOOTFILES} ${PREFIX}/boot
 .for i in 1 5 7 8
 	@${MKDIR} ${PREFIX}/man/man$i

>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?20000301170643.15738.qmail>