Bug 156159 - [patch] Re-enable native dynlink support in lang/ocaml
Summary: [patch] Re-enable native dynlink support in lang/ocaml
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: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-03 21:30 UTC by Johan van Selst
Modified: 2011-04-04 03:30 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (348 bytes, patch)
2011-04-03 21:30 UTC, Johan van Selst
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johan van Selst 2011-04-03 21:30:14 UTC
	
	In previous versions of ocaml, native dynlink support was enabled.
	This is apparently no longer the case in the latest version,
	which breaks some ocaml ports (such as cduce) and makes others
	needlessly slower.

	There should be no problem enabling this feature on FreeBSD systems;
	although I have only tested this on i386 and amd64 archs.

Fix: Add the following patch for this ocaml
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-03 21:30:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-04 03:29:33 UTC
stas        2011-04-04 02:29:25 UTC

  FreeBSD ports repository

  Modified files:
    lang/ocaml           Makefile 
    lang/ocaml/files     patch-configure 
  Log:
  - Re-enable native dynamic linking on FreeBSD.
  - Bump port revision.
  
  PR:             ports/156159
  Submitted by:   Johan van Selst <johans@stack.nl>
  Pointy hat to:  me
  
  Revision  Changes    Path
  1.71      +1 -1      ports/lang/ocaml/Makefile
  1.14      +14 -6     ports/lang/ocaml/files/patch-configure
_______________________________________________
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 Stanislav Sedov freebsd_committer freebsd_triage 2011-04-04 03:29:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!