1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

328582 Commits

Author SHA1 Message Date
Martin Wilke
8a488b68a2 - Stage support 2014-03-09 14:37:34 +00:00
Martin Wilke
46334319ab - Stage support
- Convert to uses
2014-03-09 14:37:20 +00:00
Martin Wilke
52a6cec9c4 - Stage support
- Convert to USES
2014-03-09 14:37:09 +00:00
Martin Wilke
029a817953 - Stage support 2014-03-09 14:36:56 +00:00
Martin Wilke
8eb3ad98db - Stage support 2014-03-09 14:36:48 +00:00
Martin Wilke
b355674106 - Stage support 2014-03-09 14:26:35 +00:00
Martin Wilke
9f770d9483 - Stage support 2014-03-09 14:26:25 +00:00
Martin Wilke
7b1860487d - Stage support 2014-03-09 14:26:16 +00:00
Martin Wilke
54b240198f - Stage support 2014-03-09 14:26:06 +00:00
Martin Wilke
d17175cf6b - Stage support 2014-03-09 14:25:49 +00:00
Martin Wilke
5bceb775d4 - Stage support 2014-03-09 14:25:41 +00:00
Martin Wilke
e4fa1dc7b3 - Stage support 2014-03-09 14:25:30 +00:00
Martin Wilke
5c37a3de1c - Stage support 2014-03-09 14:25:21 +00:00
Martin Wilke
efaae72438 - Convert to autoplist
- Stage support
- Bump PORTREVISIO
2014-03-09 14:25:13 +00:00
Martin Wilke
4645cff2b3 - Convert to autoplist
- Stage support
- Bump PORTREVISIO
2014-03-09 14:25:05 +00:00
Martin Wilke
cb384daaf2 - Convert to autoplist
- Stage support
- Bump PORTREVISIO
2014-03-09 14:24:48 +00:00
Martin Wilke
3a05b016e5 - Convert to autoplist
- Stage support
- Bump PORTREVISIO
2014-03-09 14:24:31 +00:00
Martin Wilke
b132688cd5 - Convert to autoplist
- Stage support
- Bump PORTREVISIO
2014-03-09 14:24:15 +00:00
Martin Wilke
9ddc5830c3 - Stage support 2014-03-09 14:24:08 +00:00
Martin Wilke
adc0e1e77d - Stage support
- Convert to USES
2014-03-09 14:23:58 +00:00
Martin Wilke
6b45767126 - Stage support 2014-03-09 14:23:35 +00:00
Martin Wilke
3ee57b9172 - Stage support 2014-03-09 14:23:24 +00:00
Martin Wilke
7f10a3f47a - Stage support 2014-03-09 14:23:16 +00:00
Martin Wilke
ffc6dc6603 - Stage support 2014-03-09 14:23:01 +00:00
Martin Wilke
4910785e9f - Stage support 2014-03-09 14:22:48 +00:00
Martin Wilke
1f947648b1 - Stage support 2014-03-09 14:22:39 +00:00
Martin Wilke
046756dd61 - Convert to autoplist
- Stage support
- Bump PORTREVISIO
2014-03-09 14:22:29 +00:00
Martin Wilke
5a3ddb69b4 - Stage support 2014-03-09 14:22:08 +00:00
Dirk Meyer
9ba91bf89b - remove broken MANPREFIX
- update RESTRICTED
2014-03-09 14:03:10 +00:00
Dirk Meyer
7bf26e842b - remove broken MANPREFIX 2014-03-09 14:01:51 +00:00
Dirk Meyer
bcb5451f78 - remove broken MANPREFIX 2014-03-09 14:00:22 +00:00
Dirk Meyer
30342abac0 - update LICENSE 2014-03-09 13:57:06 +00:00
Olli Hauer
d98420510c - add stage support
- add LICENSE
- fix PORTDOCS
2014-03-09 13:55:20 +00:00
Gerald Pfeifer
617cdb85ec Update WWW reference.
Suggested by:	pfg
2014-03-09 13:34:32 +00:00
Wen Heping
878d3b63dc - Fix pkg-plist
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer, via email)
2014-03-09 13:21:02 +00:00
Olli Hauer
993b9650aa - add stage support
- add LICENSE
- adopt new LIB_DEPENDS syntax
2014-03-09 13:03:28 +00:00
Olli Hauer
24f3713903 - update to version 2.0.8
- add stage support
- add LICENSE

Changes:
 * VERSION: 2.0.8
 * mod_vhost_ldap.c: Don't copy server struct if we have per request document root

 * VERSION: 2.0.7
 * mod_vhost_ldap.c: Revert escaping wildcard character as it was
                     already done before by ldap_bv2escaped_filter_value
 * VERSION: 2.0.6
 * mod_vhost_ldap.c: Properly escape wildcard string to search
                     for literal *.hostname
 * mod_vhost_ldap.c, vhost_ldap.conf: Add new boolean option VhostLDAPWildcard
                                      to disable wildcard search completely
 * mod_vhost_ldap.c: Fix cgi-bin processing (Courtesy of Anders Kaseorg)

 * VERSION: 2.0.5
 * mod_vhost_ldap.c: Make a private copy of server config to each
                     request to be thread safe. (Courtesy Anders Kaseorg)

 * VERSION: 2.0.3
 * mod_vhost_ldap.c: Workaround concurrency issues with ap_document_root
                     by adding mutex before it is set and release before
                     handler is run.

 * VERSION: 2.0.1
 * mod_vhost_ldap.c: Remove cleanup routine, it was causing segfaults.

 * VERSION: 2.0.0 release
 * mod_vhost_ldap.c: Sleep for (fibonacci numbers) seconds after LDAP failure
 * mod_vhost_ldap.c: Add a log WARNING when LDAP is unreachable
 * mod_vhost_ldap.c: Don't set r->filename, return DECLINE on success, only
                     mangle documentroot and others, and let other apache
                     modules handle real filenames
 * mod_vhost_ldap.c: Create and use function set_document_root inspired by apache2.2
 * mod_vhost_ldap.c: Return correct error codes on failures and not DECLINED
 * mod_vhost_ldap.c: Put translate_name hook at FIRST place

 * VERSION: 1.2.0 release
 * mod_vhost_ldap.c: release apache-2.2 version as 1.2.0

 * VERSION: 1.0.1 release
 * mod_vhost_ldap.c: add support for apache-2.2.x
2014-03-09 13:00:36 +00:00
Antoine Brodin
3b5c638e1a Remove patch that doesn't apply anymore
PR:		ports/187317
Submitted by:	maintainer
Reported by:	pkg-fallout
2014-03-09 12:56:08 +00:00
Rene Ladan
691639f9f7 games/warsow-data:
- Unexpire
- Update to 1.0.2
- Stage support
- Update master sites
- Add license information
- Drop pkg-plist in favor of dynamic plist

Remove NO_PACKAGE while here

Thid port should probably be cleaned up to use USES=zip:infozip

PR:		ports/185651
Submitted by:	Sender Ghost <lightside@gmx.com>
Approved by:	maintainer timeout (acm, 2 months for PR + deprecation time)
2014-03-09 12:11:17 +00:00
Antoine Brodin
689addea04 Unbreak 2014-03-09 12:01:27 +00:00
Vasil Dimov
d86b07aeef misc/ossp-uuid: fix perl binding, patch based on [1]
PR:		ports/187387 [1]
Submitted by:	culot@
2014-03-09 11:26:18 +00:00
John Marino
192164f885 graphics/mapnik: Attempted unbreak on FreeBSD 10+
PR:		ports/186450
submitted by:	Steven Lawrance
approved by:	maintainer (Aleksey Illarionov)
2014-03-09 09:51:32 +00:00
Rene Ladan
d6ba8bc3ec biology/ssaha: undeprecate, this port fetches and builds fine.
Submitted by:	Kurt Jaeger via private mail.
2014-03-09 09:39:50 +00:00
David Naylor
06e419c1e6 Update emulators/i386-wine-devel to 1.7.14. 2014-03-09 09:32:22 +00:00
Koop Mast
eb8ecd511f Unbreak vuxml.
Submitted by:	battlez
MFH:		2014Q1
2014-03-09 08:43:48 +00:00
Koop Mast
ab95a675e3 Update to 2.5.3.
Add main mirror.
This version fixes a security vulnability.

MFH:	2014Q1
Security:	1a0de610-a761-11e3-95fe-bcaec565249c
2014-03-09 08:20:31 +00:00
Koop Mast
edf50435a5 Document freetype2 vuln.
MFH:	2014Q1
2014-03-09 08:18:17 +00:00
Frederic Culot
090337a44c - Add a patch to fix header conflicts
PR:		ports/183361
Submitted by:	Henri Hennebert <hlh@restart.be>
Approved by:	Takeshi MUTOH <mutoh@openedu.org> (maintainer)
2014-03-09 08:10:18 +00:00
Vasil Dimov
74883aff39 Upgrade ports-mgmt/portsearch from 1.3.2 to 1.3.3 2014-03-09 07:22:14 +00:00
Mark Felder
759e77e0a7 Update to 0.9.9.6.424 2014-03-09 03:23:03 +00:00