Age | Commit message (Collapse) | Author | Files | Lines |
|
which may be read-only. Pointed out by Julian Coleman, fixed in a
slightly different way.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command was split into two specific commands: ${RM} -f, then ${LN} -s, for
Solaris ln(1) behaviour, and, as pointed out by Julian Coleman, this can
have an unfortunate side-effect on read-only filesystems.
|
|
|
|
|
|
yesterday.
#DIST_PATH= /cdrom/0/distfiles:${HOME}/distfiles
(DIST_PATH allows multiple directories for distfiles to be defined,
although distfiles will still be downloaded into DISTDIR. For
example, this allows a CD to be used as a basic repository for
distfiles, with additional distfiles to be found in other directories,
and, if the distfile is not found in any of these, it will be
downloaded into DISTDIR. A symbolic link is created in DISTDIR,
pointing to the local distfile.)
|
|
at times.
|
|
|
|
Yes, this is a hack.
|
|
"inews" binary for newsreaders.
|
|
(a) if the patch file does not exist in the patch-sum file, then
print a warning to the user, and ignore the patch file. In particular,
do not exit with an error.
(b) if the patch file's calculated checksum does not match the one
recorded in the patch-sum file, print a warning to the user, and try the
other patch files. Once all patch files have been attempted, exit with
an error.
Also, don't bother to check for patch-local-* files inside the checksum
logic - they're already ignored at the head of the loop.
|
|
this shouldn't be silently ignored. Tell the user instead.
|
|
|
|
to return some "please see the new location"-pages instead of the
requested archive, which our ftp(1) doesn't take as an error.
Now, add a check here to see if ftp(1) actually got the requested file
or something else.
Detected by Reinoud Zandijk <zandijk@cs.utwente.nl>, talked over with
Frederick Bruckman <fb@enteract.com>.
|
|
|
|
don't use an a.out "pkglibtool" on an ELF system and vice versa.
|
|
when starting a line.
Tabs are for shell commands, and spaces are for comments, etc..
Closes PR 7982 by KAWAMOTO Yosihisa kawamoto@tenjin.org.
|
|
Jaromir Dolecek <dolecek@ics.muni.cz>.
While there, mark the README.html as precious, so it doesn't get removed
if the build process is interrupted.
|
|
local preferences (domain suffixes or full regular expressions) by
defining MASTER_SORT or MASTER_SORT_REGEX appropriately.
|
|
|
|
names so that they don't need to be adjusted later.
|
|
|
|
|
|
a file called files/patch-sum. This has the benefit of only
attempting to patch packages with official patches. This should mean
that you can untar a pkgsrc.tar.gz over a previous tree, and still
have it do the right thing, ignoring old patch files.
Patches which have an entry in the files/patch-sum file will be
applied, and then any local patches. If there are local patches to a
package, these should go in patch files called patches/patch-local-*
(these files are ignored when calculating the files/patch-sum file,
and also when checking the patches/patch-* files).
The calculation of the patch checksum ignores any NetBSD RCS Id in the
patch-* files. This removes a nasty ordering dependency for developers
making patches to packages.
Patch file checksums will only be checked if the files/patch-sum file
exists.
Add a target "makepatchsum", analogous to "makesum", which makes a new
files/patch-sum file.
|
|
LOWER_OPSYS for Solaris is solaris.
Remove the ugly hacks which had been introduced to workaround previous
misunderstanding.
|
|
but calculated every time bsd.prefs.mk is read. Correct the
situation, and only calculate these when they are needed.
Also save a few more cycles by hardcoding the LOWER_OPSYS values for
known operating systems, rather than using expensive shell echo and tr
commands every time bsd.prefs.mk is read.
|
|
|
|
|
|
|
|
|
|
|
|
...
===> package security/sudo
sudo package: sudo-1.5.7p4 installed, pkgsrc version sudo-1.5.9p1
===> package security/tripwire
===> category shells
...
for installed packages whose version does not match that in pkgsrc. No
output is produced if the package is not installed. This allows an easy
overview of the packages installed on a machine which need to be upgraded.
Also make minor modifications to the SUBDIRUSE target for Solaris.
|
|
sudo package: sudo-1.5.7p4 installed, pkgsrc version sudo-1.5.9p1
for installed packages whose version does not match that in pkgsrc. No
output is produced if the package is not installed. This allows an easy
overview of the packages installed on a machine which need to be upgraded.
|
|
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set. If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile. This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.
Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
|
|
|
|
|
|
(including any subdir) for a package. If ${IGNORE} is set, for any reason,
do not print anything. The output is relative to ${DISTDIR}.
This target can be used to identify out of date distfiles and patchfiles
in ${DISTDIR}, in conjunction with suitable filters.
|
|
|
|
|
|
|
|
install the export or US version of Netscape.
|
|
installing foo-u.v.
(Necessary workaround for deficiency of shell globs; works as long as
version numbers start with a digit)
|
|
|
|
and override the `on-the-fly dependency target' option.
|
|
|