Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 1998 04:22:26 -0700 (PDT)
From:      shige@kuis.kyoto-u.ac.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/7536: [update ports] ja-perl5 (${PORTSDIR}/japanese/perl5) diff style
Message-ID:  <199808091122.EAA11222@hub.freebsd.org>

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

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808091122.EAA11222>