1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Antoine Brodin
c06e7d552e Maintainer can no longer maintain these ports
Pass maintainership of urlview to Zsolt Udvari
2014-06-02 17:55:42 +00:00
Alex Kozlov
f8b8b513e9 - Support STAGEDIR
PR:	ports/189727
Submitted by:	Anton Shterenlikht <mexas@bris.ac.uk> (maintainer)
2014-05-20 12:02:32 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
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)
2014-03-10 20:55:20 +00:00
Baptiste Daroussin
b411bc617f Convert c* to USES=zip 2014-03-07 15:59:54 +00:00
Tijl Coosemans
564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
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)
2014-02-16 17:15:31 +00:00
John Marino
f971cfdbe1 cad/feappv: Fix CFLAGS support
This problem could also be fixed by changing the sed pattern, but the
patch provided to the PR was tested.  The maintainer has not responded
to the last entries in the PR for over 15 days, so I'm timing it out.

PR:		ports/183513
Approved by:	maintainer timeout
2013-11-18 09:52:42 +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
8e91f3161f Add NO_STAGE all over the place in preparation for the staging support (cat: cad) 2013-09-20 15:58:41 +00:00
Alexey Dokuchaev
3bcf60e003 - Update to version from 12 August 2013
- Give maintainership to submitter
- Cleanup the port a bit while I'm at it

PR:	ports/180611
2013-08-25 12:41:50 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alex Kozlov
2d299ebe7b - Update distinfo / plist because distfile was rerolled upstream
PR:	ports/170900
Submitted by:	Green Dog <fiziologus@gmail.com>
2012-08-24 01:42:16 +00:00
Beat Gaetzi
f81c04458a - Mark as BROKEN: size mismatch
Reported by:	pointyhat
2012-08-06 11:43:42 +00:00
Martin Wilke
d9685c983d - Update to 3.1
PR:		170137
Submitted by:	Ports Fury
2012-08-05 05:07:01 +00:00
Dennis Herrmann
6ed4239b7f - Update to 2.2
PR:		ports/160085
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-31 21:43:19 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Tong LIU
bf85ab1220 - Change MASTER_SITES TO new url
PR:	ports/142987
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2010-01-21 05:48:26 +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
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +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
Maho Nakata
9e03dca3d7 Now we use USE_FORTRAN=yes to use FORTRAN. 2007-07-12 07:29:27 +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
Maho Nakata
d37adf934b * Migrate to gfortran.
* Bump port revision.
2007-01-12 13:00:06 +00:00
Thierry Thomas
f6e6a00f01 Reset maintainership: Pedro's dev machine has been stolen :-(
Hoping to see you back soon!

Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
2006-07-01 12:16:44 +00:00
Thierry Thomas
be07d2f546 Add feappv 2.0, finite Element Analysis Program "personal version".
This is a FEA program used in a classic FEM book. A complete (commercial)
version is available here:

	<http://www.ce.berkeley.edu/~rlt/feap/>

The "personal version" is very limited, but it keeps the same format as
the complete (commercial) version and cad/netgen can produce files for it.

PR:		ports/95210
Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org>
2006-04-03 19:57:24 +00:00