From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 27 16:00:38 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EB8716A420 for ; Wed, 27 Jul 2005 16:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B73043D53 for ; Wed, 27 Jul 2005 16:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6RG0aZp052833 for ; Wed, 27 Jul 2005 16:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6RG0atx052832; Wed, 27 Jul 2005 16:00:36 GMT (envelope-from gnats) Resent-Date: Wed, 27 Jul 2005 16:00:36 GMT Resent-Message-Id: <200507271600.j6RG0atx052832@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D1BB16A41F for ; Wed, 27 Jul 2005 15:55:18 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr53.hinet.net (msr53.hinet.net [168.95.4.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE92043D45 for ; Wed, 27 Jul 2005 15:55:17 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr53.hinet.net (8.9.3/8.9.3) with ESMTP id XAA24456; Wed, 27 Jul 2005 23:55:11 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 00240B29CFD; Wed, 27 Jul 2005 23:55:07 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16381-04; Wed, 27 Jul 2005 23:54:58 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id CF0B1B29CFA; Wed, 27 Jul 2005 23:54:58 +0800 (CST) Message-Id: <20050727155458.CF0B1B29CFA@utopia.leeym.com> Date: Wed, 27 Jul 2005 23:54:58 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: svenasse@polaris.ca Subject: ports/84179: [PATCH] databases/p5-DBD-LDAP: remove autosplit.ix and unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 16:00:38 -0000 >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 .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: