svn commit: r303678 - in head: ftp/proma games/hlstatsx net-mgmt/ocsinventory-ng net-p2p/rtgui net/prosearch www/dojo www/dotproject www/foswiki www/rt38 www/rt40 www/thundercache www/thundersnarf ...
Olli Hauer
ohauer at FreeBSD.org
Tue Sep 4 22:27:56 UTC 2012
Author: ohauer
Date: Tue Sep 4 22:27:55 2012
New Revision: 303678
URL: http://svn.freebsd.org/changeset/ports/303678
Log:
- unbreak build
since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/
with hat apache@
Modified:
head/ftp/proma/Makefile
head/games/hlstatsx/Makefile
head/net-mgmt/ocsinventory-ng/Makefile
head/net-p2p/rtgui/Makefile
head/net/prosearch/Makefile
head/www/dojo/Makefile
head/www/dotproject/Makefile
head/www/foswiki/Makefile
head/www/rt38/Makefile
head/www/rt40/Makefile
head/www/thundercache/Makefile
head/www/thundersnarf/Makefile
head/www/webcalendar-devel/Makefile
head/www/yahoo-ui/Makefile
Modified: head/ftp/proma/Makefile
==============================================================================
--- head/ftp/proma/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/ftp/proma/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: proma
-# Date created: 25.08.2003
-# Whom: HSIN-HSIUNG CHANG <sexbear at tmu.edu.tw>
-#
# $FreeBSD$
-#
PORTNAME= proma
PORTVERSION= 0.8.3
@@ -35,7 +30,7 @@ SUB_FILES= pkg-message
RUN_DEPENDS+= ${LOCALBASE}/libexec/proftpd/mod_sql_mysql.so:${PORTSDIR}/databases/proftpd-mod_sql_mysql
.endif
.if defined(WITH_APACHE)
-USE_APACHE= 22
+USE_APACHE_RUN= 22
.endif
.if defined(WITH_MYSQL)
USE_MYSQL= yes
Modified: head/games/hlstatsx/Makefile
==============================================================================
--- head/games/hlstatsx/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/games/hlstatsx/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: hlstatsx
-# Date created: 2006-06-12
-# Whom: Babak Farrokhi <babak at farrokhi.net>
-#
# $FreeBSD$
-#
PORTNAME= hlstatsx
DISTVERSION= 1.20RC2
@@ -16,7 +11,7 @@ MAINTAINER= sylvio at FreeBSD.org
COMMENT= Real-time player and clan rankings and statistics for HL2 and mods
NO_BUILD= yes
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
USE_PHP= gd mysql
USE_PERL5_RUN= yes
USE_ZIP= yes
Modified: head/net-mgmt/ocsinventory-ng/Makefile
==============================================================================
--- head/net-mgmt/ocsinventory-ng/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/net-mgmt/ocsinventory-ng/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,7 +1,3 @@
-# New ports collection makefile for: ocsinventory-ng
-# Date created: 28 Sep 2007
-# Whom: araujo
-#
# $FreeBSD$
PORTNAME= ocsinventory-ng
@@ -24,7 +20,7 @@ RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR
p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
p5-XML-Entities>=0:${PORTSDIR}/textproc/p5-XML-Entities
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
USE_MYSQL= 41+
USE_PERL5= 5.8.0+
WANT_PHP_WEB= yes
Modified: head/net-p2p/rtgui/Makefile
==============================================================================
--- head/net-p2p/rtgui/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/net-p2p/rtgui/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: rtgui
-# Date created: 14 December 2008
-# Whom: Philippe Audeoud <jadawin at tuxaco.net>
-#
# $FreeBSD$
-#
PORTNAME= rtgui
PORTVERSION= 0.2.7
@@ -23,7 +18,7 @@ BUILD_DEPENDS+= xmlrpc-c-config:${PORTSD
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_APACHE)
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_scgi.so:${PORTSDIR}/www/mod_scgi
.elif defined(WITH_LIGHTTPD)
RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
Modified: head/net/prosearch/Makefile
==============================================================================
--- head/net/prosearch/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/net/prosearch/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: prosearch
-# Date created: 20 May 2006
-# Whom: Oleg Alexeenkov <proler at gmail.com>
-#
# $FreeBSD$
-#
PORTNAME= prosearch
PORTVERSION= 0.19.2
@@ -69,7 +64,7 @@ RUN_DEPENDS+= rsync:${PORTSDIR}/net/rsyn
.endif
.if defined(WITH_APACHE)
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
.endif
.if defined(WITH_NGINX)
Modified: head/www/dojo/Makefile
==============================================================================
--- head/www/dojo/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/www/dojo/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: dojo
-# Date created: 2008-01-29
-# Whom: Greg Larkin <glarkin at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= dojo
PORTVERSION= 1.5.0
@@ -22,7 +17,7 @@ OPTIONS= APACHE "Configure for Apache-
.include <bsd.port.pre.mk>
.if defined(WITH_APACHE)
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
CONFDIR= ${PREFIX}/${CONFDIR_REL}
CONFDIR_REL= ${APACHEETCDIR}/Includes
PLIST_SUB+= NOAPACHE="" CONFDIR=${CONFDIR_REL}
Modified: head/www/dotproject/Makefile
==============================================================================
--- head/www/dotproject/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/www/dotproject/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: dotproject
-# Date created: 12 April 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
# $FreeBSD$
-#
PORTNAME= dotproject
PORTVERSION= 2.1.5
@@ -18,7 +13,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
USE_PHP= gd mysql session zlib
WANT_PHP_WEB= yes
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
SUB_FILES= pkg-message
Modified: head/www/foswiki/Makefile
==============================================================================
--- head/www/foswiki/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/www/foswiki/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: foswiki
-# Date created: 2009-04-13
-# Whom: Greg Larkin <glarkin at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= foswiki
PORTVERSION= 1.1.5
@@ -50,7 +45,7 @@ RUN_DEPENDS+= p5-Apache-Htpasswd>=0:${PO
.endif
.if defined(WITH_APACHE)
-USE_APACHE?= 22+
+USE_APACHE_RUN?=22+
PLIST_SUB+= NOAPACHE=""
PKGMESSAGE= pkg-message-apache
SUB_FILES+= pkg-message-apache
Modified: head/www/rt38/Makefile
==============================================================================
--- head/www/rt38/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/www/rt38/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,7 +1,3 @@
-# New ports collection makefile for: rt38
-# Date created: 26 December 2008
-# Whom: Philip M. Gollucci <pgollucci at p6m7g8.com>
-#
# $FreeBSD$
# TODO:
@@ -63,7 +59,7 @@ RUN_DEPENDS+= ${STANDALONE_DEPS}
.endif
.if !empty(PORT_OPTIONS:MAPACHE) || !empty(PORT_OPTIONS:MFASTCGI) || !empty(PORT_OPTIONS:MMODPERL)
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
.endif
.if ${PORT_OPTIONS:MFASTCGI}
Modified: head/www/rt40/Makefile
==============================================================================
--- head/www/rt40/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/www/rt40/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,7 +1,3 @@
-# New ports collection makefile for: rt38
-# Date created: 26 December 2008
-# Whom: Philip M. Gollucci <pgollucci at p6m7g8.com>
-#
# $FreeBSD$
PORTNAME= rt
@@ -85,7 +81,7 @@ RUN_DEPENDS+= ${MODPERL2_DEPS}
.endif
.if ${PORT_OPTIONS:MAP_MODFASTCGI}
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
${FASTCGI_DEPS}
Modified: head/www/thundercache/Makefile
==============================================================================
--- head/www/thundercache/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/www/thundercache/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: thundercache
-# Date created: 2010-03-15
-# Whom: Patrick Tracanelli <eksffa at freebsdbrasil.com.br>
-#
# $FreeBSD$
-#
PORTNAME= thundercache
PORTVERSION= 6.1
@@ -51,7 +46,7 @@ DISTNAME= thundercache-6.1.201104260900-
WRKSRC= ${WRKDIR}/thunder
.if defined (WITH_APACHE)
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
.endif
.if defined (WITH_PGSQL)
Modified: head/www/thundersnarf/Makefile
==============================================================================
--- head/www/thundersnarf/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/www/thundersnarf/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: thundersnarf
-# Date created: 2010-05-20
-# Whom: Patrick Tracanelli <eksffa at freebsdbrasil.com.br>
-#
# $FreeBSD$
-#
PORTNAME= thundersnarf
PORTVERSION= 1.3
@@ -28,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME:R}
.include <bsd.port.pre.mk>
.if defined (WITH_APACHE)
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
.endif
.if defined (WITH_PGSQL)
Modified: head/www/webcalendar-devel/Makefile
==============================================================================
--- head/www/webcalendar-devel/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/www/webcalendar-devel/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: WebCalendar
-# Date created: 08 Jan 2008
-# Whom: glarkin
-#
# $FreeBSD$
-#
PORTNAME= WebCalendar
PORTVERSION= 1.2.5
@@ -48,7 +43,7 @@ OPTIONS= APACHE "Configure for Apache-2.
.include <bsd.port.pre.mk>
.if defined(WITH_APACHE)
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
PLIST_SUB+= NOAPACHE="" CONFDIR=${CONFDIR_REL}
CONFDIR= ${PREFIX}/${CONFDIR_REL}
Modified: head/www/yahoo-ui/Makefile
==============================================================================
--- head/www/yahoo-ui/Makefile Tue Sep 4 22:24:14 2012 (r303677)
+++ head/www/yahoo-ui/Makefile Tue Sep 4 22:27:55 2012 (r303678)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: yahoo-ui
-# Date created: 2008-01-29
-# Whom: Greg Larkin <glarkin at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= yahoo
PORTVERSION= 2.8.2
@@ -33,7 +28,7 @@ NOPORTEXAMPLES= yes
.endif
.if defined(WITH_APACHE)
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
CONFDIR= ${PREFIX}/${CONFDIR_REL}
CONFDIR_REL= ${APACHEETCDIR}/Includes
PLIST_SUB+= NOAPACHE="" CONFDIR=${CONFDIR_REL}
More information about the svn-ports-head
mailing list