Summary: | [patch] sysutils/arcconf update to 1.6.21062 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | michael | ||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | marino, pi | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
michael
2014-08-20 10:38:40 UTC
Created attachment 146061 [details]
patch to update arcconf port
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. Kurt, I was sending this back. however, if you want to make those changes for him, be my guest. Created attachment 146063 [details]
2nd version, suggestions included
the USES is in the wrong place (run portlint to verify) but otherwise looks good to me. 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 Committed, thanks for the fast update! |