| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Note that users of the hstore extension on version 9.3 must take an additional,
post upgrade step of running "ALTER EXTENSION hstore UPDATE" in each database
after update.
URL: http://www.postgresql.org/about/news/1487/
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9
2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9
2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9
2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9
2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-slang: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gettext: Does not work with Ruby 1.9
2013-10-10 devel/ruby-jttui: Does not work with Ruby 1.9
2013-10-10 devel/ruby-mmap: Does not work with Ruby 1.9
2013-10-10 devel/ruby-racc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-rparsec: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-zoom: Does not work with Ruby 1.9
2013-10-10 games/ruby-exmars: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-pgplot: Does not work with Ruby 1.9
2013-10-10 graphics/ruby-opengl: Does not work with Ruby 1.9
2013-10-10 graphics/rubygem-turing: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-chasen: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-gyokuro: Does not work with Ruby 1.9
2013-10-10 japanese/ruby-rdic: Does not work with Ruby 1.9
2013-10-10 lang/ruby-mode.el: Does not work with Ruby 1.9
2013-10-10 misc/rubygem-ohcount: Does not work with Ruby 1.9
2013-10-10 net-im/rubygem-xmpp4r: Does not work with Ruby 1.9
2013-10-10 security/ruby-acl: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xslt: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-erbscan: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-mwdom: Does not work with Ruby 1.9
2013-10-10 textproc/ruby-xmlscan-old: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-formosa: Does not work with Ruby 1.9
2013-10-10 textproc/rubygem-htmltools: Does not work with Ruby 1.9
2013-10-10 www/ruby-cruisecontrolrb: Does not work with Ruby 1.9
2013-10-10 www/rubygem-rubyfulsoup: Does not work with Ruby 1.9
2013-10-10 x11/ruby-gtktrayicon: Does not work with Ruby 1.9
|
| | |
|
| |
|
|
|
|
|
|
| |
Changelog:
- Make it compile with compilers which don't
implement the (obsolete) std::tr1 c++ namespace
Submitted by: Ivan Voras <ivoras@FreeBSD.org> (per PM)
|
| |
|
|
| |
With hat: portmgr
|
| |
|
|
|
| |
Reviewed by: pgsql@
With hat: pgsql@
|
| |
|
|
|
| |
- Use option helpers
- Convert LIB_DEPENDS to new format and remove ABI version number
|
| |
|
|
| |
- merge r329781 to fix build with clang on i386
|
| |
|
|
| |
Reported by: pkg-fallout
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
- Add stage support
PR: ports/182813
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer) [1]
Approved by: wg/culot (mentors, implicit)
|
| | |
|
| | |
|
| |
|
|
| |
Update sqlclient to the latest version.
|
| |
|
|
|
|
|
|
|
| |
The included yassl library contains inline asm (only for i386) using
intel syntax which clang does not support. For now, just disable the
inline asm when clang is used and use the standard C implementation like
on every other architecture.
Approved by: ale (maintainer)
|
| |
|
|
|
|
|
|
|
| |
Ever since this port was updated to verson 0.4.5, it has suffered from
leftover files caused by installing two sets of PORTDOCS. The custom
version added in the post-install target is accounted for, but the
distfiles's makefile also has a target that installs the same files
plus two others in a non-standard location. The fix is to disable
the distfile's install target and keep the one in post-install.
|
| |
|
|
|
|
|
|
|
| |
The following ports will not build with a binutils 2.22+ linker built
with standard options. This has been obvious with DPorts, but difficult
to see on FreeBSD. However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
|
| |
|
|
| |
from HEAD.
|
| |
|
|
|
| |
Reported by: qat@
With hat: pgsql@
|
| |
|
|
|
| |
Reviewed by: crees@
With hat: pgsql@
|
| |
|
|
| |
Approved by: gnome (implicit)
|
| |
|
|
| |
Approved by: gnome (implicit)
|
| | |
|
| |
|
|
| |
Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.8/phpMyAdmin-4.0.8-notes.html/view
|
| | |
|
| |
|
|
| |
- merge r329549 by marino from mysql56 (use shebangfix)
|
| |
|
|
|
| |
PR: ports/182071
Approved by: maintainer timeout
|
| | |
|
| |
|
|
| |
Approved by: crees (mentor)
|
| |
|
|
| |
Approved by: crees, tabthorpe (mentors, implicit)
|
| |
|
|
|
|
|
|
|
| |
mysql built in macro test() from my_global.h clash.
The port requires another fix to properly compile on HEAD which
will be committed to libc++/include/memory on HEAD soon.
With hat: portmgr
|
| |
|
|
|
|
|
| |
- Enable staging
PR: ports/182640
Submitted by: Denis Generalov <gd rambler-co.ru> (maintainer)
|
| |
|
|
| |
(category databases).
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- stop using LATEST_LINK
- update CONFLICTS accordingly
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
- Added plugins support
- Removed static build, doesn't work more details:
https://github.com/tarantool/tarantool/issues/19
- Added patch from devel/libev
Approved by: eadler (mentor)
|
| |
|
|
| |
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
|
| |
|
|
| |
Obtained from: pkg-fallout@
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
| |
Suggested by: bapt [1]
|
| |
|
|
|
|
| |
- Other modifications for avoid pkg name collisions [1]
Suggested by: bapt [1]
|
| |
|
|
| |
Suggested by: bapt [1]
|
| |
|
|
|
|
| |
- Other modifications for avoid pkg name collisions [1]
Suggested by: bapt [1]
|
| |
|
|
| |
Suggested by: bapt [1]
|
| |
|
|
|
|
|
|
| |
- Add superclassic and superserver modes to firebird rc script
- Remove LATEST_LINK [1]
- Other modifications for avoid pkg name collisions [1]
Suggested by: bapt [1]
|