pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/rt3 Depends on SpeedyCGI to resolve the path to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae977deb8a1d
branches:  trunk
changeset: 519312:ae977deb8a1d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 01 14:24:30 2006 +0000

description:
Depends on SpeedyCGI to resolve the path to the interpreter correctly.
Fixed the permissions of the installed files. Bumped PKGREVISION.

diffstat:

 devel/rt3/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 69d30fc0c1ec -r ae977deb8a1d devel/rt3/Makefile
--- a/devel/rt3/Makefile        Sun Oct 01 14:23:20 2006 +0000
+++ b/devel/rt3/Makefile        Sun Oct 01 14:24:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/09/29 23:38:46 cube Exp $
+# $NetBSD: Makefile,v 1.22 2006/10/01 14:24:30 rillig Exp $
 
 DISTNAME=              rt-3.4.5
 PKGREVISION=           3
@@ -51,6 +51,7 @@
 DEPENDS+=      p5-HTTP-Server-Simple>=0.07:../../www/p5-HTTP-Server-Simple
 DEPENDS+=      p5-HTTP-Server-Simple-Mason>=0.09:../../www/p5-HTTP-Server-Simple-Mason
 DEPENDS+=      p5-Text-WikiFormat>=0.72:../../textproc/p5-Text-WikiFormat
+DEPENDS+=      SpeedyCGI-[0-9]*:../../www/SpeedyCGI
 
 # Mailgate dependencies:
 DEPENDS+=      p5-HTML-Tree>=3.18:../../www/p5-HTML-Tree
@@ -100,11 +101,14 @@
 CONFIGURE_ARGS+=       --with-db-type=${_RT_DB_TYPE:Q}
 CONFIGURE_ARGS+=       --with-web-user=${APACHE_USER:Q}
 CONFIGURE_ARGS+=       --with-web-group=${APACHE_GROUP:Q}
-
+CONFIGURE_ARGS+=       --with-speedycgi=${PERL5_INSTALLVENDORBIN}/speedy
 MESSAGE_SUBST+=                HOMEPAGE=${HOMEPAGE:Q}
 MESSAGE_SUBST+=                RT_GROUP=${RT_GROUP:Q}
 MESSAGE_SUBST+=                PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
 
+post-extract:
+       cd ${WRKSRC} && chmod -R g-w .
+
 .include "Makefile.install"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index