Bug 156159

Summary: [patch] Re-enable native dynlink support in lang/ocaml
Product: Ports & Packages Reporter: Johan van Selst <johans>
Component: Individual Port(s)Assignee: Stanislav Sedov <stas>
Status: Closed FIXED    
Severity: Affects Only Me CC: stas
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!