notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: Mk/bsd.database.mk

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

1 | 2  »  

Monday, 25 Apr 2016
16:17 mat search for other commits by this committer
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
Original commitRevision:414019 
16:17 mat search for other commits by this committer
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
Original commitRevision:414018 
16:14 mat search for other commits by this committer
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
Original commitRevision:414015 
16:13 mat search for other commits by this committer
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
Original commitRevision:414014 
Thursday, 14 Apr 2016
13:34 mat search for other commits by this committer
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
Original commitRevision:413261 
Sunday, 27 Mar 2016
01:23 bapt search for other commits by this committer
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Original commitRevision:411970 
Saturday, 13 Feb 2016
19:02 brnrd search for other commits by this committer
[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
Original commitRevision:408822 
Tuesday, 15 Dec 2015
19:40 pi search for other commits by this committer
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
Original commitRevision:403800 
Wednesday, 18 Nov 2015
10:51 brnrd search for other commits by this committer
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
Original commitRevision:401861 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
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
Original commitRevision:394508 
Tuesday, 30 Jun 2015
12:53 girgen search for other commits by this committer
Remove trace of PostgreSQL in comment
Original commitRevision:390957 
Tuesday, 7 Apr 2015
12:25 bapt search for other commits by this committer
Remove last traces of USE_PGSQL
Add USE_PGSQL to ERRORS in bsd.sanity.mk to avoid others to readd it by mistake
Original commitRevision:383507 
Wednesday, 4 Feb 2015
13:45 ale search for other commits by this committer
Switch default MySQL version to 5.6.

PR:		195604
Approved by:	portmgr
Original commitRevision:378400 
Saturday, 22 Nov 2014
20:40 crees search for other commits by this committer
Finally retire USE_PGSQL
Original commitRevision:373100 
Tuesday, 4 Nov 2014
08:21 marino search for other commits by this committer
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.
Original commitRevision:372136 
Saturday, 6 Sep 2014
22:55 marino search for other commits by this committer
Removed unstaged database/firebird21-* ports

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

Reviewed by:	bapt
Original commitRevision:366148 
Thursday, 21 Aug 2014
22:50 mandree search for other commits by this committer
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)
Original commitRevision:365599 
Tuesday, 15 Jul 2014
06:20 mandree search for other commits by this committer
Fix db6_DEPENDS and the corresponding BDB_LIB[_CXX]_NAME for db6.1 upgrade.
Reported by: Ajtim
Original commitRevision:361873 
Wednesday, 18 Jun 2014
07:30 bapt search for other commits by this committer
tabspace: 8
Original commitRevision:358220 
Saturday, 24 May 2014
14:38 girgen search for other commits by this committer
'activate' postgresql-9.4
Original commitRevision:355042 
Sunday, 11 May 2014
20:46 bapt search for other commits by this committer
Switch firebird to use DEFAULT_VERSIONS macro to set the default
While here drop support for firebird 2.0
Original commitRevision:353730 
Wednesday, 7 May 2014
23:38 bapt search for other commits by this committer
Use modern LIB_DEPENDS
Original commitRevision:353228 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
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
Original commitRevision:352986 
Tuesday, 11 Feb 2014
17:12 mat search for other commits by this committer
Use default-versions.mk for Apache, PHP, MySQL And PostgreSQL.

Submitted by:	Allan Jude
Reviewed by:	bdrewery, ohauer (apache), mat
With hat:	portmgr
Original commitRevision:343784 
Monday, 13 Jan 2014
06:26 bapt search for other commits by this committer
Revert changes on bsd.database.mk as USES=pgsql is not ready yet.
Original commitRevision:339570 
Sunday, 12 Jan 2014
21:16 crees search for other commits by this committer
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@
Original commitRevision:339550 
Monday, 16 Dec 2013
23:03 bapt search for other commits by this committer
Use new LIB_DEPENDS format for USE_SQLITE
Original commitRevision:336676 
Sunday, 3 Nov 2013
12:43 marino search for other commits by this committer
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
Original commitRevision:332609 
Monday, 16 Sep 2013
15:19 bapt search for other commits by this committer
Sqlite 3.4 is not in the ports tree anymore
Original commitRevision:327409 
Monday, 5 Aug 2013
19:43 mandree search for other commits by this committer
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
Original commitRevision:324283 
Monday, 29 Jul 2013
20:28 mandree search for other commits by this committer
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]
Original commitRevision:323914 
Tuesday, 11 Jun 2013
08:15 mandree search for other commits by this committer
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
Original commitRevision:320540 
Tuesday, 4 Jun 2013
18:07 crees search for other commits by this committer
Remove postgresql83-*; it expired at the beginning of March.

While here, fix flo's typo...
Original commitRevision:319888 
18:01 flo search for other commits by this committer
Remove MySQL 5.0, it has been unsupported upstream for about 1.5 years

Approved by:    ale (maintainer)
Original commitRevision:319886 
Sunday, 12 May 2013
00:00 girgen search for other commits by this committer
Add postgresql 9.3 beta1
Original commitRevision:317925 
Friday, 26 Apr 2013
19:52 flo search for other commits by this committer
Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.

Approved by:	ale
Original commitRevision:316631 
Thursday, 14 Feb 2013
15:04 ale search for other commits by this committer
Add MySQL 5.6.
Original commitRevision:312234 
Wednesday, 6 Feb 2013
23:20 mandree search for other commits by this committer
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>
Original commitRevision:311805 
Thursday, 10 Jan 2013
23:42 flo search for other commits by this committer
- 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
Original commitRevision:310210 
Saturday, 5 Jan 2013
11:30 flo search for other commits by this committer
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-*)
Original commitRevision:309955 
Friday, 28 Dec 2012
19:17 flo search for other commits by this committer
Add Percona Server

Percona Server is an enhanced drop-in replacement for MySQL

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

Feature safe:	yes
Original commitRevision:306609 
Thursday, 25 Oct 2012
19:21 crees search for other commits by this committer
Stop creating duplicate packages, and add CONFLICTS

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

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

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

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

Feature safe:	yes
Original commitRevision:306353 
Monday, 18 Jun 2012
23:23 mandree search for other commits by this committer
- 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@
Original commit
Wednesday, 23 May 2012
08:17 miwi search for other commits by this committer
- 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
Original commit
Tuesday, 15 May 2012
22:14 girgen search for other commits by this committer
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

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
Original commit
Friday, 20 Apr 2012
21:56 delphij search for other commits by this committer
Update to 5.3.6.

PR:             ports/167125
Submitted by:   maintainer (with approved plist changes)
Original commit
Sunday, 15 Apr 2012
15:48 crees search for other commits by this committer
Remove PostgreSQL 8.2 due to EOL by upstream

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

Feature safe:   yes
Original commit
Sunday, 11 Mar 2012
13:07 crees search for other commits by this committer
- 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
Original commit
Saturday, 10 Mar 2012
23:53 crees search for other commits by this committer
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
Original commit
10:57 crees search for other commits by this committer
Add support for USE_PGSQL=      pltcl

Feature safe:   yes
Original commit
Tuesday, 6 Mar 2012
07:31 crees search for other commits by this committer
- 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
Original commit
Friday, 14 Oct 2011
22:30 dougb search for other commits by this committer
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
                Depends on comms/libsyncml, which is DEPRECATED
devel/libsoup22                 Vulnerable since 2011-07-28
dns/bind9-sdb-ldap              Vulnerable since 2011-06-04
dns/bind9-sdb-postgresql        Vulnerable since 2011-06-04
ftp/wgetpro                     Vulnerable since 2004-12-14
games/quake2forge               Vulnerable since 2005-01-21
graphics/linux-tiff             Vulnerable since 2004-10-13
japanese/mutt                   Vulnerable since 2007-07-29
japanese/asterisk14-sounds      Depends on net/asterisk14, which is FORBIDDEN
net/asterisk14                  Vulnerable since 2011-06-25
net/isc-dhcp31-client           Vulnerable since 2011-04-10
net/isc-dhcp31-server           Vulnerable since 2011-04-10
net/isc-dhcp31-relay            Vulnerable since 2011-04-10
net/asterisk-app-ldap           Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-app-notify         Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-oh323
   Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64
net/asterisk14-addons           Depends on net/asterisk14, which is FORBIDDEN
net/astfax                      Depends on net/asterisk14, which is FORBIDDEN
net-mgmt/nagios2                Vulnerable since 2009-06-30
www/gforge                      Vulnerable since 2005-08-09
www/linux-flashplugin7          Vulnerable since at least 2008-05-30
www/opera-devel                 Vulnerable since 2010-06-25, does not fetch
www/plone3                      Vulnerable and unsupported upstream
www/serendipity-devel           Vulnerable since 2008-04-25
www/ziproxy                     Vulnerable since 2010-06-15
www/asterisk-gui                Depends on net/asterisk14, which is FORBIDDEN
x11-toolkits/linux-pango        Vulnerable since 2009-05-13
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Thursday, 25 Aug 2011
23:17 mandree search for other commits by this committer
- 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.
Original commit
Thursday, 7 Jul 2011
01:15 mandree search for other commits by this committer
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.
Original commit
Friday, 1 Jul 2011
08:09 girgen search for other commits by this committer
Add postgresql 9.1 to accepted versions
Original commit
Tuesday, 7 Jun 2011
14:36 ale search for other commits by this committer
Fix paths for MariaDB.

Pointyhat to:   dougb
Original commit
Friday, 27 May 2011
23:46 mandree search for other commits by this committer
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)
Original commit
Monday, 23 May 2011
16:49 mandree search for other commits by this committer
Move Berkeley DB 4.5+ ports to 4.6+ in anticipation of db45 removal.
Original commit
12:09 mandree search for other commits by this committer
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+.
Original commit
Tuesday, 12 Apr 2011
21:57 mandree search for other commits by this committer
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.
Original commit
Monday, 4 Apr 2011
17:39 rene search for other commits by this committer
Remove support for expired PostgreSQL versions 7.3, 7.4, 8.0, and 8.1

Noted by:       kwm
Original commit
Monday, 21 Mar 2011
20:41 mandree search for other commits by this committer
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.
Original commit
Saturday, 19 Mar 2011
13:13 ale search for other commits by this committer
Update MySQL to 5.5.10 release (shared library bumped).
Original commit
Friday, 25 Feb 2011
13:43 ale search for other commits by this committer
Switch default MySQL version from 5.1 to 5.5.

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

PR:             ports/153833
Submitted by:   sunpoet
Ok'ed by:       ale
Original commit
Thursday, 30 Dec 2010
20:07 ohauer search for other commits by this committer
 - 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
Original commit
19:30 ohauer search for other commits by this committer
 - change default postgresql version to 84
 - add note to UPDATING

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

Spotted by:     fluffy
Original commit
Monday, 20 Dec 2010
22:15 acm search for other commits by this committer
- Add support for firebird 2.1 and 2.5
- Change FIREBIRD_VER default to 25
Original commit
Tuesday, 21 Sep 2010
12:20 mandree search for other commits by this committer
Hook DB 5.1 to the bsd.database.mk logic.
Original commit
Monday, 20 Sep 2010
13:46 girgen search for other commits by this committer
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

... and many more.  For details on the over 200 additions and
improvements in this version, developed by over a hundred contributors,
please see the release notes.

"These kinds of feature additions continue to make a strong case for why
mission-critical technology tasks can continue to depend on the power,
flexibility and robustness of PostgreSQL,” said Afilias CTO Ram Mohan.

More information on PostgreSQL 9.0:
* Release notes
  http://www.postgresql.org/docs/9.0/static/release-9-0
* Presskit
  http://www.postgresql.org/about/press/presskit90
* Guide to 9.0:
  http://wiki.postgresql.org/wiki/What&apos;s_new_in_PostgreSQL_9.0

---
PR: 150430, Add dtrace
Original commit
Friday, 18 Jun 2010
13:14 ale search for other commits by this committer
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
Original commit
Monday, 26 Apr 2010
13:42 mandree search for other commits by this committer
Hook databases/db50 to the Berkeley DB logic.

Reviewed by: pav
Reviewed by: garga
Approved by: garga (mentor).
Original commit
Monday, 11 Jan 2010
11:58 ale search for other commits by this committer
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.
Original commit
Monday, 4 Jan 2010
10:53 ale search for other commits by this committer
Remove MySQL 5.4 in favor of MySQL 5.5.
Original commit
10:16 ale search for other commits by this committer
Add support for MySQL 5.5.
Original commit
Monday, 30 Nov 2009
16:20 skreuzer search for other commits by this committer
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
Original commit
14:33 skreuzer search for other commits by this committer
Add support for Berkeley DB 4.8

Approved by:    portmgr@
Original commit
Thursday, 3 Sep 2009
15:23 skv search for other commits by this committer
Remove obsolete Firebird 1.x :
- no longer under development
- does not build with GCC 4.x
Original commit
Tuesday, 21 Jul 2009
08:02 ale search for other commits by this committer
Add support for upcoming MySQL 5.4.
Original commit
Wednesday, 8 Jul 2009
06:54 girgen search for other commits by this committer
Add postgresql 8.4 to the list of versions.
Original commit
Tuesday, 31 Mar 2009
05:18 danfe search for other commits by this committer
- 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
Original commit
Wednesday, 4 Mar 2009
15:54 ale search for other commits by this committer
Add support to mysql server and embedded library dependencies.

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

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

Reported by:    pointyhat
Original commit
Monday, 24 Nov 2008
07:39 cperciva search for other commits by this committer
Unbreak ports tree.
Original commit
06:22 skv search for other commits by this committer
Rename databases/firebird2-* to databases/firebird20-*
Original commit
Saturday, 26 Jul 2008
08:38 ale search for other commits by this committer
Add support for MySQL 6.0.
Original commit
Monday, 9 Jun 2008
06:01 vanilla search for other commits by this committer
Add db47 to bsd.databases.mk.
Original commit
Friday, 11 Apr 2008
13:52 vsevolod search for other commits by this committer
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
Original commit
Saturday, 5 Apr 2008
18:26 mnag search for other commits by this committer
- Fix when USE_SQLITE != yes
- Fix lib version of sqlite34
Original commit
18:11 mnag search for other commits by this committer
- Fix .endif. Maybe works now :)

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

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

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

1 | 2  »