Bug 166235 - [maintainer] [patch] math/scilab: Fix build
Summary: [maintainer] [patch] math/scilab: Fix build
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: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-19 06:00 UTC by Robert Farmer
Modified: 2012-03-21 00:40 UTC (History)
0 users

See Also:


Attachments
file.diff (6.62 KB, patch)
2012-03-19 06:00 UTC, Robert Farmer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Farmer 2012-03-19 06:00:31 UTC
-Fix segfaults during build w/ OpenJDK
-Fix allowed versions of HDF

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-19 06:00:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

eadler@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-21 00:34:37 UTC
eadler      2012-03-21 00:34:23 UTC

  FreeBSD ports repository

  Modified files:
    math/scilab          Makefile 
  Added files:
    math/scilab/files    patch-modules__core__src__c__stack2.c 
                         patch-modules__xcos__src__java__org__scilab__modules__xcos__Xcos.java 
  Log:
  -Fix segfaults during build w/ OpenJDK
  -Fix allowed versions of HDF
  
  PR:             ports/166235
  Submitted by:   Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.88      +8 -6      ports/math/scilab/Makefile
  1.1       +105 -0    ports/math/scilab/files/patch-modules__core__src__c__stack2.c (new)
  1.1       +11 -0     ports/math/scilab/files/patch-modules__xcos__src__java__org__scilab__modules__xcos__Xcos.java (new)
_______________________________________________
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 Eitan Adler freebsd_committer freebsd_triage 2012-03-21 00:34:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!