Age | Commit message (Expand) | Author | Files | Lines |
2004-05-31 | oops; move _READLINE_H and _READLINE_READLINE_H definitions outside | grant | 1 | -2/+2 |
2004-05-31 | also test for the readline.h header file when determining whether we | grant | 1 | -5/+9 |
2004-05-29 | unused. | kristerw | 1 | -94/+0 |
2004-04-26 | Suppress the "inferring the mode of operation is deprecated" warning by | jlam | 2 | -11/+11 |
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 1 | -11/+11 |
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 |
2004-03-13 | Typo: && should be || to get the correct test semantics. | jlam | 1 | -2/+2 |
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 2 | -143/+126 |
2004-02-20 | If USE_GNU_READLINE is set, then actually use the builtin readline if it's | jlam | 1 | -3/+4 |
2004-02-18 | Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the | jlam | 1 | -22/+24 |
2004-02-17 | Deal with built-in readline actually being GNU readline. | jlam | 1 | -21/+76 |
2004-02-16 | Remove info files entries from PLIST. | seb | 1 | -4/+1 |
2004-02-12 | Create a new variable PREFER_NATIVE that has the opposite semantics | jlam | 2 | -6/+26 |
2004-02-12 | Reorganize code so that any dependencies are checked as part of deciding | jlam | 2 | -30/+34 |
2004-02-11 | Move the INCOMPAT_FOO checks to a more natural location within the | jlam | 1 | -14/+13 |
2004-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -3/+3 |
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-01-24 | Support BUILDLINK_DEPENDS.<pkg> being a list of values. | jlam | 1 | -2/+2 |
2004-01-10 | Be a bit more accurate: we want to match a ".", not any character. | jlam | 1 | -3/+3 |
2004-01-05 | bl3ify | jlam | 1 | -2/+4 |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 |
2004-01-05 | Check variable values for "no" as well as "NO". Also sprinkle some | jlam | 1 | -8/+8 |
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -4/+4 |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+88 |
2003-09-19 | update HOMEPAGE | dent | 1 | -2/+2 |
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2003-06-30 | Update to 4.3pl5. Incorporate 5 official patches. | uebayasi | 2 | -2/+17 |
2003-06-25 | Convert to USE_NEW_TEXINFO. | seb | 2 | -9/+3 |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 |
2002-12-07 | Update readline to 4.3. | jmmv | 4 | -26/+29 |
2002-10-25 | Unused. | wiz | 1 | -89/+0 |
2002-10-09 | Be more precise about which files need to be moved into the readline | jlam | 1 | -3/+3 |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 3 | -16/+77 |
2002-08-07 | Add a catch-all for SunOS to force using the pkgsrc versions of the | jlam | 1 | -2/+7 |
2002-08-07 | Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE, | jlam | 1 | -32/+30 |
2002-04-02 | Re-Introduce Linux packages to the wonders of readline | abs | 1 | -4/+9 |
2002-02-18 | Introduce new framework for handling info files generation and installation. | seb | 2 | -6/+7 |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 |
2001-08-06 | Update readline to 4.2. Major changes from version 4.1: | jlam | 9 | -320/+86 |
2001-07-27 | Set REPLACE_LIBNAMES_SED in cases where BUILDLINK_TRANSFORM will be invoked | jlam | 1 | -1/+5 |
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 |
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -3/+3 |
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 |
2001-06-23 | Generalize how the dependency pattern may be specified. Instead of just | jlam | 1 | -4/+5 |
2001-06-20 | Remove libtool archive target and related variables -- buildlink.mk doesn't | jlam | 1 | -35/+1 |
2001-06-19 | Mark as USE_BUIDLINK_ONLY and remove -I$(includedir) from the header | jlam | 3 | -11/+19 |
2001-06-11 | Use bsd.buildlink.mk more fully. | jlam | 1 | -62/+48 |