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: databases/db41/Makefile

Number of commits found: 28

Friday, 21 Feb 2014
13:35 ehaupt search for other commits by this committer
Remove trailing whitespaces from category databases
Original commitRevision:345402 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Thursday, 6 Feb 2014
14:11 miwi search for other commits by this committer
- Stage support
Original commitRevision:343087 
Wednesday, 15 Jan 2014
23:25 bapt search for other commits by this committer
Reduce over inclusion of bsd.port.mk
Original commitRevision:339859 
Monday, 16 Dec 2013
20:46 mandree search for other commits by this committer
Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit
so that people don't rush to upgrades yet.
Original commitRevision:336664 
Friday, 13 Dec 2013
23:27 mandree search for other commits by this committer
Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports.
Original commitRevision:336383 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Sunday, 22 Jan 2012
15:42 beat search for other commits by this committer
- Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround in
  bsd.port.mk also handles configure script outside of WRKSRC.

Exp-runs by:    miwi
Original commit
Saturday, 29 Oct 2011
11:45 beat search for other commits by this committer
- Fix build on FreeBSD 10. Apply manual fix as the configure script is
  outside of WRKSRC and the WITH_FBSD10_FIX knob doesn't work in this
  case.

Approved by:    portmgr (miwi)
Original commit
Friday, 12 Nov 2010
09:03 mandree search for other commits by this committer
Update MASTER_SITES.

Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
PR:           ports/152158
Approved by:  gslin@gslin.org (for db4[5-8]) (implicit, see Makefile)
Original commit
Saturday, 9 Oct 2010
14:26 mandree search for other commits by this committer
Move the two smaller vendor patches into files/
The upstream website seems broken. Also comment PATCH_SITES to try
ftp.FreeBSD.org first.
Original commit
Sunday, 13 Jun 2010
12:01 mandree search for other commits by this committer
Whom:-lines: ditch my @web.de address, use @gmx.de.

Approved by: garga (mentor, implicit)
Original commit
11:57 mandree search for other commits by this committer
Switch MAINTAINER line to FreeBSD address.

Approved by: garga (mentor, implicit)
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Wednesday, 8 Nov 2006
10:15 rafan search for other commits by this committer
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.

Noticed by:     pav
Approved by:    Matthias Andree (maintainer)
Original commit
05:18 rafan search for other commits by this committer
- Update MASTER_SITES
- Add patch.4.1.25.3 from vendor

PR:             ports/105267
Submitted by:   Matthias Andree (maintainer)
Original commit
Friday, 14 Apr 2006
03:44 mnag search for other commits by this committer
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to
2006.
- portlint(1)

PR:             95623
Submitted by:   maintainer
Original commit
Wednesday, 13 Apr 2005
07:14 leeym search for other commits by this committer
Add patch.4.1.25.2 to fix these bugs, quoting SleepyCat
<http://www.sleepycat.com/update/4.1.25/patch.4.1.25.html>:

# Applications with largely dirty caches could see performance problems in the
  cache allocation code.
# Environment recovery could fail after the failure of a database open.
# Catastrophic environment recovery could fail after a normal recovery
  performed when sections of the database environment log only contained
  database open/close pairs.

PR:             79841
Submitted by:   maintainer
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Monday, 14 Feb 2005
16:25 clsung search for other commits by this committer
- chase distfiles (change MASTER_SITES)

PR:             ports/77509
Submitted by:   Matthias Andree (maintainer)
Original commit
Wednesday, 5 May 2004
19:48 krion search for other commits by this committer
- change MASTER_SITES to track the new download location
- change one blank to TAB to quiet portlint
- replace lengthy docs list by PORTDOCS= *

PR:             ports/66258
Submitted by:   maintainer
Original commit
Friday, 16 Apr 2004
10:18 arved search for other commits by this committer
Workaround a problem with fast-mutexes on amd64

Reported by:                    tjr
PR:                             64886
Investigative work by:          perky
Workaround suggested by:        maintainer
Original commit
Monday, 8 Sep 2003
14:20 nork search for other commits by this committer
Fix build on recent current (by -pthread option is deprecated).

PR:             ports/56551
Submitted by:   KONDOU, Kazuhiro <kazuhiro@alib.jp>
Approved by:    Matthias Andree <matthias.andree@gmx.de> (maintainer)
Original commit
Friday, 21 Feb 2003
11:15 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 16 Feb 2003
16:09 nork search for other commits by this committer
Remove RESTRICTED tag with cryptography relation.

Pointed out by:         kris
Original commit
05:54 nork search for other commits by this committer
o Add "RESTRICTED" tag since db41 contains strong cryptography (Rijndael),
o Prepares for the db41-nocrypto port.

PR:             ports/48225
Submitted by:   Matthias Andree <matthias.andree@web.de> (maintainer)
Original commit
Tuesday, 7 Jan 2003
01:06 petef search for other commits by this committer
Add db41-4.1.25 after a repocopy from databases/db4.

PR:             46755
Submitted by:   Matthias Andree <matthias.andree@web.de>
Original commit

Number of commits found: 28