Commit graph

274484 commits

Author SHA1 Message Date
Vanilla I. Shu
3ec289414c Upgrade libmemcached to 1.0.4,
bump revision to chase shared library version.
2012-03-05 11:51:43 +00:00
Pietro Cerutti
04334b16ab - Add dependency on textproc/py-libxml2
- Bump PORTREVISION

Reported by:	ph (via pav)
2012-03-05 11:02:55 +00:00
Alex Dupre
45624f05bc - Fix build after recent curl update
- Remove unrecognized configure arg
2012-03-05 10:57:21 +00:00
Pav Lucistnik
946876d249 - Mark BROKEN: installs file under /usr/share
Reported by:	pointyhat
2012-03-05 10:11:40 +00:00
Alex Dupre
8aa728fdbb Update to 1.1.23 release.
PR:		ports/165671
Submitted by:	jgh
2012-03-05 09:51:11 +00:00
Wen Heping
6571b7f059 - Update to 0.46 2012-03-05 08:22:46 +00:00
Sunpoet Po-Chuan Hsieh
2311f04bc1 - Pet portlint: reorder *_DEPENDS 2012-03-05 08:17:35 +00:00
Li-Wen Hsu
827b4b4ba8 - Update to 1.22
- Use shebang more suitable for FreeBSD
2012-03-05 08:06:40 +00:00
Frederic Culot
78d47dc896 - Update to 6.05
Changes:	http://pauillac.inria.fr/~ddr/camlp5/CHANGES
PR:		ports/165704
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
2012-03-05 07:44:10 +00:00
Steve Wills
98aae5613b - Update to 0.05
- Add TEST_DEPENDS

PR:		ports/165242
Approved by:	maintainer timeout (skv, > 2 weeks)
2012-03-05 04:17:34 +00:00
Steve Wills
86cec23c94 - Add missing DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION

PR:		ports/165241
Approved by:	maintainer timeout (clsung, > 2 weeks)
2012-03-05 04:05:48 +00:00
Steve Wills
b0647f197f - Add missing DEPENDS
- Move some test only DEPENDS to TEST_DEPENDS
- Sort DEPENDS

PR:		ports/165237
Approved by:	maintainer timeout (clsung, > 2 weeks)
2012-03-05 03:54:20 +00:00
Steve Wills
8df1fa42ae - Add missing DEPENDS
- Bump PORTREVISION
- Sort DEPENDS
- Expand BUILD_DEPENDS before assigning to RUN_DEPENDS

PR:		ports/165219
Approved by:	maintainer timeout (kuriyama, > 2 weeks)
2012-03-05 03:48:27 +00:00
Steve Wills
4f26e57f9f - Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/165184
Approved by:	maintainer timeout (clsung, > 2 weeks)
2012-03-05 03:36:47 +00:00
Steve Wills
f037d7682f - Mark deprecated since it's not longer available on CPAN
- Set expiration to one month from today

PR:		ports/165183
Approved by:	maintainer timeout (skv, > 2 weeks)
2012-03-05 03:25:03 +00:00
Steve Wills
66c2386de9 - Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/165161
Approved by:	maintainer timeout (lth, > 2 weeks)
2012-03-05 03:21:58 +00:00
Steve Wills
290fab94e3 - Update to 0.0.7
- Add missing DEPENDS

PR:		ports/165150
Approved by:	maintainer timeout (tolid@tolid.eu.org, > 2 weeks)
2012-03-05 03:17:52 +00:00
Kevin Lo
987fc03f28 Cosmetic change 2012-03-05 03:14:52 +00:00
Steve Wills
d46c00b7ba - Add missing DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS changing the package

PR:		ports/165148
Approved by:	maintainer timeout (tolid@tolid.eu.org, > 2 weeks)
2012-03-05 03:10:50 +00:00
Steve Wills
ab2cae5fad - Add missing DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS changing package
- Move test only dependencies to TEST_DEPENDS

Note: this still fails tests

PR:		ports/164975
Approved by:	maintainer timeout (clsung, > 2 weeks)
2012-03-05 03:04:18 +00:00
Steve Wills
73820669e3 - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-03-05 02:12:10 +00:00
Sunpoet Po-Chuan Hsieh
e1a3775631 - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)
PR:		ports/165701
Notified by:	makc
Submitted by:	sunpoet (myself)
Approved by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2012-03-05 02:00:45 +00:00
Sunpoet Po-Chuan Hsieh
5bc7beadec - Update to 2012.03.05 2012-03-05 01:30:24 +00:00
Sunpoet Po-Chuan Hsieh
fdcaae3aa4 - Update to 2012.03.04 2012-03-05 01:29:55 +00:00
Sunpoet Po-Chuan Hsieh
273167a38f - Update to 20120304 2012-03-05 01:29:20 +00:00
Sunpoet Po-Chuan Hsieh
fcf7f208d0 - Add BUILD_DEPENDS and TEST_DEPENDS 2012-03-05 01:27:58 +00:00
Sunpoet Po-Chuan Hsieh
2663ea9501 - Add p5-Lexical-Import 0.002
Lexical::Import allows functions and other items, from a separate module, to be
imported into the lexical namespace (as implemented by Lexical::Var), when the
exporting module exports non-lexically to a package in the traditional manner.
This is a translation layer, to help code written in the new way to use modules
written in the old way.

A lexically-imported item takes effect from the end of the definition statement
up to the end of the immediately enclosing block, except where it is shadowed
within a nested block. This is the same lexical scoping that the my, our, and
state keywords supply. Within its scope, any use of the single-part name of the
item (e.g., "$foo") refers directly to that item, regardless of what is in any
package. Explicitly package-qualified names (e.g., "$main::foo") still refer to
the package. There is no conflict between a lexical name definition and the same
name in any package.

This mechanism only works on Perl 5.11.2 and later. Prior to that, it is
impossible for lexical subroutine imports to work for bareword subroutine calls.
(See "BUGS" in Lexical::Var for details.) Other kinds of lexical importing are
possible on earlier Perls, but because this is such a critical kind of usage in
most code, this module will ensure that it works, for convenience. If the
limited lexical importing is desired on earlier Perls, use Lexical::Var
directly.

WWW: http://search.cpan.org/dist/Lexical-Import/
2012-03-05 01:23:05 +00:00
Mark Linimon
18170beb1d Add observium. 2012-03-05 01:08:57 +00:00
Joe Marcus Clarke
d0e0364c48 Bump PORTREVISION for the previous commit to fix C++ builds. 2012-03-04 23:57:59 +00:00
Joe Marcus Clarke
cb5830acfc Fix building C++ code that uses libiconv.
PR:		165348
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
2012-03-04 23:56:55 +00:00
Joe Marcus Clarke
a8c7d18ba7 Fix a NULL pointer deref when closing a gnutls session.
Submitted by:	Volker <volker@vwsoft.com>
2012-03-04 23:53:03 +00:00
Joe Marcus Clarke
279d117c65 Fix the build when libinotify is installed.
Reported by:	Cameron Jacobson <cjacobson@starpoundtech.com>
2012-03-04 23:42:25 +00:00
Eitan Adler
a97e9152de Revert to previous commit - this one was a mistake 2012-03-04 23:13:45 +00:00
Eitan Adler
748e092030 Return to the pool 2012-03-04 23:11:04 +00:00
Alex Kozlov
334afe85b0 Document dropbear security issue
Approved by:	eadler (mentor)
2012-03-04 23:07:08 +00:00
Eitan Adler
e5271c4991 Update dma to 0.7
Also build and install the dma-mbox-create tool, which sets permissions and uid/gid on /var/mail files as needed by dma.

Changes:
	Adds maasquerading support

PR:		ports/165697
Submitted by:	bz
2012-03-04 23:01:08 +00:00
Carlo Strub
54e8bdee99 Update to 1.202
PR:		ports/165696
Submitted by:	Lowell Gilbert <lgfbsd@be-well.ilk.org> (maintainer)
Approved by:	glarkin@ (mentor, implicit)
2012-03-04 22:15:36 +00:00
Raphael Kubo da Costa
265f55c05e Update to 2.7.5.
Also remove the SESAME2 option: the sesame2 backend has not been
maintained upstream for years, so enabling it would only cause us,
users and upstream headaches.
2012-03-04 22:08:18 +00:00
Pav Lucistnik
c7b2770816 - Mark BROKEN: does not build
Can't locate ExtUtils/Depends.pm in @INC (@INC contains: [..]
  BEGIN failed--compilation aborted at ./Makefile.PL line 3.

Reported by:	pointyhat
2012-03-04 21:34:35 +00:00
Chris Rees
2562a962e6 Give credit where due, the previous commit was based on a PR
Thanks for your idea!

PR:		ports/165265
Submitted by:	Ben Morrow <ben@morrow.me.uk>
2012-03-04 21:27:23 +00:00
Alex Kozlov
286e4ef4d4 Update to 2012.55
- fix arbitrary code execution (CVE-2012-0920)

Approved by:	eadler (mentor)
2012-03-04 21:20:55 +00:00
Chris Rees
bd8b33273e - Replace single magic postgresql-docs port with versioned ports.
- Fix docs for 90 and 91-- as of 9+ the docs require building

Discussed with:	girgen
2012-03-04 21:10:56 +00:00
Baptiste Daroussin
6f28782695 Fix with 0 lentgh words
Submitted by:	avg (office@ mailing list)
2012-03-04 19:58:02 +00:00
Steve Wills
83da277fff - Add TEST_DEPENDS
- Leave "#foo" file in place so that tests pass

Note: passes tests now

PR:		ports/164973
Approved by:	maintainer timeout (kuriyama, > 2 weeks)
2012-03-04 18:51:21 +00:00
Joe Marcus Clarke
1df8075025 Update to 2.13.9.
* Include LICENSE_FILE and LICENSE_GROUPS in the regexp check. [1]
* Add LICENSE_DISTFILES. [1]
* Add a check for the reassignment of ECHO_MSG [2]
* Remove old X.Org checks [3]
* Add PROJECTHOST to the PORTNAME section [4]

Reminded by:	Jan Beich <jbeich@tormail.net> [1]
Requested by:	jgh [2]
Submitted by:	eadler [3]
		Alex Kozlov <spam@rm-rf.kiev.ua> [3]
2012-03-04 18:46:31 +00:00
Steve Wills
72ea477296 - Remove broken "test" target
PR:		ports/165124
Approved by:	maintainer timeout (coryking@mozimedia.com, > 2 weeks)
2012-03-04 18:34:01 +00:00
Steve Wills
86215d90cd - Update to 0.52
- Remove SITE_PERL from DEPENDS
- Add TEST_DEPENDS

PR:		ports/165123
Approved by:	maintainer timeout (gslin@gslin.org, > 2 weeks)
2012-03-04 18:32:34 +00:00
Steve Wills
2141794491 - Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/165112
Approved by:	maintainer timeout (kuriyama, >2 weeks)
2012-03-04 18:30:47 +00:00
Doug Barton
0661821c24 Restore the fix from 1.161 since it seems to still be necessary,
at least in some environments. Still under investigation upstream.
2012-03-04 18:17:01 +00:00
Chris Rees
42e6532431 Don't clobber do-build from slave ports
PR:		ports/165265
Submitted by:	Ben Morrow <ben@morrow.me.uk>
2012-03-04 17:58:21 +00:00