From owner-freebsd-ports Sun Mar 25 4:10:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3E3D37B719 for ; Sun, 25 Mar 2001 04:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2PCA3H00698; Sun, 25 Mar 2001 04:10:03 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id EFC5F37B719 for ; Sun, 25 Mar 2001 04:01:24 -0800 (PST) (envelope-from leeym@utopia.leeym.com) Received: (from leeym@localhost) by utopia.leeym.com (8.11.3/8.11.3) id f2PC17x30764; Sun, 25 Mar 2001 20:01:07 +0800 (CST) (envelope-from leeym) Message-Id: <200103251201.f2PC17x30764@utopia.leeym.com> Date: Sun, 25 Mar 2001 20:01:07 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26066: update port: databases/p5-DBZ_File Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26066 >Category: ports >Synopsis: update port: databases/p5-DBZ_File >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 25 04:10:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Mar 25 16:44:44 CST 2001 root@utopia.leeym.com:/home/system/obj/usr/src/sys/UTOPIA i386 >Description: fix problem on perl-5.6.0 (5.0-CURRENT) >How-To-Repeat: >Fix: diff -ruN /usr/ports/databases/p5-DBZ_File/Makefile p5-DBZ_File/Makefile --- /usr/ports/databases/p5-DBZ_File/Makefile Mon Mar 19 23:00:36 2001 +++ p5-DBZ_File/Makefile Sun Mar 25 18:30:55 2001 @@ -18,9 +18,15 @@ PERL_CONFIGURE= yes CONFIGURE_ARGS= DEFINE="-I${FILESDIR}" +.include + +.if ${OSVERSION} >= 500007 +CONFIGURE_ARGS+= POLLUTE=1 +.endif + WRKSRC= ${WRKDIR}/DBZ_File MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= DBZ_File.3 -.include +.include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message