| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: 186132
Submitted by: Jan Henrik Sylvester <me@janh.de>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=354811
|
|
|
|
| |
Notes:
svn path=/head/; revision=354801
|
|
|
|
|
|
|
|
| |
PR: 189182
Submitted by: maintainer
Notes:
svn path=/head/; revision=354794
|
|
|
|
| |
Notes:
svn path=/head/; revision=354790
|
|
|
|
|
|
|
|
|
| |
PR: 188894
Submitted by: swills
Approved by: maintainer
Notes:
svn path=/head/; revision=354785
|
|
|
|
|
|
|
|
| |
PR: 187393
Submitted by: maintainer
Notes:
svn path=/head/; revision=354779
|
|
|
|
|
|
|
|
|
| |
PR: ports/182547
Reviewed by: flo
Approved by: flo
Notes:
svn path=/head/; revision=354740
|
|
|
|
|
|
|
|
| |
PR: 189124
Submitted by: maintainer
Notes:
svn path=/head/; revision=354732
|
|
|
|
|
|
|
|
|
| |
This is a routine bugfix update.
Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.2/phpMyAdmin-4.2.2-notes.html/view
Notes:
svn path=/head/; revision=354711
|
|
|
|
|
|
|
|
|
| |
- Move USES knob where it's normally found
Approved by: maintainer (implicit)
Notes:
svn path=/head/; revision=354701
|
|
|
|
|
|
|
| |
postgresql94-ports
Notes:
svn path=/head/; revision=354695
|
|
|
|
| |
Notes:
svn path=/head/; revision=354693
|
|
|
|
|
|
|
| |
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
Notes:
svn path=/head/; revision=354670
|
|
|
|
| |
Notes:
svn path=/head/; revision=354659
|
|
|
|
|
|
|
|
| |
PR: ports/189986
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=354631
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.sqlite.org/releaselog/3_8_4_3.html
PR: ports/189985
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=354630
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354551
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354550
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354548
|
|
|
|
| |
Notes:
svn path=/head/; revision=354547
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354546
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354536
|
|
|
|
|
|
|
|
| |
- Convert to optionsNG
- Pet portlint
Notes:
svn path=/head/; revision=354535
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354534
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354531
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354530
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes upstream include:
* Added support for building on recent versions of Mac OS X
* Fixed warnings from autoconf/automake
* Fixed infinite loop in connection pool
* Fixed compiler warnings
* Fixed build dependency for make -jX
* Fixed check for Unicode driver
* Fixed issue calling SQLCancel from other thread
* Fixed SQLInstallDriverEx when driver is readonly
The "Fixed build dependency for make -jX" part is important, as parallel
builds (particularly with the GTK2 option on) normally fail with 3.52.8.
Based on a patch by Jia-Shiun Li <jiashiun@gmail.com> [1].
PR: ports/189496 [1]
Submitted by: Jia-Shiun Li <jiashiun@gmail.com> [1]
MFH: 2014Q2
Notes:
svn path=/head/; revision=354528
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354516
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354515
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354512
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354507
|
|
|
|
|
|
|
|
|
|
|
| |
- Stage support
- Options helper
PR: 187760
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=354505
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release of PostgreSQL 9.4, the latest version of the world's leading
open source database, is available today. This beta contains previews
of all of the features which will be available in version 9.4, and is
ready for testing by the worldwide PostgreSQL community. Please
download, test, and report what you find.
Major Features
--------------
The new major features available for testing in this beta include:
* JSONB: 9.4 includes the new JSONB "binary JSON" type. This new
storage format for document data is higher-performance, and comes with
indexing, functions and operators for manipulating JSON data.
* Replication: The new Data Change Streaming API allows decoding and
transformation of the replication stream. This lays the foundation
for new replication tools that support high-speed and more flexible
replication and scale-out solutions.
* Materialized Views with "Refresh Concurrently", which permit
fast-response background summary reports for complex data.
* ALTER SYSTEM SET, which enables modifications to postgresql.conf
from the SQL command line and from remote clients, easing
administration tasks.
Notes:
svn path=/head/; revision=354425
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: 189765
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=354405
|
|
|
|
|
|
|
|
| |
PR: 189766
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=354404
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: 189768
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=354400
|
|
|
|
|
|
|
|
| |
Pointyhat to: swills
Approved by: vanilla
Notes:
svn path=/head/; revision=354385
|
|
|
|
| |
Notes:
svn path=/head/; revision=354374
|
|
|
|
|
|
|
| |
Submitted by: swills@
Notes:
svn path=/head/; revision=354320
|
|
|
|
|
|
|
|
| |
PR: 189184
Submitted by: maintainer
Notes:
svn path=/head/; revision=354312
|
|
|
|
|
|
|
|
|
| |
2: make portlint happy.
Approved by: portmgr@
Notes:
svn path=/head/; revision=354234
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354232
|
|
|
|
|
|
|
| |
Submitted by: swills@
Notes:
svn path=/head/; revision=354230
|
|
|
|
| |
Notes:
svn path=/head/; revision=354229
|
|
|
|
| |
Notes:
svn path=/head/; revision=354228
|
|
|
|
| |
Notes:
svn path=/head/; revision=354226
|
|
|
|
|
|
|
| |
Submitted by: swills@
Notes:
svn path=/head/; revision=354225
|
|
|
|
|
|
|
| |
Submitted by: swills@
Notes:
svn path=/head/; revision=354224
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354213
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=354200
|