Commit graph

77 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d3ddb2e80f - Bump PORTREVISION for science/hdf5-18 shlib change 2011-07-15 07:00:46 +00:00
Max Brazhnikov
391fbdc8f3 Update to 5.3.2 (bug fixes)
Upstream now ships desktop files, use those

Changelog:
http://www.scilab.org/content/download/2264/23453/file/changes5.3.1-5.3.2.pdf

PR:		ports/157101
Submitted by:	Rob Farmer (maintainer)
2011-05-20 06:04:59 +00:00
Max Brazhnikov
b4da2cad2d Add upstream patch to fix scilab version number.
PR:		ports/156621
Submitted by:	Rob Farmer (maintainer)
2011-04-25 20:48:49 +00:00
Dennis Herrmann
264f260f94 - Update to 5.3.1
PR:		ports/155287
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2011-03-06 22:00:14 +00:00
Max Brazhnikov
75eb220ebb - Add option (on by default) to make the help browser work
- Relocate JGraphx substitution to allow running Scilab Java components
  from WRKDIR before install (necessary to build docs)
- DATADIR/.atoms shouldn't be GUI only

PR:		ports/153402
Submitted by:	Rob Farmer (maintainer)
2010-12-23 19:39:09 +00:00
Max Brazhnikov
7c78bc1595 Update to 5.3.0
Upstream changes:
http://www.scilab.org/content/download/1791/19327/file/changes5.2.2-5.3.0.pdf

Port changes:
 -Drop dependency on readline from ports - this was never removed from the 4.x
  port and isn't used
 -Make UMFPACK off by default - the only reason it was on by default was for
  consistency among 5.2.x versions, since I didn't expose the knob through
  OPTIONS properly until 5.2.2
 -Update JGraphX to compatible version for Scilab 5.3.0
 -Scilab does not start java in the normal way (with javavmwrapper) so the
  JAVA_HOME environment variable isn't set properly. Explictly set JAVA_HOME
  to whatever was used to build the port. This seems to correct occasional
  crashes on startup.
 -Use batik-all.jar instead of batik.jar - has some extra classes in it
 -Additional dependency: java/jakarta-commons-beanutils
 -"bsdjava" (java/jdk16) doesn't work with this version. Require diablo or
  openjdk.
 -Use COMMENT in DESKTOP_ENTRIES
 -Switch to a dynamic plist for include/scilab, lib/scilab, and share/scilab.
  These directories vary quite a bit depending on what options are set but
  should be exclusive to scilab.
 -Reorganize post-patch section so java related substitutions aren't done
  unless building with java
 -Fix NOPORTDOCS to actually do something
 -Silence post-patch output
 -Remove rename of Visual Basic demos - BSD make couldn't handle the unquoted
  spaces in the path names, but this port now uses GNU make
 -Remove unnecessary find statements in pre-install
 -Remove empty directories in DATADIR/modules - toolboxes don't like them
 -Fix where threads incorrectly detected as Linux style
 -A couple patches are no longer necessary
 -ATOMS (package manager for downloading toolboxes in binary form) is not
  available for FreeBSD. It tries to download a list of available packages
  from the Scilab website (based on uname). There is no list for FreeBSD and
  it HTTP 404's. Scilab misinterprets this and says "Please connect to the
  Internet", which is a bit misleading. Patch to indicate that this will never
  work. I considered faking the uname to Linux, but there are no RPMs in ports
  for math-type things, like fortran, blas/lapack, etc. so I doubt anything
  would run. Porting any desired toolboxs is probably the best route.
 -Fix ATOMS to use fetch instead of requiring wget or curl (Due to the
  previous issue, this will only be useful for 3rd party repositories)
 -Fix toolbox build macros to not write to PREFIX/share/scilab when building
  as root

PR:		ports/153274
Submitted by:	Rob Farmer (maintainer)
2010-12-19 08:51:20 +00:00
Max Brazhnikov
9395d497c5 Fix build when WITHOUT_GUI is chosen.
PR:		ports/151518
Approved by:	Rob Farmer (maintainer)
2010-10-18 10:00:24 +00:00
Max Brazhnikov
64563a2801 Chase flexdock update 2010-09-17 20:06:49 +00:00
Max Brazhnikov
a45c830a83 Use old version of jgraphx to fix build
Fix crash when running demos [1]

PR:		ports/149659 [1]
Submitted by:	Otacílio de Araújo Ramos Neto <otacilio.neto at ee.ufcg.edu.br> [1], maintainer
Approved by:	Rob Farmer (maintainer)
2010-09-04 12:31:51 +00:00
Wen Heping
8bd602b5dc - Bump PORTREVISION to chase the update of math/jlatexmath
PR:		ports/150136
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2010-09-03 10:58:23 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Wen Heping
01a75dbc25 - Fix the build error reported by QAT@
Submitted by:	rfarmer@predatorlabs.net (maintainer, via Email)
2010-05-05 11:06:36 +00:00
Wen Heping
19d12f5171 - Update to 5.2.2
PR:		ports/146050
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2010-04-30 08:54:40 +00:00
Wen Heping
2cbc2089f8 - Remove HDF5 option
- Update comment
- Update pkg-descr

PR:		ports/144445
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2010-03-23 23:36:10 +00:00
Wen Heping
f651080575 - Pass maintainership to new volunteer
Approved by:	maintainer
Feature safe:	yes
2010-03-08 02:12:08 +00:00
Wen Heping
1f308a3e03 - Update to 5.2.1
Changelog: http://www.scilab.org/content/download/1136/11155/file/changes5.2-5.2.1.pdf

- FreeBSD changes:
* Remove the local patch to work with jgraphx (included upstream)
* Fix the library version number in the matio dependency
* Add a patch to compile properly with hdf-java (obtained from Debian)
* Move saxon dependency into GUI section to allow builds without Java (by marc@, Chris Rees <utisoft@gmail.com>)

PR:		ports/144391
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
Approved by:	maintainer
Feature safe:	yes
2010-03-02 09:05:01 +00:00
Wen Heping
01eca2900d - Unbreak it and update to 5.2.0
PR:		ports/143867
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
Approved by:	maintainer
Feature safe:	yes
2010-02-25 02:09:17 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Mark Linimon
3f262d119a Over to new volunteer, who promises a patch soon.
Feature safe:	yes
2009-09-22 04:30:16 +00:00
Gerald Pfeifer
51e18d2043 Marking math/scilab as DEPRECATED, since it is unmaintained, many releases
behind upstream (without anyone caring), and broken nearly everywhere.
EXPIRATION_DATE is 2009-10-19.

Feature safe:	yes
2009-09-19 21:31:56 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Joe Marcus Clarke
4bee424b36 Chase the vte shared lib bump. 2009-08-22 17:55:27 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Joe Marcus Clarke
2967d41ea9 Chase the vte shared lib version bump. 2009-06-03 05:14:50 +00:00
Ion-Mihai Tetcu
f5acd5e443 Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.

Forgotten by:	araujo@
Reported by:	QAT
2009-05-12 11:28:17 +00:00
Max Brazhnikov
e20a834511 Switch to USE_TK 2009-03-02 21:36:44 +00:00
Pav Lucistnik
231557ba75 - Mark BROKEN on amd64/7: segfaults during build
Reported by:	pointyhat
2009-01-27 20:00:15 +00:00
Pav Lucistnik
e35d34180b - Fix CONFIGURE_ARGS which were ignored
Submitted by:	bf <bf2006a@yahoo.com>
2009-01-08 08:33:58 +00:00
Gerald Pfeifer
1f35c756bd Omit F77, FFLAGS and CFLAGS from CONFIGURE_ENV since these are handled
by the ports infrastructure.

Employ USE_FORTRAN, simplifying things.

Reviewed by:	pav
2009-01-07 12:26:00 +00:00
Pav Lucistnik
313b5d4208 - Maintainer address is bouncing:
550 5.1.1 <js@jeannot.org>... User unknown
2009-01-06 19:26:41 +00:00
Pietro Cerutti
c6fd398b07 - Fix build upon NOPORTDOCS
Reported by:	QA Tindie
Approved by:	portmgr
2008-09-09 22:05:56 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Pav Lucistnik
4c7d5a0731 - Now builds on amd64
- While here, remove conditionals for 5.x
2008-06-18 21:15:31 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
b107d5390a - Update to 4.1.2
- Unbreak build with xorg 7.3

PR:		116378
		116777
Submitted by:	Thomas D. Dean <tomdean@speakeasy.org>
Patched by:	gahr
Tested by :	Thomas D. Dean" <tomdean@speakeasy.org>
		gahr
Approved by:	maintainer timeout
2008-05-02 11:44:37 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Edwin Groothuis
81cd10f8d2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:53:45 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Rong-En Fan
d93db65ceb - Add missing run-time dependency
PR:   	      ports/113833
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
Approved by:  Jean-S嶵astien Roy <js at jeannot.org> (maintainer)
2007-06-19 20:30:37 +00:00
Rong-En Fan
1f795d8889 - Update to 4.1.1
- Remove PLIST_SUB
  DOCSDIR substitution is handled by bsd.port.mk
  PORTVERSION is no longer used in pkg-plist

PR:	      	 ports/113706
Submitted by:	 Jean-Sebastien Roy <js at jeannot.org> (maintainer)
2007-06-16 19:45:45 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
97c69cc6df - Fix libtk nameing to enable scilab build-in to work.
PR:             110186
Submitted by:   Jean-Sebastien Roy <js@jeannot.org> (maintainer)
2007-03-13 08:26:26 +00:00
Maho Nakata
3fd5fd84e8 Fix build on 5.3. USE_GCC=3.2 overrides FC and F77 for this case.
Approved by: maintainer
2007-01-29 07:21:48 +00:00
Maho Nakata
095eeae99d * Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
* Changes are minimal.

Approved by:  portmgr(kris)
2007-01-16 08:53:14 +00:00
Martin Wilke
c17d58cfd4 - Update to 4.1
PR:		ports/107440
Submitted by:	Jean-Sebastien Roy <js@jeannot.org> (maintainer)
2007-01-03 21:04:34 +00:00
Stefan Walter
0851ff5721 Mark as BROKEN on amd64 -CURRENT, too.
Noticed by:	pointyhat/kris
Approved by:	maintainer
2006-09-18 16:37:21 +00:00
Stefan Walter
73d9f8c3b7 Add readline as dependency when it was already installed. The program will be
linked against it anyway, not against a system one.

PR:		101442
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by:	maintainer
2006-08-28 18:43:22 +00:00
Mark Linimon
7ade13d3b2 Does not compile on ia64. 2006-07-13 23:20:54 +00:00
Marcus Alves Grando
23bb3f224b - Update to 4.0
PR:		98060
Submitted by:	maintainer
2006-06-06 02:11:55 +00:00
Marcus Alves Grando
651a8e564d - Change master site to fix fetch [1]
- math/atlas change default option to not compile static libs. Change scilab to use .so
- Add OPTIONS to use or not use atlas and gtk2 interface [1]
- portlint(1)

PR:		93695 [1]
Submitted by:	maintainer
2006-03-22 00:37:53 +00:00