Bug 210455 - audio/portaudio: Installs libtool wrapper scripts instead of real test programs
Summary: audio/portaudio: Installs libtool wrapper scripts instead of real test programs
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: Kurt Jaeger
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-06-22 08:10 UTC by Tobias Kortkamp
Modified: 2016-07-09 18:59 UTC (History)
2 users (show)

See Also:
pi: maintainer-feedback-


Attachments
portaudio.diff (629 bytes, patch)
2016-06-22 08:10 UTC, Tobias Kortkamp
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2016-06-22 08:10:23 UTC
Created attachment 171665 [details]
portaudio.diff

For example:

/usr/local/bin/patest1: error: `/usr/local/bin/.libs/patest1' does not exist
This script is just a wrapper for patest1.
See the libtool documentation for more information.

The attached patch should fix this. Pourdiere testport using a FreeBSD 10.2/i386 jail succeeds.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2016-07-09 16:12:12 UTC
Comment on attachment 171665 [details]
portaudio.diff

maintainer timeout, implicit approval
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-07-09 18:45:29 UTC
testbuilds@work
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-07-09 18:59:32 UTC
A commit references this bug:

Author: pi
Date: Sat Jul  9 18:59:20 UTC 2016
New revision: 418288
URL: https://svnweb.freebsd.org/changeset/ports/418288

Log:
  audio/portaudio: fix test program installation

  - Before the patch the libtool wrapper scripts were installed
    instead of real test programs

  PR:		210455
  Submitted by:	Tobias Kortkamp <t@tobik.me>
  Approved by:	koalative@gmail.com (maintainer timeout)

Changes:
  head/audio/portaudio/Makefile
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2016-07-09 18:59:47 UTC
Committed, thanks!