Bug 164652 - fix confliction of devel/oniguruma
Summary: fix confliction of devel/oniguruma
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 02:00 UTC by TsurutaniNaoki
Modified: 2012-01-31 05:12 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (286 bytes, patch)
2012-01-31 02:00 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2012-01-31 02:00:24 UTC
	devel/oniguruma is required to build lang/ruby18 
	when 'WITH_ONIGURUMA=1' is set; in this case,
	devel/oniguruma is not installed and the source code is used.
	If devel/oniguruma4 is required and installed by the other ports,
	extraction of devel/oniguruma is also forbidden, even if they
	do not install anything conflicting.

Fix: here is a patch:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-31 02:00:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-31 04:35:14 UTC
dinoex      2012-01-31 04:34:58 UTC

  FreeBSD ports repository

  Modified files:
    devel/oniguruma      Makefile 
  Log:
  - check CONFLICTS later
  PR:             164652
  Submitted by:   Tsurutani Naoki
  
  Revision  Changes    Path
  1.44      +1 -1      ports/devel/oniguruma/Makefile
_______________________________________________
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 Dirk Meyer freebsd_committer freebsd_triage 2012-01-31 05:12:29 UTC
State Changed
From-To: open->closed

committed, thanks.