Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 07:28:13 -0800 (PST)
From:      John Holland <john@zoner.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/36488: Update port: news/ubh Fix install for 5.0-current
Message-ID:  <200203291528.g2TFSDr58429@freefall.freebsd.org>

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

>Number:         36488
>Category:       ports
>Synopsis:       Update port: news/ubh Fix install for 5.0-current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 29 07:30:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     John Holland
>Release:        4.5-Stable
>Organization:
>Environment:
FreeBSD puff.int.zoner.org 4.5-STABLE FreeBSD 4.5-STABLE #13: Thu Mar  7 18:39:59 EST 2002     toor@puff.int.zoner.org:/usr/obj/usr/src/sys/PUFF  i386
>Description:
Use ${PERL_ARCH} instead of i386-freebsd in the dependacy check.  Fixed build failure on 5.0-current
>How-To-Repeat:
      
>Fix:
--- Makefile.orig       Fri Mar 29 09:49:43 2002
+++ Makefile    Fri Mar 29 09:51:47 2002
@@ -17,9 +17,9 @@
        ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \
        ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \
        ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \
-       ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+       ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
        ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Decoder.pm:${PORTSDIR}/mail/p5-MIME-Tools \
-       ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32
+       ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32

 NO_BUILD=      YES


>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?200203291528.g2TFSDr58429>