Bug 191971

Summary: [patch] audio/gsm: installs incorrect synlinks
Product: Ports & Packages Reporter: Lawrence Chen <beastie>
Component: Individual Port(s)Assignee: Tijl Coosemans <tijl>
Status: Closed FIXED    
Severity: Affects Only Me CC: tijl
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   
Attachments:
Description Flags
pkg-plist patch none

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.