Summary: | [PATCH] math/abacus: Fix build on -current | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | tkato432 | ||||
Component: | Individual Port(s) | Assignee: | Jan Beich <jbeich> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Keywords: | patch | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: jbeich Date: Wed Apr 29 03:17:53 UTC 2015 New revision: 384953 URL: https://svnweb.freebsd.org/changeset/ports/384953 Log: math/abacus: unbreak build on 11.0C [1] and fix minor issues - Builds fine with gcc42 and clang - Build shared library versioned (for soname in future) - Fix LICENSE - Improve style of post-patch target - Convert to NO_WRKSUBDIR - Convert to INSTALL_LIB - Parenthesize commands using `cd` - Wrap long lines PR: 199243 Submitted by: tkato432@yahoo.com Reported by: pkg-fallout [1] Changes: head/math/abacus/Makefile head/math/abacus/files/patch-Makefile head/math/abacus/pkg-plist Thanks. Committed with minor changes, mainly: - Drop gratuitous (< 80 cols) reformatting in pkg-descr - Drop gratuitous cd ${WRKSRC} to avoid style regression - Don't silence LN command - Reformat post-patch to cause less churn on updates |
Created attachment 155281 [details] math_abacus.diff