Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2012 11:35:53 GMT
From:      "Vasiliy P. Melnik" <basil@vpm.net.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/166440: fix depends
Message-ID:  <201203271135.q2RBZrLK030290@red.freebsd.org>
Resent-Message-ID: <201203271140.q2RBeB4C024160@freefall.freebsd.org>

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

>Number:         166440
>Category:       misc
>Synopsis:       fix depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 27 11:40:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Vasiliy P. Melnik
>Release:        9.0-RELEASE
>Organization:
na
>Environment:
FreeBSD monkey.home 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat Jan  7 02:31:55 EET 2012     root@monkey.home:/usr/obj/usr/src/sys/monkey  i386

>Description:
fix depends
>How-To-Repeat:

>Fix:
Diff mode was set to CVS, but there's no CVS subdirectory
Trying /usr/ports ... found
Warning: current directory name differs from Makefile header:
	ldap-account-manager != 
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile ./Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile	2012-03-26 21:54:15.000000000 +0300
+++ ./Makefile	2012-03-27 14:27:44.000000000 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	ldap-account-manager
 PORTVERSION=	3.7
+PORTREVISION=	1
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
 
@@ -21,7 +22,7 @@
 NO_BUILD=	yes
 USE_GETTEXT=	yes
 USE_PERL5=	yes
-USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json
+USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=	5
 
===> Done


Patch attached with submission follows:

Diff mode was set to CVS, but there's no CVS subdirectory
Trying /usr/ports ... found
Warning: current directory name differs from Makefile header:
	ldap-account-manager != 
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile ./Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile	2012-03-26 21:54:15.000000000 +0300
+++ ./Makefile	2012-03-27 14:27:44.000000000 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	ldap-account-manager
 PORTVERSION=	3.7
+PORTREVISION=	1
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
 
@@ -21,7 +22,7 @@
 NO_BUILD=	yes
 USE_GETTEXT=	yes
 USE_PERL5=	yes
-USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json
+USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=	5
 
===> Done


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



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