Date: Sun, 9 Sep 2012 00:47:33 GMT From: Olli Hauer <ohauer@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/171482: [patch] www/mimetex s/USE_APACHE/USE_APACHE_RUN/ Message-ID: <201209090047.q890lXYD081444@freefall.freebsd.org> Resent-Message-ID: <201209090050.q890o3kw027701@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209090047.q890lXYD081444>