summaryrefslogtreecommitdiff
path: root/databases/db4/hacks.mk
AgeCommit message (Collapse)AuthorFilesLines
2020-12-20db4: remove workaround for very old GCCmaya1-25/+0
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-01Disable optimizations for GCC <3.4. This fixes PR pkg/30647 by Ian Spray.tron1-5/+5
2004-12-27Update databases/db4 to 4.3.21. Changes from version 4.2.25 include:jlam1-5/+1
* Automatic initialization of replication clients * Replication election process is now Paxos compliant * In memory transaction logs allowing in memory databases * Enhanced Java API nearly identical to that of our Java Edition * Native support for sequence number generation * Degree 2 transaction isolation * Mutex statistics can now be easily gathered and recorded * Support for Itanium2 chips running Windows XP
2004-11-16Migrate powerpc hack to hacks.mk to simplify core logic in Makefile.jlam1-0/+29