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) combination 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 23 on this page)

«  1 | 2 

Tuesday, 11 Mar 2008
23:34 pav search for other commits by this committer
- Fix typo (unclosed double-quote)

PR:             ports/120618
Submitted by:   Gennady Proskurin <gpr@nnz.ru>

- Change default PostgreSQL dependency from 8.1 to 8.2

PR:             ports/120865
Submitted by:   edwin
Original commit
Monday, 15 Oct 2007
15:32 girgen search for other commits by this committer
Introducing the first beta of PostgreSQL 8.3

Note that this is a BETA VERSION of the PostgreSQL server.
Use it only for testing.
Original commit
Tuesday, 28 Aug 2007
09:33 ale search for other commits by this committer
Update to 5.1.21 release.
Original commit
Monday, 6 Aug 2007
09:23 delphij search for other commits by this committer
Add support of Berkeley DB 4.6.
Original commit
Thursday, 2 Aug 2007
05:42 delphij search for other commits by this committer
Allow depending on Berkeley DB 4.5
Original commit
Wednesday, 18 Jul 2007
21:56 edwin search for other commits by this committer
[patch] bsd.database.mk - Give PostgresSQL a better default database version

        I think we're a little bit over-conservative by keeping the
        default PostgreSQL version on 7.4. Let's move it to 8.1.

PR:             ports/113873
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    portmgr after maintainer timeout
Original commit
Wednesday, 6 Dec 2006
16:48 girgen search for other commits by this committer
Welcome new release of the world's most advanced open source database:
PostgreSQL 8.2.0

Complete release notes are available at
http://www.postgresql.org/docs/current/static/release-8-2.html
Original commit
Saturday, 7 Oct 2006
10:22 miwi search for other commits by this committer
- The whitespace police is back in town!

PR:             ports/104013
Submitted by:   Edwin Groothuis <edwin(at)mavetju.org>
Sponsored by:   FreeBSD Bug-a-thon #1
Original commit
Saturday, 30 Sep 2006
19:25 linimon search for other commits by this committer
* Split bsd.port.mk pre and post includes into 3 pieces instead of 2, to
  allow OPTIONS to be able to influence dependencies.  This is still
  experimental [1]

* Teach bsd.gcc.mk about gfortran [2]

* Remove the outdated emulators/linux_base; the new default has been
  linux_base-fc4.  This will allow the outdated port to be removed [3]

* Add USE_FIREBIRD macros to bsd.database.mk [4]

PR:     93687 [1], 93690 [2], 103184 [3], 103357 [4]

Submitted by:   shaun [1], Pedro F. Giffuni <giffunip at asme to org> [2],
                gerald [2], thierry [2], vd [3], skv [4]
Original commit
Wednesday, 5 Jul 2006
02:18 linimon search for other commits by this committer
* Change all bogus uses of BROKEN to IGNORE.  Note: the BROKEN_WITH_*
  forms are retained for compatibility but deprecated [1]

* Add sha256 to CHECKSUM_ALGORITHMS [2]

* Remove some whitespace [2]

* Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3]

* Fix USE_LDCONFIG with non-default PREFIX [4]

* Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets
  support [5]

* Add 'make missing' to show missing dependencies [6]

* Fix DESKTOP_ENTRIES processing on 4.x [7]

PR:     92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5],
        93601 [6], 98891 [7]

Submitted by:   linimon [1], edwin [2], alex at foxybanana dot com [3],
                gerald [4], flz [4], alepulver [5], alex at fafula dot com [6],
                shaun [7]
Original commit
Wednesday, 28 Jun 2006
11:38 rafan search for other commits by this committer
Update comments for USE_MYSQL and DEFAULT_MYSQL_VER to reflect that
we use MySQL 5.0 as default now.

Approved by:    delphij (mentor)
Original commit
Friday, 16 Jun 2006
04:53 linimon search for other commits by this committer
* Update default MySQL version from 4.1 to 5.0 [1]

* Update default PHP version from 4 to 5 [2]

* Update default LDAP version from 2.2 to 2.3 [3]

* Add support for LDAP version 2.4 [4]

* Update default linux_base from '8' (Redhat 8) to 'fc4' (Fedora Core 4) [5]

* Switch default Linux X implementation from XFree86 to xorg to track the
  above [5]

* Deprecate INSTALLS_SHLIB and replace it by USE_LDCONFIG.  If set to "yes",
  the old behavior is preserved.  Otherwise, it can be set to a list of
  directories to be added to ${PREFIX}/libdata/ldconfig/${UNIQUENAME}.
  Note that this directory is used by ldconfig startup script, it is meant
  to replace ldconfig scripts installed by some ports as (sometimes
  000.${UNQUENAME}.sh) [6]

* Adds USE_LDCONFIG32 which is like USE_LDCONFIG but the target file is
  ${PREFIX}/libdata/ldconfig32/${UNIQUENAME} instead.  (Note: this should
  only be used on 64-bit architectures) [6]

* Set the default LANG for tr to be C to avoid some build problems [7]

* Include bsd.java.mk in both pre and post sections [8]

* Get rid of remnants of FORCE_PKG_REGISTER [9]

* Always print options with make showconfig [10]

PR:     92805 [1], 92806 [2], 96793 [3], 97515 [4], 96849 [5],
        91933 [6], 91381 [7], 97020 [8], 95841 [9], 97133 [10]

Submitted by:   ale [1][2], delphij [3][4], netchild [5], flz [6],
                Tsurutani Naoki <turutani at scphys dot kyoto-u dot ac dot jp>
                [7], hq [8], sem [9], pav [10]
Original commit
Tuesday, 25 Apr 2006
19:56 pav search for other commits by this committer
- Set BDB_VER to detected Berkeley DB version.
- Set SQLITE_VER to detected sqlite version.
- Document *_VER variables.

PR:             ports/92079
Submitted by:   Petr Rehor <prehor@gmail.com>
Original commit
Friday, 14 Apr 2006
18:14 linimon search for other commits by this committer
Reset vsevolod as maintainer due to unreponsiveness.  We hope to see him
back sometime.

Hat:            portmgr
Original commit
Monday, 3 Apr 2006
06:21 leeym search for other commits by this committer
- add more check and return the correct path of header files and libraries
  of Berkeley DB.
- add {WANT,WITH,INVALID,<UNIQUENAME>_WITH}_BDB_VER and WITH_BDB_HIGHEST
  to choose the best version of db.
- support db44.
- update UPDATING

PR:             89023
Submitted by:   Scot W. Hetzel <swhetzel at gmail.com>
Approved by:    maintainer timeout
Original commit
Sunday, 5 Feb 2006
09:42 ale search for other commits by this committer
Add MySQL 5.1 shared library number.
Original commit
Wednesday, 1 Feb 2006
06:18 linimon search for other commits by this committer
Fix capitalization of IGNORE messages.
Original commit
04:18 linimon search for other commits by this committer
The last commit was not quite ready for prime time.  Not only did I fail
to reword the strings in the IGNORE statements, but also the change from
BROKEN_WITH to IGNORE_WITH is wrong without the accompanying changes
throughout the ports tree.

Hat:            portmgr
Pointy hat:     linimon
Noticed by:     kris
Original commit
Saturday, 28 Jan 2006
07:20 vsevolod search for other commits by this committer
Replace BROKEN with IGNORE.

PR:             92445
Submitted by:   linimon
Original commit
Saturday, 21 Jan 2006
17:37 krion search for other commits by this committer
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin
<tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]
Original commit
Sunday, 4 Dec 2005
14:05 clement search for other commits by this committer
- Fix quoting error in BROKEN_WITH_MYSQL IGNORE message

Approved by:    portmgr (self)
Original commit
Friday, 11 Nov 2005
10:29 vsevolod search for other commits by this committer
- Use lower in USE_BDB and USE_SQLITE to make tests
- Fix comment about BROKEN
- Fix wrong dependency on sqlite

PR:             88661
Submitted by:   mnag
Original commit
Tuesday, 8 Nov 2005
09:02 clement search for other commits by this committer
* Add bsd.database.mk [1]
  - move out from bsd.port.mk USE_MYSQL and USE_PGSQL.
  - add support for Berkley DB and SQLite (via USE_BDB and USE_SQLITE
    knobs).

* Espace '+' in make search [2]

* Add "makepatch" target to simplify creation of patches during porting [3]

* Replace deprecated MACHINE_ARCH with ARCH [4]

* Remove support of OpenLDAP 2.1 [5]

* Add bsd.tcl.mk [6]
  It introduces USE_TCL/USE_TCL_BUILD knobs to support various
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

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

«  1 | 2