ports/137362: net/asterisk-app-ldap - PLIST files handling minor fix.

Alexey V.Degtyarev alexey at renatasystems.org
Sun Aug 2 19:20:04 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list