Commit graph

346224 commits

Author SHA1 Message Date
Hiroki Sato
605c6c3a90 - Cleanup ${FILESDIR}/Makefile.
- Remove MAKE_JOBS_UNSAFE.
2014-08-21 19:41:06 +00:00
Antoine Brodin
393a13c995 Allow staging as a regular user 2014-08-21 19:36:06 +00:00
Mikolaj Golub
3a940f306c - take over maintainership;
- update to 2.0.0;
- add @exec/@unexec for copying sample files to configuration.
2014-08-21 19:35:52 +00:00
Antoine Brodin
f6724a6aae Allow staging as a regular user 2014-08-21 19:28:40 +00:00
Antoine Brodin
cbdf93aa1b Allow staging as a regular user 2014-08-21 19:18:24 +00:00
Antoine Brodin
431d61fde7 Allow staging as a regular user 2014-08-21 19:15:49 +00:00
Adam Weinberger
701fd571f9 Add textproc/pugixml.
pugixml is a light-weight C++ XML processing library. It features:

* DOM-like interface with rich traversal/modification capabilities
* Extremely fast non-validating XML parser which constructs the DOM tree from an
  XML file/buffer
* XPath 1.0 implementation for complex data-driven tree queries
* Full Unicode support with Unicode interface variants and automatic encoding
  conversions

WWW: http://pugixml.com/

PR:		192634
Submitted by:	ybungalobill@gmail.com
2014-08-21 19:07:48 +00:00
Antoine Brodin
988b15524a - Allow staging as a regular user
- Shebangfix
2014-08-21 19:04:32 +00:00
Antoine Brodin
9083803efa Allow staging as a regular user 2014-08-21 18:51:57 +00:00
Adam Weinberger
ca3afb71b0 Add sysutils/rcadm.
Utility to administer the rc.conf system configuration file.

rcadm features:
* listing current settings
* enabling/disabling services
* setting and getting arbitrary variables

WWW: https://github.com/skoef/rcadm

PR:		179017
Submitted by:	Reinier@flash.skoef.net
2014-08-21 18:51:34 +00:00
Bryan Drewery
5d24089a65 - Eat excess newline at the end of the commit log. 2014-08-21 18:47:33 +00:00
Antoine Brodin
f90eb2e614 Allow staging as a regular user and simplify a bit 2014-08-21 18:41:16 +00:00
Tijl Coosemans
78bf230c2c On FreeBSD 9.x i386 systems, debugging applications with threads causes a
crash of gdb.

When the libthr is loaded by gdb, the thread support want to add FreeBSD
specific information to the current thread. Doing this, it cleans the
thread list and re-add the current thread with the updated information
(actually, the LWP id).
This operation call a free of the struct thread_info (clean/init the
thread list) and a malloc of the same struct (add the current thread).
The problem is that a pointer to the struct thread_info is stored in
another struct (about the execution context) and it's not updatable.

On FreeBSD 9.x i386 systems, the malloc return a new pointer; then the
execution context contains a broken pointer.
On all other platform, the malloc return the same pointer and the
execution context stays coherent.

This patch avoids to clean the thread list and to re-add the thread; it
just update thread information of the current thread.

PR:		192890
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2014-08-21 18:35:52 +00:00
Bryan Drewery
da8eb17b2b - Make 'clean-restricted' tell that it is deleting the package.
Don't show this verbose output when calling delete-package on
  failures from do-package though.

With hat:	portmgr
2014-08-21 18:30:36 +00:00
Kris Moore
07434cc6dc - Fix cups-filter failing on a number of printer classes that use poppler's
"pdftops"
- Bump PORTREV

Approved by: Maintainer
2014-08-21 18:22:17 +00:00
Bryan Drewery
4fdfafda5b - Add a comment to clean-restricted. This code has confused me every time
I've looked.

With hat:	portmgr
2014-08-21 18:08:00 +00:00
Antoine Brodin
b154a5521f Add an option helper for PLIST_SUB
Rename a few variables to avoid confusion with this new helper

Requested by:	koobs
Reviewed by:	mat
With hat:	portmgr
Differential revision: https://reviews.freebsd.org/D665
2014-08-21 18:06:58 +00:00
Kubilay Kocak
b79b3f1ca2 Update all Django ports to new security releases
On August 20, the Django team issued new security releases addressing
multiple vulnerabilities [1]. Update all of our Django ports accordingly:

- www/py-django: Update to 1.6.6
- www/py-django14: Update to 1.4.14
- www/py-django15: Update to 1.5.9
- www/py-django-devel: Update to 1.7 release candidate 3

While I'm here:

- Switch to USES=python and USE_PYTHON=<features>
- Deprecate OPTIONSFILE
- Add CPE information
- Add LICENSE_FILE
- Tweak HTMLDOCS option description

And for www/py-django-devel:

- Switch to GITHUB for distribution files

[1] https://www.djangoproject.com/weblog/2014/aug/20/security/

Approved by:	lwhsu (maintainer)
MFH:		2014Q3
Security:	3c5579f7-294a-11e4-99f6-00e0814cab4e
2014-08-21 17:24:39 +00:00
Li-Wen Hsu
61faa6c3bc Add missing <package> tag 2014-08-21 17:13:16 +00:00
John Marino
448ac92a2a Reset maintainer print/ansiprint per his request
Thanks for looking after this port, Stephen.  While here, I'll make
some cosmetic realignments and convert EXTRACT_SUFX to USES.

PR:		192891
Submitted by:	maintainer (Stephen Fisher)
2014-08-21 17:12:31 +00:00
Li-Wen Hsu
b4c5d1d593 Document Django 2014-08-20 vulnerabilty
Reviewed by:	koobs
2014-08-21 17:09:58 +00:00
Adam Weinberger
ebbe9bf3b2 Add multimedia/plexhometheater, the frontend to the powerful
Plex media system.

PR:		191413
Submitted by:	woodsb02@gmail.com
2014-08-21 16:55:55 +00:00
Dan Langille
8f044ce939 * Stage bacula-docs and upgrade to 7.0.3 (latest version)
* use my @FreeBSD.org address for MAINTAINER

Approved by:	    wg (mentor)
2014-08-21 16:08:30 +00:00
Matthias Andree
b58318d59c Add a BerkeleyDB upgrade helper script in preparation of 4...4.7 removal. 2014-08-21 15:56:14 +00:00
Alexey Dokuchaev
206ee0dc38 - Update to version 1.45 beta1
- Transfer maintainership to games@

I've managed to push some of the patches upstream, but not all.
2014-08-21 15:54:30 +00:00
Steve Wills
cc84806846 net/syncthing: update to 0.9.5
PR:		192868
Submitted by:	Kyle J. Farmer <bannereddivpool@gmail.com>
2014-08-21 15:14:18 +00:00
Adam Weinberger
0142c01e97 Add sysutils/bhyve-rc: FreeBSD RC script to start bhyve guests in tmux.
PR:		183604
Submitted by:	Michael Gmelin
2014-08-21 15:06:15 +00:00
Kubilay Kocak
411d41c623 security/libprelude: Take MAINTAINER'ship, STAGE & Modernize
- Take Maintainership
- Enable STAGE support
- Tweak MASTER_SITES https -> http (portlint)
- Add LICENSE and LICENSE_FILE
- Deprecate USE_AUTOTOOLS for libtool (-> USES)
- Sort USES and OPTIONS
- Use OPTIONS helpers as much as possible for now [1]
- Add --enable-static to CONFIGURE_ARGS to retain the static lib
- Assign and Use ETCDIR rather than hardcoding
- Use the install-strip install target
- Update pkg-plist, use @sample and other goodies

While I'm here, bump dependent ports since our SHLIB major version has
changed

[1] https://reviews.freebsd.org/D665

Approved by: portmgr (implicit, bump unstaged port)
2014-08-21 14:58:55 +00:00
Guido Falsi
f961065a90 - Update asterisk to 1.8.30.0
- Update asterisk11 to 11.12.0
2014-08-21 14:21:49 +00:00
John Marino
a7006440bc security/tinyca: Reset maintainer
Multiple PRs on this PR have timed out, and the maintainer has a current
history of timing out on all his ports.  Reset this one too.
2014-08-21 13:52:23 +00:00
John Marino
01b7b1059a Security/denyhosts: Limit to python 2.x and reset maintainer
The maintainer has not been responsive and multiple PRs have timed out.
Convert USE_PYTHON=yes to USES=python:2 as this application will not
run on Python 3.x

PR:		187408
Submitted by:	corsmith (gmail)
Approved by:	maintainer timeout
2014-08-21 13:34:25 +00:00
Martin Matuska
eb8d16cae2 Horde package update:
comms/pear-Horde_ActiveSync 2.16.11 -> 2.17.0
mail/pear-Horde_Imap_Client 2.24.0 -> 2.24.2
devel/pear-Horde_Util 2.4.0 -> 2.5.1
2014-08-21 13:21:15 +00:00
Tijl Coosemans
24a747f180 - Add missing -lcrypto (fixup for r364712)
- Use MAKE_CMD
2014-08-21 13:19:31 +00:00
John Marino
418ee4a320 Stage graphics/mxp and unbreak FreeBSD 10+
PR:		192799
Submitted by:	Ports Fury
2014-08-21 13:19:18 +00:00
Dag-Erling Smørgrav
196611c2f8 Add a patch to enable <nil/> support, cf CPAN RT #85226.
Take maintainership.
2014-08-21 13:12:00 +00:00
Tijl Coosemans
48d2f69f2c Some ports create their pkg-plist from post-install. USES=libtool removes
.la files after that so pkg-plist ends up containing .la files that don't
exist when the package is created.

Move the patch-lafiles target in front of post-stage such that these ports
can create their pkg-plist in post-stage.

PR:		192753
Approved by:	portmgr (antoine)
2014-08-21 13:09:15 +00:00
John Marino
4a17c39e46 math/atlas: Fix OPTIONS handling, add log control option
Add an option to the menu to control whether the tuning info and build
logs are installed.  install these files uncompressed plain text instead
of compressed tarballs

PR:		192823
Submitted by:	Don Lewis
2014-08-21 12:58:36 +00:00
Brooks Davis
9c0dca4d87 Upgrade to 3.6.r216160. 2014-08-21 12:43:41 +00:00
Alexey Dokuchaev
0a895c2814 Rephrase pkg-message text and simplify pkg-plist. 2014-08-21 12:27:20 +00:00
Dag-Erling Smørgrav
76f0558283 Upgrade to 0.07042. 2014-08-21 12:19:54 +00:00
John Marino
0ada23def6 lang/rexx-regina: Fix configure script to support DragonFly 2014-08-21 12:07:55 +00:00
John Marino
ac32cd90dc Stage textproc/apertium and unbreak on FreeBSD 10+
PR:		192807
Submitted by:	Ports Fury
2014-08-21 11:46:24 +00:00
Emanuel Haupt
070a75571b Drop maintainer-ship 2014-08-21 11:35:47 +00:00
John Marino
3d290b5e92 Stage multimedia/gmimms and unbreak on FreeBSD 10+
PR:		192804
Submitted by:	Ports Fury
2014-08-21 11:35:26 +00:00
John Marino
f67b7f37ae Stage www/publicfile and assign maintainership to submitter
PR:		192885
Submitted by:	uffe
2014-08-21 11:18:43 +00:00
John Marino
7aafea7e71 Stage security/cvm and assign maintainership to submitter
PR:		192875
Submitted by:	uffe
tweaks by:	marino
2014-08-21 11:02:31 +00:00
John Marino
324954bd5c Stage databases/xapian-core10
PR:		192871
Submitted by:	Chris Hutchinson
Overhauled:	marino
2014-08-21 10:43:20 +00:00
Dmitry Marakasov
fe23c05631 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-21 10:28:42 +00:00
John Marino
af6cfd5b0b Stage games/pykawari and unbreak on FreeBSD 10+
PR:		192797
Submitted by:	Ports Fury
2014-08-21 09:56:28 +00:00
Dmitry Marakasov
bfb51f7f52 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-21 09:45:34 +00:00