Summary: | ports-mgmt/portshaker: Support Subversion 1.7 or 1.8 depending on make.conf | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Simon Wright <simon.wright> | ||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | pi | ||||||
Priority: | --- | Keywords: | easy, patch, patch-ready | ||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Auto-assigned to maintainer romain@FreeBSD.org Created attachment 150267 [details]
Poudriere build log
Maintainer timeout (3 weeks) A commit references this bug: Author: pi Date: Sat Dec 27 14:56:33 UTC 2014 New revision: 375684 URL: https://svnweb.freebsd.org/changeset/ports/375684 Log: ports-mgmt/portshaker: Support Subversion 1.7 or 1.8 depending on make.conf Currently building portshaker package on a clean system will install subversion 1.8 even if 1.7 is defined in make.conf with WITH_SUBVERSION_VER=17. Patch fixes this and will use either 1.7 or 1.8 as required for the run dependency. PR: 195740 Submitted by: simon.wright@gmx.net Approved by: romain (maintainer timeout) Changes: head/ports-mgmt/portshaker/Makefile Committed, thanks. |
Created attachment 150263 [details] Patch to make portshaker aware of WITH_SUBVERSION_VER Currently building portshaker package on a clean system will install subversion 1.8 even if 1.7 is defined in make.conf with WITH_SUBVERSION_VER=17. Patch fixes this and will use either 1.7 or 1.8 as required for the run dependency. Thanks to Olli Hauer for fixing the original issue (in ports-mgmt/portdowngrade).