Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2005 23:54:58 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        svenasse@polaris.ca
Subject:   ports/84179: [PATCH] databases/p5-DBD-LDAP: remove autosplit.ix and unbreak
Message-ID:  <20050727155458.CF0B1B29CFA@utopia.leeym.com>
Resent-Message-ID: <200507271600.j6RG0atx052832@freefall.freebsd.org>

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

>Number:         84179
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBD-LDAP: remove autosplit.ix and unbreak
>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:   Wed Jul 27 16:00:35 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005
>Description:
- remove autosplit.ix and unbreak this port

Port maintainer (svenasse@polaris.ca) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-DBD-LDAP-0.06.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBD-LDAP/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	21 May 2005 17:41:24 -0000	1.9
+++ Makefile	27 Jul 2005 15:54:31 -0000
@@ -22,12 +22,14 @@
 
 MAN3=		DBD::LDAP.3
 
+post-build:
+	@${FIND} ${WRKSRC} -name autosplit.ix -delete
+
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500600
 BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-BROKEN=		"Incomplete pkg-plist"
 .else
 BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
--- p5-DBD-LDAP-0.06.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?20050727155458.CF0B1B29CFA>