Fri Nov 22 13:01:38 2019 UTC ()
(devel/rt4) Fix build by adding DEPENDS+= p5-Text-Reform


(mef)
diff -r1.30 -r1.31 pkgsrc/devel/rt4/Makefile

cvs diff -r1.30 -r1.31 pkgsrc/devel/rt4/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/rt4/Makefile 2019/11/03 10:39:30 1.30
+++ pkgsrc/devel/rt4/Makefile 2019/11/22 13:01:38 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.30 2019/11/03 10:39:30 rillig Exp $ 1# $NetBSD: Makefile,v 1.31 2019/11/22 13:01:38 mef Exp $
2 2
3DISTNAME= rt-4.2.16 3DISTNAME= rt-4.2.16
4PKGNAME= ${DISTNAME:S/rt/rt4/} 4PKGNAME= ${DISTNAME:S/rt/rt4/}
5PKGREVISION= 1 5PKGREVISION= 1
6#PKGREVISION= 2 6#PKGREVISION= 2
7CATEGORIES= devel 7CATEGORIES= devel
8MASTER_SITES= https://download.bestpractical.com/pub/rt/release/ 8MASTER_SITES= https://download.bestpractical.com/pub/rt/release/
9 9
10MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= http://www.bestpractical.com/rt/ 11HOMEPAGE= http://www.bestpractical.com/rt/
12COMMENT= Industrial-grade ticketing system 12COMMENT= Industrial-grade ticketing system
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
@@ -137,26 +137,28 @@ DEPENDS+= p5-PerlIO-eol-[0-9]*:../../dev @@ -137,26 +137,28 @@ DEPENDS+= p5-PerlIO-eol-[0-9]*:../../dev
137# ICAL dependency 137# ICAL dependency
138DEPENDS+= p5-Data-ICal-[0-9]*:../../time/p5-Data-ICal 138DEPENDS+= p5-Data-ICal-[0-9]*:../../time/p5-Data-ICal
139 139
140# SMIME dependencies 140# SMIME dependencies
141DEPENDS+= p5-String-ShellQuote-[0-9]*:../../textproc/p5-String-ShellQuote 141DEPENDS+= p5-String-ShellQuote-[0-9]*:../../textproc/p5-String-ShellQuote
142DEPENDS+= p5-Crypt-X509-[0-9]*:../../security/p5-Crypt-X509 142DEPENDS+= p5-Crypt-X509-[0-9]*:../../security/p5-Crypt-X509
143# File::Which is in GPG dependencies. 143# File::Which is in GPG dependencies.
144 144
145# USERLOGO dependency 145# USERLOGO dependency
146# Module::Pluggable will be removed from the Perl core distribution... 146# Module::Pluggable will be removed from the Perl core distribution...
147DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable 147DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
148DEPENDS+= p5-Convert-Color-[0-9]*:../../converters/p5-Convert-Color 148DEPENDS+= p5-Convert-Color-[0-9]*:../../converters/p5-Convert-Color
149 149
 150DEPENDS+= p5-Text-Reform-[0-9]*:../../textproc/p5-Text-Reform
 151
150.include "dirs.mk" 152.include "dirs.mk"
151.include "options.mk" 153.include "options.mk"
152 154
153RT4DIR= ${PREFIX}/share/rt4 155RT4DIR= ${PREFIX}/share/rt4
154 156
155BUILD_DEFS+= APACHE_GROUP APACHE_USER 157BUILD_DEFS+= APACHE_GROUP APACHE_USER
156FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \ 158FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
157 RT4DIR=${RT4DIR} 159 RT4DIR=${RT4DIR}
158 160
159SUBST_CLASSES+= prefix 161SUBST_CLASSES+= prefix
160SUBST_STAGE.prefix= pre-configure 162SUBST_STAGE.prefix= pre-configure
161SUBST_MESSAGE.prefix= Setting prefix. 163SUBST_MESSAGE.prefix= Setting prefix.
162SUBST_FILES.prefix= config.layout 164SUBST_FILES.prefix= config.layout