1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

63 Commits

Author SHA1 Message Date
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
7055ff02f1 Add NO_STAGE all over the place in preparation for the staging support (cat: biology) 2013-09-20 15:55:44 +00:00
Martin Wilke
ff0810582d - Update to 5.0.6
PR:		178032
Submitted by:	Ports Fury
2013-04-26 06:57:37 +00:00
Eitan Adler
1c155b4991 Update to 5.0.4 2012-12-14 17:47:16 +00:00
Armin Pirkovitsch
f50819ce60 - Update to version 5.0.2
- Add MAKE_JOBS_UNSAFE
- Convert to optionsng

PR:           ports/171970
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:51:49 +00:00
Alexey Dokuchaev
bd4927ffa4 Mea culpa, s/Whom/Created by/ 2012-09-23 15:40:58 +00:00
Alexey Dokuchaev
e6bc1ecae5 - Adjust "Created by" tag to include more complete submitter's information
- Mute MKDIRs, remove trailing dot from RESTRICTED, drop leading indefinite
  article from COMMENT where appropriate
2012-09-23 15:38:58 +00:00
Thomas Abthorpe
f48ef480ea - Reassign to the heap at maintainer's request 2012-09-22 15:34:16 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +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
Pav Lucistnik
55f1f70c83 - Unbreak fetch
Submitted by:	maintainer
2009-08-02 19:59:03 +00:00
Pav Lucistnik
4ebe149d6a - Unbreak distinfo after portrevision bump
Reported by:	pointyhat
2009-01-09 19:31:49 +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
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Wesley Shields
a8dc52d3dc - Roll back to 4.6 as 4.7 is the development version and is constantly being
re-rolled.
- Move post-patch target into files/patch-xwin.c to remove sed invocation.
- Respect NOPORTDATA and DATADIR.
- Bring files/patch-aa back (to preserve history) and retire patch-makefile.
- Fixup files/patch-xwin.c so it applies cleanly to this version.
2008-11-11 02:21:28 +00:00
Wesley Shields
69d100db8c Mark as broken since it has been re-rolled for the 4th(?) time. 2008-11-07 20:21:13 +00:00
Wesley Shields
f481e858d9 Distfile was re-rolled. The changes were to fix some bugs in the code.
While I'm here, make it respect NOPORTDOCS.
2008-11-07 00:33:32 +00:00
Wesley Shields
05d80caef1 Update to 4.7
PR:		ports/128476
Submitted by:	fulvio ciriaco <oivulf@gmail.com>
2008-11-04 21:55:39 +00:00
Boris Samorodov
62b0d58228 Unbreak building for 8-x.
Submitted by:	Steve Kargl <sgk at troutmask.apl.washington.edu> at ports@ ML
2008-08-15 17:42:47 +00:00
Pav Lucistnik
98a58aed9f - Mark BROKEN on -CURRENT: error: 'linkat' redeclared as different kind of symbol
Reported by:	pointyhat
2008-04-25 22:53:23 +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
9cfd2bb219 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-12 06:33:38 +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
Cheng-Lung Sung
f1b8c87794 - Update to 4.5 2007-04-24 10:24:51 +00:00
Martin Wilke
e52225d8c8 - Fix typo 2007-01-23 13:05:24 +00:00
Maho Nakata
5d7fcfc438 Using only gfortran42. not gcc42.
Bump portrevision.
2007-01-12 05:39:18 +00:00
Maho Nakata
397f4ace33 Migrated to gfortran. 2007-01-09 01:47:06 +00:00
Thierry Thomas
41a8cea837 Unbreak: molden has been updated on Aug 17, with the same DISTNAME.
Changelog at <http://www.cmbi.ru.nl/molden/HISTORY>.
2006-09-17 13:41:56 +00:00
Kris Kennaway
2248301e36 BROKEN: Size mismatch. Since this is unmaintained, deprecate and schedule
for termination on 2006-12-01
2006-09-04 14:50:49 +00:00
Kris Kennaway
fa2fe3f774 NO_CDROM and NO_PACKAGE are not appropriate here 2006-09-03 00:34:47 +00:00
Edwin Groothuis
72ad491a93 Remove USE_REINPLACE from all categories starting with B 2006-05-03 23:26:35 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Simon Barner
01d9e8ebe5 - Unbreak by updating to 4.4
- Add dependecy to MESA

PR:		ports/89795
Submitted by:	Johan van Selst <johans@stack.nl>
2005-12-01 14:42:44 +00:00
Pav Lucistnik
bc1673d0ae - BROKEN: Size mismatch 2005-11-23 23:59:57 +00:00
Maho Nakata
a8fdc546a8 o update to 4.3
o unbreak
o due to no fix for long period, drop maintainership to ports.
2005-01-20 03:44:55 +00:00
Kris Kennaway
b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00
Kris Kennaway
6c65e16111 BROKEN: Checksum mismatch 2004-06-20 08:40:40 +00:00
Sergey A. Osokin
958842c5c6 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-22 09:37:18 +00:00
Maho Nakata
efc116207e enhancement, build and install the opengl viewer, moldenogl.
update to 3.9, not 3.8, which is newer :)

Committed by maintainer timeout:
> Sat Apr  5 17:46:57 EST 2003 - edwin - informed maintainer

PR:		47177
Submitted by:	Glenn Johnson <gjohnson@srrc.ars.usda.gov>
2003-07-19 04:17:06 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Tilman Keskinoz
d022ce8307 Update to 3.8
Approved by:	rmiya@cc.hirosaki-u.ac.jp (maintainer)
2003-01-08 12:05:57 +00:00
SADA Kenji
c814b1bf01 Note distribution term.
Requested by:	maintainer
2002-05-27 06:25:53 +00:00
SADA Kenji
6891ceb1b7 Back my last commit out.
We couldn't update distinfo without inspecting distfile's changes.
PR:	ports/37476
Suggested by:	kris
2002-05-23 08:56:36 +00:00
SADA Kenji
9a674d6c69 distfile has silently changed,
so md5 has to be rewritten.
PR:	ports/37476
Submitted by:	maintainer
2002-05-18 03:24:22 +00:00
FUJISHIMA Satsuki
8ea66910b1 o update to 3.7.
differences from the PR:
 - this port requires Xlib so add USE_XLIB.
 - remove unnecessary PORTREVISION.

PR:		34196
Submitted by:	maintainer
2002-01-23 19:59:19 +00:00
FUJISHIMA Satsuki
fe5926b918 chase checksum for repacked distfile almost an year ago.
Maintainer does not have previous distfile.
As the distfile for this port is not distributable, it is OK to me to change
distinfo now.

PR:		31010
Submitted by:	maintainer
2001-11-06 13:32:44 +00:00
Ying-Chieh Liao
a39c693c25 Add NOPORTDOCS support to pkg-plist 2001-07-08 18:15:34 +00:00
Peter Pentchev
b561cf1b15 Change MASTER_SITE and FTP/WWW lines: caos.kun.nl is cmbi.kun.nl now.
PR:		25422
Submitted by:	Marc van Woerkom <marc.vanwoerkom@science-factory.com>
2001-03-04 17:26:37 +00:00