Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 14:32:26 +0100 (BST)
From:      matthew@FreeBSD.org
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        systems@adestra.com
Subject:   ports/188401: www/trac -- missing PYTHON_CMD substitution in rc script
Message-ID:  <201404091332.s39DWQZH019354@stingray.adestra.com>
Resent-Message-ID: <201404091350.s39Do0B9004717@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188401
>Category:       ports
>Synopsis:       www/trac -- missing PYTHON_CMD substitution in rc script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 09 13:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD stingray.adestra.com 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:

The tracd init script is being installed with the %%PYTHON_CMD%%
replacable text stuff still in place.  Needs to have
PYTHON_CMD=${PYTHON_CMD} added to SUB_LIST

>How-To-Repeat:
	
>Fix:

	

--- trac.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 350672)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	trac
 PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www devel python
 MASTER_SITES=	http://ftp.edgewall.com/pub/trac/ \
 		ftp://ftp.edgewall.com/pub/trac/
@@ -51,6 +51,7 @@
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 USE_RC_SUBR=		tracd
+SUB_LIST+=		PYTHON_CMD=${PYTHON_CMD}
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/sample-plugins
--- trac.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?201404091332.s39DWQZH019354>