Skip site navigation (1)Skip section navigation (2)
Date:      2 Aug 2009 23:15:30 +0400
From:      "Alexey V.Degtyarev" <alexey@renatasystems.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/137362: net/asterisk-app-ldap - PLIST files handling minor fix.
Message-ID:  <20090802191530.94366.qmail@hs-9.renatasystems.org>
Resent-Message-ID: <200908021920.n72JK3To074238@freefall.freebsd.org>

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

>Number:         137362
>Category:       ports
>Synopsis:       net/asterisk-app-ldap - PLIST files handling minor fix.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 02 19:20:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexey V. Degtyarev
>Release:        FreeBSD 7.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD renatasystems.org 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
net/asterisk-app-ldap uses both PLIST_FILES and pkg-plist to specify the
packing list files. It is causes errors while package deinstall:

Deleting asterisk-app-ldap-2.0.r1_2
pkg_delete: file '/usr/local/lib/asterisk/modules/app_ldap.so' doesn't exist
pkg_delete: file '/usr/local/etc/asterisk/ldap.conf.sample' doesn't exist
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)

>How-To-Repeat:
	
>Fix:

	

--- asterisk-app-ldap.patch begins here ---
diff -u -r asterisk-app-ldap.orig/Makefile asterisk-app-ldap/Makefile
--- asterisk-app-ldap.orig/Makefile	2009-01-05 22:04:23.000000000 +0300
+++ asterisk-app-ldap/Makefile	2009-08-02 23:04:02.000000000 +0400
@@ -22,7 +22,4 @@
 USE_ICONV=	yes
 USE_OPENLDAP=	yes
 
-PLIST_FILES=	lib/asterisk/modules/app_ldap.so \
-		etc/asterisk/ldap.conf.sample
-
 .include <bsd.port.mk>
--- asterisk-app-ldap.patch ends here ---


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



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