Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2001 10:30:01 -0800 (PST)
From:      Simon Dick <simond@irrelevant.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33282: New port: SquirrelMail webmail (mail/squirrelmail)
Message-ID:  <200112281830.fBSIU1828025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33282; it has been noted by GNATS.

From: Simon Dick <simond@irrelevant.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/33282: New port: SquirrelMail webmail (mail/squirrelmail)
Date: Fri, 28 Dec 2001 18:24:34 +0000

 --FCuugMFkClbJLl1L
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Please apply this patch to the submitted port to properly remove a
 Linux-ism.
 
 -- 
 Simon Dick					simond@irrelevant.org
 "Why do I get this urge to go bowling everytime I see Tux?"
 
 --FCuugMFkClbJLl1L
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="sq.diff"
 
 diff -ruN squirrelmail.orig/Makefile squirrelmail/Makefile
 --- squirrelmail.orig/Makefile	Fri Dec 28 16:40:53 2001
 +++ squirrelmail/Makefile	Fri Dec 28 16:53:02 2001
 @@ -13,8 +13,7 @@
  
  MAINTAINER=	simond@irrelevant.org
  
 -RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \
 -		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2
 +RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
  
  USE_BZIP2=	yes
  NO_BUILD=	yes
 diff -ruN squirrelmail.orig/files/patch-configure squirrelmail/files/patch-configure
 --- squirrelmail.orig/files/patch-configure	Fri Dec 28 16:37:06 2001
 +++ squirrelmail/files/patch-configure	Fri Dec 28 16:53:10 2001
 @@ -2,7 +2,7 @@
  +++ configure	Fri Dec 28 16:36:20 2001
  @@ -1,4 +1,4 @@
  -#!/bin/bash
 -+#!/usr/local/bin/bash
 ++#!/bin/sh
   #
   # Redirects to the config directory and runs conf.pl
   
 
 --FCuugMFkClbJLl1L--

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?200112281830.fBSIU1828025>