zsh-workers
 help / color / mirror / code / Atom feed
From: "Akinori -Aki- MUSHA" <knu@idaemons.org>
To: zsh-workers@sunsite.auc.dk
Subject: Trivial patches for FreeBSD
Date: Thu, 07 Sep 2000 00:02:33 +0900	[thread overview]
Message-ID: <86g0ndo96e.wl@archon.local.idaemons.org> (raw)

Hi, I'm a FreeBSD developer working on maintaining zsh package.

Recently, FreeBSD has changed its location for kernel modules from
/modules to /boot/kernel, so I'd like you to apply the following patch
to catch up with the change.

--- Completion/Bsd/_kld.orig	Fri Jun  9 00:27:34 2000
+++ Completion/Bsd/_kld	Wed Sep  6 23:43:13 2000
@@ -4,7 +4,7 @@
 _kld_module() {
   local ret=1
 
-  compadd "$@" - /modules/*.ko(:t) && ret=0
+  compadd "$@" - /boot/kernel/*.ko(:t) /modules/*.ko(:t) && ret=0
   _files "$@" -g \*.ko && ret=0
 
   return ret

(This patch is based on 3.1.9 development release)


Also, to support FreeBSD 5.x or higher, the following fix is needed.

--- configure.in.orig	Wed May  3 03:01:17 2000
+++ configure.in	Wed May 17 21:34:02 2000
@@ -1489,7 +1489,7 @@
   esac
   case "$host" in
     *-hpux*)  EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-Wl,-E}" ;;
-    *-freebsd3*|*-freebsd4*|*-linux*) EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-rdynamic}" ;;
+    *-freebsd[3-9]*|*-linux*) EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-rdynamic}" ;;
     mips-sni-sysv4)
       #
       # unfortunately, we have different compilers


Please merge these fixes by the next release, thank you.

-- 
                           /
                          /__  __       
                         / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"


             reply	other threads:[~2000-09-06 15:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-06 15:02 Akinori -Aki- MUSHA [this message]
2000-09-06 15:15 ` Andrej Borsenkow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86g0ndo96e.wl@archon.local.idaemons.org \
    --to=knu@idaemons.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).