Age | Commit message (Collapse) | Author | Files | Lines |
|
- add SPOOLDIR so you can change the default spool directory without
hacking the source code
- add support for non-sparc architectures by using sysinfo(2), can
be overwritten by the new -a flag.
- add SVR4_PKGNAME support to overwrite the automatically truncating
of PKGNAME which won't work for a few packages like the amanda-*
ones.
- use the PKG_VERSION for the VERSION entry in the pkginfo file and
not ctime(3).
- use st_gid and not st_uid for the groupname in the pkgmap file.
Make me the maintainer of this package.
You need at least pkgsrc/mk/bsd.pkg.mk 1.645 to use the new version.
|
|
|
|
at least.
|
|
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
|
|
|
|
adding preprocessor definitions on the command line with -DVAR=var.
Update package version to 1.1.
|
|
and myself. Patch contributed in private mail.
|
|
|
|
Changes to lintpkgsrc:
Fix DEPENDS error (was only checking first DEPENDS). Fix from Dan.
Fix uname to work on pre NetBSD 1.4 systems.
|
|
modify them (and that also handles unmodified files in a sane way by deleting
backup files that had no changes).
The pkgvi utility was contributed by Tomasz Luchowski <zuntum@eik.pl>
|
|
|
|
|
|
|
|
Fix bugs:
- $pkgdir/files wasn't created
- mkdir($pkgdir/patches) was missing its second argument
(needed at least for the version of perl I have installed)
|
|
|
|
Post-1.5 version that fixes the timeout-problem when installing via FTP
(the 10-minute timeout was on the whole transfer, not on a single file
inside the package).
|
|
Addresses pkg/11683.
|
|
instead. Bump to 2.33.
|
|
|
|
DESCR:
BSD package management utility.
Aids user in finding, removing, upgrading, and installing packages in pkgsrc.
|
|
sourceforge URLs.
Bump to 2.32.
|
|
|
|
lintpkgsrc changes:
Add '-S' - List packages not in category 'SUBDIRS', rename experimental '-S'
to '-c'. Rework -h output to group by type. Fix poblem with handling certain
glob expressions for depends, clean up manpage.
|
|
Update to 2.30
|
|
the new version of xpkgwedge. Changes from xpkgwedge 0.4:
* Redefine ImakeCmd to "imake -I$(PREFIX)/lib/X11/config" to
pick up X11 config files in $(PREFIX)/lib/X11/config before the
ones in the standard X11 tree.
* Install a program called "pkgxmkmf" that's actually xmkmf, but
checks in $(PREFIX)/lib/X11/config before the standard X11 config
directory.
* Create the host.def file in $(PREFIX)/lib/X11/config instead of
always in ${X11BASE}/lib/X11/config.
The benefits of this are:
1) xpkgwedge can now install into $(PREFIX) instead of always into
$(X11BASE).
2) Keeps the X11 tree "pure", and doesn't affect people who want
to run xmkmf and not include all the xpkgwedge stuff, even if
it's installed.
3) Packages that install config files (lesstif, xview-config) can
now do so in $(PREFIX).
4) People only have to use 'pkgxmkmf' instead of 'xmkmf', and
(hopefully) no other changes, if they want to use the config
files in xpkgwedge'd packages.
|
|
lintpkgsrc - Add '-S' to optionally generate pkgsrcmap file mapping pkgname
to pkgdir and version
|
|
against /pkgsrc/distfiles/vulnerabilities.
|
|
lintpkgsrc: Remove over enthusiastic setting of {'PKGSRCDIR'} = '/usr/pkgsrc';
|
|
#include <xpkgwedge.def> at the start of the host.def file.
|
|
lintpkgsrc: Allow setting of any variable in mk.conf, including
PACKAGES containing PKGSRCDIR.
|
|
odd numbers for 'development' versions...
lintpkgsrc:
Rename set_pkgsrcdir to parse_mk_conf, and also extract PACKAGES as well
as PKGSRCDIR. Update check_prebuilt_packages to handle the new package data
structure that allos mulitple versions of the same package to be valid
(for -current packages etc) - Missed in previous changes.
|
|
lintpkgsrc tried to break DEPENDS up into a packagename and version
section, so if the version did not match it could lookup the matching
packages and suggest valid versions. Unfortunately this excessive
helpfulness meant globs that cover both sides such as
'perl-{5.0*,5.6.0nb2,base-5.[6-9]*}' gave it a certain degree of
indigestion. It also didn't handle the '.if ${BINNAME} != common'
correctly in www/ns-plugger-common/Makefile.
I believe now that any outstanding -i or -d warnings are genuine...
|
|
lintpkgsrc - fix :S modifier behaviour - broken in last commit
|
|
Rework substitution handling to correctly deal with
${DISTNAME:S/-/-gnome-/:S/$/nb1/} and friends. I remember being
in something of a hurry when that code was fist written. Slight
cleanup to not completely blow up on DEPENDS such as
perl-{5.0*,5.6.0nb2,base-5.[6-9]*}, though we still do not
handle globbing that includes packagename and version.
Update to 2.22
|
|
from /etc/mk.conf - now will understand .include and other make'isms in mk.conf
Update to 2.21
|
|
Major changes: .include lines are honoured now, and FILESDIR, PATCHESDIR,
PKGDIR, SCRIPTSDIR, MD5_FILE, and PATCH_SUM_FILE aren't hardcoded anymore,
but the corresponding Makefile variables are used.
Adapt lintpkgsrc to the changes.
Step to 2.20 to mark the occasion.
Reviewed by hubertf.
|
|
|
|
on by default now, to get EVERYTHING checked by default.
Suggested by Kimmo Suominen <kim@netbsd.org>
|
|
having any discernable version. Update to 2.15
|
|
Update version to 2.14
|
|
Allow only one file as argument, newfile, and assume oldfile as
newfile.orig.
|
|
Now 2.13
|
|
|
|
|
|
|
|
Update to 0.93
|
|
patches are regenerated. Update to 0.92
|
|
bsd.pkg.mk target, which was changed as part of the bulk package
infrastructure additions.
To protect against this happenning again, define a compile-time
definition called PACKAGE_DEPENDS_TARGET, which is by default
"run-depends-list", so that we can specify the bsd.pkg.mk target
at compile-time.
|
|
* should not cause any conflicts with the new bulk-package targets,
* didn't contain a reason for why they were disabled or
* were disabled for some false reason (and a IGNORE/BROKEN in the pkg's
Makefile would be more appropriate)
|
|
|