non port: databases/db43/Makefile |
Number of commits found: 27 |
Friday, 4 Jul 2014
|
23:27 adamw
This port is already DEPRECATED, but I'm removing NOPORTDOCS from it
anyway to cleanse the tree.
 |
Sunday, 2 Feb 2014
|
10:08 miwi
- Stage support
 |
Monday, 16 Dec 2013
|
20:46 mandree
Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit
so that people don't rush to upgrades yet.
 |
Friday, 13 Dec 2013
|
23:27 mandree
Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports.
 |
Friday, 20 Sep 2013
|
16:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
 |
Sunday, 22 Jan 2012
|
15:42 beat
- 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
 |
Saturday, 29 Oct 2011
|
11:45 beat
- 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)
 |
Friday, 12 Nov 2010
|
09:03 mandree
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)
 |
Saturday, 9 Oct 2010
|
14:43 mandree
Move vendor patch into files/.
 |
Sunday, 13 Jun 2010
|
11:57 mandree
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
 |
Thursday, 21 Aug 2008
|
06:18 rafan
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)
 |
Wednesday, 7 Feb 2007
|
06:40 kris
Fix build after objformat removal
Submitted by: maintainer
PR: ports/108773
 |
Wednesday, 8 Nov 2006
|
15:43 rafan
- Shuffle MASTER_SITES for bdb ports to share load
Requested by: Matthias Andree (maintainer)
 |
10:15 rafan
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.
Noticed by: pav
Approved by: Matthias Andree (maintainer)
 |
05:20 rafan
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
- Add patch.4.3.29.1 from vendor
PR: ports/105271
Submitted by: Matthias Andree (maintainer)
 |
Friday, 14 Apr 2006
|
03:44 mnag
- Distfiles are rerolled. Removed Java rpc_server and update some copyrights to
2006.
- portlint(1)
PR: 95623
Submitted by: maintainer
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
 |
Wednesday, 5 Oct 2005
|
06:41 mi
Update from 4.3.28 to 4.3.29.
Approved by: maintainer
 |
Friday, 29 Jul 2005
|
10:44 vs
Fix problems with gcc4
PR: ports/80916
Submitted by: Michael Edenfield via maintainer
 |
Saturday, 7 May 2005
|
18:26 jylefort
Update to 4.3.28
PR: ports/80576
Submitted by: maintainer
 |
Wednesday, 16 Feb 2005
|
03:08 clsung
- I forgot to bump PORTREVISION.
Noted by(and Thanks to): mat
 |
Tuesday, 15 Feb 2005
|
02:05 clsung
- chase distfiles (change MASTER_SITES)
- add patch.4.3.27.3 (making these variables isn't really useful as the
patches will not be portable to the next version)
PR: ports/77511
Submitted by: Matthias Andree (maintainer)
 |
Wednesday, 9 Feb 2005
|
16:22 mi
Replace the hardcoded version number with ${PORTVERSION} in a couple of places.
Approved by: maintainer
 |
Tuesday, 8 Feb 2005
|
23:33 pav
- add vendor patch 4.3.27.1 to fix C++ DbEnv::ref_elect
PR: ports/77263
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
 |
Tuesday, 28 Dec 2004
|
22:02 krion
Update to 4.3.27
PR: ports/75563
Submitted by: maintainer
 |
Sunday, 5 Dec 2004
|
03:03 clsung
- repocopied from databases/db42 (via portmgr)
- Description as follows
Version 4.3 of the Berkeley Data Base library which offers (key/value) storage
with optional concurrent access or transactions interface.
Utilities are included in the distribution to convert v1.85 databases to v4.3
databases, and a backwards compatible API is provided to maintain
compatibility with programs using the v1.85 interface.
For details on compatibility with other DB versions, see:
http://www.sleepycat.com/download/patchlogs.shtml
PR: ports/73790
Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
 |
Number of commits found: 27 |