Age | Commit message (Expand) | Author | Files | Lines |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-07-02 | Switched to the SUBST framework. | rillig | 1 | -7/+11 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 2 | -5/+5 |
2006-04-04 | Export BUILDLINK_LDADD.ncurses, which is the flags to link directly | jlam | 1 | -1/+3 |
2006-03-30 | Avoid extra stat() calls by not repeatedly checking whether a file | jlam | 1 | -3/+4 |
2006-03-14 | Drop maintainership for packages that I no longer have time to maintain. | jlam | 1 | -2/+2 |
2005-12-17 | Change my MAINTAINER email address to the one I've been using for | jlam | 1 | -2/+2 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 |
2005-10-20 | Update to 5.5. Solaris PLIST should be checked for correctness. | wiz | 7 | -41/+42 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 1 | -94/+100 |
2005-05-22 | Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris. | jlam | 1 | -2/+2 |
2005-05-22 | Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl. | jlam | 1 | -4/+2 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 |
2004-12-11 | Create directories before putting files in them. This should fix | jlam | 1 | -1/+3 |
2004-11-28 | Reverse the tests so that we actually check for the existence and not | jlam | 1 | -6/+6 |
2004-11-26 | Standardize how we search for libraries in builtin.mk files. We define | jlam | 1 | -8/+13 |
2004-10-13 | Oy, what a hack. But then, so is Interix.... | tv | 1 | -2/+3 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -2/+4 |
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -21/+1 |
2004-07-21 | Remove explicit dependency on groff -- set USE_TBL instead. | jlam | 1 | -2/+2 |
2004-07-09 | depend on groff | drochner | 1 | -1/+2 |
2004-07-06 | Unused. | wiz | 1 | -153/+0 |
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 1 | -10/+10 |
2004-03-20 | Always create the curses.h -> ncurses.h symlink to match buildlink2 | jlam | 1 | -3/+7 |
2004-03-19 | Add a few more files that are not installed on SunOS. | bouyer | 1 | -4/+4 |
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 2 | -161/+140 |
2004-03-08 | Add two patches (that will end up in the next ncurses release) to make | wiz | 4 | -3/+65 |
2004-03-04 | Add some missing man pages. | wiz | 1 | -1/+10 |
2004-03-04 | Use GNU make, so this builds again (for me (TM)). | wiz | 1 | -2/+2 |
2004-03-03 | Changes 5.4: | adam | 5 | -45/+182 |
2004-02-19 | In the USE_NCURSES case, if we're not using the built-in ncurses, then | jlam | 1 | -1/+3 |
2004-02-19 | I had the result backwards -- if ncurses is built-in and | jlam | 1 | -2/+2 |
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 1 | -21/+23 |
2004-02-17 | Deal with USE_NCURSES if the built-in ncurses really is ncurses. | jlam | 1 | -3/+6 |
2004-02-15 | Correct a test that got inverted in rev 1.19, which prevented creation | kristerw | 1 | -2/+2 |
2004-02-14 | Fix fatal typo in last: check USE_NCURSES, not USE_NCURSE. | snj | 1 | -2/+2 |
2004-02-14 | Make this file understand USE_NCURSES again. It got lost some time during | jlam | 1 | -1/+5 |
2004-02-12 | s/_BUILTIN_NCURSES/BUILDLINK_IS_BUILTIN.ncurses/g | jlam | 1 | -3/+3 |
2004-02-12 | Create a new variable PREFER_NATIVE that has the opposite semantics | jlam | 2 | -9/+29 |
2004-02-12 | Reorganize code so that any dependencies are checked as part of deciding | jlam | 2 | -70/+86 |
2004-02-11 | Move the INCOMPAT_FOO checks to a more natural location within the | jlam | 1 | -23/+23 |
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 1 | -2/+2 |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -4/+4 |
2004-02-05 | Make PREFER_PKGSRC just yes/no or a list of packages. This makes it | jlam | 2 | -10/+6 |
2004-02-05 | Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its | jlam | 2 | -10/+8 |
2004-02-05 | Support a new global variable: | jlam | 2 | -2/+18 |
2004-02-02 | These packages need a C++ compiler. | jlam | 1 | -2/+2 |