Commit graph

1424 commits

Author SHA1 Message Date
Tijl Coosemans
1ee4da6dd1 Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-30 19:24:30 +00:00
Baptiste Daroussin
5973ccff9e Update to 2.14 2016-09-17 19:00:47 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Kurt Jaeger
c0189bbe10 benchmarks/iorate: implicit decl. of function 'gettimeofday' is invalid in C99
PR:		210856
Reported by:	Mark Millard <markmi@dsl-only.net>
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by:	blttll@gmail.com (maintainer timeout)
2016-09-10 19:20:44 +00:00
John Marino
fc3bdd2b5b benchmarks/polygraph: Handle missing SSLv3
Approved by:	SSL blanket
2016-09-09 19:40:56 +00:00
Alexey Dokuchaev
9c568f034a Add a port of glmark2, a benchmark for OpenGL (ES) 2.0.
TIMESTAMP (glmark2-2014.03.tar.gz) = 1394537514
2016-09-08 18:11:46 +00:00
Dmitry Marakasov
dce1c5ce9a - Update to 0.06.15
PR:		212286
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2016-08-31 18:26:08 +00:00
Pawel Pekala
c449f948e0 Update to version 0.06.14
PR:		211968
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2016-08-18 18:06:13 +00:00
John Marino
897f196f65 benchmarks/clpeak: set USE_GL rather than hardcoding LIB_DEPENDS
The proper way to handle libGL is to set USE_GL=gl, and doing so allows
dependency registration to match the port

Approved by:	infrastructure blanket (redundant deps work)
2016-08-05 15:04:01 +00:00
Baptiste Daroussin
1079688d79 Prefer devel/byacc in ports over devel/bison for FreeBSD 9
byacc has less dependencies and is the same yacc as what FreeBSD 10+ has
2016-07-31 17:47:36 +00:00
Josh Paetzel
5372e5eb82 Update to latest version
Incorporates port patches
Fixes type warnings on 32 bit and 64 bit with clang
Should fix iozone on some of the more "esoteric" arches

PR:	211289
Sponsored by:	iXsystems
2016-07-28 14:40:45 +00:00
Mathieu Arnold
56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Baptiste Daroussin
da7363664e Update to 2.13 2016-07-23 17:18:13 +00:00
Josh Paetzel
eb38a46453 Unbreak on 32bit FreeBSD
PR:	211289
Sponsored by:	iXsystems
Pointyhat:	jpaetzel
Cluebat:	jhb
2016-07-23 17:06:53 +00:00
Josh Paetzel
f0c5c928bf Update iozone to build on HEAD and take maintainership
Sponsored by:	iXsystems
2016-07-20 15:36:05 +00:00
Dmitry Marakasov
2169384301 - Update to 0.06.12
PR:		211194
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2016-07-18 20:48:53 +00:00
Pawel Pekala
a48b9ad211 Update to version 0.06.10
PR:		211034
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2016-07-13 21:22:13 +00:00
Mathieu Arnold
dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Olivier Cochard
22197dfcb8 Update to 0.06.07
PR:		210653
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D7005
2016-06-28 09:41:48 +00:00
Roman Bogorodskiy
542cd08426 Add clpeak 1.0, benchmarking tool to measure peak capabilities of opencl
devices.

PR:		209849
Submitted by:	Johannes Dieterich <dieterich@ogolem.org>
2016-06-27 10:56:14 +00:00
John Marino
dd6f09efec benchmarks/himenobench: Follow up IFC removal
The IFC option removal was not complete.  Alter the pkg-plist
accordingly and bump.
2016-06-25 01:38:27 +00:00
Dmitry Marakasov
e20a6011f4 - Remove redundant ALL_TARGET
- Switch to options helpers
2016-06-24 13:11:14 +00:00
Mikhail Teterin
6d1c754742 Fix a problem with the new patch. It is a no-op on FreeBSD,
but it prevented compillation on 32-bit Linux. This is the
version the author has just incorporated into his source.
2016-06-22 21:54:12 +00:00
Mikhail Teterin
ed2121c67d Ensure clean build with clang on both amd64 and i386. Respect the
SSH-option turned off (rsh was replaced with ssh unconditionally).

PR:		210449
2016-06-22 17:30:57 +00:00
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
Mathieu Arnold
b96b595ad0 lang/ifc was removed quite a while back.
Sponsored by:	Absolight
2016-06-20 13:12:09 +00:00
Mathieu Arnold
1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00
Baptiste Daroussin
9437eb8fc4 Use DISTVERSION instead of crafting the version to get the distname
Prefer USES to set the extract suffix
2016-06-17 13:17:48 +00:00
Baptiste Daroussin
20db30b16a Update to 3.434
Sponsored by:	Gandi.net
2016-06-17 13:13:21 +00:00
Baptiste Daroussin
4d6e9ef8c7 Update to 2.12 2016-06-16 13:17:48 +00:00
Olivier Cochard
a3b664ce3e Update benchmarks/stress-ng to 0.06.06
PR:	210249
Submitted by: 	Luca Pizzamiglio (maintainer)
Approved by:	jadawin	(mentor)
Differential Revision:	https://reviews.freebsd.org/D6837
2016-06-14 17:36:22 +00:00
Muhammad Moinur Rahman
da53ea1d82 benchmarks/siege: Update version 4.0.1=>4.0.2 2016-06-10 10:25:20 +00:00
Mathieu Arnold
c52b87ea15 Don't put things in WRKDIR, use NO_WRKSUBDIR.
Sponsored by:	Absolight
2016-06-09 14:26:38 +00:00
Bruce A. Mah
783ef22cca Update to iperf3, which addresses a buffer overflow vulnerability
on the iperf3 control channel.

Security:	d6bbf2d8-2cfc-11e6-800b-080027468580
Sponsored by:	ESnet
2016-06-08 20:35:51 +00:00
Thomas Zander
7cb31e4bbd Update to upstream version 0.06.05
PR:		209934
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2016-06-04 15:09:39 +00:00
Thomas Zander
341352ea72 Update to upstream release 6.4.0
PR:		209999
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2016-06-04 14:02:21 +00:00
Baptiste Daroussin
ba7735860d Update to 2.11 2016-05-29 22:43:31 +00:00
Baptiste Daroussin
f7ca60291e Update to 2.10 2016-05-22 16:01:00 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Olivier Cochard
830284c588 Update benchmarks/stress-ng to 0.06.00
PR:	209330
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
Approved by:	tabthorpe
Differential Revision:	https://reviews.freebsd.org/D6268
2016-05-10 15:03:59 +00:00
Tilman Keskinoz
6a29bcfbb1 This port does not need to depend on libpcap from ports 2016-05-03 16:29:07 +00:00
Baptiste Daroussin
41fcbf239a Update to 2.9 2016-04-29 22:01:47 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Thomas Zander
fa3799f9e7 Update to upstream version 0.05.25
PR:		209088
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2016-04-27 16:28:54 +00:00
Mathieu Arnold
278794481a Remove ${PORTSDIR}/ from *_DEPENDS lines.
Sponsored by:	Absolight
2016-04-22 13:53:36 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Marcelo Araujo
0043bb07a4 Hook new ports on its categories Makefile.
Reported by:	antoine
2016-04-19 05:44:27 +00:00