Commit graph

9392 commits

Author SHA1 Message Date
Steve Wills
b22b80b1b4 - Fix rc.d script for databases/memcached
PR:		ports/161109
Submitted by:	dougb
2011-09-30 13:52:30 +00:00
Doug Barton
2778716571 As previously advertised, remove ports that previously had been
DEPRECATED without EXPIRATION_DATE, and the ports that depend
on them.

audio/mt-daapd
	Use audio/firefly instead
databases/p5-DBIx-Class-Validation
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
devel/p5-Class-Data-Accessor
	Please consider using p5-Class-Accessor-Grouped or p5-Moose
graphics/libflash
	gplflash is no longer supported. Please use gnash instead
graphics/flashplayer
	Depends on DEPRECATED graphics/libflash
japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
net/p5-OAuth-Lite
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
net-mgmt/py-snmp
	use net-mgmt/py-snmp4 instead
net-mgmt/py-twistedSNMP
	Relies on net-mgmt/py-snmp, which is DEPRECATED
net-p2p/gift
	unmaintained upstream for several years
net-p2p/giftcurs
	unmaintained upstream for several years
net-p2p/giftoxic
	unmaintained upstream for several years
net-p2p/giftui
	unmaintained upstream for several years
net-p2p/apollon
	Depends on net-p2p/gift, which is DEPRECATED
textproc/p5-FormValidator-Simple
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/flashplugin-mozilla
	gplflash is no longer supported. Please use graphics/gnash, \
www/p5-HTML-Widget
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Plugin-AutoRestart
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Example-InstantCRUD
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-Catalyst-Plugin-FormValidator-Simple
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-Catalyst-Plugin-HTML-Widget
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/asterisk-fop
	Depends on www/flashplugin-mozilla which is DEPRECATED
www/p5-Handel
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-DBIx-Class-HTMLWidget
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-HTML-Widget-DBIC
	Disappear from CPAN
x11-wm/fvwm24
	No longer supported by fvwm.org
2011-09-30 08:58:22 +00:00
Doug Barton
5b9dcb26a0 Update to 5.2.9
PR:		ports/161135
Submitted by:	maintainer
2011-09-29 23:20:49 +00:00
Greg Larkin
649ed43937 - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR:		ports/160846
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-09-29 21:18:00 +00:00
Beech Rintoul
3b7a495b67 - Update to 3.2.1
PR:		ports/161042
Submitted by:	Barbara <barbara.xxx1975@libero.it>
Approved by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2011-09-29 17:59:01 +00:00
Wen Heping
42b720b30d - Update to 0.1725
ChangeLog: http://cpansearch.perl.org/src/KIMOTO/DBIx-Custom-0.1725/Changes
2011-09-29 07:59:10 +00:00
Thierry Thomas
47c379bf31 - Pet portlint;
- Upgrade to 10.0.0

Changelog at:	http://www.aquafold.com/d10/docs/
2011-09-27 19:50:59 +00:00
Steve Wills
ab95e61e34 - Improve rc script so that it only checks mysql_proxy_backend_addresses
on startup
- Various other rc cleanups

Submitted by:	dougb
2011-09-27 13:42:12 +00:00
Wen Heping
c09841ff93 - Update DEPENDS after repocopy devel/py-zopetesting to devel/py-zope.testing
PR:		ports/160501
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-09-27 02:38:02 +00:00
Doug Barton
75fbecdf73 Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)

Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
2011-09-26 09:24:20 +00:00
Cheng-Lung Sung
63e9d93dc4 - Update to 3.68 2011-09-26 05:35:09 +00:00
Doug Barton
7a7f0dd8ee Mark DEPRECATED the remainder of the ports that depend on things already
deprecated in the "ports that were deprecated but lacked expiration date"
category.
2011-09-26 05:22:10 +00:00
Eygene Ryabinkin
7323d99cc7 Don't rebuild manual pages if configure was changed
Sometimes patches for PostgreSQL touch its configure script.  And the
logics inside current Makefiles for the documentation makes the manual
pages (and other stuff) to be dependent of the timestamp of the
top-level configure file.  This triggers the rebuild of the manual
pages, but since some additional XML-related tools are needed, this
rebuild can fail.

PR: 159844
Approved by: maintainer timeout (1 month)
Feature safe: yes
2011-09-25 22:20:28 +00:00
Eygene Ryabinkin
7c08337382 PostgreSQL: unbreak 'make describe'
It was a really bad idea to include bsd.port.pre.mk
inside a conditional expression.

Detected by: portsnap buildbox
Pointyhat to: rea
2011-09-25 19:40:10 +00:00
Eygene Ryabinkin
d335e2960e PostgreSQL: unbreak GSSAPI support
The problem with GSSAPI without Kerberos is that configure.in has
very funny logics of choosing GSSAPI libraries:
{{{
if test "$with_gssapi" = yes ; then
  if test "$PORTNAME" != "win32"; then
    AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'], [],
                                  [AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
  else
    LIBS="$LIBS -lgssapi32"
  fi
fi
}}}

This makes configure to happily choose -lgssapi_krb5 when the system
has Kerberos support (NO_KERBEROS is absent), but ld's '--as-needed'
will throw this library away when no Kerberos functions are used and
linker won't produce 'postgres' binary whining about unresolved
symbols:
{{{
cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes \
-Wpointer-arith -Wdeclaration-after-statement -Wendif-labels \
-fno-strict-aliasing -fwrapv -L../../src/port -L/usr/local/lib \
-rpath=/usr/lib:/usr/local/lib -L/usr/local/lib  -L/usr/local/lib \
-Wl,--as-needed -Wl,-R'/usr/local/lib' -Wl,-export-dynamic \
[... a bunch of *.o files was stripped ...]
../../src/timezone/pgtz.o ../../src/port/libpgport_srv.a -lintl -lssl \
-lcrypto -lgssapi_krb5 -lcrypt -lm -o postgres
libpq/auth.o: In function `pg_GSS_error':
auth.c:(.text+0x6e): undefined reference to `gss_display_status'
auth.c:(.text+0x8e): undefined reference to `gss_release_buffer'
auth.c:(.text+0xc5): undefined reference to `gss_display_status'
auth.c:(.text+0xe5): undefined reference to `gss_release_buffer'
libpq/auth.o: In function `ClientAuthentication':
auth.c:(.text+0x82d): undefined reference to `gss_delete_sec_context'
auth.c:(.text+0x941): undefined reference to `gss_accept_sec_context'
auth.c:(.text+0x9f1): undefined reference to `gss_release_buffer'
auth.c:(.text+0xaf3): undefined reference to `gss_release_cred'
auth.c:(.text+0xb10): undefined reference to `gss_display_name'
auth.c:(.text+0xbc8): undefined reference to `gss_release_buffer'
auth.c:(.text+0x10b0): undefined reference to `gss_release_buffer'
auth.c:(.text+0x111e): undefined reference to `gss_release_buffer'
libpq/pqcomm.o: In function `pq_close':
pqcomm.c:(.text+0x105a): undefined reference to `gss_delete_sec_context'
pqcomm.c:(.text+0x107d): undefined reference to `gss_release_cred'
gmake: *** [postgres] Error 1
}}}

Also, ports for PostgreSQL 8.4 and 9.0 had their <bsd.port.pre.mk>
misplaced: OPTIONS came after it, so WITH_/WITHOUT_ knobs will not
be really activated.

PR: 160050
Feature safe: yes
Approved by: maintainer timeout (1 month)
2011-09-25 18:09:06 +00:00
Steve Wills
8dcc28bea8 - add BUILD_DEPENDS to silence build warnings
PR:		ports/159858
Submitted by:	swills (me)
Approved by:	maintainer timeout (miwi, >6 weeks)
2011-09-24 22:11:12 +00:00
Steve Wills
2a7232832d - Add BUILD_DEPENDS to silence build warnings
PR:		ports/159857
Submitted by:	swills (me)
Approved by:	maintainer timeout (miwi, >6 weeks)
2011-09-24 22:02:35 +00:00
Sunpoet Po-Chuan Hsieh
772cd26f03 - Update to 1.022
- Pet portlint

Changes:	http://search.cpan.org/dist/Class-DBI-Lite/Changes
2011-09-24 17:44:08 +00:00
Eitan Adler
4f5ea4cd0c - deprecate port as it fails to build and distfile is unfetchable
PR:		ports/160260
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer timeout (26 days)
Approved by:	bapt (mentor)
2011-09-24 15:06:44 +00:00
Dmitry Marakasov
0d1b6f4bb8 - Update to 1.320
PR:		160961
Submitted by:	Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
2011-09-24 00:53:23 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Sunpoet Po-Chuan Hsieh
91049da672 - Update to 2.11.2
Changes:	http://www.lemke-it.com/cego_blog.html
PR:		ports/160944
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2011-09-23 20:17:01 +00:00
Matthias Andree
090ddb49f5 Update to new upstream bugfix release. ChangeLog:
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html
2011-09-23 18:48:34 +00:00
Jun Kuriyama
20d764128d - Repocopy 3.0 to pgpool-II-30 and upgrade pgpool-II to 3.1.
- Install user-defined c-functions ([1], partial).
- Add reload command to startup script [2]

PR:		ports/156578 [1], ports/156818 [2]
Submitted by:	Anton Yuzhaninov <ayuzhaninov@team.vega.ru> [1],
	  	Anton Yuzhaninov <citrin@citrin.ru> [2]
2011-09-23 16:07:55 +00:00
Sunpoet Po-Chuan Hsieh
07360add4a - Update RUN_DEPENDS:
- Time::HiRes is already in all supported Perl releases
  - Explicitly define minimal required version of p5-DBD-mysql and p5-DBI
- Bump PORTREVISION for dependency change

PR:		ports/160928
Submitted by:	sunpoet (myself)
Approved by:	flo (maintainer)
2011-09-23 15:09:22 +00:00
Wen Heping
eb55b8095b - Update to 1.6.r1
PR:		ports/160577
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2011-09-23 02:00:32 +00:00
Wen Heping
3df7083ca2 - Update depends after repocopy net/py-zopeproxy to net/py-zope.proxy 2011-09-23 01:46:53 +00:00
Julien Laffaye
5c085889f8 Bump go packages for new Go release 2011-09-22 16:43:50 +00:00
Julien Laffaye
ac6d1e4f06 Update to 20110803 to compile with latest Go release.
PR:		ports/160480
Submitted by:	myself
Approved by:	Grzegorz Blach <magik@roorback.net> (maintainer)
2011-09-22 16:43:10 +00:00
Li-Wen Hsu
824b254819 Add py-pyhs 0.2.4, handlerSocket client for Python. 2011-09-22 06:10:31 +00:00
Sergey A. Osokin
0e1dacaf8c Update from 2.2.13 to latest bugfix release 2.2.14.
Notice from:	miwi

<ChangeLog>

* [BUGFIX] Fixed a rare but possible AOF race condition
  that could result into duplicated commands inside the AOF.

* [BUGFIX] Don't replicate SAVE.

* LRANGE optimization may drastically improve performances
  when querying the final part of a long list.

* redis-cli now implements a --latency mode to monitory
  Redis delay.

</ChangeLog>
2011-09-22 05:37:47 +00:00
Steve Wills
2fe1236f2d - Update TEST_DEPENDS 2011-09-22 03:08:38 +00:00
Steve Wills
aae77d5e51 - Fix syntax on TEST_DEPENDS 2011-09-22 03:07:04 +00:00
Wen Heping
9ab793bb5a - Update to 1.5.3
PR:		ports/160425
Submitted by:	Wen Heping (myself)
Approved by:	maintainer(timeout, >18 days)
2011-09-21 23:39:43 +00:00
Thomas Abthorpe
bfc22dc307 - Reassign to the heap 2011-09-21 16:48:43 +00:00
Martin Matuska
9f43f675be Update to 1.0.4 2011-09-21 08:48:48 +00:00
Martin Matuska
50fcbce7b2 Update to 1.1.0 2011-09-21 08:48:40 +00:00
Julien Laffaye
f5fbc2d5f8 Update to 3.7.8
PR:		ports/160853
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
2011-09-20 19:19:40 +00:00
Steve Wills
0c6dbbac51 - Add BUILD_DEPENDS and RUN_DEPENDS to silence build warnings and ensure
module works
- Bump PORTREVISION since package changes
2011-09-20 18:56:16 +00:00
Steve Wills
d983cefbf1 - Add to BUILD_DEPENDS to decrease build warnings 2011-09-20 17:20:13 +00:00
Steve Wills
ff9d7ad22f - Add BUILD_DEPENDS to avoid build warning 2011-09-20 16:27:38 +00:00
Baptiste Daroussin
816c8a4459 Perl extension for KyotoCabinet.
WWW: http://fallabs.com/kyotocabinet/

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
2011-09-20 09:46:34 +00:00
Sunpoet Po-Chuan Hsieh
5ab365a616 - Update to 0.1724
Changes:	http://search.cpan.org/dist/DBIx-Custom/Changes
2011-09-20 02:11:12 +00:00
Steve Wills
861ad9140a - Add build depends to avoid build warning
PR:		ports/159891
Submitted by:	swills (me)
Approved by:	maintainer timeout (>4 weeks)
2011-09-20 02:08:27 +00:00
Steve Wills
559b07cec8 - Add build depends to avoid warning
PR:		ports/159890
Submitted by:	swills (me)
Approved by:	maintainer timeout (>5 weeks)
2011-09-20 01:29:32 +00:00
Dirk Meyer
cf0bf0a9e1 - update to 1.5.2 2011-09-19 17:33:27 +00:00
Raphael Kubo da Costa
e4815d14d2 Remove unneeded sed hacks for entities.h.
This header file is not installed, and the current build directory is
added to the include path list before LOCALBASE, so there should be no
naming conflicts with graphics/gd.

Approved by:	avilla (mentor)
2011-09-18 23:19:08 +00:00
Steve Wills
a2930bd803 - Update to 0.8.2
- Sort plist
- Adjust rc script to removal of admin plugin from default list of loaded
  plugins. Note: If you wish to load it at startup, you can do so via
  mysql_proxy_flags in rc.conf.

Changes:	http://dev.mysql.com/doc/refman/5.5/en/mysql-proxy-news-0-8-2.html
2011-09-18 19:58:15 +00:00
Pav Lucistnik
9da493a99b - Mark BROKEN: does not compile
kpgdatatable.cpp:1966: error: no match for 'operator<<' in 'pqxxLargeObjectAccess << pqxx::result::tuple::operator[](int) const(0)'

Reported by:	pointyhat
2011-09-18 10:43:32 +00:00
Florian Smeets
634f877f64 mark deprecated and point the users to databases/percona-toolkit
Approved by:	skreuzer (maintainer)
2011-09-17 18:33:02 +00:00