Bug 191971 - [patch] audio/gsm: installs incorrect synlinks
Summary: [patch] audio/gsm: installs incorrect synlinks
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-19 17:48 UTC by Lawrence Chen
Modified: 2014-07-19 18:57 UTC (History)
1 user (show)

See Also:


Attachments
pkg-plist patch (325 bytes, text/plain)
2014-07-19 17:48 UTC, Lawrence Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Chen 2014-07-19 17:48:46 UTC
Created attachment 144800 [details]
pkg-plist patch

Got a strange error, about /usr/local/bin/tcat and /usr/local/bin/untoast.

Examining the files I found:

lrwxr-xr-x    1 root      wheel            5  2 Jul 21:27 tcat@ -> untoast
lrwxr-xr-x    1 root      wheel            5  2 Jul 21:27 untoast@ -> untoast

Yeah, that doesn't look right.

Rebuilt/reinstalled port.

Same result:

lrwxr-xr-x    1 root      wheel            5 19 Jul 11:24 tcat@ -> untoast
lrwxr-xr-x    1 root      wheel            5 19 Jul 11:24 untoast@ -> untoast

But, the files are under work/stage... are correct

lrwxr-xr-x    1 root      wheel            5 19 Jul 11:24 tcat@ -> toast
lrwxr-xr-x    1 root      wheel            5 19 Jul 11:24 untoast@ -> toast

Oh, pkg-plist is causing them to be wrong.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-19 18:56:49 UTC
A commit references this bug:

Author: tijl
Date: Sat Jul 19 18:56:10 UTC 2014
New revision: 362278
URL: http://svnweb.freebsd.org/changeset/ports/362278

Log:
  Fix pkg-plist

  PR:		191971

Changes:
  head/audio/gsm/Makefile
  head/audio/gsm/pkg-plist
Comment 2 Tijl Coosemans freebsd_committer freebsd_triage 2014-07-19 18:57:50 UTC
Fixed in r362278.