Commit graph

350451 commits

Author SHA1 Message Date
Tijl Coosemans
539390d4ce - Remove :keepla from USES=libtool
- Remove pthread patching
2014-10-03 11:36:24 +00:00
Tijl Coosemans
5353791bd2 - Replace FAKEDIR with STAGEDIR and only use auto-plist for lib/transcode
- Remove USE_AUTOTOOLS
- Add DOCS option
- Remove -lpthread patching
2014-10-03 11:34:03 +00:00
Thomas Zander
f57f8ce185 - Update to upstream version 0.9.6.1
- Simplify OPTIONS handling
- Add OPTIONS for LADSPA, PULSEAUDIO and RDF
- Update pkg-plist (@dirrm)

PR:		193234
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
2014-10-03 11:32:06 +00:00
Bartek Rutkowski
d5389cc312 www/grafana: update 1.8.0 -> 1.8.1
Approved by:	mentors (implicit)
2014-10-03 11:07:10 +00:00
Koop Mast
2b2a2025a8 Remove eel and ports that use it.
Eel doesn't build after the gnome3 import.
2014-10-03 10:53:39 +00:00
Tijl Coosemans
33b0a29238 Complete USES=libtool conversion 2014-10-03 09:20:47 +00:00
Baptiste Daroussin
1c8cd45c14 Add a ums only version of the ati drivers 2014-10-03 08:36:17 +00:00
Baptiste Daroussin
683b331695 Switch to WITH_NEW_XORG for all supported version of FreeBSD by default 2014-10-03 08:35:28 +00:00
Ashish SHUKLA
3f73123c72 - Update to latest HEAD
PR:		193849
2014-10-03 08:22:40 +00:00
Dmitry Marakasov
ec92f277fc - Drop @dirrm* from plist
- Add LICENSE_FILE
2014-10-03 08:00:14 +00:00
Dmitry Marakasov
183d342b67 - Fix LICENSE
- Add LICENSE_FILE
- Convert to USES=python
- Simplify docs installation
2014-10-03 08:00:09 +00:00
John Marino
b2bd3657b3 games/gbrainy: Fix build by requiring gnome-doc-utils
I think the removal of gnome-panel by one of the dependencies could
have exposed the lack of USE_gnome=gnomedocutils here.
2014-10-03 07:27:08 +00:00
Alex Dupre
5355bd743d Doesn't build with java 6. 2014-10-03 07:22:52 +00:00
Steve Wills
256a487d9f devel/rubygem-simple_form: update to 3.0.2 2014-10-03 02:04:47 +00:00
Bryan Drewery
28251898f1 Fix build 2014-10-02 22:48:47 +00:00
Brad Davis
963c8aea2d - Remove an old patch that does not apply anymore that I missed in the previous commit
Reviewed by:	bdrewery
2014-10-02 21:29:19 +00:00
Mathieu Arnold
72d946a2e2 And allow people building with options.
Noticed by:	hrs
Pointy hat to:	mat
Sponsored by:	Absolight
2014-10-02 21:18:36 +00:00
Bryan Drewery
030a5ce233 Add missed PORTVERSION bump from r369854 2014-10-02 21:17:37 +00:00
Bryan Drewery
a1d0d79986 Fix rsyslog entry for pkgname matching 2014-10-02 21:14:31 +00:00
Antoine Brodin
757b82d342 Remove duplicate patch 2014-10-02 21:04:19 +00:00
Gleb Smirnoff
f181dacce2 - Get interface stats via getifaddrs(3) instead of kvm(3).
- Get vmstat via sysctl(3) instead of kvm(3).

Approved by:	bapt (blanket)
2014-10-02 20:39:15 +00:00
Matthew Seaman
a89f42920f Security update to 4.2.8
The SMIME integration has led to www/rt42 being vulnerable to
shellshock related exploits.

Also contains minor fixes to Oracle DB schema updates from 4.2.7.  No
changes for other RDBMS backends.

While here:

  - Drop @dirrmtry from pkg-plist (mostly) and use @dir() to set the
    permissions on ${LOCALBASE}/etc/rt42/

Release Notes:	http://bestpractical.com/release-notes/rt/4.2.8
MFH:		2014Q4
Security:	81e2b308-4a6c-11e4-b711-6805ca0b3d42
2014-10-02 20:07:11 +00:00
Matthew Seaman
c042b3ff7e www/rt42 < 4.2.8 is vulnerable to shellshock related exploits through
its SMIME integration.

Security:	81e2b308-4a6c-11e4-b711-6805ca0b3d42
2014-10-02 19:59:02 +00:00
Dmitry Marakasov
73e453e0ae - Update to 10.1.1
PR:		194005
Submitted by:	olevole@olevole.ru (maintainer)
2014-10-02 19:57:26 +00:00
Dmitry Marakasov
7773f2ccbe - Update to 3.3.2 2014-10-02 19:56:04 +00:00
Dmitry Marakasov
cf5abe6907 - Update to 3.2.1 2014-10-02 19:55:55 +00:00
Gleb Smirnoff
034b566fcf Fix memory leak in last revision.
Approved by:	bapt (blanket)
2014-10-02 19:50:44 +00:00
Brad Davis
cd4be1dd0b - Update sysutils/rsyslog7 to 7.6.7 [1] and sysutils/rsyslog8 to 8.4.2 [2] to fix CVE-2014-3634 [3].
1: http://www.rsyslog.com/changelog-for-7-6-7-v7-stable/
2: http://www.rsyslog.com/changelog-for-8-4-2-v8-stable/
3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/

Reviewed by:	bdrewery
Security:	8e0e86ff-48b5-11e4-ab80-000c29f6ae42
2014-10-02 19:31:52 +00:00
Brad Davis
fb3f37589e - Update the rsyslog entry to reflect the new versions
Reviewed by:	bdrewery
2014-10-02 19:30:56 +00:00
Bryan Drewery
e282aa059a Chase r369850 for updated nsd user information 2014-10-02 19:12:17 +00:00
Gleb Smirnoff
861095400e Use getifaddrs(3) instead of kvm(3) to access ifnet statistics. Fixes
current breakage on head and future ones.

Approved by:	bapt (blanket)
2014-10-02 19:11:07 +00:00
Jason E. Hale
8eafa5f4c5 - Fix nsd username description
PR:		193697
Submitted by:	<jason.unovitch@gmail.com>
Approved by:	<jaap@NLnetLabs.nl> (dns/nsd maintainer)
2014-10-02 19:07:34 +00:00
Bryan Drewery
1c64f9a524 Take maintainership 2014-10-02 18:48:38 +00:00
Bryan Drewery
b455206d28 Update to 3.2.18 2014-10-02 18:40:11 +00:00
Raphael Kubo da Costa
7977943443 - Use a new-style helper for the special powerpc64 CFLAGS setting.
- Include only bsd.port.mk, the bsd.port.{pre,post}.mk combo is not needed
  here.
2014-10-02 18:40:10 +00:00
Jung-uk Kim
c2206daf27 - Re-add PKGNAMEPREFIX for www/linux-f10-flashplugin11. [1]
- Honor LINUXBASE in pkg-plist.
- Reduce diff between linux-c6-flashplugin11 and linux-f10-flashplugin11.

Reported by:	nyan [1]
2014-10-02 18:39:36 +00:00
Mathieu Arnold
44fa844140 Learn to write shell scripts.
Pointy hat to:	mat
Sponsored by:	Absolight
2014-10-02 18:33:43 +00:00
Bryan Drewery
6008080066 Stop looking at devel versions 2014-10-02 18:31:30 +00:00
Gleb Smirnoff
51bf11b3f1 Update for ifnet(9) changes in head.
Approved by:	bapt (blanket)
2014-10-02 18:23:42 +00:00
Gleb Smirnoff
9a01829b2a Update for recent ifnet(9) changes in head.
Approved by:	bapt (blanket)
2014-10-02 18:17:48 +00:00
Gleb Smirnoff
19ba1cd55e Rewrite if.c so that it uses getifaddrs(3) instead of nosing in
kernel memory via kvm(3).

Approved by:	bapt (blanket)
2014-10-02 17:55:32 +00:00
Baptiste Daroussin
a81b1d9028 Remove what is already set by USES=kmod
Submitted by:	rene
2014-10-02 17:32:34 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Gleb Smirnoff
4f3b9e2911 Fix build on head.
Approved by:	bapt
2014-10-02 16:23:31 +00:00
Olivier Duchateau
77eccc73f8 - Update to 3.1.2
- Drop @dirm* in pkg-plist

ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.1.2_.282014-10-01.29
2014-10-02 16:07:54 +00:00
Bryan Drewery
2ed1701dbc Bump only to test INDEX building for Freshports/portsnap/indexbuild after
bsd.port.mk started enforcing OSVERSION==UNAME_r
2014-10-02 16:06:42 +00:00
Bryan Drewery
89662d08b4 - Reinstate r369644 fully to add the OSVERSION==UNAME_r sanity check.
FreshPorts, portsnap and indexbuild have all been fixed.
2014-10-02 16:05:56 +00:00
Baptiste Daroussin
a780f126a9 Enforce bundling jansson and libtre instead of leaving the configure
figure out if it should bundle of not
The clean fix would be to always unbundle, but I will let that to the maintainer
while here strip binaries and allow packaging

Reported by:	glebius
2014-10-02 16:04:25 +00:00
Baptiste Daroussin
f8065aa02c Make sure the package respect SRC_BASE
Use the kmod framework
Cleanup the plist

Reported by:	glebius
2014-10-02 15:45:42 +00:00
Mathieu Arnold
1287d3fec2 Update to 0.99.23.1. [1]
General cleanup.

PR:		194090 [1]
Submitted by:	Olivier Cochard [1]
Sponsored by:	Absolight
2014-10-02 15:44:03 +00:00