ports/148814: fix a bug of make instance with standalone type

Guixing Bai khsing.cn at gmail.com
Wed Jul 21 09:10:04 UTC 2010


>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 at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Stephen Morton <tungolcraeft at 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:



More information about the freebsd-ports-bugs mailing list