Age | Commit message (Expand) | Author | Files | Lines |
2007-01-17 | Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make | rillig | 1 | -2/+2 |
2006-12-29 | OpenBSD ships GNU readline with integrated libhistory. Use the | joerg | 1 | -2/+4 |
2006-12-12 | Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. | joerg | 1 | -2/+2 |
2006-11-05 | DESTDIR support. | joerg | 1 | -1/+2 |
2006-10-22 | Update to 5.2: | wiz | 2 | -13/+8 |
2006-10-01 | Don't include bsd.prefs.mk more often than necessary. | rillig | 1 | -3/+2 |
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-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 2 | -5/+5 |
2006-03-30 | Ensure that _BLTN_H_READLINE is defined by find-files.mk. | jlam | 1 | -2/+2 |
2006-03-30 | Avoid extra stat() calls by not repeatedly checking whether a file | jlam | 1 | -5/+8 |
2006-03-30 | * Honor PKGINFODIR. | jlam | 2 | -4/+6 |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 |
2006-03-02 | Link the readline library against the library that has the termcap | minskim | 3 | -11/+12 |
2005-12-31 | Update to 5.1: | wiz | 2 | -6/+13 |
2005-11-04 | Use "+=" for BUILDLINK_TRANSFORM.readline, as suggested by pkglint. | rillig | 1 | -2/+2 |
2005-07-01 | Exclude Darwin>=8.0 from _INCOMPAT_READLINE_LIBRARY because it has a | minskim | 1 | -2/+2 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 1 | -80/+85 |
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 |
2005-01-26 | Linking against libedit also requires linking against libtermcap. | jlam | 1 | -2/+2 |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 |
2004-11-28 | Rewrite lib-checking code to use the standard variables and method to | jlam | 1 | -28/+17 |
2004-11-15 | Add a new variable BROKEN_READLINE_DETECTION which should be set to | jlam | 1 | -1/+18 |
2004-11-14 | Update devel/readline to 5.0. Changes from version 4.3 include: | jlam | 5 | -75/+62 |
2004-10-16 | Add Interix-*-* to _INCOMPAT_READLINE because libedit of Interix doesn't | minskim | 1 | -2/+2 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 |
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -9/+1 |
2004-08-20 | Use ${BSD_INSTALL_LIB} so the library is installed +x. (Bump PKGREVISION; | tv | 3 | -6/+7 |
2004-07-13 | add Darwin to INCOMPAT_READLINE to work around PR 26268 | danw | 1 | -2/+2 |
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 |