ports/171482: [patch] www/mimetex s/USE_APACHE/USE_APACHE_RUN/
Olli Hauer
ohauer at FreeBSD.org
Sun Sep 9 00:50:03 UTC 2012
>Number: 171482
>Category: ports
>Synopsis: [patch] www/mimetex s/USE_APACHE/USE_APACHE_RUN/
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 09 00:50:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Olli Hauer
>Release:
>Organization:
>Environment:
>Description:
apache is only used to serve a cgi binary, so
s/USE_APACHE/USE_APACHE_RUN/
>How-To-Repeat:
>Fix:
--- mimetex.diff begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 303930)
+++ Makefile (working copy)
@@ -7,7 +7,7 @@
PORTNAME= mimetex
PORTVERSION= 20080906.1.70
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www math
MASTER_SITES= http://nivi.interfree.it/distfiles/${DIST_SUBDIR}/ \
http://www.forkosh.com/
@@ -18,7 +18,7 @@
COMMENT= A CGI script that lets you embed LaTeX math in your HTML pages
NO_WRKSUBDIR= yes
-USE_APACHE= 22+
+USE_APACHE_RUN= 22+
USE_ZIP= yes
.include <bsd.port.pre.mk>
--- mimetex.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list