Bug 199243 - [PATCH] math/abacus: Fix build on -current
Summary: [PATCH] math/abacus: Fix build on -current
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-04-06 18:53 UTC by tkato432
Modified: 2015-04-29 03:21 UTC (History)
0 users

See Also:


Attachments
math_abacus.diff (6.51 KB, patch)
2015-04-06 18:53 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2015-04-06 18:53:35 UTC
Created attachment 155281 [details]
math_abacus.diff
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-29 03:18:26 UTC
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
Comment 2 Jan Beich freebsd_committer freebsd_triage 2015-04-29 03:21:47 UTC
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