Bug 109369 - Fix shlib version of security/libgpg-error
Summary: Fix shlib version of security/libgpg-error
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 19:10 UTC by Jean-Yves Lefort
Modified: 2007-03-08 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.04 KB, patch)
2007-02-20 19:10 UTC, Jean-Yves Lefort
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Yves Lefort freebsd_committer freebsd_triage 2007-02-20 19:10:12 UTC

    
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-20 19:10:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2007-03-02 11:32:23 UTC
Hi,

Can you explain the idea of this patch?
Comment 3 Jean-Yves Lefort freebsd_committer freebsd_triage 2007-03-03 12:05:05 UTC
On Fri, 2 Mar 2007 14:32:23 +0300
Roman Bogorodskiy <novel@FreeBSD.org> wrote:

The idea is that on FreeBSD, libtool versioning is flawed since it
causes shared library version bumps even when the ABI compatibility
has been preserved. This forces users to needlessly rebuild dependent
ports, etc.

For each port that uses libtool, you should add USE_GNOME=ltverhack to
fix the libtool versioning and prevent future inconveniences.

--
Jean-Yves Lefort

jylefort@FreeBSD.org
http://lefort.be.eu.org/
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-08 14:11:36 UTC
jylefort    2007-03-08 14:11:31 UTC

  FreeBSD ports repository

  Modified files:
    security/libgpg-error Makefile pkg-plist 
  Log:
  Fix shlib version.
  
  PR:             ports/109369
  Submitted by:   jylefort
  Approved by:    maintainer timeout (16 days)
  
  Revision  Changes    Path
  1.20      +2 -0      ports/security/libgpg-error/Makefile
  1.7       +2 -2      ports/security/libgpg-error/pkg-plist
_______________________________________________
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"
Comment 5 Jean-Yves Lefort freebsd_committer freebsd_triage 2007-03-08 14:12:24 UTC
State Changed
From-To: open->closed

Committed.