Age | Commit message (Expand) | Author | Files | Lines |
2012-02-05 | Don't set BUILDLINK_LIBS for db1, db2 and db3, same as db4. | obache | 1 | -2/+2 |
2007-11-16 | Reverted all the recent changes to the BUILTIN_FIND_GREP variable. It | rillig | 1 | -2/+2 |
2007-11-16 | Move backslash from last commit to second '$'; the test for a builtin | bjs | 1 | -2/+2 |
2007-11-15 | Fixed some pkglint warnings. At any other position in a shell word, the | rillig | 1 | -3/+3 |
2007-10-17 | Made the .include lines simpler. | rillig | 1 | -2/+2 |
2007-02-15 | Reverted the last change, since it was wrong. In a single shell word, a | rillig | 1 | -2/+2 |
2007-02-15 | Fixed shell quoting, noted by pkglint. | rillig | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -2/+2 |
2005-08-11 | Change the order of libraries looked for, and start with libdb1 instead of | cube | 1 | -6/+6 |
2005-06-30 | Cosmetics (so pkglint does not complain) | adam | 1 | -3/+2 |
2005-06-20 | Until pkgsrc gets a databases/db1 package, we must always prefer the | jlam | 1 | -1/+6 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 1 | -59/+60 |
2004-12-23 | Don't remove library options from the command line quite so aggressively. | jlam | 1 | -2/+1 |
2004-12-11 | Create directories before putting files in them. This should fix | jlam | 1 | -1/+2 |
2004-12-02 | Don't hardcode /usr/include/db.h and /usr/include/db1/db.h all over the | jlam | 1 | -10/+16 |
2004-11-28 | Reverse the tests so that we actually check for the existence and not | jlam | 1 | -6/+6 |
2004-11-26 | Add missing quotes. | jlam | 1 | -3/+3 |
2004-11-17 | If we don't need to link against -ldb or -ldb1 (because the DB functions | jlam | 1 | -3/+5 |
2004-11-15 | If we're using db1, the create a compatibility header db_185.h that is | jlam | 1 | -1/+10 |
2004-11-15 | Whitespace nits. | jlam | 1 | -8/+8 |
2004-11-15 | Store the actual library options in BUILDLINK_LDADD.db1 and append that | jlam | 1 | -3/+4 |
2004-11-15 | Rework the Berkeley DB detection in buildlink3: | jlam | 1 | -0/+72 |