| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The infrastructure Makefiles
PR: 206569
Exp run by: antoine
Differential Revision: D5047
Notes:
svn path=/head/; revision=411970
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MariaDB is one of the most popular database servers in the world. It's made
by the original developers of MySQL and guaranteed to stay open source.
Notable users include Wikipedia, Facebook and Google.
MariaDB turns data into structured information in a wide array of
applications, ranging from banking to websites. It is an enhanced, drop-in
replacement for MySQL. MariaDB is used because it is fast, scalable and
robust, with a rich ecosystem of storage engines, plugins and many other
tools make it very versatile for a wide variety of use cases.
MariaDB is developed as open source software and as a relational database
it provides an SQL interface for accessing data. This latest versions of
MariaDB also include GIS and JSON features.
WWW: http://mariadb.org/
Reviewed by: koobs (mentor), feld (mentor)
Approved by: koobs (mentor), feld (mentor)
Differential Revision: D3953
Notes:
svn path=/head/; revision=408822
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The next major release of mysql.
MySQL is a very fast, multi-threaded, multi-user and robust SQL
(Structured Query Language) database server.
WWW: http://www.mysql.com/
PR: 204607
Submitted by: mokhi64@gmail.com
Reviewed by: koobs, brnrd
Approved by: mat
Notes:
svn path=/head/; revision=403800
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- MariaDB is based on the vulnerable MySQL 5.1 version
- No new versions since 2013
- Simplify Mk/bsd.databases.mk
Reviewed by: koobs (mentor), feld
Approved by: koobs (mentor)
Differential Revision: https://reviews.freebsd.org/D4099
Notes:
svn path=/head/; revision=401861
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
Notes:
svn path=/head/; revision=394508
|
|
|
|
| |
Notes:
svn path=/head/; revision=390957
|
|
|
|
|
|
|
| |
Add USE_PGSQL to ERRORS in bsd.sanity.mk to avoid others to readd it by mistake
Notes:
svn path=/head/; revision=383507
|
|
|
|
|
|
|
|
| |
PR: 195604
Approved by: portmgr
Notes:
svn path=/head/; revision=378400
|
|
|
|
| |
Notes:
svn path=/head/; revision=373100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 193539
Submitted by: spil.oss (gmail)
MariaDB is a database server that offers drop-in replacement functionality
for MySQL. MariaDB is built by some of the original authors of MySQL, with
assistance from the broader community of Free and open source software
developers. In addition to the core functionality of MySQL, MariaDB offers
a rich set of feature enhancements including alternate storage engines,
server optimizations, and patches.
Notes:
svn path=/head/; revision=372136
|
|
|
|
|
|
|
| |
Also remove reference to them in bsd.database.mk
Notes:
svn path=/head/; revision=367481
|
|
|
|
|
|
|
| |
Reviewed by: bapt
Notes:
svn path=/head/; revision=366148
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
Notes:
svn path=/head/; revision=365599
|
|
|
|
|
|
|
| |
Reported by: Ajtim
Notes:
svn path=/head/; revision=361873
|
|
|
|
| |
Notes:
svn path=/head/; revision=358220
|
|
|
|
| |
Notes:
svn path=/head/; revision=355042
|
|
|
|
|
|
|
| |
While here drop support for firebird 2.0
Notes:
svn path=/head/; revision=353730
|
|
|
|
| |
Notes:
svn path=/head/; revision=353228
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
Notes:
svn path=/head/; revision=352986
|
|
|
|
|
|
|
|
|
| |
Submitted by: Allan Jude
Reviewed by: bdrewery, ohauer (apache), mat
With hat: portmgr
Notes:
svn path=/head/; revision=343784
|
|
|
|
| |
Notes:
svn path=/head/; revision=339570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New syntax:
# Depend on postgresql-client
USES= pgsql
# Depend on postgresql-client at least 9.2
USES= pgsql:9.2+
#Depend on postgresql-server at least 9.0
USES= pgsql:9.0+
WANT_PGSQL= server
Postgresql now supports DEFAULT_VERSIONS, and please note that the
version syntax now includes dots(!); i.e. before it was 90, now 9.0
Reviewed by: ade, silence from pgsql@
Notes:
svn path=/head/; revision=339550
|
|
|
|
| |
Notes:
svn path=/head/; revision=336676
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to the RUN_DEPENDS and BUILD_DEPENDS specification of postgresql
components in bsd.database.mk not matching their package names,
net-mgmt/netmagis-database was failing during the RUN_DEPENDS stage
because it couldn't detect that a component was already installed.
Updating the pltcl line allowed that port to successfully built. The
other lines weren't tested but the problem would be the same.
Suggested by: wg
Notes:
svn path=/head/; revision=332609
|
|
|
|
| |
Notes:
svn path=/head/; revision=327409
|
|
|
|
|
|
|
|
|
|
| |
While here, complete _DB_PORTS list for 5 and 6,
and add a few descriptive comments.
Submitted by: Tim Kientzle
Notes:
svn path=/head/; revision=324283
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes detection of db6 as a requisite [1], the new format no
longer looks at ldconfig output, so the awkwardly-named libdb-N.M.so.0
symlinks are no longer required.
Suggested by: bapt [2]
Reported by: John Silva (direct email to mandree@) [1]
Notes:
svn path=/head/; revision=323914
|
|
|
|
|
|
|
|
|
|
|
|
| |
Simplify installation over previous versions.
License change to Affero GNU General Public License v3 (AGPL v3).
Announcement: https://oss.oracle.com/pipermail/bdb/2013-June/000056.html
ChangeLog: http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html
Notes:
svn path=/head/; revision=320540
|
|
|
|
|
|
|
| |
While here, fix flo's typo...
Notes:
svn path=/head/; revision=319888
|
|
|
|
|
|
|
| |
Approved by: ale (maintainer)
Notes:
svn path=/head/; revision=319886
|
|
|
|
| |
Notes:
svn path=/head/; revision=317925
|
|
|
|
|
|
|
| |
Approved by: ale
Notes:
svn path=/head/; revision=316631
|
|
|
|
| |
Notes:
svn path=/head/; revision=312234
|
|
|
|
|
|
|
|
|
|
|
| |
If ports break with db5, they need to be fixed, we want to weed out obsolete
Berkeley DB versions in the long run.
PR: ports/163066
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Notes:
svn path=/head/; revision=311805
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
broken by r309955. [1]
- remove MYSQL_VER 53, database/mariadb-* where the only ports to use it.
- sort
PR: ports/175180
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Jeff Wheelhouse
Notes:
svn path=/head/; revision=310210
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/174660
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr>
(maintainer of databases/mariadb-*)
Notes:
svn path=/head/; revision=309955
|
|
|
|
|
|
|
|
|
|
| |
Percona Server is an enhanced drop-in replacement for MySQL
Approved by: portmgr (bapt)
Initial patches by: pgollucci
Notes:
svn path=/head/; revision=309579
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=306609
|
|
|
|
|
|
|
|
|
| |
Thanks to erwin for limiting the damage I caused in the meantime
Feature safe: yes
Notes:
svn path=/head/; revision=306392
|
|
|
|
|
|
|
|
|
| |
for databases/pgtcl to fix the INDEX build.
Feature safe: yes
Notes:
svn path=/head/; revision=306375
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=306354
|
|
|
|
|
|
|
|
|
| |
all postgresql9 versions.
Feature safe: yes
Notes:
svn path=/head/; revision=306353
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.htm
- Convert to OptionsNG.
Sunpoet, relative to the PR, there were more Makefile and pkg-plist changes,
as well as an update of Mk/bsd.database.mk and UPDATING.
Port and pkg-plist updates based on
PR: ports/165574
Submitted by: sunpoet@
Notes:
svn path=/head/; revision=299590
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]
PR: 151954 [1]
161314 [2]
167085 [3]
167465 [4]
Submitted by: Anonymous <swell.k@gmail.com> [1]
dougb@ and Chris Rees <utisoft@gmail.com> [2]
Garrett Cooper <yanegomi@gmail.com> [3]
"Bryan Drewery" <bryan@shatow.net> [4]
Tested via: phw
Notes:
svn path=/head/; revision=297274
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PostgreSQL 9.2, which will include major increases in performance and
both vertical and horizontal scalability. The PostgreSQL Project asks
all users to download and begin testing 9.2 Beta as soon as possible.
Major performance and scalability advances in this version include:
* Index-only scans, allowing users to avoid inefficient scans of base
tables
* Enhanced read-only workload scaling to 64 cores and over 300,000
queries per second
* Improvements to data write speeds, including group commit
* Reductions in CPU power consumption
* Cascading replication, supporting geographically distributed standby
databases
PostgreSQL 9.2 will also offer many new features for application
developers, including:
* JSON data support, enabling hybrid document-relational databases
* Range types, supporting new types of calendar, time-series and
* analytic applications
* Multiple improvements to ALTER and other statements, easing runtime
* database updates
For a full listing of the features in version 9.2 Beta, please see the
release notes:
http://www.postgresql.org/docs/devel/static/release-9-2.html
We depend on our community to help test the next version in order to
guarantee that it is high-performance and bug-free. Please install
PostgreSQL 9.2 Beta and try it with your workloads and applications as
soon as you can, and give feedback to the PostgreSQL developers. More
information on how to test and report issues:
http://www.postgresql.org/developer/beta
Notes:
svn path=/head/; revision=296704
|
|
|
|
|
|
|
|
| |
PR: ports/167125
Submitted by: maintainer (with approved plist changes)
Notes:
svn path=/head/; revision=295165
|
|
|
|
|
|
|
|
| |
With hat: pgsql
Reviewed by: pgsql
Notes:
svn path=/head/; revision=294867
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=293320
|
|
|
|
|
|
|
|
|
|
| |
- Fix postgresql version logic-- now falls back to default version only if
WANT_ isn't set, thus preserving package building for non-default versions
Feature safe: yes
Notes:
svn path=/head/; revision=293116
|
|
|
|
|
|
|
|
|
|
|
|
| |
For simplicity, WITH_PGSQL_VER is verified to be correct and then used as the "authoritative" value to compare with WANT_PGSQL_VER range.
PR: ports/165874
Submitted by: Guido Falsi <mad@madpilot.net> (based on)
Reviewed by: make index
Feature safe: yes
Notes:
svn path=/head/; revision=293070
|