Bug 192849 - [patch] sysutils/arcconf update to 1.6.21062
Summary: [patch] sysutils/arcconf update to 1.6.21062
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-20 10:38 UTC by michael
Modified: 2014-08-20 11:26 UTC (History)
2 users (show)

See Also:


Attachments
patch to update arcconf port (2.18 KB, patch)
2014-08-20 10:39 UTC, michael
no flags Details | Diff
2nd version, suggestions included (2.26 KB, patch)
2014-08-20 11:15 UTC, michael
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description michael 2014-08-20 10:38:40 UTC
Update arcconf port to current version supplied by PMC/Adaptec
Comment 1 michael 2014-08-20 10:39:44 UTC
Created attachment 146061 [details]
patch to update arcconf port
Comment 2 John Marino freebsd_committer freebsd_triage 2014-08-20 10:50:07 UTC
This needs USES=zip rather than extract suffix.

And you should add "${OPSYS} == FreeBSD && " before every ${OSVERSION}
Or alteratively:

".if ${OPSYS} != FreeBSD
IGNORE= installs incompatible binaries for FreeBSD
.endif"

Probably the latter is better.
Comment 3 John Marino freebsd_committer freebsd_triage 2014-08-20 10:50:26 UTC
Kurt, I was sending this back.
Comment 4 John Marino freebsd_committer freebsd_triage 2014-08-20 10:50:51 UTC
however, if you want to make those changes for him, be my guest.
Comment 5 michael 2014-08-20 11:15:54 UTC
Created attachment 146063 [details]
2nd version, suggestions included
Comment 6 John Marino freebsd_committer freebsd_triage 2014-08-20 11:17:40 UTC
the USES is in the wrong place (run portlint to verify) but otherwise looks good to me.
Comment 7 commit-hook freebsd_committer freebsd_triage 2014-08-20 11:25:30 UTC
A commit references this bug:

Author: pi
Date: Wed Aug 20 11:24:41 UTC 2014
New revision: 365442
URL: http://svnweb.freebsd.org/changeset/ports/365442

Log:
  sysutils/arcconf: Update

  Update arcconf port to current version supplied by PMC/Adaptec

  PR:		192849
  Submitted by:	michael@fuckner.net (maintainer)

Changes:
  head/LEGAL
  head/sysutils/arcconf/Makefile
  head/sysutils/arcconf/distinfo
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-20 11:26:01 UTC
Committed, thanks for the fast update!