Bug 78291 - [PATCH] Use libtool15 instead of libtool13 for textproc/expat2
Summary: [PATCH] Use libtool15 instead of libtool13 for textproc/expat2
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 11:20 UTC by Xin LI
Modified: 2005-04-24 23:24 UTC (History)
1 user (show)

See Also:


Attachments
patch-expat2 (510 bytes, text/plain)
2005-03-02 11:20 UTC, Xin LI
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2005-03-02 11:20:15 UTC
	The attached patch reduces another libtool13 consumer :-)
Comment 1 Xin LI freebsd_committer freebsd_triage 2005-03-02 11:24:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer
Comment 2 Rolf Grossmann 2005-03-17 18:32:21 UTC
I'd like to second that PR. However, the patch is incomplete. Since 
libtool 1.5 apparently doesn't support the suppression of .la files, 
libexpat.la also gets installed and therefor needs to be added to the 
pkg-plist.

--- pkg-plist.old      Thu Mar 17 19:30:56 2005
+++ pkg-plist   Thu Mar 17 19:32:50 2005
@@ -4,3 +4,4 @@
 lib/libexpat.a
 lib/libexpat.so
 lib/libexpat.so.%%SHLIB_MAJOR%%
+lib/libexpat.la
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2005-04-24 23:24:46 UTC
State Changed
From-To: open->closed

Committed, thanks!