Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2009 18:16:51 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/132943: [maintainer] www/p5-RT-Extension-LDAPImport -- fix mtree problem reported by QAT
Message-ID:  <200903221816.n2MIGpTo090232@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <200903221820.n2MIK31A039485@freefall.freebsd.org>

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

>Number:         132943
>Category:       ports
>Synopsis:       [maintainer] www/p5-RT-Extension-LDAPImport -- fix mtree problem reported by QAT
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 22 18:20:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 7.1-STABLE FreeBSD 7.1-STABLE #58: Sun Mar 8 12:47:32 GMT 2009 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

QAT (your restless neighborhood Daemon) complains that:

=== Checking filesystem state
list of extra files and directories in / (not present before this port was installed but present after it was deinstalled)
8150466        4 drwxr-xr-x    3 root             wheel                 512 Mar 20 07:44 usr/local/rt3/local
8150476        4 drwxr-xr-x    2 root             wheel                 512 Mar 20 07:44 usr/local/rt3/local/bin
8150478        4 -r-xr-xr-x    1 root             wheel                 368 Aug  9  2007 usr/local/rt3/local/bin/rtldapimport.bak
================================================================
build of /usr/ports/www/p5-RT-Extension-LDAPImport ended at Fri Mar 20 07:44:38 UTC 2009

Here's a fix.

>How-To-Repeat:
	
>Fix:

	

--- p5-RT-Extension-LDAPImport.diff begins here ---
diff -Nur /usr/ports/www/p5-RT-Extension-LDAPImport/Makefile p5-RT-Extension-LDAPImport/Makefile
--- /usr/ports/www/p5-RT-Extension-LDAPImport/Makefile	2008-12-20 13:10:20.000000000 +0000
+++ p5-RT-Extension-LDAPImport/Makefile	2009-03-22 18:11:17.000000000 +0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	RT-Extension-LDAPImport
 PORTVERSION=	0.04
+PORTREVISION=	1
 CATEGORIES=	www net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -29,7 +30,8 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/opt/rt3/lib,${PREFIX}/${RTHOME}/lib,' \
-	    ${WRKSRC}/bin/rtldapimport
+	    ${WRKSRC}/bin/rtldapimport && \
+	    ${RM} ${WRKSRC}/bin/rtldapimport.bak
 
 # Don't use normal CONFIGURE_ARGS.  Disable doc_?????_indstall targets to
 # suppress installing perllocal.pod.  This duplicates code from bsd.perl.mk
--- p5-RT-Extension-LDAPImport.diff ends here ---


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



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