1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Dmitry Marakasov
5bac2f9c7d - Drop @dirrm* from plist
- simplify
2014-09-23 17:33:18 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Pawel Pekala
eb9674d053 - Add staging support
- Make BUILD_DEPENDS path independent
- Convert to USES=tar:bzip2, new LIB_DEPENDS format
- Use option helpers, subs
2014-07-11 22:43:47 +00:00
Baptiste Daroussin
000c0db39b Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 12:46:11 +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
Antoine Brodin
5991ccfc81 Fix a BUILD_DEPENDS line after last py-openssl update 2014-03-08 09:55:21 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +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
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Li-Wen Hsu
5aa43c1aba - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation 2013-03-04 10:55:23 +00:00
Sofian Brabez
eb29091417 - Convert to new options framework
- Add LICENSE
- Add math/py-numpy build depends
- Bump PORTREVISION
2012-10-07 08:44:21 +00:00
Ruslan Makhmatkhanov
168664fa8d - chase textproc/nltk update (upstream switched to setuptools)
Reported by:    beat
Approved by:	portmgr (beat)
2012-09-14 10:18:11 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Sofian Brabez
d7c5457ddf Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by:	jadawin@ (mentor)
2011-03-18 10:04:54 +00:00
Philippe Audeoud
52f1382851 - Update to 1.0-rc4
PR:		ports/152417
Submitted by:	Sofian Brabez <sbrabez AT gmail.com>
2010-12-02 10:15:10 +00:00
Philippe Audeoud
2c6749ad09 - Update to 1.0-rc3
PR:		ports/151440
Submitted by:	Sofian Brabez <sbrabez _AT_ gmail.com>
2010-10-21 07:29:56 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Pietro Cerutti
069eceb4c5 - Respect PREFIX, hopefully fixing the previous commit.
Reported by:	QAT
2010-03-10 16:58:22 +00:00
Pietro Cerutti
a3ceb8c1b4 - Fix previous commit (missing ${MKDIR}) 2010-03-10 14:24:42 +00:00
Pietro Cerutti
ae4975b5cd - Update to 1.0-rc2
PR:		144396
Submitted by:	Niels Heinen <niels@heinen.ws>
Reviewed by:	Sofian Brabez <sbrabez@gmail.com> (maintainer)
Approved by:	jadawin (wants his PRs, can't commit right now)
2010-03-10 11:35:23 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Thomas Abthorpe
c5fdb9237c - Pass maintainership to submitter
Submitted by:	Sofian Brabez via private email
2009-02-27 20:45:20 +00:00
Mark Linimon
d1ea8df926 Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-12-18 02:33:39 +00:00
Stefan Eßer
ec1a9016a7 Add marker that reminds to keep the last of the dirrm lines when
the (only temporarily included) local copy of pygoogle is removed.
2007-09-14 12:16:10 +00:00
Pav Lucistnik
4c6425226d - Properly clean up directories
Reported by:	pointyhat
2007-09-12 08:01:43 +00:00
Stefan Eßer
574cef12b7 Fix build on -stable. Pointed out by Pointyhat via Pav. (Thanks!) 2007-09-06 13:44:01 +00:00
Stefan Eßer
0cde28d9a4 Remove spurious backslash. 2007-09-04 18:47:44 +00:00
Stefan Eßer
3da2dbd5f6 New port of w3af, the Web Application Audit and Attack Framework.
This is a Python based package of tools that can be used to assess
the security of a web server (including automated advanced tests,
e.g. for XSS or SQL injection vulnerabilities).

I did not get this port to work with the py-google port, there for
a local copy of pygoogle is included and packaged with this port.
2007-09-04 18:44:41 +00:00