Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Oct 2005 13:40:19 GMT
From:      Xavier Beaudouin <kiwi@oav.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/88170: [MAINTAINER] www/mod_vhs: update to 1.0.26
Message-ID:  <200510291340.j9TDeJ9l036364@freefall.freebsd.org>

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

From: Xavier Beaudouin <kiwi@oav.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/88170: [MAINTAINER] www/mod_vhs: update to 1.0.26
Date: Sat, 29 Oct 2005 15:30:25 +0200

 This is a multi-part message in MIME format.
 --------------020705040303080709050204
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hello,
 
 Please add the following patch to avoid package building.
 
 Since this software works only on Apache2 the package building cannot 
 work with standarts php packages.
 
 
 --------------020705040303080709050204
 Content-Type: text/x-patch;
  name="Makefile.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="Makefile.diff"
 
 --- Makefile.old	Sat Oct 29 14:29:50 2005
 +++ Makefile	Sat Oct 29 15:32:00 2005
 @@ -23,6 +23,11 @@
  WANT_APACHE=	2
  AP_FAST_BUILD=	YES
  AP_GENPLIST=	YES
 +
 +.if defined(BATCH) || defined(PACKAGE_BUILDING)
 +IGNORE=		This port cannot be build as package because lang/php4 requires apache2
 +.endif
 +
  WRKSRC=		${WRKDIR}/${PORTNAME}
  
  AP_INC+=	${LOCALBASE}/include/home
 
 --------------020705040303080709050204--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510291340.j9TDeJ9l036364>