| Summary: | Fix shlib version of security/libgpg-error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jean-Yves Lefort <jylefort> | ||||
| Component: | Individual Port(s) | Assignee: | Roman Bogorodskiy <novel> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jean-Yves Lefort
2007-02-20 19:10:12 UTC
Responsible Changed From-To: freebsd-ports-bugs->novel Over to maintainer Hi, Can you explain the idea of this patch? 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/ 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"
State Changed From-To: open->closed Committed. |