2004-05-22 12:04:21 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Unused.
|
2004-05-20 13:25:57 by grant beattie | Files touched by this commit (1) |
Log message:
drop the minimum required version of built-in xpm to 3.4. this is
actually still more strict than the buildlink2 behaviour (which would
allow any version), but at least packages requiring xpm can now build
again with builtin xpm on non-XFree86 platforms.
|
2004-05-15 08:06:15 by grant beattie | Files touched by this commit (1) |
Log message:
clean up, do away with lots of blank lines, |fmt 70 75.
|
2004-05-15 08:03:11 by grant beattie | Files touched by this commit (1) |
Log message:
use PKGBASE instead of PKGNAME if we detect builtin xpm.
|
2004-04-24 23:20:56 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Set BUILDLINK_PREFIX.xpm to ${X11BASE} if we're using builtin xpm.
Closes PR pkg/25302.
|
2004-04-23 01:52:19 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Enable pkgviews installation.
|
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-10 19:35:32 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Catch up with removal of BUILDLINK_{IS,USE}_BUILTIN.
|
2004-03-10 18:57:15 by Johnny C. Lam | Files touched by this commit (46) | |
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-06 20:04:26 by Johnny C. Lam | Files touched by this commit (27) |
Log message:
If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value. This
avoids breakage when executing the just-in-time su targets.
|