Bug 147724 - [patch] sysutils/arcconf: add the ability to run on FreeBSD 8.x
Summary: [patch] sysutils/arcconf: add the ability to run on FreeBSD 8.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-09 15:40 UTC by pluknet
Modified: 2010-06-27 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (352 bytes, patch)
2010-06-09 15:40 UTC, pluknet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pluknet 2010-06-09 15:40:06 UTC
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.

Fix: Apply the patch.

Patch attached with submission follows:
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"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-09 15:40:13 UTC
Maintainer of sysutils/arcconf,

Please note that PR ports/147724 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147724

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-09 15:40:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Rene Ladan freebsd_committer freebsd_triage 2010-06-13 20:01:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

Grab
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-06-27 21:36:40 UTC
rene        2010-06-27 20:36:31 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/arcconf     Makefile 
  Log:
  Make runnable on 8.X and higher
  
  PR:             ports/147724
  Submitted by:   pluknet [pluknet gmail.com]
  Approved by:    maintainer timeout, tabthorpe (mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.7       +3 -0      ports/sysutils/arcconf/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Rene Ladan freebsd_committer freebsd_triage 2010-06-27 21:37:07 UTC
State Changed
From-To: feedback->closed

Committed, thanks