ports/147724: [patch] sysutils/arcconf: add the ability to run on FreeBSD 8.x
pluknet
pluknet at gmail.com
Wed Jun 9 14:40:06 UTC 2010
>Number: 147724
>Category: ports
>Synopsis: [patch] sysutils/arcconf: add the ability to run on FreeBSD 8.x
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jun 09 14:40:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: pluknet
>Release: 8.0-RELEASE-p3
>Organization:
>Environment:
FreeBSD host 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Tue Jun 8 19:10:31 UTC 2010 root at host:/usr/obj/usr/src/sys/CUSTOM i386
>Description:
Currently arcconf is released in 6.x and 7.x dynamically compiled binary forms.
In order to run 7.x-ish arcconf on 8.x host, one needs to install compat7x run dependency.
>How-To-Repeat:
# cd /usr/ports/sysutils/arcconf
# make install
===> Installing for arcconf-v6.40.18530
===> Generating temporary packing list
===> Checking if sysutils/arcconf already installed
install -s -o root -g wheel -m 555 /usr/work/usr/ports/sysutils/arcconf/work/opt/StorMan/arcconf /usr/local/sbin
install -o root -g wheel -m 555 /usr/work/usr/ports/sysutils/arcconf/work/410.status-aac-raid /usr/local/etc/periodic/daily
===> Registering installation for arcconf-v6.40.18530
# arcconf
/libexec/ld-elf.so.1: Shared object "libncurses.so.7" not found, required by "arcconf"
>Fix:
Apply the patch.
Patch attached with submission follows:
--- sysutils/arcconf/Makefile.orig 2009-12-20 15:43:18.000000000 +0300
+++ sysutils/arcconf/Makefile 2010-06-09 18:22:28.000000000 +0400
@@ -27,6 +27,9 @@
.if ${OSVERSION} >= 700000
DIST_TYPE= 7
EXTRACT_SUFX= .pkg.tbz
+.if ${OSVERSION} >= 800000
+RUN_DEPENDS+= ncurses.7:${PORTSDIR}/misc/compat7x
+.endif
.else
DIST_TYPE= 6
EXTRACT_SUFX= .pkg.tgz
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list