Commit Graph

29 Commits

Author SHA1 Message Date
Tijl Coosemans
140ec0e71f USES=fortran. 2013-12-22 13:20:52 +00:00
Vanilla I. Shu
2941f33ec8 support STAGEDIR. 2013-11-04 14:20:04 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- 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)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Brendan Fabeny
f2a3597c79 The compiler flags contain '/', so use a different delimiter
with sed; set USE_FORTRAN; remove some unused variables
2012-01-20 17:26:00 +00:00
TAKATSU Tomonari
0fae593bcc - Update to 1.17
* Detect both g77-34 and gfortran
  * Use a post-patch to set the CFLAGS and gfortran version correctly
  * Mark gfortran as the default compiler (since g77 is deprecated in ports
    tree), and enable g77-34 as a fallback

PR:		ports/155906
Submitted by:	Zhihao Yuan <lichray_AT_gmail_DOT_com>
2011-05-05 08:22:29 +00:00
Philip M. Gollucci
dd552493bf - Pass to perl@ 2010-12-17 20:14:56 +00:00
Marcelo Araujo
3f38386652 - Fix plist.
- Bump PORTREVISION.

Submitted by:	QAT
2008-12-30 13:18:42 +00:00
Marcelo Araujo
4abf3493f2 - Update to 1.16. 2008-12-30 13:00:59 +00:00
Mark Linimon
a34ad4f459 Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.

Hat:	portmgr
2008-11-29 00:11:56 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Pav Lucistnik
9f662a0241 - Fix the patch I broke in previous revision
Reported by:	pointyhat
Pointy hat to:	pav
2007-12-13 23:24:59 +00:00
Pav Lucistnik
9591d28a03 - Attempt to change this so perl code using this module can work with g77
provided by gcc34 on FreeBSD 7.0

Reported by:	pointyhat (pgperl failure)
Approved by:	portmgr (hat)
2007-12-10 22:50:56 +00:00
Edwin Groothuis
c0b3ecac44 Remove support for OSVERSION < 5 2007-10-03 23:22:04 +00:00
Jean-Marc Zucconi
6664ebffd3 Upgrade to version 1.15.
PR:		ports/99334
Submitted by:	Aaron Dalton <aaron@freebsd.org>
2006-06-23 08:49:01 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Jean-Marc Zucconi
a27c635fa4 Update to 1.14
Add WWW

PR:		ports/52245
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-05-14 21:26:51 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Vanilla I. Shu
2f015c40d8 Upgrade to 1.13. 2000-12-10 04:43:07 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Satoshi Asami
1a888e5ca5 Delete two directories upon deinstallation.
Submitted by:	bento
2000-05-08 07:15:52 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
Satoshi Asami
2ca1fe047a Don't include bsd.port.pre.mk twice. This usually is caused by first
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
2000-01-07 16:40:17 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Jean-Marc Zucconi
320e5ece09 Tells you how to link C programs with Fortran subroutines.
Required by the new pgperl version.
1999-12-07 21:17:41 +00:00