1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
Adam Weinberger
aa2bd5af4d Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:51:34 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Rene Ladan
39209af20c science/afni: bring back into shape.
- Stage support
- Unexpire
- Add license (GPLv2)
- Use modern LIB_DEPENDS
- Explicitly mention dependencies
- Add CONFLICTS with im-*, nifticlib-* and open-usp-tukubai-*
- Use perl5 and GCC
- Tidy pkg-descr
- Clean up pkg-plist
- Bump PORTREVISION

While here:
- Use BROKEN_arch to avoid including bsd.port.pre.mk
- Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
- Remove obsolete post-install target

PR:		186988
Submitted by:	maintainer (jwbacon@tds.net)
2014-06-17 14:41:05 +00:00
Antoine Brodin
03bf21d61e Deprecate ports BROKEN for more than 6 months
With hat:	portmgr
2014-05-13 16:59:52 +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
Brendan Fabeny
1b81841d48 Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
2013-11-13 08:19:34 +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
1dd0d087e7 Add NO_STAGE all over the place in preparation for the staging support (cat: science) 2013-09-20 22:48:30 +00:00
Brendan Fabeny
6c4fa199d0 Update math/gsl to 1.16 and adjust some dependent ports 2013-08-26 16:06:37 +00:00
Baptiste Daroussin
942c2a28be Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
2013-07-10 07:00:44 +00:00
Brendan Fabeny
e80e131996 Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository

Reviewed by:	wen
Approved by:	wen, tota
2013-05-28 15:15:05 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Brendan Fabeny
51cd110a01 update math/R to 2.15.3, and adjust dependent ports 2013-03-07 04:21:34 +00:00
Brendan Fabeny
3f2ca9c1d8 update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by:	thierry, tota, wen
2013-01-04 17:51:39 +00:00
Doug Barton
44fa804810 s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
2012-06-24 21:53:38 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pawel Pekala
a44b4187c9 - Update to build 2012-04-17 [1]
- Projest has new homepage [1]
- Mark MAKE_JOBS_UNSAFE

PR:		ports/167651 [1]
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer) [1]
2012-05-11 17:05:09 +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
Olli Hauer
c394c56dc0 - remove MD5 2011-07-03 13:22:24 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Mark Linimon
e6ae104847 Update maintainer's email address. Had already been done for his
other ports.
2009-06-19 20:06:31 +00:00
Florent Thoumie
584f727bc4 Fix science/afni after X.org 7.4 import (needs Xi).
Reported by:	pointyhat (via pav)
2009-01-24 10:02:09 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +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
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
Thomas Abthorpe
09b330712f - Update to 2008.01.02.1043
PR:		ports/119961
Submitted by:	Jason Bacon <bacon smithers.neuro.mcw.edu> (maintainer)
2008-01-28 16:42:02 +00:00
Martin Wilke
d39bba8d0f - Update to 2007.06.15.1339
- Unbreak

PR:		113887
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer)
2007-06-21 12:33:48 +00:00
Kris Kennaway
fc9151d03b BROKEN: Does not compile 2007-06-10 04:04: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
Martin Wilke
421d129653 - Update to 2007.04.18.1830
- Respect X11BASE

PR:		111890
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer)
2007-04-21 13:37:39 +00:00
Frank J. Laszlo
66a3a81138 Respect X11BASE
PR:	ports/106101
Submitted by:	self
Approved by:	Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer)
Reported by:	pointyhat
2006-12-01 14:07:50 +00:00
Pav Lucistnik
dfa14d726d - Fix plugins
- Update to 2006.06.30.1332

PR:		ports/103318
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer)
2006-09-24 18:24:09 +00:00
Mark Linimon
d4372f1606 Remove backquote from BROKEN string to avoid upsetting portsmon code.
Hat:		portmgr
2006-07-06 21:57:06 +00:00
Tilman Keskinoz
270f22115d Update to 2006.03.21.1314
PR:             97404
Submitted by:   Jason Bacon <bacon@smithers.neuro.mcw.edu>
2006-05-25 14:23:50 +00:00
Tilman Keskinoz
c7969ae6e4 Update to 2005.12.30.0934.2
PR:		94302
Submitted by:	maintainer
2006-04-15 18:24:01 +00:00
Vasil Dimov
cd92e955d2 Change NOT_FOR_ARCHS' with if ARCH then BROKEN'
Noticed by:	danfe
Approved by:	garga (mentor)
2006-02-13 10:24:18 +00:00
Vasil Dimov
d562dd5021 Mark NOT_FOR_ARCHS=sparc64, maintainer did not fix the build for 7 days
after kris' mail

Approved by:	garga (mentor)
2006-02-09 15:58:53 +00:00
Vasil Dimov
5084c1abc9 Changes to the port:
Author fixed the problem with filename versioning by placing filenames
without version in their name in a subdirectory on the web server.

Changes to the software itself:
-DPIC -fPIC used only for amd64 and ia64, suggested by kris

Approved by:	garga (mentor)
2006-01-30 10:03:13 +00:00
Vasil Dimov
ef8893811e Update Makefile.FreeBSD_PORT's checksum.
-DPIC -fPIC were added to CFLAGS in Makefile.FreeBSD_PORT to make it
compile on amd64.

Approved by:	garga (mentor)
2006-01-26 09:35:45 +00:00
Vasil Dimov
1513edd58b Add new port science/afni
AFNI (Advanced Functional Neuro Imaging) is a tool for analyzing
3 dimensional images, especially functional MRI images used in
brain mapping research.

WWW: http://afni.nimh.nih.gov/

PR:		ports/90752
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu>
Reviewed by:	garga (mentor)
Approved by:	garga (mentor)
2006-01-25 17:34:35 +00:00