1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

337218 Commits

Author SHA1 Message Date
Jonathan Chu
7fbd20087f Revert mail/mutt sidebar patch
- sidebar patch is buggy
- Bump mail/mutt to 1.5.23_3

PR:		190577
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Reviewed by:	Larry Rosenman <ler@lerctr.org> (PR submitter)
Approved by:	swills (mentor)
2014-06-04 03:19:47 +00:00
Dmitry Marakasov
db8e99440b - Convert USE_BZIP2 to USES
Approved by:	portmgr blanket
2014-06-04 03:12:02 +00:00
Timur I. Bakeyev
e1275c6fe3 Converted to STAGEDIR 2014-06-04 02:50:05 +00:00
William Grzybowski
227e8b559c sysutils/linux-crashplan: fix for jre17
PR:		190572
Submitted by:	bradleythughes
2014-06-04 02:29:05 +00:00
Cy Schubert
a9ab020c7e Stagify, modernize. 2014-06-04 02:27:21 +00:00
Ashish SHUKLA
5a2ce98c64 - Make rc.d script sends signals only to the parent daemon process to
fix a race condition.

Submitted by:	naddy (via private email)
2014-06-04 00:32:31 +00:00
Ashish SHUKLA
9fc1398a77 - Make rc.d script send signals only to the parent daemon process to
fix a race condition.

Submitted by:	naddy (via private email)
2014-06-04 00:30:49 +00:00
Pawel Pekala
1682cdb2e0 Update to version 5.1.2 2014-06-03 22:48:40 +00:00
Tim Bishop
19fa8db6d8 Update to 4.3.2
PR:		190450
Submitted by:	markun@onohara.to (maintainer)
2014-06-03 22:05:18 +00:00
Tim Bishop
ff27b1dd0d - Stage support
- Use new LIB_DEPENDS format

PR:		190375
Submitted by:	Stefan Bethke <stb@lassitu.de> (maintainer)
2014-06-03 21:58:42 +00:00
Tijl Coosemans
429672c16c - Remove s/aout/elf/ patch. It is handled by USES=libtool.
- Remove reference to PTHREAD_LIBS.
2014-06-03 21:36:16 +00:00
Antoine Brodin
c5b6270fda Replace LIB_DEPENDS on libatf by RUN_DEPENDS+BUILD_DEPENDS
This fixes build on FreeBSD 10 which has libatf in base

Phabric:	D134
2014-06-03 21:13:40 +00:00
Sunpoet Po-Chuan Hsieh
22d2dcd976 - Take maintainership 2014-06-03 20:42:48 +00:00
Sunpoet Po-Chuan Hsieh
567a1b52c9 - Add LICENSE
- Shorten COMMENT
2014-06-03 20:37:50 +00:00
Jung-uk Kim
5a969c07ed Honor $DATADIR and fix plist.
Approved by:	Daniel Austin (maintainer)
2014-06-03 20:30:49 +00:00
Guido Falsi
46e6046a3a Update to 1.3.1
PR:		189677
Submitted by:	me
Approved by:	Maintainer timeout
2014-06-03 20:30:45 +00:00
Carlo Strub
55584a24c2 Back to pool
PR:		190333
Submitted by:	shurd@sasktel.net (maintainer)
Approved by:	portmgr (implicit)
2014-06-03 20:29:43 +00:00
Carlo Strub
bdc6f5d9a6 Back to pool
PR:		190334
Submitted by:	shurd@sasktel.net (maintainer)
2014-06-03 20:26:02 +00:00
Jung-uk Kim
4299f096f0 Support staging and honor $DATADIR. Pass maintainership to the submitter.
PR:		190586
2014-06-03 20:18:52 +00:00
Jung-uk Kim
9dabe68ff9 - Convert to USES=libtool and USES=tar:bzip2.
- Pass maintainership to the submitter.

PR:		190585
2014-06-03 20:16:23 +00:00
Alexander Leidinger
199480b85d - stage-ify
- fix plist
2014-06-03 20:15:47 +00:00
Antoine Brodin
807710a0b7 Reset maintainer on staged ports too
With hat:	portmgr
2014-06-03 20:06:55 +00:00
Alexander Leidinger
266ac37f77 - stage-ify
- convert to USES-libtool
- convert to new lib depends
2014-06-03 20:04:00 +00:00
Bryan Drewery
fb8fa75b90 - Update to 3.1.25
This fixes a security issue:
    http://www.gnutls.org/security.html#GNUTLS-SA-2014-3

Security:	027af74d-eb56-11e3-9032-000c2980a9f3
2014-06-03 19:59:52 +00:00
Rusmir Dusko
137ea0defa - Bump PORTREVISION for dependencies changes
- Pass maintainership to koalative at gmail.com
- Use libtool instead of USE_AUTOTOOLS libtool
- Add USE_AUTOTOOLS libtoolize
- Set PORTSCOUT, wrong NLS
- Change pkg-plist, remove *.la files
2014-06-03 19:54:22 +00:00
Hiroki Sato
4b5750cc94 Make rc.d/openbgpd send signals only to the parent daemon process to fix
a race condition.

Submitted by:	naddy
2014-06-03 19:50:10 +00:00
Ryan Steinmetz
3104b11353 - Document vulnerability in security/gnutls3 (CVE-2014-3466) 2014-06-03 19:42:40 +00:00
Thierry Thomas
526020f791 It has been reported that sometimes the dæmon is launched before the
database get available, this patch tries to fix that:

- add an option to teach if the DB is distant;

- for mysql, run `mysqladmin ping'
	(use a fake account, because not authorized for root!)

- for pgsl, run `postgresql status'
	(pg_isready is not available before 9.3).

Reported by:	Mike Brown <mike (at) skew.org>
2014-06-03 19:39:27 +00:00
Christian Weisgerber
5a2d77b7d4 Complete overhaul:
* staging
* USES=libtool
* drop the autotools dependencies
* better integration with the ports framework

Approved by:	sunpoet
2014-06-03 19:37:37 +00:00
Hiroki Sato
50f7bcbc83 - STAGEDIR support.
- Simplify PORT_OPTIONS handling.
- Fix pkg-plist and remove extra mktexlsr(1).
- Fix pkg-message.
2014-06-03 19:32:33 +00:00
Antoine Brodin
3baa9b8952 Reset maintainer, they are unreachable
With hat:	portmgr
2014-06-03 19:31:11 +00:00
Pawel Pekala
77050fac4d Rephrase pkg-descr, fix WWW line. 2014-06-03 19:14:59 +00:00
Antoine Brodin
4f431bbe07 Unbreak 2014-06-03 19:14:11 +00:00
Antoine Brodin
b628bfc670 Unbreak 2014-06-03 19:12:21 +00:00
Pawel Pekala
b144162d8e - Update to version 20131119
- Improve COMMENT, take maintainership
- Sort pkg-plist
2014-06-03 19:03:39 +00:00
Jung-uk Kim
952dad0b43 - Update to 0.8.8. Pass maintainership to the submitter. [1]
- Catch up with threading API changes of glib20.
- Revert a premature update to later libcompizconfig API by upstream, i.e.,

http://cgit.compiz.org/compiz/compizconfig/simple-ccsm/commit/?id=f0f61be0

PR:		190557 [1]
2014-06-03 18:43:40 +00:00
Pawel Pekala
ef1e8e4a9b - Update x11-toolkits/c++-gtk-utils to version 2.2.7
- Needs USES=libtool, drop la file
- Bump affected comms/efax-gtk (library name changed)
2014-06-03 18:36:37 +00:00
Carlo Strub
08596200a9 - Update Zetacoin to 0.8.99.16
- zetacoind now runs as the zetacoin user
- Fixed stop function in rc.d script
- Minor changes to pkg-message.in, pkg-plist, and rc.d script to use the PORTNAME variable
- Remove patch files: patch-src__serialize.h and patch-src__rpcdump.cpp since they are no longer needed.
- Added user and group "zetacoin" to ports/UIDs and ports/GIDs
- Added update instructions to ports/UPDATING

PR:		188567
Submitted by:	daniel@morante.net (maintainer)
2014-06-03 18:33:48 +00:00
Carlo Strub
b7e5a49a10 Deprecated, does not fetch
PR:		189641
Submitted by:	ports.maintainer@evilphi.com  (maintainer)
2014-06-03 18:21:21 +00:00
Olivier Duchateau
72a4fd866a - Fix build when CUPS is set
- Bump PORTREVISION

PR:		188799 [1]
Submitted by:	<jwbacon@tds.net> [1], Miltiadis Margaronis (private email)
2014-06-03 17:32:36 +00:00
Sunpoet Po-Chuan Hsieh
54899925cc - Fix install/package failure when DOCS option is off
This was committed in r348216 and erroneously reverted in r351659.

PR:		ports/187124
Submitted by:	sunpoet (myself)
2014-06-03 17:28:22 +00:00
Sunpoet Po-Chuan Hsieh
9026405a6d - Update LICENSE
Approved by:	portmgr (blanket)
2014-06-03 17:20:45 +00:00
Baptiste Daroussin
79b7733c10 Switch to use wx 3.0 2014-06-03 17:14:30 +00:00
Baptiste Daroussin
4ed5e249c6 Fix staging (make sure that PREFIX is changed only at install time and not at build time) 2014-06-03 17:13:45 +00:00
Sunpoet Po-Chuan Hsieh
cdd9e27439 - Add LICENSE
- Remove Author line
- Use single space after WWW:
2014-06-03 17:07:37 +00:00
Sunpoet Po-Chuan Hsieh
3c0e9975cf - Convert to new LIB_DEPENDS format
- Use USES=tar:bzip2

Approved by:	portmgr (blanket)
2014-06-03 16:57:23 +00:00
Jason Helfman
732c834c38 - update to 1.2.5
- bhyve driver updates from novel@

Changes:	http://libvirt.org/news.html
2014-06-03 16:55:09 +00:00
Jason E. Hale
38460d5438 - STAGEify
- Add LICENSE
2014-06-03 16:22:40 +00:00
Jason E. Hale
86f6ecc83f - STAGEify
- Add LICENSE where needed
- Make COMMENT more concise
- Convert USE_BZIP2 -> USES=tar:bzip2
2014-06-03 16:20:47 +00:00
Jason E. Hale
a76cd22bf1 - STAGEify
- Add DOCS option
- Add LICENSE
- Make COMMENT more concise
- Reword pkg-descr
2014-06-03 15:48:06 +00:00