Date: Wed, 21 Jul 2010 09:04:05 GMT From: Guixing Bai <khsing.cn@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/148814: fix a bug of make instance with standalone type Message-ID: <201007210904.o6L945Yu041164@www.freebsd.org> Resent-Message-ID: <201007210910.o6L9A4ql077579@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148814 >Category: ports >Synopsis: fix a bug of make instance with standalone type >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 09:10:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Guixing Bai >Release: FreeBSD 8.0-RELEASE i386 >Organization: khsing.net >Environment: FreeBSD 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Stephen Morton <tungolcraeft@gmail.com> report to me that he got a error when he make standalone instance. Yes, The standalone script has been changed, so I should fix this problem. >How-To-Repeat: >Fix: # diff -Bu Makefile.orig Makefile --- Makefile.orig 2010-07-21 16:48:00.000000000 +0800 +++ Makefile 2010-07-21 16:52:24.000000000 +0800 @@ -7,7 +7,7 @@ PORTNAME= moinmoin PORTVERSION= 1.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www python MASTER_SITES= http://static.moinmo.in/files/ DISTNAME= moin-${PORTVERSION} @@ -33,7 +33,7 @@ PKGDEINSTALL= ${PKGINSTALL} .if ${MOINTYPE} == "STANDALONE" -MOINSCRIPT= ${MOINDIR}/server/wikiserver.py +MOINSCRIPT= ${MOINDIR}/server/moin .elif ${MOINTYPE} == "FCGI" MOINSCRIPT= ${MOINDIR}/server/moin.fcgi .elif ${MOINTYPE} == "MOD_PYTHON" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007210904.o6L945Yu041164>