Commit graph

10334 commits

Author SHA1 Message Date
Florian Smeets
787bc0bce3 Update to 2.1.2
PR:		ports/169018
Submitted by:	Scott Larson <stl@wiredrive.com>
2012-06-13 14:57:15 +00:00
Alex Dupre
cfb8cd1b5f Fix a parsing bug in the prepared statements that can lead to access violations.
Obtained from:	PHP git repo
2012-06-13 09:57:17 +00:00
Akinori MUSHA
dfb6e523b1 Avoid fetch during build.
PR:		ports/168969
Submitted by:	swills
2012-06-13 08:51:13 +00:00
Don Lewis
4da420e5d0 Rev 1.13 did not fix the build with Heimdal 1.5.x because the
extra include files required by the updated <com_err.h> were
guarded by "#if HAVE_COM_ERR_H", which configure does not define
when compiling the test program.  There was also an extra inclusion
of <com_err.h> inside the #if/#endif block.  For some odd reason, a number
of the other include file tests in the configure script are written
with an extra #include, but it is harmless in those cases because the
#if conditions are not met.

Remove the #if test and the redundant include from the test program for
<com_err.h>.  Make a similar fix to the test for <et/com_err.h>.

Reviewed by:	mezz
2012-06-13 07:36:50 +00:00
Wesley Shields
38eddf1bdb Update to 1.2.11.
PR:		ports/168983
Submitted by:	Dan Langille <dan@langille.org> (maintainer)
Security:	55587adb-b49d-11e1-8df1-0004aca374af
2012-06-13 01:39:39 +00:00
Alberto Villa
1d8c38f8df - Update libpqxx to 4.0. [1]
- Update CONFLICTS in libpqxx30.
- Add instructions to UPDATING for people willing to stick with
  version 3.

Submitted by:	arrowdodger via IRC [1]
2012-06-12 22:07:12 +00:00
Carlo Strub
b1a523bb72 Deprecate because no fetch and no upstream support.
PR:		ports/168943
Submitted by:	Eugene Grosbein <eugen@grosbein.net> (former maintainer)
2012-06-12 20:23:53 +00:00
Sunpoet Po-Chuan Hsieh
ed97c5ebc7 - Add LICENSE
- Add TEST_DEPENDS
- Sort MAN3 and PLIST
2012-06-12 19:03:24 +00:00
Mikhail Teterin
0ea57d7af5 Upgrade from 10.0.7 to 10.0.11. Unbreak. 2012-06-12 16:51:50 +00:00
Baptiste Daroussin
954c1faffa Convert to new options framework 2012-06-12 06:44:14 +00:00
Baptiste Daroussin
db910bd9bb Convert to new option framework 2012-06-12 06:26:43 +00:00
Steve Wills
d97ce6c94b - Don't use += when := will do. 2012-06-10 19:04:29 +00:00
Steve Wills
3f8ee65c5b - Don't use += where it's not necessary 2012-06-10 18:59:16 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Pav Lucistnik
65f3ff003e - Attempt to fix previous commit for pointyhat 2012-06-10 10:13:33 +00:00
Sunpoet Po-Chuan Hsieh
b9d4112b09 - Update to 0.07025
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2012-06-10 07:49:25 +00:00
Sunpoet Po-Chuan Hsieh
0a0a1d625b - Update to 1.37
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2012-06-09 21:07:38 +00:00
Dirk Meyer
8667646b40 - fix build with gnustep 1.24.0
Obtained from:	ubuntu
2012-06-09 12:58:33 +00:00
Dirk Meyer
7e21c0a22c - cleanup for gnustep-1.24.0 2012-06-09 12:51:04 +00:00
Frederic Culot
d365e086fe - Update to 0.16
- Move Capture::Tiny dependency to TEST_DEPENDS (only used for tests)
- Test::Simple>=0.96 is not needed with Perl>=5.14
- Pet portlint(1)

Changes:	http://search.cpan.org/dist/DBIx-Sunny/Changes
2012-06-09 08:19:15 +00:00
Martin Wilke
96ce52276e - Update to 3.0.2
- Cleanup

PR:		168874
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2012-06-09 06:12:29 +00:00
Max Brazhnikov
99b882c241 Merge changes from area51 repository (SVN commit 8197 by avilla):
- Remove SIPFILES option, some ports (e.g., pykde4) require the files
  to be installed.
- Remove DEBUG and TRACING options, and merge them under WITH_DEBUG.
2012-06-09 00:41:21 +00:00
Sylvio Cesar Teixeira
54f367fc8e - Update to support new options framework.
PR:		ports/168751
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
2012-06-08 21:15:02 +00:00
Max Khon
ed241d47f6 Use --with-layout=freebsd
Prodded by:	Patrick van Kleef (virtuoso maintainer)
2012-06-08 09:07:01 +00:00
Max Khon
670bb4f713 New port: pgagent
pgAgent is a job scheduler for PostgreSQL which may be managed using pgAdmin.
2012-06-08 08:00:20 +00:00
Matthew Seaman
446b7725cb - Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]

Approved by:	shaun (mentor)
Submitted by:	[1] Sulev-Madis 'ketas' Silber
2012-06-07 11:59:52 +00:00
Sunpoet Po-Chuan Hsieh
7681529d15 - Update to 1.622
Changes:	http://search.cpan.org/dist/DBI/Changes
2012-06-06 19:41:31 +00:00
Wen Heping
1bd92c3ad6 - Update to 1.3.1 2012-06-06 08:29:42 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Sunpoet Po-Chuan Hsieh
4514095b2c - Update to 3.0.1
- Update WWW
- Add RG link to pkg-descr

Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2012-06-06 03:35:08 +00:00
Carlo Strub
ea643d9396 - Update to 2.10.3
- Convert to OptionsNG
2012-06-05 21:32:53 +00:00
Sylvio Cesar Teixeira
6635db1cc7 - Update to version 0.9.0
New file:
pkg-plist

Remove file:
files/patch-dbf.c
files/patch-statistic

PR:		ports/168594
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-05 20:45:37 +00:00
Andrej Zverev
13c40c3803 - Remove SITE_PERL from *_DEPENDS
Approved by:	maintainer (lth@ via email)
2012-06-05 11:46:48 +00:00
Chris Rees
0e539e4ded Register CONFLICT on p5-Search-Xapian-1.2
Submitted by:	Sulev-Madis "ketas" Silber
2012-06-05 10:09:19 +00:00
Dmitry Sivachenko
362e034545 Remove SITE_PERL from *_DEPENDS.
Submitted by:	az
2012-06-05 09:27:46 +00:00
Martin Wilke
34841b9755 Python extension that wraps hiredis.
WWW:	https://github.com/pietern/hiredis-py

PR:		ports/168510
Submitted by:	Denis Generalov <gd@rambler-co.ru>
2012-06-05 02:35:55 +00:00
Ruslan Makhmatkhanov
097ea4bc75 - make it build against PostgreSQL 9.0 by default, since
this is an default version in ports tree at the moment
- bump PORTREVISION
2012-06-04 19:27:20 +00:00
Matthew Seaman
ce2305af67 - Convert all my remaining ports to OPTIONSng
Files	  affected:

    databases/mysql-connector-java/Makefile
    databases/phpmyadmin/Makefile
    mail/sa-utils/Makefile
    net/phpldapadmin/Makefile
    security/apg/Makefile
    textproc/sphinxsearch/Makefile
    www/p5-RT-Authen-ExternalAuth/Makefile
    www/p5-RT-Extension-LDAPImport/Makefile
    www/p5-RT-Extension-SLA/Makefile
    www/p5-RTx-Calendar/Makefile
    www/rt40/Makefile
    www/rt40/Makefile.cpan
    x11-fonts/gentium/Makefile
    x11-fonts/gentium-basic/Makefile

Approved by:	shaun (mentor)
2012-06-04 19:25:56 +00:00
Andrej Zverev
fbed0f13c1 - Remove SITE_PERL from *_DEPENDS 2012-06-04 16:42:28 +00:00
Andrej Zverev
affe5b8a95 - Remove SITE_PERL from *_DEPENDS 2012-06-04 13:06:24 +00:00
Palle Girgensohn
3d2b0e285a The PostgreSQL Global Development Group today released security updates for all
active branches of the PostgreSQL database system, including versions 9.1.4,
9.0.8, 8.4.12 and 8.3.19.

Users of the crypt(text, text) function with DES encryption in the optional
pg_crypto module should upgrade their installations immediately, if you have'nt
already updated since the port was patched on May 30.  All other database
administrators are urged to upgrade your version of PostgreSQL at the
next scheduled downtime.

URL:      http://www.postgresql.org/about/news/1398/

Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2143
          Fix incorrect password transformation in contrib/pgcrypto’s DES crypt() function
	  This was fixed in a patch release for the FreeBSD ports on May 30.

Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2655
          Ignore SECURITY DEFINER and SET attributes for a procedural language’s call handle
2012-06-04 11:00:52 +00:00
Martin Wilke
2a40acb365 - Update to 1.10.0
- Convert to optionNG
2012-06-04 04:05:42 +00:00
Steve Wills
c760969e06 - Switch to FETCH_DEPENDS to fix fetch during build 2012-06-04 03:38:10 +00:00
Steve Wills
632156191f - Build during fetch instead of fetch during build 2012-06-04 03:30:05 +00:00
Gabor Pali
635da13fbd - Update to 0.9.0.2
Obtained from:	FreeBSD Haskell
2012-06-03 21:30:43 +00:00
Gabor Pali
897eb478d4 - Update to 0.9.0.4
Obtained from:	FreeBSD Haskell
2012-06-03 21:30:05 +00:00
Gabor Pali
5e8679d1dd - Update to 0.1.1.4
Obtained from:	FreeBSD Haskell
2012-06-03 21:29:33 +00:00
Andrej Zverev
4f008d7254 - Remove SITE_PERL from *_DEPENDS 2012-06-03 19:44:26 +00:00
Chris Rees
9897852e8c SITE_PERL --> package dependencies, chunks 2-3
Submitted by:	az
2012-06-03 18:57:30 +00:00
Andrej Zverev
ecf8a07212 - Remove SITE_PERL from *_DEPENDS 2012-06-03 17:02:24 +00:00