2007-04-12 14:09:13 by Tobias Nygren | Files touched by this commit (1) |
Log message:
make xdec reflect files that exist on a fresh Tru64 5.1B-4 install
|
2007-02-10 16:45:21 by Antoine Reilles | Files touched by this commit (1) |
Log message:
add defined check before !empty, to make bootstrap make happy
|
2007-01-17 04:11:19 by Roland Illig | Files touched by this commit (20) |
Log message:
Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make
clear that these variables are completely unrelated to
BUILDLINK_TRANSFORM.
Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*.
XXX: Where should incompatible changes in pkgsrc be documented?
|
2006-12-15 21:33:06 by Joerg Sonnenberger | Files touched by this commit (236) |
Log message:
Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.
graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
|
2006-09-27 18:41:20 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Copy XFree86 logic from x11/XFree86-libs to pkgtools/x11-links to
unbreak build of x11-links.
|
2006-07-21 15:40:27 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Modify the shlib-type script so that it doesn't need to compile anything
-- instead, we just check "pkg_info", which should exist on all pkgsrc
platforms.
XXX Note that this may need to change when we later support other package
XXX system flavors.
Back out revision 1.79 of pkgtools/x11-links/Makefile which was only to
work around needing a C compiler for shlib-type to work.
|
2006-07-21 15:36:39 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Remove "foo" target that's clearly a debuggging target.
|
2006-07-21 14:37:49 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Mark as using c language. This fix PLIST problem while doing
'make package' (make; make package works): without this SHLIB_TYPE
is set to 'none' while doing 'make package', resulting in
mk/plist/shlib-none.awk being used hence missing PLIST entries.
XXX I suppose this may not really be the right fix (barrier
problem?) but for the time being 'pkg_comp makeroot' succeed
XXX What is this 'foo' target?
|
2006-07-10 23:50:34 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Add x11-links, xorg-libs, and XFree86-libs information to BUILDLINK_ORDER
so that show-buildlink3 will show when these buildlink3.mk files are
included.
|
2006-05-23 00:22:05 by Johnny C. Lam | Files touched by this commit (49) |
Log message:
Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.
Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another. Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.
CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed. It defaults to "no" unless PKG_DEVELOPER
is set.
|