Bug 140552 - [PATCH]textproc/libtre: update to 0.8.0
Summary: [PATCH]textproc/libtre: update to 0.8.0
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: 2009-11-14 08:30 UTC by bf
Modified: 2009-12-22 11:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.32 KB, patch)
2009-11-14 08:30 UTC, bf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2009-11-14 08:30:01 UTC
This update decrements a shared library version, and changes the ABI.  The following dependent ports will probably need to be patched:

mail/lmtpd
mail/crm114
lang/munger
editors/dkns
www/drood
audio/streamripper
textproc/msort

These ports will need to:

1) link against libtre.so.5, rather than libtre.so.6 (Yes, the major version number has been reduced by 1 -- Don't ask me why.)

2) Include the header tre/regex.h, rather than tre/tre.h, if they use the old API.

I will submit the corresponding update to textproc/py-libtre in a separate PR.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-11-14 10:44:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-22 11:36:17 UTC
miwi        2009-12-22 11:36:02 UTC

  FreeBSD ports repository

  Modified files:
    textproc/libtre      Makefile distinfo pkg-plist 
    textproc/py-libtre   Makefile distinfo 
  Log:
  - Update to 0.8.0
  
  PR:             140552 140553
  Submitted by:   bf <bf1783@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.51      +1 -1      ports/textproc/libtre/Makefile
  1.19      +3 -3      ports/textproc/libtre/distinfo
  1.15      +2 -1      ports/textproc/libtre/pkg-plist
  1.4       +2 -2      ports/textproc/py-libtre/Makefile
  1.3       +3 -3      ports/textproc/py-libtre/distinfo
_______________________________________________
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 3 Martin Wilke freebsd_committer freebsd_triage 2009-12-22 11:37:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!