Commit Graph

278685 Commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
cd0cd8aeb4 LDAP-backed plugins for the Zope2 PluggableAuthService
WWW:	http://pypi.python.org/pypi/Products.LDAPMultiPlugins

Submitted by:   lstewart (via mail)
2012-05-20 09:39:39 +00:00
Ruslan Makhmatkhanov
92b3ef6f28 A LDAP-enabled Zope 2 user folder
WWW:	http://pypi.python.org/pypi/Products.LDAPUserFolder

Submitted by:   lstewart (via mail)
2012-05-20 09:38:49 +00:00
Maho Nakata
8f92e59565 Update to svn 1340369, also reducing the size of the package. 2012-05-20 09:25:17 +00:00
Alex Dupre
e43446d40f Re-order extensions. 2012-05-20 09:09:13 +00:00
Alex Dupre
6bc4b506fb Set MANUAL_PACKAGE_BUILD. 2012-05-20 09:06:41 +00:00
Pav Lucistnik
7a292988e0 - Fix package by removing OS X specific items from pkg-plist
Reported by:	pointyhat
2012-05-20 09:01:06 +00:00
Pav Lucistnik
d385b7f8e8 - Reset maintainer, this email address is no longer valid 2012-05-20 08:28:51 +00:00
Pav Lucistnik
197f2d318c - Mark BROKEN: does not fetch
=> Attempting to fetch http://www.xmlmind.net/xmleditor/_download/xxe-perso-5_1_1.tar.gz
  fetch: http://www.xmlmind.net/xmleditor/_download/xxe-perso-5_1_1.tar.gz: Not Found
  => Attempting to fetch http://www.xmlmind.com/xmleditor/_download/xxe-perso-5_1_1.tar.gz
  fetch: http://www.xmlmind.com/xmleditor/_download/xxe-perso-5_1_1.tar.gz: Not Found

Reported by:	pointyhat
2012-05-20 08:16:42 +00:00
Alex Dupre
e8efd6aeb2 Remove pecl-bz2, since it's included in all supported php releases. 2012-05-20 07:07:17 +00:00
Maho Nakata
9af75abdad Reduce the size of the package and bump portrevision. 2012-05-20 07:05:36 +00:00
Alex Dupre
8134d81ed4 This port is only for php 5.2. 2012-05-20 06:53:20 +00:00
Alex Dupre
f110497250 Fix build with php 5.4.
PR:		ports/168151
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
2012-05-20 06:44:51 +00:00
Alex Dupre
77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00
Matthew Seaman
12ce6c87dd Fix QPS calculation for MySQL 5.0.76 or later.
Submitted by:	    Gea-Suan Lin
PR:	  	    ports/168094
Obtained from:	    Gentoo Portage
Approved by:	    shaun (mentor)
2012-05-20 06:03:30 +00:00
Jose Alonso Cardenas Marquez
0868be1e33 - Fix build
- Bump PORTREVISION
2012-05-20 05:35:12 +00:00
Joe Marcus Clarke
ccc564bc46 Upgrade to 2.13.10.
* Add a check for over-specific shared lib dependencies [1]
* Add support for TEST_DEPENDS [2]
* Make the error for NO_CHECKSUM to be scarier [3]

PR:		165851 [1]
		166173 [2]
		167923 [3]
Submitted by:	matthew [1]
		sunpoet [2]
		"Bryan Drewery" <bryan@shatow.net> [3]
2012-05-20 05:10:42 +00:00
Raphael Kubo da Costa
4d02b44b6c Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1] e7eed096a0

Approved by:	miwi (we need this for the Qt 4.8.1 exp-run)
2012-05-20 04:34:02 +00:00
Raphael Kubo da Costa
4b057401d2 Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1] e7eed096a0

Approved by:	miwi (for Qt 4.8.1 to pass the exp-run)
2012-05-20 04:18:29 +00:00
Raphael Kubo da Costa
f58fc8bf82 Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

The upcoming update to x11/qt4-opengl will thus switch to USE_GL=gl,
so we need to add USE_GL=glu for this port.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1] e7eed096a0

Approved by:	miwi (we need this fixed for the KDE 4.8.3 and Qt 4.8.1 update to land)
2012-05-20 03:56:31 +00:00
Sunpoet Po-Chuan Hsieh
f4120c6597 - Update to 2.61
Changes:	http://search.cpan.org/dist/MogileFS-Server/CHANGES
2012-05-20 03:52:46 +00:00
Raphael Kubo da Costa
ecb94f19a4 Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

This has also involved polishing the port Makefile a little. It
still needs a lot of love. For now:
 - Remove the modeline from the beginning of the file.  Add an
 - explicit dependency on GLU via USE_GL=glu.  Move the CXXFLAGS and
 - LDFLAGS lines up in the file.  Merge the two lines setting LDFLAGS.
 - Fix the port's build system to use CXXFLAGS instead of CPPFLAGS for
 - C++ compiler flags, so that we need not set FLAGS in MAKE_ARGS
   anymore.

[1] e7eed096a0
2012-05-20 03:27:54 +00:00
Raphael Kubo da Costa
cda040dcec Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1] e7eed096a0
2012-05-20 02:54:26 +00:00
Raphael Kubo da Costa
cb15105d41 Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.

PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.

[1] e7eed096a0
2012-05-20 02:10:15 +00:00
Raphael Kubo da Costa
c7bd24eb19 Sigh, recovert the two patches to DOS line endings.
The files they are patching have DOS line endings, so... Brown paper bag to me.
2012-05-20 02:07:30 +00:00
Steve Wills
8eece0c818 - Add TEST_DEPENDS
- Avoid use of SITE_PERL in DEPENDS

PR:		ports/167545
Approved by:	maintainer timeout (skv, >2 weeks)
2012-05-20 02:02:24 +00:00
Raphael Kubo da Costa
508fe238a7 Convert the patches added in the previous commit to Unix line endings. 2012-05-20 02:01:02 +00:00
Jason Helfman
3691e97c70 - Update to 20091202
- maintainership over to submitter, linpc@cs.nctu.edu.tw
- The old MASTER_SITES don't provide latest version,  change site.
- Install plain text format documents instead of html version.
- add gplv2 license
while here...
 - move away from unnecessary usage of bsd.port.pre.mk
 - define PORTDATA over adding to TMPPLIST

PR:	ports/167630
Submitted by:	linpc@cs.nctu.edu.tw, new maintainer
2012-05-20 01:53:15 +00:00
Raphael Kubo da Costa
ef283e08d3 Make the port build with gcc 4.6 (and possibly other compilers).
Use QFoo(...) instead of QFoo::QFoo(...), which is a wrong way of calling the
constructor.
2012-05-20 01:51:05 +00:00
Steve Wills
5f66204dd0 - Move devel/p5-MooseX-ConfigFromFile to BUILD_DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS

PR:		ports/167509
Approved by:	maintainer timeout (gslin@gslin.org, >2 weeks)
2012-05-20 01:20:32 +00:00
Steve Wills
11928f9d74 - Update to 1.967.009
PR:		ports/167407
Approved by:	maintainer timeout (tobez, >2 weeks)
2012-05-20 01:00:30 +00:00
Baptiste Daroussin
841f0326cf Fix building on jail environement where network is available only during make
fetch
2012-05-20 00:25:00 +00:00
Max Brazhnikov
81b5cd1750 Add explicit dependency on libGLU and patches to fix build with upcoming Qt 4.8
Mark MAKE_JOBS_SAFE
2012-05-20 00:17:16 +00:00
Baptiste Daroussin
ca211b18b4 No port installs catpages anymore, let's remove ugly code that tries to magically
figure out if any catpage is installed, now if a port want to install a catpage
it would need to cleanly track it.

With hat:	portmgr
2012-05-20 00:12:46 +00:00
Baptiste Daroussin
817a0e28e7 Do not install catpages
PR:		ports/167640
Submitted by:	bapt@
Approved by:	maintainer timeout (14 days)
2012-05-20 00:08:19 +00:00
Florian Smeets
22196899da Update to 0.1.2 to make it work with php 5.4
Reported by:	pav
2012-05-19 22:44:18 +00:00
Rene Ladan
ca5ad1a167 Remove expired port:
2012-05-10 graphics/linux-ac3d: BROKEN for more than 6 month
2012-05-19 21:35:22 +00:00
Michael Scheidell
32b7aca57c - Updated port from 1.2.0 to 3.0.3
PR:		ports/167925
Submitted by:	Richard Neese <r.neese@gmail.com> (maintainer)
2012-05-19 20:39:57 +00:00
Sunpoet Po-Chuan Hsieh
b8806b457b - Update to 5.90012
- Add LICENSE
- Fix and sort *_DEPENDS: Class::Data::Inheritable is a test-only dependency

Changes:	http://search.cpan.org/dist/Catalyst-Runtime/Changes
2012-05-19 20:33:19 +00:00
Jeremy Messenger
01a3d10404 Turn the maintainership over to ports@. We never ask for this port. Please do
not turn over to gnome@ just because "Turn over to gnome team since it's used
by Gnome ports". Ask us first if we want to maintain any port.
2012-05-19 20:15:04 +00:00
Rene Ladan
e2556868f8 Update to 1.9.2
PR:		ports/168125
Submitted by:	maintainer
2012-05-19 20:00:54 +00:00
Sunpoet Po-Chuan Hsieh
8f83e8d08a - Update to 0.35
Changes:	http://search.cpan.org/dist/MooseX-Types/Changes
2012-05-19 18:59:39 +00:00
Sunpoet Po-Chuan Hsieh
564cfd0d0a - Update to 0.48
Changes:	http://search.cpan.org/dist/IO-Async/Changes
2012-05-19 18:42:32 +00:00
Sunpoet Po-Chuan Hsieh
e9cf162e2c - Update to 1.5.4
Changes:	https://code.zmaw.de/news/99
2012-05-19 18:32:42 +00:00
Raphael Kubo da Costa
ddcd8cc3a4 Update to 1.1.0, for cego 2.13.0.
PR:		ports/168137
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2012-05-19 18:07:28 +00:00
Brendan Fabeny
8e97a44302 update to 1.97.5 2012-05-19 17:55:18 +00:00
Brendan Fabeny
185e85b02c change the rc-script to permit supplementary Log entries in tor_conf
PR:		167482
Submitted by:	F. Keil
2012-05-19 17:51:18 +00:00
Max Brazhnikov
0bf61043f3 - Unbreak build by removing patches added in the previous commit. The port
has been updated already and builds fine with boost-1.48.0 [1]

- While here, add _build suffix for some Qt4 components to avoid
  run dependency on them. I've bumped PORTREVISION in the previous commit
  so no changes this time.

Reported by:	pav/pointyhat [1]
2012-05-19 17:49:17 +00:00
Max Brazhnikov
813ceb9846 Remove support for deprecated audio/libmusicbrainz
PR:		ports/
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com>
Approved by:	maintainer timeout (2.5 months)
2012-05-19 16:49:56 +00:00
Li-Wen Hsu
cbac4b3abb - Fix build after www/py-httplib2 update
Approved by:	novel (maintainer)
2012-05-19 15:52:10 +00:00
Steve Wills
78499b8c78 - Avoid use of SITE_PERL in DEPENDS
- Don't use += when not needed

PR:		ports/167307
Approved by:	maintainer timeout (lippe, >2 weeks)
2012-05-19 15:19:26 +00:00