Next | Query returned 119 messages, browsing 81 to 90 | Previous

History of commit frequency

CVS Commit History:


   2004-07-13 03:20:32 by Dan Winship | Files touched by this commit (1)
Log message:
add Darwin to INCOMPAT_READLINE to work around PR 26268
   2004-05-31 12:00:42 by grant beattie | Files touched by this commit (1)
Log message:
oops; move _READLINE_H and _READLINE_READLINE_H definitions outside
the conditional as they are needed later on.
   2004-05-31 11:55:36 by grant beattie | Files touched by this commit (1)
Log message:
also test for the readline.h header file when determining whether we
have builtin readline.

fixes a problem under Slackware 9.1 where the aaa_elflibs package (which
must be installed) provides shared libraries for base system programs
linked against them, but does not provide the .so symlink nor the header
files needed for development, so can't be used for pkgsrc.
   2004-05-29 18:28:09 by Krister Walfridsson | Files touched by this commit (3)
Log message:
unused.
   2004-04-26 10:01:20 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Suppress the "inferring the mode of operation is deprecated" warning by
specifying the mode of operation when invoking libtool.
   2004-03-29 07:43:36 by Johnny C. Lam | Files touched by this commit (24)
Log message:
Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
   2004-03-13 19:39:16 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Typo: && should be || to get the correct test semantics.
   2004-03-10 18:57:15 by Johnny C. Lam | Files touched by this commit (46) | Package updated
Log message:
Split out the code that deals with checking whether the software is
built-in or not into a separate builtin.mk file.  The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.

The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.

The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
   2004-02-20 07:51:16 by Johnny C. Lam | Files touched by this commit (1)
Log message:
If USE_GNU_READLINE is set, then actually use the builtin readline if it's
GNU and satisfies the dependency requirements.
   2004-02-18 17:35:27 by Johnny C. Lam | Files touched by this commit (20)
Log message:
Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the
environment overrides all other settings.

Next | Query returned 119 messages, browsing 81 to 90 | Previous