Commit graph

349846 commits

Author SHA1 Message Date
Pietro Cerutti
eca04082f2 - Revert my previous commit. It is not needed. The problem is at the
infrastructure level.
2014-09-25 14:16:38 +00:00
Brooks Davis
a346ff16d3 Enable builds on/for Raspberry Pi and other arm variants.
USES=python

PR:		191996
Submitted by:	direct727@gmail.com
Sponsored by:	DARPA, AFRL
2014-09-25 14:01:33 +00:00
John Marino
66d6f5cb1c science/mpqc: Don't override libtool -version-info, bump dependent ports
We accept SHLIB version changes when moving to USE=libtool, so stop
overriding it with the intent of prevent library version changes, which
is considered the better approach over the long term. Two ports are
dependent on mpqc, so bump them for the second time today.

requested by:	tijl@
2014-09-25 13:56:06 +00:00
Tijl Coosemans
a9e50aef8b - Patch configure instead of configure.in to avoid USE_AUTOTOOLS
- Specify the correct location of libplib
2014-09-25 13:48:35 +00:00
Eygene Ryabinkin
7d75c62abd VuXML entry 48108fb0-751c-4cbb-8f33-09239ead4b55: expanded details
Reviewed by:	des@
2014-09-25 13:29:38 +00:00
Alex Kozlov
159662c89b - Remove empty files and directories 2014-09-25 13:00:09 +00:00
Johannes Jost Meixner
e1e8f53b39 www/linux-*-flashplugin11: Fix multiple security vulnerabilities
Adobe has discovered multiple security vulnerabilities in Flash
linux-*-flashplugin-11.2r202.400. Ugrade the two Linux ports to
version .406, which fixes these.

While there, assign www/linux-c6-flashplugin11 to emulation@
in order to match r369160.

PR:		193904
Differential Revision:	https://reviews.freebsd.org/D831
Submitted by:	Jung-uk Kim
Approved by:	koobs (mentor)
MFH:		2014Q3
Security:	ca44b64c-4453-11e4-9ea1-c485083ca99c
2014-09-25 12:48:21 +00:00
Ruslan Makhmatkhanov
056e7a40f8 net-p2p/py-transmissionrpc: drop maintainership
- reset maintainership to ports@ - I don't use transmission for long
- convert to USES/USE_PYTHON
2014-09-25 12:42:24 +00:00
TAKATSU Tomonari
67a08573e9 - Update to 4.0.5 2014-09-25 12:41:00 +00:00
Rene Ladan
282a396e29 Update www/chromium to 37.0.2062.124 to fix the NSS vulnerability.
MFH:		2014Q3
Security:	http://vuxml.freebsd.org/freebsd/bd2ef267-4485-11e4-b0b7-00262d5ed8ee.html
2014-09-25 12:27:26 +00:00
Vanilla I. Shu
29e66c5ce3 Update to version 4.3.0.
PR:		ports/193895
Submitted by:	Ports Fury.
2014-09-25 12:21:03 +00:00
Pietro Cerutti
4f6d7b1c61 - Generate position independent code
- Perhaps this fixes the build on head-amd64-default-ssp
2014-09-25 11:59:46 +00:00
Alex Kozlov
467b3df7dd - Remove obsolete @dirrm(try)
- Convert PLIST_DIRSTRY to PLIST_DIRS
2014-09-25 11:35:43 +00:00
Erwin Lansing
205bf5593e Drop maintainership. 2014-09-25 11:27:14 +00:00
Erwin Lansing
61cd286f8b Remove dirrm 2014-09-25 11:26:37 +00:00
Erwin Lansing
85f049ddb9 Remove dirrm 2014-09-25 11:24:07 +00:00
John Marino
eaeb431ebe Unbreak textproc/apache-poi to save the port from deletion
PR:		193142
1st Proposal:	turutani (kyoto)
2nd Proposal:	pfg@
winner:		vanilla@

In the final iteration, the Maven infrastructure was removed in favor
of a precompiled binary which provides the bonus of a simpler makefile
in additional to being poudriere-compatible.
2014-09-25 11:23:44 +00:00
Beat Gaetzi
1b3bcb097d - Update ca_root_nss to 3.17.1
- Update thunderbird to 31.1.2
- Update seamonkey to 2.29.1
- Update firefox to 32.0.3
- Update firefox-esr to 31.1.1
- Update libxul to 24.8.1

Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/48108fb0-751c-4cbb-8f33-09239ead4b55.html
2014-09-25 11:08:06 +00:00
John Marino
2c24dc6b57 science: Fix mpqc, libint and unbreak ghemical, and libghemical atomically
science/ghemical would not link because libghemical.so (from science/
libghemical port) had never been properly linked.  Links to all mpqc "SC"
libraries were added to LDFLAGS to rectify this.  The configure breakage
and solution is described below.

After the version of lang/gcc was bumped from 4.7 to 4.8,
science/libghemical ceased to configure and it was marked broken.  After
recreating the conftest, it was discovered that two versions incompatible
versions of libgcc_s.so were getting pulled in by the realtime linker:
the base version and the gcc48 ports version.

The base version was getting pulled in by science/libint.  To unbreak
libghemical, libint is now built with lang/gcc.  It was necessary to
force libtool to link with LDFLAGS that Mk/bsd.gcc.mk sets so that
the runpaths match across libraries used by libghemical.

When science/mpqc was staged, it utilized libtool which renumbered all
the library versions from 8.0.1 to 7.1.0.  This was caused by the age
component being greater than 0.  By patching configure.in with a new
version, we can generate major SHLIB of 8 again.  While here, fix the
bin/sc-config tool to remove a bad include cflag.

With this fixes, science/ghemical builds successfully.  Bump all 4 of
these ports, remove any BROKEN designation and remove redundant
@dirrm in pkg-plist
2014-09-25 11:04:02 +00:00
Tijl Coosemans
a319ae32b4 Patch configure instead of configure.in to avoid USE_AUTOTOOLS 2014-09-25 11:03:20 +00:00
Bartek Rutkowski
2826204ecd www/grafana: update 1.7.0 -> 1.8.0
Approved by:	mentors (implicit)
2014-09-25 10:58:30 +00:00
Tijl Coosemans
553850096c Add USES=libtool and remove USE_AUTOTOOLS 2014-09-25 10:52:06 +00:00
Frederic Culot
895d6b1597 - Update to 0.35
- Remove module name from COMMENT

Changes:	http://search.cpan.org/dist/Test-Exception/Changes
2014-09-25 10:40:48 +00:00
Brendan Fabeny
c6c8d4dea4 Update tor to 0.2.4.24 and tor-devel to 0.2.5.8-rc 2014-09-25 10:36:23 +00:00
Frederic Culot
d7f2936178 - Update to 1.90
Changes:	http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
2014-09-25 10:23:12 +00:00
Erwin Lansing
e7a90033b5 remove dirrm 2014-09-25 10:01:38 +00:00
Julio Merino
a504728bd3 Fix TAP parsing bugs.
Pull up an upstream fix to properly deal with the TAP output of several
FreeBSD tests.  Do this before a new Kyua release so that I and others can
properly test the changes before Kyua 0.11 is cut.

The FreeBSD test suite no longer reports failures caused by bad TAP parsing.

Bump PORTREVISION to 1.

Differential Revision:	D832
Approved by:	bapt (ports)
2014-09-25 09:41:24 +00:00
Tijl Coosemans
98799a3a2f - Convert to USES=autoreconf
- Use BROKEN_ia64
- Don't display pkg-message from post-install
2014-09-25 09:24:57 +00:00
Tijl Coosemans
4f95e7a2cc - Remove USE_AUTOTOOLS
- Define some variable before including bsd.port.options.mk
2014-09-25 09:20:43 +00:00
Tijl Coosemans
0033b07d09 Remove USE_AUTOTOOLS 2014-09-25 09:18:20 +00:00
Pietro Cerutti
167911b75e - Update to 2.4.4 2014-09-25 09:08:21 +00:00
Rene Ladan
c82a7fe11a Remove expired ports:
2014-09-25 sysutils/rubygem-chef-expander: Depends on broken rubygem-dep_selector
2014-09-25 sysutils/rubygem-chef-server: Depends on broken rubygem-dep_selector
2014-09-25 sysutils/rubygem-chef-solr: Depends on broken rubygem-dep_selector
2014-09-25 www/rubygem-chef-server-webui: Depends on broken rubygem-dep_selector
2014-09-25 www/rubygem-chef-server-api: Depends on broken rubygem-dep_selector
2014-09-25 08:17:08 +00:00
Dag-Erling Smørgrav
f884047cb4 fix 2014-09-25 07:45:16 +00:00
Dag-Erling Smørgrav
46f042b4d0 Add entry for the NSS signature forgery bug.
PR:		193906
MFH:		2014Q3
Security:	CVE-2014-1568
2014-09-25 07:43:17 +00:00
Dag-Erling Smørgrav
ac51ae3af9 Upgrade to 3.17.1
PR:		193906
MFH:		2014Q3
Security:	CVE-2014-1568
2014-09-25 07:40:33 +00:00
Rene Ladan
9e4133005f Document new vulnerability in www/chromium < 37.0.2062.124
Obtained from:	http://googlechromereleases.blogspot.nl/
MFH:		2014Q3
2014-09-25 07:34:52 +00:00
Greg Lewis
78fd5a360c . Update to 4.6.6. 2014-09-25 06:24:44 +00:00
Vanilla I. Shu
4480ef591f Update to version 1.6.3
PR:		ports/193894
Submitted by:	Ports Fury.
2014-09-25 05:38:29 +00:00
Vanilla I. Shu
4e6fc96bad Upgrade to 1.0.19. 2014-09-25 02:58:59 +00:00
Grzegorz Blach
33cc82b992 - Update to 0.5.4
- Add option to use LuaJIT instead of Lua [1]

PR:		193822 [1]
Submitted by:	Jan Beich (jbeich <at> vfemail <dot> net) [1]
2014-09-24 23:02:45 +00:00
Antoine Brodin
38244dff04 - Do not violate stagedir
- Shebangfix
- Simplify a bit
- Mark jobs unsafe
2014-09-24 22:39:03 +00:00
Antoine Brodin
2936bbc1ce Fix stage violation 2014-09-24 22:09:40 +00:00
Thierry Thomas
2ae15134c8 Refresh. 2014-09-24 21:33:40 +00:00
Thierry Thomas
f0dad4527a Refresh. 2014-09-24 21:33:15 +00:00
Mathieu Arnold
bcaf0be955 Fix building WITH=NLS
Many thanks to:	tijl
Sponsored by:	Absolight
2014-09-24 21:27:49 +00:00
Raphael Kubo da Costa
95e38da043 Add upstream patches for CVE-2014-6055 (more vulnerabilities in libvncserver).
Don't worry, more recent krfb versions will stop bundling libvncserver.

MFH:		2014Q3
Security:	fb25333d-442f-11e4-98f3-5453ed2e2b49
2014-09-24 21:23:16 +00:00
Raphael Kubo da Costa
2c2f3a2f60 Add entry for net/krfb (CVE-2014-6055). 2014-09-24 21:22:02 +00:00
Tijl Coosemans
fa0d7caf79 - Convert to USES=autoreconf
- Fix detection of base system Heimdal
2014-09-24 20:25:54 +00:00
Tijl Coosemans
daa47c39ff - Convert to USES=autoreconf
- Support building with Clang
2014-09-24 20:22:49 +00:00
Antoine Brodin
2e1f678ae6 Use the ports framework to create pop3vscan user 2014-09-24 20:09:49 +00:00