Bug 105525 - [MAINTAINER] math/simd-viterbi: fix shared library version number
Summary: [MAINTAINER] math/simd-viterbi: fix shared library version number
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-14 13:40 UTC by Thomas Sandford
Modified: 2006-11-15 20:00 UTC (History)
0 users

See Also:


Attachments
simd-viterbi-2.0.3_1.patch (3.41 KB, patch)
2006-11-14 13:40 UTC, Thomas Sandford
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Sandford 2006-11-14 13:40:01 UTC
Shared library was being created as libviterbi.so.2.0.1 which means it
was not found by ldconfig.

Change it to libviterbi.so.2.

(since library hasn't changed, and ldconfig didn't find it anyway I don't think
the shared library version needs to be bumped as a result of this change).

Bump PORTREVISION

Also replace deprecated INSTALLS_SHLIB with USE_LDCONFIG. 

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-11-14 13:47:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-11-15 19:51:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-15 19:51:16 UTC
miwi        2006-11-15 19:51:08 UTC

  FreeBSD ports repository

  Modified files:
    math/simd-viterbi    Makefile 
    math/simd-viterbi/files patch-makefile.in 
  Log:
  - Fixed shard library
  - Bump PORTREVISION
  - INSTALLS_SHLIB => USE_LDCONFIG
  
  PR:             ports/105525
  Submitted by:   Thomas Sandford <freebsduser@paradisegreen.co.uk> (maintainer)
  
  Revision  Changes    Path
  1.3       +3 -2      ports/math/simd-viterbi/Makefile
  1.2       +52 -9     ports/math/simd-viterbi/files/patch-makefile.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"