Age | Commit message (Collapse) | Author | Files | Lines |
|
Forgot in commit a few moments ago.
This was discussed on tech-pkg on July 7.
|
|
exists. Added new files for the xorg related files.
Version is now x11-links-0.26.
|
|
| Modified Files:
| src/usr.sbin/pkg_install/add: perform.c
|
| Log Message:
| cleanup: preserve errno. Needed so err() functions ran after running
| cleanup(0) print the correct error message.
|
|
| To generate a diff of this commit:
| cvs rdiff -r1.109 -r1.110 src/usr.sbin/pkg_install/add/perform.c
|
|
| Modified Files:
| src/usr.sbin/pkg_install/add: extract.c
|
| Log Message:
| Fix 'pkg_add -R' handling - not registering really means not touching
| the pkgdb too - useful for pkg_add as non-root!
|
|
| To generate a diff of this commit:
| cvs rdiff -r1.34 -r1.35 src/usr.sbin/pkg_install/add/extract.c
|
|
|
|
|
|
|
|
taking the name of the current subroutine. Removed unnecessary checks
for backup filenames.
|
|
|
|
and checkfile_package_Makefile. This made another command line option
-CMakefile possible, which allows Makefile checking to be switched off
(it is on by default).
|
|
one.
|
|
|
|
that has been in pkglint before I started hacking it. Mostly, they don't
contain a specific file location where to look for the cause or they are
generated using dubious code. The remaining warnings are only a few, but
they are mostly usable and valid.
|
|
Replace ${PHPPKGSRCDIR} with ../../lang/php5 when expanding Makefile
variables. Show a warning if Makefile variables contain unresolved
substitutions after expanding them. Fixed a newly introduced bug that
prevented bsd.sites.mk from being found.
|
|
substrings with reasonable values.
|
|
|
|
|
|
"static" variable of the check_predefined_sites subroutine.
|
|
|
|
|
|
|
|
instead of many switches, each in its own loop. That way, each file is
only checked once.
|
|
Warn, but don't error out on pkgs that were built with IGNORE_RECOMMENDED.
Bump version to 20050718.
|
|
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,
USE_TOOLS+= perl:run
Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
|
|
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
|
|
|
|
changes.
|
|
|
|
directory of the package. The other parameter, the file to check, is
always relative to the current directory.
|
|
|
|
This is the first step to get rid of the global $opt_packagedir
variable. While doing this, I will hopefully notice all uses of relative
pathnames and repair them, so that pkglint can be called with multiple
arguments soon.
|
|
therefore renamed it to -Wplist-sort. This option is disabled by default
to avoid excessive warnings. Apart from an unfounded suggestion
somewhere in the past, I don't see a reason why PLIST files should be
sorted. Remember: The option is still available, it's just disabled by
default.
|
|
ever need to distinguish between expanded and unexpanded RCS tags while
committing.
|
|
NetBSD RCS tag instead of an unexpanded one. A user had complained about
it.
|
|
INSTALLATION_DIRS to set up ${PREFIX}/man/man1.
|
|
checkfile_patches_patch are called with path names relative to the current
directory, not to the package directory. The other subroutines will follow.
|
|
rather than just pretending to. I know I meant this to work, but
somehow I forgot actually to make it work a long time ago.
Addresses a problem pointed out in private email.
|
|
updates. Don't write logging messages for Makefiles that are being read
but for Makefiles that are included and for those whose inclusion is
skipped. Skip include files that contain Make variables. When checking
for direct use of shell commands, don't print the line continuation,
that is the trailing white-space and backslash. These changes lead to
pkglint-4.18.
|
|
the PLIST). Noticed by minskim@.
|
|
${PREFIX}.
|
|
|
|
the make required by the imake config files, which is specified by
${IMAKE_MAKE}. This allows differing make programs to be used for
the main build versus xmkmf.
|
|
invoking the make(1) program as "make" instead of hardcoding the
(wrong) path in ${MAKE_PROGRAM}. This will rely on the tools framework
to have set up "make" to properly call the correct make(1) program.
This should fix cases where pkgxmkmf called the wrong make(1) program
on Linux systems.
|
|
version number to 4.17.1.
|
|
|
|
synchronizing with the files listed in src/distrib/sets/lists/x* for
XFree86 4.5.0.
|
|
in AIX-4.3.2) PRIu64. If it is missing or broken, provide one. Should
address PR30375. Welcome to pkg_install-20050607
|
|
of package:../../category/package.
|