ports/156835: Fixed rcfile in www/drood

Grzegorz Blach magik at roorback.net
Thu May 5 20:00:25 UTC 2011


>Number:         156835
>Category:       ports
>Synopsis:       Fixed rcfile in www/drood
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 05 20:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:


System: FreeBSD 8.2-RELEASE #8 r218743: Wed Feb 16 19:24:02 CET 2011
    magik at silver.nine:/usr/obj/usr/src/sys/SILVER



>Description:


In drood 1.54 scgid was replaced by plunger,
but rcfile still is using SCGI_ENABLE variable,
which cause warning during system boot
about PLUNGER_ENABLE is not defined.



>How-To-Repeat:


Aply attached patch


>Fix:


--- drood.diff.txt begins here ---
diff -x .svn -ruN /var/cache/portshaker/ports/www/drood/Makefile www/drood/Makefile
--- /var/cache/portshaker/ports/www/drood/Makefile	2011-04-30 01:51:07.000000000 +0200
+++ www/drood/Makefile	2011-05-05 21:42:17.801785679 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	drood
 PORTVERSION=	2.2
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.mammothcheese.ca/
 
diff -x .svn -ruN /var/cache/portshaker/ports/www/drood/files/patch-plunger.rcfile www/drood/files/patch-plunger.rcfile
--- /var/cache/portshaker/ports/www/drood/files/patch-plunger.rcfile	1970-01-01 01:00:00.000000000 +0100
+++ www/drood/files/patch-plunger.rcfile	2011-05-05 21:42:17.801785679 +0200
@@ -0,0 +1,10 @@
+--- plunger.rcfile.orig	2011-05-05 21:26:24.465426387 +0200
++++ plunger.rcfile	2011-05-05 21:26:40.918702711 +0200
+@@ -15,6 +15,6 @@
+ 
+ load_rc_config ${name}
+ 
+-: ${scgi_enable="NO"}
++: ${plunger_enable="NO"}
+ 
+ run_rc_command "$1"
--- drood.diff.txt ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list