Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 21:04:32 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469167 - head/www/foswiki
Message-ID:  <201805052104.w45L4Wvv074450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat May  5 21:04:31 2018
New Revision: 469167
URL: https://svnweb.freebsd.org/changeset/ports/469167

Log:
  www/foswiki: fix build with APACHE=off
  
  PR:		227796
  Pointy hat:	pi
  Reported by:	antoine

Modified:
  head/www/foswiki/Makefile
  head/www/foswiki/pkg-plist

Modified: head/www/foswiki/Makefile
==============================================================================
--- head/www/foswiki/Makefile	Sat May  5 20:32:14 2018	(r469166)
+++ head/www/foswiki/Makefile	Sat May  5 21:04:31 2018	(r469167)
@@ -12,8 +12,6 @@ COMMENT=	Free and open source enterprise wiki
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		fails to package
-
 RUN_DEPENDS=	p5-Error>=0.15:lang/p5-Error \
 		p5-Algorithm-Diff>=1.1901:devel/p5-Algorithm-Diff \
 		p5-Text-Diff>=0.35:textproc/p5-Text-Diff \

Modified: head/www/foswiki/pkg-plist
==============================================================================
--- head/www/foswiki/pkg-plist	Sat May  5 20:32:14 2018	(r469166)
+++ head/www/foswiki/pkg-plist	Sat May  5 21:04:31 2018	(r469167)
@@ -6645,8 +6645,8 @@
 %%WWWDIR%%/templates/viewtopbar.pattern01x01.tmpl
 %%WWWDIR%%/templates/viewtopicactionbuttons.tmpl
 %%WWWDIR%%/templates/workflowedit.natedit.tmpl
-%%WWWDIR%%/tools/%%AP_NAME%%.freebsd.etc-defaults
-%%WWWDIR%%/tools/%%AP_NAME%%.freebsd.init-script
+%%APACHE%%%%WWWDIR%%/tools/%%AP_NAME%%.freebsd.etc-defaults
+%%APACHE%%%%WWWDIR%%/tools/%%AP_NAME%%.freebsd.init-script
 %%WWWDIR%%/tools/bulk_copy.pl
 %%WWWDIR%%/tools/configure
 %%WWWDIR%%/tools/convertTopicSettings.pl
@@ -6663,7 +6663,7 @@
 %%WWWDIR%%/tools/mod_perl_startup.pl
 %%WWWDIR%%/tools/rewriteshebang.pl
 %%WWWDIR%%/tools/save-pending-checkins
-%%WWWDIR%%/tools/systemd/%%AP_NAME%%.service
+%%APACHE%%%%WWWDIR%%/tools/systemd/%%AP_NAME%%.service
 %%WWWDIR%%/tools/tick_foswiki.pl
 %%WWWDIR%%/tools/tml2html.pl
 %%WWWDIR%%/tools/upgrade_emails.pl



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