Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2010 20:18:05 GMT
From:      Edmondas Girkantas <eg@fbsd.lt>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144805: net/scr_ipfm add dependency for phpX-pcre
Message-ID:  <201003162018.o2GKI59a008099@www.freebsd.org>
Resent-Message-ID: <201003162020.o2GKK1pI068407@freefall.freebsd.org>

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

>Number:         144805
>Category:       ports
>Synopsis:       net/scr_ipfm add dependency for phpX-pcre
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 16 20:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Edmondas Girkantas
>Release:        7.2-RELEASE-p7
>Organization:
>Environment:
FreeBSD h7.fbsd.lt 7.2-RELEASE-p7 FreeBSD 7.2-RELEASE-p7 #0: Fri Feb 26 19:51:57 UTC 2010     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
scr_ipfm uses pcre_* functions, but current port doesn't have dependency for pcre library
>How-To-Repeat:
try to install and run scr_ipfm
>Fix:
diff -ruN scr_ipfm.orig/Makefile scr_ipfm/Makefile
--- scr_ipfm.orig/Makefile	2010-03-16 21:34:26.000000000 +0200
+++ scr_ipfm/Makefile	2010-03-16 22:05:18.000000000 +0200
@@ -14,7 +14,7 @@
 COMMENT=	Use logs generated by ipfm to show data graphically
 
 NO_BUILD=	yes
-USE_PHP=	yes
+USE_PHP=	session
 MYADMDIR?=	www/data/scr_ipfm
 PLIST_SUB=	MYADMDIR=${MYADMDIR}
 PORTDOCS=	BUGS COPYING ChangeLog README README_pl THANKS TODO


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003162018.o2GKI59a008099>