aboutsummaryrefslogtreecommitdiff
path: root/science/libctl
Commit message (Collapse)AuthorAgeFilesLines
* science/libctl: update to 3.2.2Rene Ladan2015-01-043-9/+17
| | | | | | | | | | | | | | - use lang/guile2 instead of lang/guile - add pkgconfig to USES - add option to use lang/nlopt - strip libraries PR: 196175 Submitted by: Rainer Hurling Approved by: maintainer timeout (devel@stasyan.com, 14 days) Notes: svn path=/head/; revision=376221
* Cleanup plistAntoine Brodin2014-11-121-7/+0
| | | | Notes: svn path=/head/; revision=372500
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* lang/guile:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | | | - Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366777
* Add DOCS option where PORTDOCS is in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362024
* - New LIB_DEPENDS syntaxTijl Coosemans2014-07-082-16/+9
| | | | | | | | - Convert to USES=libtool - Use BROKEN_sparc64 Notes: svn path=/head/; revision=361245
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - Stage supportMartin Wilke2014-02-262-11/+5
| | | | Notes: svn path=/head/; revision=346102
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-1/+1
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* Update to 3.2.1Steven Kreuzer2013-09-033-6/+5
| | | | | | | | PR: ports/178239 Submitted by: Stas Timokhin <devel@stasyan.com> Notes: svn path=/head/; revision=326174
* - Does not build on 8.3-i386. Does build ok on 9.1-i386.Bryan Drewery2013-04-151-6/+5
| | | | | | | | | | | | | | | | ports/155546 may fix this. The issue is that the libtool linking stage is not respecting the CC=gcc46 environment that is used to compile the rest of the port first. This causes the linking to use 'cc' instead. .libs/ctl.o(.text.__i686.get_pc_thunk.bx+0x0): In function `__i686.get_pc_thunk.bx': : multiple definition of `__i686.get_pc_thunk.bx' /usr/lib/crtbeginS.o(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): first defined here *** Error code 1 Approved by: portmgr (implicit) Notes: svn path=/head/; revision=315805
* Generalize the BROKEN message to remove i386 referenceBryan Drewery2013-03-171-1/+1
| | | | Notes: svn path=/head/; revision=314444
* Unbreak on i386; builds fine.Bryan Drewery2013-03-171-1/+1
| | | | | | | Reported by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=314437
* Remove a special configuration for versions of FreeBSD before 7.0Gerald Pfeifer2011-09-181-4/+0
| | | | | | | | | to use g77 as the Fortran compiler. Approved by: maintainer timeout Notes: svn path=/head/; revision=281959
* - Chase guile shared lib bumpJulien Laffaye2011-07-311-1/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=278635
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276984
* - Maintainer ports@freebsd.org to devel@stasyan.comStephen Montgomery-Smith2011-06-211-1/+1
| | | | | | | Approved by: maho (mentor) Notes: svn path=/head/; revision=275960
* Apparently builds on amd64, but not i386 (an unusual case).Mark Linimon2011-03-111-2/+4
| | | | | | | Noticed by: "Klaus T. Aehlig" <aehlig at linta dot de> Notes: svn path=/head/; revision=270710
* Mark BROKEN: does not buildErwin Lansing2011-02-251-0/+2
| | | | Notes: svn path=/head/; revision=269667
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 3.1Wen Heping2010-01-243-8/+9
| | | | | | | | | | - Fix the build and unbreak on FreeBSD-6 PR: ports/142158 Submitted by: Stas Timokhin <devel@stasyan.com> Notes: svn path=/head/; revision=248451
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Mark BROKEN on FreeBSD 6.x, does not compilePav Lucistnik2009-03-021-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=229373
* - Chase lang/guile shlib bumpMartin Wilke2009-01-221-2/+2
| | | | Notes: svn path=/head/; revision=226694
* No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done viaGerald Pfeifer2009-01-171-1/+0
| | | | | | | | | Mk/bsd.gcc.mk. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=226321
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-1/+1
| | | | Notes: svn path=/head/; revision=225403
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-211-2/+2
| | | | | | | | | - Bump PORTREVISION PR: ports/125435 Notes: svn path=/head/; revision=217241
* - Fix plist when NOPORTDOCS and NOPORTEXAMPLESRong-En Fan2008-07-212-35/+37
| | | | Notes: svn path=/head/; revision=217239
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Update to 3.03Pietro Cerutti2008-04-163-6/+11
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=211349
* Chase libguile shared lib version.Joe Marcus Clarke2008-03-011-2/+2
| | | | Notes: svn path=/head/; revision=208243
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-141-4/+1
| | | | Notes: svn path=/head/; revision=195551
* Fix typoMaho Nakata2007-01-131-1/+1
| | | | Notes: svn path=/head/; revision=182290
* * Migrate to gfortran.Maho Nakata2007-01-131-0/+6
| | | | | | | * Bump port revision. Notes: svn path=/head/; revision=182289
* The distfiles for science/libctl 3.0.1 are no longer available on the ↵Cheng-Lung Sung2006-10-092-4/+4
| | | | | | | | | | project's site. Updating to 3.0.2 fixes this issue. PR: ports/104213 Submitted by: Josh Paetzel <josh_AT_tcbug dot org> Notes: svn path=/head/; revision=175109
* - Update to 3.0.1Marcus Alves Grando2006-05-093-40/+51
| | | | | | | | PR: 96995 Submitted by: Martin Wilke <freebsd___unixfreunde.de> Notes: svn path=/head/; revision=161824
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149449
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Chase guile's shared lib version.Joe Marcus Clarke2003-05-021-1/+1
| | | | Notes: svn path=/head/; revision=79982
* add libctl 2.2Ying-Chieh Liao2003-04-044-0/+95
Control Language Library Notes: svn path=/head/; revision=78126