Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 1999 11:37:06 +0200 (CEST)
From:      Nick Hibma <nick.hibma@jrc.it>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12199: [PATCH] mail/qmail references perl instead of PERL5
Message-ID:  <199906140937.LAA74311@elpc36.jrc.it>

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

>Number:         12199
>Category:       ports
>Synopsis:       [PATCH] mail/qmail references perl instead of PERL5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 14 02:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hibma
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

ports of as of 99/06/13 16:00

>Description:

Below a patch for the Makefile for mail/qmail (not qmail-contrib) in the
FreeBSD ports collection, making the port independent of perl in
/usr/bin/perl.

>How-To-Repeat:

cd /usr/ports/mail/qmail
make PERL5=/bin/echo

>Fix:
	
--- /usr/ports/mail/qmail/Makefile.orig Sat Jun  5 15:07:45 1999
+++ /usr/ports/mail/qmail/Makefile      Sat Jun  5 15:09:56 1999
@@ -89,7 +89,7 @@
 
 do-configure:
        @# Create/Check the necessary groups/users
-       @PKG_PREFIX=${PREFIX} /usr/bin/perl ${PKGDIR}/INSTALL
+       @PKG_PREFIX=${PREFIX} ${PERL5} ${PKGDIR}/INSTALL
        @${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
        @${ECHO} ${PREFIX} > ${WRKSRC}/conf-qmail
 
@@ -97,7 +97,7 @@
 
 do-install:
        @# Check again, just in case (ideally should error if not found)
-       @PKG_PREFIX=${PREFIX} /usr/bin/perl ${PKGDIR}/INSTALL
+       @PKG_PREFIX=${PREFIX} ${PERL5} ${PKGDIR}/INSTALL
        @${MKDIR} ${PREFIX}/${DOCDIR} ${PREFIX}/configure
        @cd ${WRKSRC} ; ./install
        @${INSTALL_PROGRAM} ${CONFIGUREFILES} ${PREFIX}/configure
 
 


>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?199906140937.LAA74311>