2004-07-07 00:41:17 by Thomas Klausner | Files touched by this commit (30) |
Log message:
Unused.
|
2004-04-08 18:35:22 by Jeremy C. Reed | Files touched by this commit (2) |
Log message:
Bump BUILDLINK_DEPENDS.expat from 1.95.4 to 1.95.7.
The expat-1.95.6nb1 package has libexpat.so.4.0
and expat-1.95.7 has libexpat.so.5.0.
I noticed this because I had a fontconfig package built against
libexpat.so.4 which installed fine on another box
with expat-1.95.7 (libexpat.so.5). The fontconfig package
should have required the expat as now available in pkgsrc.
Please note that I have not bumped PKGREVISIONs for all
the packages depending on this.
|
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 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-03-02 19:13:58 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 1.95.7
bugfixes and compatibility improvements
|
2004-02-21 00:14:14 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Only USE_X11 if we're using the XFree86-provided expat.
|
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.
|
2004-02-17 11:55:02 by Marc Recht | Files touched by this commit (1) |
Log message:
Fix PKGSRCDIR: expat is in "textproc" and not "x11".
|
2004-02-17 09:31:19 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
We default to full, not build, dependencies.
|
2004-02-17 09:24:30 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Check for the version of the XFree86-provided expat software.
|