FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 8:02 AM BST
non port: databases/db42/Makefile
CVSWeb

Number of commits found: 13

Sun, 13 Jun 2010
[ 11:57 mandree ] Original commit 
1.40 archivers/lzo/Makefile
1.49 archivers/lzo2/Makefile
1.17 archivers/lzop/Makefile
1.16 audio/squash/Makefile
1.69 databases/db3/Makefile
1.61 databases/db4/Makefile
1.64 databases/db41/Makefile
1.3 databases/db42-nocrypto/Makefile
1.66 databases/db42/Makefile
1.79 databases/db43/Makefile

(Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Switch MAINTAINER line to FreeBSD address.

Approved by: garga (mentor, implicit)
Wed, 8 Nov 2006
[ 10:15 rafan ] Original commit 
1.66 databases/db3/Makefile
1.58 databases/db4/Makefile
1.62 databases/db41/Makefile
1.65 databases/db42/Makefile
1.75 databases/db43/Makefile
1.79 databases/db44/Makefile
- Remove RANDOMIZE_MASTER_SITES. This is a user set variable.

Noticed by:     pav
Approved by:    Matthias Andree (maintainer)
[ 05:20 rafan ] Original commit 
1.64 databases/db42/Makefile
1.10 databases/db42/Makefile.db
1.7 databases/db42-nocrypto/distinfo
1.26 databases/db42/distinfo
- Update MASTER_SITES
- Use RANDOMIZE_MASTER_SITES, USE_LDCONFIG
- Add patch.4.2.52.5 from vendor

PR:             ports/105270
Submitted by:   Matthias Andree (maintainer)
Wed, 13 Apr 2005
[ 07:31 leeym ] Original commit 
1.63 databases/db42/Makefile
1.23 databases/db42/distinfo
Add two SleepyCat patches to fix:

- log sequence error and missing data when transactional database is walked
  with a cursor after being loaded non-transactionally

- memory leak when repeatedly opening/closing database environments

PR:             79842
Submitted by:   maintainer
Tue, 5 Apr 2005
[ 18:55 linimon ] Original commit 
1.62 databases/db42/Makefile
Add an advisory variable that mark this port as not being a slave port.
For whatever reason, the default assignments of this variable is wrong.

This only affects FreshPorts and portsmon.

Approved by:    maintainer
Sat, 26 Jun 2004
[ 11:13 arved ] Original commit 
1.61 databases/db42/Makefile
Workaround a problem with fast-mutexes on amd64.

Idea from:      db41 port.
Discovered by:  upcoming ice port.
Thu, 27 May 2004
[ 08:32 krion ] Original commit 
1.60 databases/db42/Makefile
1.5 databases/db42/Makefile.db
1.28 databases/db42/pkg-plist
- Build + install RPC server

PR:             ports/67239
Submitted by:   maintainer
Requested by:   brooks
Fri, 19 Mar 2004
[ 22:28 eik ] Original commit 
1.59 databases/db42/Makefile
1.4 databases/db42/Makefile.db
This patch is a convenience patch to allow broken port tools to continue
to go about their rotten business. It is issued without acknowledgment
of any obligation, in response to ports/64393.

The patch does NOT bump PORTREVISION as the change is invisible for the
port's or package's users. $FreeBSD$ is sufficient.

I also refute any "bug" with respect to the the porter's handbook's
pages referenced in ports/64393, my port has not written anything after
bsd.port.mk and portlint has nothing to complain about (only that it
can't figure "patch" is legal in a PATCHFILES variable).

Informational: tools that assume .include <bsd.port.[post.]mk> was the
last line in a port's makefile are broken. They should be comparing
the output of realpath $(make -V MASTERDIR) against the output of
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 3 Mar 2004
[ 11:21 linimon ] Original commit 
1.58 databases/db42/Makefile
Revert previous commit.  Local changes here masked the fact that this
change would break the port for other users.

Noticed by:             Rolandas Naujikas <rolnas@takas.lt>
Pointy hat to:          linimon@FreeBSD.org
[ 01:24 linimon ] Original commit 
1.57 databases/db42/Makefile
Remove redundant definition of MASTERDIR (sets MASTERDIR back to
default).

Reviewed by:            Matthias Andree <matthias.andree@gmx.de> (maintainer)
Tue, 24 Feb 2004
[ 13:24 eik ] Original commit 
1.56 databases/db42/Makefile
1.22 databases/db42/distinfo
* Add vendor patch.4.2.52.2
* Bump portrevision.
* Add SIZE to distinfo.

PR:             63306
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Wed, 14 Jan 2004
[ 21:13 krion ] Original commit 
1.55 databases/db42/Makefile
1.2 databases/db42/Makefile.db
1.27 databases/db42/pkg-plist
- Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2
  works. These are symlinks to libdb*-4.2.so.2 (the SONAME).
- Bump PORTREVISION

PR:             61283
Submitted by:   maintainer
Fri, 9 Jan 2004
[ 09:45 pav ] Original commit 
1.2 databases/db42-nocrypto/Makefile
1.54 databases/db42/Makefile
1.1 databases/db42/Makefile.db
1.2 databases/db42-nocrypto/distinfo
1.21 databases/db42/distinfo
1.6 databases/db42/files/patch-dist::Makefile.in
1.3 databases/db42/files/patch-dist::configure
1.2 databases/db42/files/patch-dist::ltmain.sh
1.11 databases/db42/pkg-descr
1.26 databases/db42/pkg-plist
Add Berkeley DB 4.2.52 after repocopy from db41.

Note to other porters who want their port to depend on this one: Use

LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto

Usually, setting
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42"
                LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2"

will then work to get the right DB library. At run time, the proper
library will be looked up by its SONAME, which is "libdb-4.2.so.2" and
resides in /usr/local/lib.

PR:             ports/60943
Submitted by:   Matthias Andree <matthias.andree@gmx.de>

Number of commits found: 13

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 15
new 48 hours32
new 7 days60
new fortnight181
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.104 seconds.