From owner-freebsd-ports Sun Aug 9 04:30:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11493 for freebsd-ports-outgoing; Sun, 9 Aug 1998 04:30:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA11482 for ; Sun, 9 Aug 1998 04:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA01786; Sun, 9 Aug 1998 04:30:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11222; Sun, 9 Aug 1998 04:22:26 -0700 (PDT) (envelope-from nobody) Message-Id: <199808091122.EAA11222@hub.freebsd.org> Date: Sun, 9 Aug 1998 04:22:26 -0700 (PDT) From: shige@kuis.kyoto-u.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/7536: [update ports] ja-perl5 (${PORTSDIR}/japanese/perl5) diff style Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7536 >Category: ports >Synopsis: [update ports] ja-perl5 (${PORTSDIR}/japanese/perl5) diff style >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 9 04:30:01 PDT 1998 >Last-Modified: >Originator: Shigeyuki FUKUSHIMA >Organization: Dept. of Infomation Science, Kyoto Univ. >Release: 2.2.7-RELEASE >Environment: FreeBSD athena.shigelan.priv.jp 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Sun Aug 2 08:23:47 JST 1998 root@athena.shigelan.priv.jp:/usr/src/sys/compile/athena i386 >Description: I am ja-perl5 maintainer. This is ths change for ja-perl5 ports on *3.0-CURRENT*. Problem: On 3.0-CURRENT system, AOUT library is in '/usr/lib/aout'. But, ja-perl5(japanese/perl5) port does not search libraries in '/usr/lib/aout'. We cannot make ja-perl5 binaryies on such system. Solution: This report solves this problem. How to patch this diff-style patch. % cd ${PORTSDIR}/japanese % patch -p0 < this-patch Thanks! Patch: diff -urN perl5.orig/patches/patch-aa perl5/patches/patch-aa --- perl5.orig/patches/patch-aa Sun Aug 9 19:47:40 1998 +++ perl5/patches/patch-aa Sun Aug 9 19:49:46 1998 @@ -17,6 +17,15 @@ : Test and see if we are running under ksh, either blatantly or in disguise. if (PATH=.; alias -x) >/dev/null 2>&1; then +@@ -732,7 +732,7 @@ + inclwanted='' + + : change the next line if compiling for Xenix/286 on Xenix/386 +-xlibpth='/usr/lib/386 /lib/386' ++xlibpth='/usr/lib/aout /usr/lib/386 /lib/386' + + : Possible local library directories to search. + loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib" @@ -756,7 +756,7 @@ : List of libraries we want. libswanted='sfio net socket inet nsl nm ndbm gdbm dbm db malloc dl' >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message