Bug 201133 - lang/yap-devel: add missing dependency, fix shebang
Summary: lang/yap-devel: add missing dependency, fix shebang
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 21:11 UTC by Dmitry Marakasov
Modified: 2015-06-30 03:31 UTC (History)
1 user (show)

See Also:


Attachments
Patch (1.02 KB, patch)
2015-06-26 21:11 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-06-26 21:11:53 UTC
Created attachment 158081 [details]
Patch

- Add missing dependency on libgmp
- Add LDFLAGS necessary to ling with libgmp

These to fix build on 9.x

- Fix shebang on an example file
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2015-06-26 21:12:30 UTC
Oops, fix category
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-06-30 02:31:08 UTC
A commit references this bug:

Author: danilo
Date: Tue Jun 30 02:30:36 UTC 2015
New revision: 390944
URL: https://svnweb.freebsd.org/changeset/ports/390944

Log:
  - Add missing dependency on libgmp
  - Add LDFLAGS necessary to link with libgmp
  - Fix shebang on an example file

  PR:		201133
  Submitted by:	amdmi3
  MFH:		2015Q2

Changes:
  head/lang/yap-devel/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-06-30 03:31:16 UTC
A commit references this bug:

Author: danilo
Date: Tue Jun 30 03:30:31 UTC 2015
New revision: 390947
URL: https://svnweb.freebsd.org/changeset/ports/390947

Log:
  MFH: r390944

  - Add missing dependency on libgmp
  - Add LDFLAGS necessary to link with libgmp
  - Fix shebang on an example file

  PR:		201133
  Submitted by:	amdmi3
  Approved by:	ports-secteam (delphij)

Changes:
_U  branches/2015Q2/
  branches/2015Q2/lang/yap-devel/Makefile
Comment 4 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2015-06-30 03:31:52 UTC
Committed, thanks!