1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

357198 Commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
54a12ed5cb - Update to 1.2.6 2015-01-11 03:18:46 +00:00
Dmitry Sivachenko
3a18883882 Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
2015-01-10 23:15:27 +00:00
Dmitry Marakasov
bc918e0681 - Strip library
Approved by:	bapt
2015-01-10 22:14:42 +00:00
Antoine Brodin
74499628cb Fix packaging 2015-01-10 22:13:39 +00:00
Don Lewis
a50ba6f3d2 dd CPAN as a backup http/ftp MASTER_SITE. az@ requested that
CPAN be used as the MASTER_SITE, and mat@ suggested making it
just be the backup site

Differential Revision:	https://reviews.freebsd.org/D1486
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-01-10 21:47:01 +00:00
Don Lewis
d9ad5f4496 MASTER_SITE dl.farsightsecurity.com only allows https downloads.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https. (Suggested by mat@)

Differential Revision:	https://reviews.freebsd.org/D1485
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-01-10 21:42:17 +00:00
Don Lewis
1d5bfd1454 MASTER_SITE dl.farsightsecurity.com only allows https downloads.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https. (Suggested by mat@)

Add MANPAGES option (default YES) because generating the man page
adds a significant number of build dependencies.

Add a comment explaining that the DOXYGEN=NO option gets ignored
if doxygen is installed.

Use option helpers (suggested by mat@).

Use PORTDOCS=* to avoid the need to change pkg-plist if doxygen
changes.

Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}
(suggested by marino@).

Simplify examples installation.

Differential Revision:	https://reviews.freebsd.org/D1484
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-01-10 21:39:25 +00:00
Thierry Thomas
5d293d7a39 Uses blaslapack.mk. 2015-01-10 20:40:26 +00:00
Christian Weisgerber
403699b0e5 Update to FLAC 1.3.1. No significant user-visible changes.
Drop iconv option again and always require iconv for flac.
2015-01-10 20:16:37 +00:00
Thierry Thomas
5118b324f4 Uses blaslapack.mk. 2015-01-10 19:45:01 +00:00
Antoine Brodin
5366017ee2 Allow building with libc++ r224926
Submitted by:	dim@
2015-01-10 19:03:28 +00:00
Yen-Ming Lee
e286264622 - upgrade to 20140910.002 2015-01-10 18:35:26 +00:00
Don Lewis
e7f8392cc3 Convert to USES=autoreconf.
Use option helpers (suggested by mat@).

Differential Revision:	https://reviews.freebsd.org/D1474
Approved by:	mat (mentor)
2015-01-10 18:23:35 +00:00
Dmitry Marakasov
cbb6bd27dd - Drop @dirrm* from plist 2015-01-10 18:00:23 +00:00
Antoine Brodin
0d009fe9d2 Revert part of r376655 that is breaks freebsd ports
With hat:	portmgr
2015-01-10 17:55:52 +00:00
Tijl Coosemans
df7680b625 Mark some inline functions static such that gcc (in C89 mode) doesn't
export them.  Clang already doesn't export them because it assumes C99 by
default.  This fixes net/ortp on systems without clang.
2015-01-10 16:48:30 +00:00
Olivier Duchateau
bcd2a6a363 - Fix crash (use new GLib threads) [1]
- Unbreak build with Vala 0.26 (there are lot of warnings, because Xfmpc still
uses Gtk2 code, deprecated since Vala 0.17.5)
- Bump PORTREVISION

PR:		195629 [1]
Submitted by:	Akhmichin Andrey
2015-01-10 16:31:39 +00:00
Thierry Thomas
b0633395f7 Uses blaslapack.mk. 2015-01-10 16:16:58 +00:00
Antoine Brodin
aff79a24bc Allow building with libc++ r224926
Submitted by:	dim@
2015-01-10 16:11:21 +00:00
Thierry Thomas
fb11b4fe19 Uses blaslapack.mk. 2015-01-10 15:33:26 +00:00
Dmitry Sivachenko
f7245f3604 Fix plist for python3 versions other that 3.3.
Approved by:	antoine
2015-01-10 15:29:18 +00:00
Tijl Coosemans
e607a76ba2 - Reset maintainer as requested [1]
- Indicate the port is multi-licensed
- Avoid USE_AUTOTOOLS by patching configure instead of configure.in
- Use option helpers
- Simplify DOCS/EXAMPLES handling thanks to staging

PR:		196201 [1]
2015-01-10 15:07:34 +00:00
John Marino
2d4447cf51 lang/fpc: Remove unnecessarily variable substition and EXTRACT_SUFX
There were several substitions like "${XXX:S/$/.something/} which is the
equivalent of appending, e.g. "${XXX}.something".

So for the sake of comprehension, change these to appends, and also just
hardcode ".tar.gz" instead of using ${EXTRACT_SUFX} for the same reason.
Since the distfiles are being manually defined, there's no real purpose
to have a variable in the name, and if the EXTRACT_SUFX changes for any
reason (say a new distfile with a different suffix requiring USES+=tar),
then the code actually breaks.  These changes make the code easier to
read, comprehend, and arguably makes the port more robust.
2015-01-10 14:41:53 +00:00
Kevin Lo
88aa758def Update to 20150110. 2015-01-10 14:39:42 +00:00
Wen Heping
a06817ed65 - Add LICENSE 2015-01-10 14:19:12 +00:00
John Marino
dbb38c3c5e lang/fpc: Remove googlecode from MASTER_SITES
The googlecode URL only provides 2.6.0 and 2.6.2 versions of the man pages
and bootstrap compiler, but not the current 2.6.4, so remove those urls.

While here, simplify the LOCAL distcache site urls.  The substition is not
necessary.
2015-01-10 13:53:16 +00:00
Antoine Brodin
e0097fe486 Add CPE information 2015-01-10 13:51:50 +00:00
Wen Heping
56ad2c0f2b - Mark BROKEN 2015-01-10 13:37:38 +00:00
Wen Heping
f5c95b4c8e - Update to 0.7.1
- Add LICENSE
- Update WWW
2015-01-10 13:32:07 +00:00
Anton Berezin
6d1c3f6daa Update to 1.21. 2015-01-10 13:08:30 +00:00
Anton Berezin
3c9230db4e Update to 2.12. 2015-01-10 13:05:46 +00:00
Thomas Zander
7c44b4596f Update to upstream version 2.3.6 2015-01-10 12:59:32 +00:00
Anton Berezin
9d0e015156 Update to 0.115. 2015-01-10 12:53:08 +00:00
Anton Berezin
3a78170143 Update to 1.41. 2015-01-10 12:52:20 +00:00
Anton Berezin
d2374cd74e Update to 5.94. 2015-01-10 12:51:20 +00:00
Anton Berezin
e01e4b31a6 Update to 0.302. 2015-01-10 12:50:17 +00:00
Anton Berezin
4b20dbde62 Update to 1.082. 2015-01-10 12:49:23 +00:00
Anton Berezin
6a1a589b09 Update to 0.804. 2015-01-10 12:48:08 +00:00
Thomas Zander
5ad0e69470 Update to upstream version 2.5.3 2015-01-10 12:23:27 +00:00
Antoine Brodin
59f7cc8a5d Fix possible Huffman local buffer overrun
MFH:		2015Q1
Security:	CVE-2014-9092
2015-01-10 12:23:24 +00:00
Muhammad Moinur Rahman
56a7e4534a net-mgmt/p5-Net-Abuse-Utils-Spamhaus: Update version 0.04=>0.07
- Pass Maintainership [1]

PR:			196560 [1]
Differential Revision:	https://reviews.freebsd.org/D1481
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 11:51:04 +00:00
Muhammad Moinur Rahman
510c0a9e13 math/p5-Parse-Range: Pass maintainership
PR:			196563
Differential Revision:	https://reviews.freebsd.org/D1480
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 11:45:52 +00:00
Muhammad Moinur Rahman
3774dc0944 net-mgmt/argus3-clients: Convert to OPTIONSNG
- Pass Maintainership
- Wrap conditional DOCS installation

PR:			196550
Differential Revision:	https://reviews.freebsd.org/D1479
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 11:26:36 +00:00
Muhammad Moinur Rahman
057ee0b2a8 devel/p5-Iodef-Pb-Simple: Pass Maintainership
PR:			196557
Differential Revision:	https://reviews.freebsd.org/D1477
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 11:15:40 +00:00
Wen Heping
7353cc072b - Update math/cln to 1.3.4 and bump PORTREVISION of the ports
which depends on cln
2015-01-10 11:08:07 +00:00
Muhammad Moinur Rahman
b61797af4b dns/p5-Net-DNS-Match: Pass Maintainership
PR:			196561
Differential Revision:	https://reviews.freebsd.org/D1478
Submitted by:		pauls@utdallas.edu
Approved by:		marino(mentor)
2015-01-10 10:36:44 +00:00
Tijl Coosemans
e0c956d66f Fix build with base system OpenSSL
Reported by:	antoine
2015-01-10 09:56:24 +00:00
Antoine Brodin
f777d6edb9 Mark BROKEN: Unfetchable
Reported by:	pkg-fallout
2015-01-10 09:41:07 +00:00
Gerald Pfeifer
5720015cfb Add optional support for V4L (off by default).
With this, the wine and wine-devel ports are in sync as much as
possible.
2015-01-10 09:27:53 +00:00
Gerald Pfeifer
b747450a39 Support building with alternate toolchains that require LD to be
honored.  This is a bit invasive in that it touches several parts
of Wine, and has not been accepted upstream yet, so I am adding it
locally for now.

PR:		188424
Suggested by:	tijl
Reviewed by:	tijl
Tested by:	Lena@lena.kiev.ua
2015-01-10 09:03:27 +00:00