notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: Mk/bsd.database.mk
SVNWeb

Number of commits found: 123 (showing only 100 on this page)

1 | 2  »  

Mon, 25 Apr 2016
[ 16:17 mat search for other commits by this committer ] Original commit   Revision:414019 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.

Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
[ 16:17 mat search for other commits by this committer ] Original commit   Revision:414018 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Move USE_BDB support from bsd.databases.mk to its own file.

Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
[ 16:14 mat search for other commits by this committer ] Original commit   Revision:414015 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.

Also:
- replace USE_FIREBIRD by USES=firebird.
- convert ports depending on databases/firebird25-client directly to
USES=firebird.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
[ 16:13 mat search for other commits by this committer ] Original commit   Revision:414014 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.

While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Thu, 14 Apr 2016
[ 13:34 mat search for other commits by this committer ] Original commit   Revision:413261 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Try to be more helpful to our users, and keep all the possible versions
close to their default value in Mk/bsd.default-versions.mk.

Sponsored by:	Absolight
Sun, 27 Mar 2016
[ 01:23 bapt search for other commits by this committer ] Original commit   Revision:411970 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Sat, 13 Feb 2016
[ 19:02 brnrd search for other commits by this committer ] Original commit   Revision:408822 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
[NEW PORTS] databases/mariadb101-{server,client}: 10.1.11

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
Tue, 15 Dec 2015
[ 19:40 pi search for other commits by this committer ] Original commit   Revision:403800 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
New ports: databases/mysql57-client, databases/mysql57-server

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
Wed, 18 Nov 2015
[ 10:51 brnrd search for other commits by this committer ] Original commit   Revision:401861
databases/mariadb-client,scripts,server: Remove

  - 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
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

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
Tue, 30 Jun 2015
[ 12:53 girgen search for other commits by this committer ] Original commit   Revision:390957
Remove trace of PostgreSQL in comment
Tue, 7 Apr 2015
[ 12:25 bapt search for other commits by this committer ] Original commit   Revision:383507
Remove last traces of USE_PGSQL
Add USE_PGSQL to ERRORS in bsd.sanity.mk to avoid others to readd it by mistake
Wed, 4 Feb 2015
[ 13:45 ale search for other commits by this committer ] Original commit   Revision:378400
Switch default MySQL version to 5.6.

PR:		195604
Approved by:	portmgr
Sat, 22 Nov 2014
[ 20:40 crees search for other commits by this committer ] Original commit   Revision:373100 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Finally retire USE_PGSQL
Tue, 4 Nov 2014
[ 08:21 marino search for other commits by this committer ] Original commit   Revision:372136 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Add new ports databases/mariadb100-server and -client (version 10.0)

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.
Sat, 6 Sep 2014
[ 22:55 marino search for other commits by this committer ] Original commit   Revision:367481
Removed unstaged database/firebird21-* ports

Also remove reference to them in bsd.database.mk
Mon, 25 Aug 2014
[ 20:45 crees search for other commits by this committer ] Original commit   Revision:366148
Please stop using USE_PGSQL and follow my friendly hints, thanks.

Reviewed by:	bapt
Thu, 21 Aug 2014
[ 22:50 mandree search for other commits by this committer ] Original commit   Revision:365599 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- 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)
Tue, 15 Jul 2014
[ 06:20 mandree search for other commits by this committer ] Original commit   Revision:361873
Fix db6_DEPENDS and the corresponding BDB_LIB[_CXX]_NAME for db6.1 upgrade.
Reported by: Ajtim
Wed, 18 Jun 2014
[ 07:30 bapt search for other commits by this committer ] Original commit   Revision:358220
tabspace: 8
Sat, 24 May 2014
[ 14:38 girgen search for other commits by this committer ] Original commit   Revision:355042
'activate' postgresql-9.4
Sun, 11 May 2014
[ 20:46 bapt search for other commits by this committer ] Original commit   Revision:353730
Switch firebird to use DEFAULT_VERSIONS macro to set the default
While here drop support for firebird 2.0
Wed, 7 May 2014
[ 23:38 bapt search for other commits by this committer ] Original commit   Revision:353228
Use modern LIB_DEPENDS
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
Convert all :U to :tu and :L to :tl

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
Tue, 11 Feb 2014
[ 17:12 mat search for other commits by this committer ] Original commit   Revision:343784
Use default-versions.mk for Apache, PHP, MySQL And PostgreSQL.

Submitted by:	Allan Jude
Reviewed by:	bdrewery, ohauer (apache), mat
With hat:	portmgr
Mon, 13 Jan 2014
[ 06:26 bapt search for other commits by this committer ] Original commit   Revision:339570
Revert changes on bsd.database.mk as USES=pgsql is not ready yet.
Sun, 12 Jan 2014
[ 21:16 crees search for other commits by this committer ] Original commit   Revision:339550
Strip postgresql code out of bsd.database.mk, and introduce USES=pgsql.

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@
Mon, 16 Dec 2013
[ 23:03 bapt search for other commits by this committer ] Original commit   Revision:336676
Use new LIB_DEPENDS format for USE_SQLITE
Sun, 3 Nov 2013
[ 12:43 marino search for other commits by this committer ] Original commit   Revision:332609
Mk/bsd.database.mk: Fix postgresql component specifications

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
Mon, 16 Sep 2013
[ 15:19 bapt search for other commits by this committer ] Original commit   Revision:327409
Sqlite 3.4 is not in the ports tree anymore
Mon, 5 Aug 2013
[ 19:43 mandree search for other commits by this committer ] Original commit   Revision:324283
Fix BUILD_DEPENDS line for devel/subversion builds with STATIC option.
While here, complete _DB_PORTS list for 5 and 6,
and add a few descriptive comments.

Submitted by:	Tim Kientzle
Mon, 29 Jul 2013
[ 20:28 mandree search for other commits by this committer ] Original commit   Revision:323914
Update db*_DEPENDS to use new lib*.so:... LIB_DEPENDS format. [2]
  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]
Tue, 11 Jun 2013
[ 08:15 mandree search for other commits by this committer ] Original commit   Revision:320540
Add Oracle Berkeley DB 6.0.

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
Tue, 4 Jun 2013
[ 18:07 crees search for other commits by this committer ] Original commit   Revision:319888
Remove postgresql83-*; it expired at the beginning of March.

While here, fix flo's typo...
[ 18:01 flo search for other commits by this committer ] Original commit   Revision:319886 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Remove MySQL 5.0, it has been unsupported upstream for about 1.5 years

Approved by:    ale (maintainer)
Sun, 12 May 2013
[ 00:00 girgen search for other commits by this committer ] Original commit   Revision:317925 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Add postgresql 9.3 beta1
Fri, 26 Apr 2013
[ 19:52 flo search for other commits by this committer ] Original commit   Revision:316631
Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.

Approved by:	ale
Thu, 14 Feb 2013
[ 15:04 ale search for other commits by this committer ] Original commit   Revision:312234 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Add MySQL 5.6.
Wed, 6 Feb 2013
[ 23:20 mandree search for other commits by this committer ] Original commit   Revision:311805
Re-enable auto-pickup of Berkeley DB 5.3.

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>
Thu, 10 Jan 2013
[ 23:42 flo search for other commits by this committer ] Original commit   Revision:310210
- fix databases/mariadb-{server,client} by adding MYSQL_VER 53m. This was
  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
Sat, 5 Jan 2013
[ 11:30 flo search for other commits by this committer ] Original commit   Revision:309955 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Add the 5.5 branch of MariaDB

PR:		ports/174660
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
Approved by:	geoffroy desvernay <dgeo@centrale-marseille.fr>
		(maintainer of databases/mariadb-*)
Fri, 28 Dec 2012
[ 19:17 flo search for other commits by this committer ] Original commit   Revision:309579 (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Add Percona Server

Percona Server is an enhanced drop-in replacement for MySQL

Approved by:	portmgr (bapt)
Initial patches by:	pgollucci
Mon, 29 Oct 2012
[ 13:15 crees search for other commits by this committer ] Original commit   Revision:306609
Choose best fit version of PostgreSQL if there is none installed.

Feature safe:	yes
Thu, 25 Oct 2012
[ 19:21 crees search for other commits by this committer ] Original commit   Revision:306392
Stop creating duplicate packages, and add CONFLICTS

Thanks to erwin for limiting the damage I caused in the meantime

Feature safe:	yes
[ 09:45 erwin search for other commits by this committer ] Original commit   Revision:306375
Revert part of r306353 to disconnect the versioned slaves
for databases/pgtcl to fix the INDEX build.

Feature safe:	yes
Wed, 24 Oct 2012
[ 20:49 crees search for other commits by this committer ] Original commit   Revision:306354
Add correct dependency details for postgresql9[0-2]-pgtcl

Feature safe:	yes
[ 20:46 crees search for other commits by this committer ] Original commit   Revision:306353
Add versioned slaves for databases/pgtcl; there are now packages built for
all postgresql9 versions.

Feature safe:	yes
Mon, 18 Jun 2012
[ 23:23 mandree search for other commits by this committer ] Original commit 
- Update to new upstream release 5.3.21. Please see UPDATING!
  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@
Wed, 23 May 2012
[ 08:17 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Remove emacs mode, -*- mode: ...; -*- [1]
- 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
Tue, 15 May 2012
[ 22:14 girgen search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
The PostgreSQL Global Development Group announces the beta release of
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Apr 2012
[ 21:56 delphij search for other commits by this committer ] Original commit 
Update to 5.3.6.

PR:             ports/167125
Submitted by:   maintainer (with approved plist changes)
Sun, 15 Apr 2012
[ 15:48 crees search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Remove PostgreSQL 8.2 due to EOL by upstream

With hat:       pgsql
Reviewed by:    pgsql
Wed, 14 Mar 2012
[ 20:35 crees search for other commits by this committer ] Original commit 
Fix version detection; choose default if WITH_PGSQL_VER is not defined

Feature safe:   yes
Sun, 11 Mar 2012
[ 13:07 crees search for other commits by this committer ] Original commit 
- Add dependency logic: USE_PGSQL= component[:target] for versioned ports

- 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
Sat, 10 Mar 2012
[ 23:53 crees search for other commits by this committer ] Original commit 
Correct PGSQL_VER generation; was too complicated with many variables.

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
[ 10:57 crees search for other commits by this committer ] Original commit 
Add support for USE_PGSQL=      pltcl

Feature safe:   yes
Tue, 6 Mar 2012
[ 07:31 crees search for other commits by this committer ] Original commit 
- Set postgresql version 9.0 as default
- Add facility to set minimum/maximum version ranges in WANT_PGSQL_VER
- Remove BROKEN_WITH_PGSQL shim

PR:             ports/165245
Submitted by:   crees (me)
Reviewed by:    exp-runs by pav and erwin
Discussed with: girgen
Fri, 14 Oct 2011
[ 22:30 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 290 ports in this commit are shown above. View all ports for this commit)
As previously advertised, complete removal of vulnerable ports that
no one has stepped up to deal with:

archivers/pecl-phar             Vulnerable since 2011-01-13
comms/libsyncml                 Depends on devel/libsoup22, which is FORBIDDEN
databases/mysql323-server       Vulnerable since 2006-10-29
databases/mysql323-client       Vulnerable since 2006-10-29
databases/mysql323-scripts      Vulnerable since 2006-10-29
databases/mysql40-server        Vulnerable since 2006-10-29
databases/mysql40-client        Vulnerable since 2006-10-29
databases/mysql40-scripts       Vulnerable since 2006-10-29
databases/p5-DBD-mysql40
                Depends on databases/mysql40-server, which is FORBIDDEN
deskutils/buoh                  Depends on devel/libsoup22, which is FORBIDDEN
deskutils/libopensync-plugin-syncml
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 25 Aug 2011
[ 23:17 mandree search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update databases/db5 to new upstream release 5.2.28.0. ChangeLog:
 
http://download.oracle.com/docs/cd/E17076_02/html/installation/changelog_5_2.html

- Remove databases/db51 (no hard dependencies), users having set db51
  manually for their ports need to set db5 and rebuild dependent ports.

- Add OPTIONS for localization (default off) and crypto (default on).

- Install libdb*-5.so symlinks into $PREFIX/lib

- If WITH_DEBUG is set, pass --enable-umrw to pacify valgrind, and
  --enable-debug.
Thu, 7 Jul 2011
[ 01:15 mandree search for other commits by this committer ] Original commit 
Don't include db51 in USE_BDB=4x+ settings,
there's more than one port that is happy with all 4.X versions
but doesn't like 5.1.
Fri, 1 Jul 2011
[ 08:09 girgen search for other commits by this committer ] Original commit 
Add postgresql 9.1 to accepted versions
Tue, 7 Jun 2011
[ 14:36 ale search for other commits by this committer ] Original commit 
Fix paths for MariaDB.

Pointyhat to:   dougb
Fri, 27 May 2011
[ 23:46 mandree search for other commits by this committer ] Original commit 
Remove db45.
This happens before EXPIRATION_DATE as no dependencies are left in ports,
the few that were there use db46+.

Approved by: Gea-Suan Lin (maintainer)
Mon, 23 May 2011
[ 16:49 mandree search for other commits by this committer ] Original commit 
Move Berkeley DB 4.5+ ports to 4.6+ in anticipation of db45 removal.
[ 12:09 mandree search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Remove databases/db3. All users were using db3+
and have in fact been using 4.0+ since 2011-04-12 (Mk/bsd.database.mk r1.57).

Chase upgrade in dependent ports and change USE_BDB to 40+.
Tue, 12 Apr 2011
[ 21:57 mandree search for other commits by this committer ] Original commit 
Now that db2 is gone, drop db2_DEPENDS as only reminiscence.
No longer autodetect db3 in anticipation of later removal.
Make 3+ find only 4.0 and newer.
Mon, 4 Apr 2011
[ 17:39 rene search for other commits by this committer ] Original commit 
Remove support for expired PostgreSQL versions 7.3, 7.4, 8.0, and 8.1

Noted by:       kwm
Mon, 21 Mar 2011
[ 20:41 mandree search for other commits by this committer ] Original commit 
Kill Oracle Berkeley DB 5.0 port.
There are no ports that depend on this, just implicit via
USE_BDB=yes or USE_BDB=44+ or similar - databases/db51 will do.
Sat, 19 Mar 2011
[ 13:13 ale search for other commits by this committer ] Original commit 
Update MySQL to 5.5.10 release (shared library bumped).
Fri, 25 Feb 2011
[ 13:43 ale search for other commits by this committer ] Original commit 
Switch default MySQL version from 5.1 to 5.5.

PR:             ports/153814
Submitted by:   ale
Approved by:    portmgr (-exp run by pav)
[ 10:58 pav search for other commits by this committer ] Original commit 
- Make mariadb satisfy USE_MYSQL (as virtual version 52)

PR:             ports/153833
Submitted by:   sunpoet
Ok'ed by:       ale
Thu, 30 Dec 2010
[ 20:07 ohauer search for other commits by this committer ] Original commit 
 - Update description for USE_PGSQL and DEFAULT_PGSQL_VER
   (PostgreSQL 84 is now the default).

PR:             ports/153318 (followup)
Submitted by:   ohauer
Approved by:    miwi
[ 19:30 ohauer search for other commits by this committer ] Original commit 
 - change default postgresql version to 84
 - add note to UPDATING

PR:             153318
Submitted by:   ohauer
Approved by:    miwi
Wed, 29 Dec 2010
[ 08:19 ale search for other commits by this committer ] Original commit 
Fix mysql embedded dependency for MySQL 5.5.

Spotted by:     fluffy
Mon, 20 Dec 2010
[ 22:15 acm search for other commits by this committer ] Original commit 
- Add support for firebird 2.1 and 2.5
- Change FIREBIRD_VER default to 25
Tue, 21 Sep 2010
[ 12:20 mandree search for other commits by this committer ] Original commit 
Hook DB 5.1 to the bsd.database.mk logic.
Mon, 20 Sep 2010
[ 13:46 girgen search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
PostgreSQL 9.0 is here!  The PostgreSQL Global Development Group
announces the availability of our most eagerly awaited release.
PostgreSQL 9.0 includes built-in, binary replication, and over a dozen
other major features which will appeal to everyone from web developers
to database hackers.

9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 18 Jun 2010
[ 13:14 ale search for other commits by this committer ] Original commit 
Switch default MySQL version from 5.0-EOL to 5.1-GA.

PR:             ports/147716
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Feature safe:   yes
Mon, 26 Apr 2010
[ 13:42 mandree search for other commits by this committer ] Original commit 
Hook databases/db50 to the Berkeley DB logic.

Reviewed by: pav
Reviewed by: garga
Approved by: garga (mentor).
Mon, 11 Jan 2010
[ 11:58 ale search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.
Mon, 4 Jan 2010
[ 10:53 ale search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Remove MySQL 5.4 in favor of MySQL 5.5.
[ 10:16 ale search for other commits by this committer ] Original commit 
Add support for MySQL 5.5.
Mon, 30 Nov 2009
[ 16:20 skreuzer search for other commits by this committer ] Original commit 
Fix previous commit which did not define
BDB_LIB_NAME, BDB_LIB_CXX_NAME and BDB_LIB_DIR
when db48 is selected

Submitted by:   ume@
Approved by:    miwi@ with portmgr hat on
[ 14:33 skreuzer search for other commits by this committer ] Original commit 
Add support for Berkeley DB 4.8

Approved by:    portmgr@
Thu, 3 Sep 2009
[ 15:23 skv search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Remove obsolete Firebird 1.x :
- no longer under development
- does not build with GCC 4.x
Tue, 21 Jul 2009
[ 08:02 ale search for other commits by this committer ] Original commit 
Add support for upcoming MySQL 5.4.
Wed, 8 Jul 2009
[ 06:54 girgen search for other commits by this committer ] Original commit 
Add postgresql 8.4 to the list of versions.
Tue, 31 Mar 2009
[ 05:18 danfe search for other commits by this committer ] Original commit 
- Reformat knobs and their descriptions
- Kill dots (periods) after some IGNORE statements
- Improve wording, expand contractions
- Fix couple of typos and remove EOL whitespace

PR:     ports/133198
Wed, 4 Mar 2009
[ 15:54 ale search for other commits by this committer ] Original commit 
Add support to mysql server and embedded library dependencies.

Now amarok2 port can be imported and use the following row:

USE_MYSQL=      embedded
Sat, 29 Nov 2008
[ 23:17 pav search for other commits by this committer ] Original commit 
- Try to unbreak USE_FIREBIRD

Reported by:    pointyhat
Mon, 24 Nov 2008
[ 07:39 cperciva search for other commits by this committer ] Original commit 
Unbreak ports tree.
[ 06:22 skv search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Rename databases/firebird2-* to databases/firebird20-*
Sat, 26 Jul 2008
[ 08:38 ale search for other commits by this committer ] Original commit 
Add support for MySQL 6.0.
Mon, 9 Jun 2008
[ 06:01 vanilla search for other commits by this committer ] Original commit 
Add db47 to bsd.databases.mk.
Fri, 11 Apr 2008
[ 13:52 vsevolod search for other commits by this committer ] Original commit 
Add WITH_PGSQL_VER macro to bsd.database.mk, that allows to specify
in make.conf which version of pgsql client is required for this build.

Reviewed by:    skv
Sat, 5 Apr 2008
[ 18:26 mnag search for other commits by this committer ] Original commit 
- Fix when USE_SQLITE != yes
- Fix lib version of sqlite34
[ 18:11 mnag search for other commits by this committer ] Original commit 
- Fix .endif. Maybe works now :)

Pointy hat to:  mnag
Reported by:    bsam
[ 15:58 mnag search for other commits by this committer ] Original commit 
- Fix wrong .endif

Submitted by:   cperciva
[ 14:55 mnag search for other commits by this committer ] Original commit 
- Add option to databases/sqlite34

Number of commits found: 123 (showing only 100 on this page)

1 | 2  »