Age | Commit message (Collapse) | Author | Files | Lines |
|
Handle -r and -a on the same line (remove mismatched packages, then add)
In the -B case avoid an extra 'make' invocation - reduces time taken on
my system by 45%
|
|
Allow package directories to be skipped by listing under -U
eg: pkg_chk -us -U databases/jdbc-postgresql
|
|
|
|
This fixes PR pkg/14619 by Greg A. Woods.
|
|
|
|
miyu% grep nb Makefile
DISTNAME= xfsprogs-1.2.8.srcnb1
miyu% /tmp/pkglint
OK: checking Makefile.
====> WARN: is 'nb1' really ok on DISTNAME, or is it intended for PKGNAME?
OK: checking pkg/PLIST.
OK: checking pkg/DESCR.
OK: checking distinfo.
0 fatal errors and 1 warnings found.
Suggested by Tomasz Luchowski.
|
|
|
|
|
|
|
|
files using the same patterns bsd.pkg.mk uses when building the file (via
make patchsum)
|
|
building the distinfo file
|
|
per discussion with Hubert, remove outdated file that was last modified in
1999
|
|
|
|
no need to use pkg/ for that purpose
o use ${PREFIX} instead of ${LOCALBASE} in do-install
Bump version to 1.16
OK'd by hubertf
|
|
o fit in 80 columns
o s,pkg/DESCR,DESCR, and the same with PLIST in comments
OK'd by wiz
|
|
"run editor and make backup if file if necessary"
-> "run editor and make backup of given file if necessary"
|
|
|
|
Requested by zuntum. Bump to 3.09.
|
|
|
|
Add extra definitions to be able to build and install this package on
Darwin.
|
|
|
|
New version includes the NetBSD patches. Other changes...
0.51:
* Applied another patch from Ben Collver:
. minor logic problem with verifying INDEX file
. compare and upgrade now work even if INDEX doesn't exist (very nice for
me because INDEX takes >12 hours to generate on my box)
0.50:
* Applied a patch to make this work with NetBSD ports.
* Cleaned up the entire dist a little bit..
|
|
the "xjewel" will build again. Bump version number to 1.7.
|
|
Changes from Stoned Elipot to permit setting additional tags in mk.conf
or similar, plus handling and tags (eg: 'x11/acroread x11+i386').
Also expand the manpage slightly and give some examples.
|
|
should also be updated when this package is.
|
|
|
|
pkg/13988).
|
|
include/X11/extensions/XLbx.h
include/X11/extensions/Xrandr.h
include/X11/extensions/randr.h
include/X11/extensions/randrproto.h
lib/libXfont.so.1.4
lib/libXft.so.1.1
lib/libXrandr.a
lib/libXrandr.so
lib/libXrandr.so.1
lib/libXrandr.so.1.0
lib/libXvMC.a
lib/libfontenc.a
|
|
Fix final item of breakage from 1.14 and parsing pkgchk.conf. Ack.
|
|
|
|
Fix awk in pkgchk.conf parsing broken in 1.14
|
|
Make -r work with -B
|
|
Fix typo in last which resulted in installations being recorded
as failed.
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
Speed optimisations:
Reduce number of calls to 'make'
If a package is checked in the '-u' check, skip it in the '-a' check
Features:
Output after the checking phase is now suitable for use as an sh script
Implement '-r' which will recursively delete mismatched packages
Fixes:
Change pkgchk references to pkg_chk
|
|
a missing shared library from XFree86-3.3.x (libXext.so.6.3).
|
|
Thomas-Peter Klug <thomas-peter.klug@db.com> on port-amiga.
|
|
+ Convert a few "grep | awk" pipelines into straight awk.
+ Add in path names per OS.
+ Add a just-in-time su so that pkg_tarup can be run as a normal user, and
the right things will happen.
|
|
Report failed installs when running with -k
|
|
|
|
Correct check for X libraries (x11 tag)
|
|
Version now 3.08.
|
|
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
|
|
packages.
|
|
|
|
libraries to ${X11BASE} under ${LOCALBASE}/share/x11-links. It is intended
for use by buildlink code to cleanly separate out the true X11 code files
from any installed X11 package code files. The X11 hierarchies supported
are:
XFree86-3.3.x
XFree86-4.0.x
XFree86-4.1.0
|
|
Fix -B on some systems, and implement '-k' (similar to make's usage)
|
|
the X11 headers and libraries in ${BUILDLINK_X11_DIR} in constructing
the header and library search paths for the compiler.
|
|
|
|
-u should imply -i
|