Bug 199243

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:
Description Flags
math_abacus.diff none

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