Date: Sun, 25 Mar 2001 20:01:07 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26066: update port: databases/p5-DBZ_File Message-ID: <200103251201.f2PC17x30764@utopia.leeym.com>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500007 +CONFIGURE_ARGS+= POLLUTE=1 +.endif + WRKSRC= ${WRKDIR}/DBZ_File MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= DBZ_File.3 -.include <bsd.port.mk> +.include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103251201.f2PC17x30764>