summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2001-07-09* Make perl stop installing anything in the man3 directory. It's startingtv5-106/+0
to install things like "open.3" and "lib.3" which confuse users. Perl ships with a documentation tool, "perldoc", for this purpose; create a MESSAGE indicating that it should be used instead. (Perl still installs command line program manual pages in man1.) * Integrate bsd.perl.mk into the perl5-base build where it should have been from the beginning. The separate perl-mk pkg makes binary packages of perl-mk completely useless[*]. Older perl builders will not break, since <bsd.pkg.mk> contains fallback definitions that are evaluated at pkg build time. ===== [*] bsd.perl.mk is tightly bound to the version of perl that is installed. The version name "perl-mk-1.1" is completely useless as a binary pkg, since keeping multiple binary versions of perl on a FTP server means that one of the perl-mk's will get clobbered. However, putting the current pkgsrc PERL5_DIST_VERS in the perl-mk pkg is also a problem, because that doesn't necessarily reflect the installed version of perl. Snarfing the installed version at perl-mk build time would be even uglier, since you could not then walk the tree without perl being installed. The cleanest solution is to integrate bsd.perl.mk into the perl5-base pkg, and let those who have not upgraded perl yet use the runtime definitions in <bsd.pkg.mk>.
2001-07-09Update pkgchk to 1.05abs2-4/+4
Ensure -u works for packages which have more than one package depending upon them.
2001-07-08Update pkgchk to 1.04abs2-15/+25
- Set BSD_PKG_MK when parsing mk.conf - from PR pkg/13413 from Stoned Elipot - Actually delete previous version of a package when updating via binary pkgs - After finishing print a summary of packages updated and added
2001-07-08Update to 3.05: pkglint support for SVR4_PKGNAME, as requested bywiz2-9/+17
Bernd Ernesti.
2001-07-07add -O option to lintpkgsrc to report packages which have thedmcmahill3-11/+25
OSVERSION_SPECIFIC flag set. bump version to 3.04
2001-07-07Updated pkgchk to 1.03abs3-19/+117
- Move update/installs after check phase, and perform all updates before installs. - When updating packages that depend on each other, skip dependent packages to reduce unnecessary rebuilding. - Implement -n (display actions but do not perform them)
2001-07-05Updated pkgchk to 1.02 - if extracting the pkgname form a pkgdir fails,abs3-8/+10
make sure to display the pkgdir name.
2001-07-05Update buildlink-x11 to 0.6. Changes include moving the custom overridesjlam2-21/+17
of X11.rules settings below the inclusion of <X11.rules>. This should cause overrides to work correct for XFree-3.3.x systems.
2001-07-05Update buildlink-x11 to 0.5. Changes from previous version are thejlam2-3/+79
addition of the xmkmf script from the XFree86-4.0.x distribution, which understands passing -D options through to imake. Update the dependency on buildlink-x11 in bsd.pkg.mk for packages using USE_BUILDLINK_ONLY to >=0.5. Also, if USE_BUILDLINK_X11 is set, then refer to ${BUILDLINK_DIR} for location of X headers and libraries.
2001-07-02Update xpkgwedge to 1.5. This version factored out the buildlink logicjlam2-33/+3
into a separate package (buildlink-x11) usable even without xpkgwedge installed.
2001-07-02Add and enable buildlink-x11.jlam1-1/+2
2001-07-02buildlink-x11: allows X11 pkgs to be built using the buildlink.mkjlam7-0/+282
infrastructure, even if they use Imake.
2001-07-02Fix another couple of ' usages- from Ben Wongabs1-3/+7
2001-07-02Update pkgchk to 1.01 - do not check for pkgchk.conf with -iabs2-8/+10
noted by Tomasz Luchowski
2001-07-02Correctly import pkgchk-1.00 (into pkgtools not pkg_tools)abs5-0/+382
pkgchk verifies that the versions of installed packages matches those in pkgsrc, optionally adding missing or updating mismatched packages. It can verify all installed packages, or check against a set of packages based on the hostname, architecture, and other characteristics.
2001-07-02Update pkglint to 3.03:abs2-5/+7
Fix incorrect ' at start of line in lintpkgsrc manpage. Fixes PR pkg/13354 by Ben Wong
2001-07-01Add and enable pkgchkabs1-1/+2
2001-07-01Make sure the -DBuildLink gets passed through to subdir Imakefiles ifjlam2-3/+5
BuildLink is defined. Bump xpkgwedge version number to 1.4 and increase xpkgwedge dependency version in bsd.pkg.mk.
2001-06-29Update xpkgwedge to 1.3. Changes from version 1.2 are adding a sectionjlam2-3/+31
triggered by the definition of "BuildLink" that forces ${BUILDLINK_DIR} to be searched ahead of ${LOCALBASE} and ${X11BASE} for headers and libraries.
2001-06-24add an option to allow logging the output of "mkisofs -v -v" to a file.dmcmahill3-13/+24
This provides the required information for some "on the fly" iso image generation on an ftp server. Requested by Todd Vierling. bump rev to 1.3.
2001-06-23update to cdpack-1.2dmcmahill3-12/+25
change is that the automatically generated README.txt file is now only generated if requested via the -R flag as opposed to always generating the file. Suggested by Hubert.
2001-06-21Update pkglint to 3.02:abs2-11/+23
Also check 'size' when crosschecking for checksum mismatches.
2001-06-21Update pkglint to 3.01:abs2-4/+4
Correct wrong var usage in lintpkgsrc 'checksum mismatch' report.
2001-06-20If you install pkglint/lintpkgsrc from a binary pkg, make sure thathubertf1-1/+3
digest is installed too (-> explicit DEPENDS).
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam1-2/+4
2001-06-18Convert to use buildlink.mk files. Add proper dependency on zlib ifjlam1-13/+11
needed.
2001-06-18Use FILES_SUBST instead of repeating substitution pattern for all thejlam3-32/+53
files, and substitute for a few more utilities instead of using unqualified names for programs.
2001-06-16Add a local modified copy of InstallAppDefaultsLong:veego2-3/+22
This is the same as the one in X11.tmpl, but without the LinkConfDirectory. LinkConfDirectory removes the app-defaults directory in $(PREFIX)/lib/X11 and creates a link to the real X11 app-defaults directory and moves the old app-defaults files into it. This is not what we want for pkgsrc. This is for the people who use the real XFree86 version and not the one from xsrc/xfree which has a NetBSD specific hack which breaks sharing /usr/X11R6. Bump to version 1.2.
2001-06-14Fix problem under Solaris caused by latest changes to "bsd.prefs.mk"tron1-2/+2
and "bsd.pkg.mk". Problem noted by Stoned Elipot in private e-mail.
2001-06-13Xref pkgvi(1)zuntum1-1/+2
2001-06-09Remove lots of dead and FreeBSD-specific code.wiz2-207/+27
Some slight improvements while I'm here. That's worth a new major: 3.00.
2001-06-09Warn about deprecated DIGEST_FILE and PATCH_SUM_FILE.wiz2-7/+8
Bump to 2.57.
2001-06-06- You must set the environment variable XAPPLRESDIR, not the shell variable.kei1-1/+2
Add an export line to do so to the example.
2001-06-02update to cdpack-1.1.dmcmahill4-24/+116
Changes are: add a '-X directory' option which allows you to specify a directory whose contents should be included on the last CD of the set. This is useful for including, for example, a pkgsrc.tar.gz tarball which doesn't need to be duplicated on each CD. make the usage output be a little better. in particular, list the options and mention the existance of a manpage.
2001-06-01xpkgwedge is no longer considered experimental. Change comment to reflectskrll1-2/+2
new reality.
2001-06-01Silence some warnings. Patch submitted by Ben Collver in pkg/13029.wiz2-7/+11
2001-05-31Another day, another pkglint version.abs2-6/+8
lintpkgsrc: If a binary package matches more than one vulnerability, only report once. Ensure LINTPKGSRC is set when parsing mk.conf
2001-05-31Fix dead HOMEPAGE.dent1-2/+2
2001-05-31Fix dead HOMEPAGEdent1-2/+2
2001-05-30Update pkglint to 2.55abs2-4/+6
Fix lintpkgsrc to correctly parse packages containing '+', from PR 12996 by Wolfgang Rupprecht
2001-05-24Update pkgdiff to 0.100abs2-4/+12
if pkgdiff failed due to a problem with RCS ids, mkpatches would save the failure message as a patch. Change to abort if pkgdiff has a non zero exit (with the pkgdiff output). Also add a '-v' flag to indicate which .orig file is being associated with which patchfile as processed.
2001-05-22Escape expansion of ${CC} in the environmentagc1-2/+2
2001-05-21Updated pkglint to 2.54 - for lintpkgsrc fix case of PKGSRCDIR not setabs2-4/+7
in environment, mk.conf, or command line.
2001-05-18add and enable python-mkwiz1-1/+2
2001-05-18Update pkglint to 2.53abs3-19/+58
Extend 'lintpkgsrc -u' to list REQUIRED entries for mismatched packages, handle PACKAGES?=xxx in mk.conf
2001-05-17Capitalise first letter of COMMENTabs1-2/+2
2001-05-16Update pkglint to 2.52:abs2-4/+4
Handle empty variable settings 'VAR=' in lintpkgsrc, to match recent postgresql package Makefiles
2001-05-14Sync the manpage with reality: s/md5/distinfo/gagc1-5/+5
2001-05-14first cut on a Makefile snippet for common python package stuffdrochner4-0/+68
2001-05-12Warn on finding USE_PERL (not USE_PERL5), and on DEPENDS withwiz2-3/+14
continuation lines. Bump to 2.51.