Bug 221471 - mail/sylpheed: change LIB_DEPENDS from devel/oniguruma5 to 6
Summary: mail/sylpheed: change LIB_DEPENDS from devel/oniguruma5 to 6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-13 13:15 UTC by Kurt Jaeger
Modified: 2017-08-13 14:11 UTC (History)
2 users (show)

See Also:


Attachments
patch (592 bytes, patch)
2017-08-13 13:15 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger freebsd_committer freebsd_triage 2017-08-13 13:15:03 UTC
Created attachment 185357 [details]
patch

See discussion in

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220818
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2017-08-13 13:16:36 UTC
Testbuild on 12a, 11a, 10i are fine.
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2017-08-13 13:25:03 UTC
Ups, need to redo the testbuilds, tests were done without oniguruma 8-(
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2017-08-13 14:09:12 UTC
Hi Kurt, thanks for your patch. I've tested it with the ONIGURAMA option enabled and it builds perfectly fine. Onigurama 6 is also picked up by configure. PORTREVISION does not need to be bumped since it doesn't affect (default) package creation.
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-08-13 14:10:07 UTC
A commit references this bug:

Author: ehaupt
Date: Sun Aug 13 14:09:40 UTC 2017
New revision: 447890
URL: https://svnweb.freebsd.org/changeset/ports/447890

Log:
  - Change LIB_DEPENDS from devel/oniguruma5 to 6
  - PORTREVISION bump is not required since it doesn't affect default package
    creation (oniguruma is no default option)
  - While here, remove now unrecognized configure option which results in a
    warning:

      configure: WARNING: unrecognized options: --with-libintl-prefix

  PR:		221471
  Submitted by:	pi

Changes:
  head/mail/sylpheed/Makefile
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2017-08-13 14:11:22 UTC
Commited, thanks!