summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2001-07-15'file' should be replaced by '${FILE_CMD}' now.wiz2-3/+4
Bump to 3.07.
2001-07-14Remove inclusion of gettext-lib/buildlink.mk as it's pulled in byjlam1-2/+1
rpm/buildlink.mk.
2001-07-14Move inclusion of buildlink.mk files to end of Makefile and removejlam1-9/+6
commented-out USE_LIBINTL.
2001-07-14Add buildlink-xmkmf to PLIST.jlam1-1/+2
2001-07-13Just like perl-mk, python-mk is python version specific. However, as Itv1-1/+2
don't use python, set this to NO_PACKAGE to prevent building a binary package. For now I'll let someone else look at merging this directly into the python pkg (where it should be).
2001-07-13remove no=longer=needed perl-mkhubertf1-2/+1
2001-07-13Warn about some more directly used commands we now have ${CMD} for.wiz2-7/+7
[cmp, dirname, sort, wc]
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam4-28/+10
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-07-10Make this package work under Solaris, bump version number to 1.0.2.tron2-6/+5
2001-07-10bump version to 1.6 - work with host.def not existing on Solaris 8/x86hubertf1-2/+2
2001-07-10I don't know why I don't have a $X11_HOSTDEF, still I have none.hubertf2-3/+9
(Solaris 88/x86, of course with X running :) Make xpkgwedge not wedge in this config.
2001-07-09Update pkgchk to 1.06abs2-3/+7
Handle obsoleted (and to a limited extent moved) packages is a more graceful fashion (pkgtools/perl-mk anyone :)
2001-07-09Bump version to 20010709hubertf1-2/+2
2001-07-09Pull in consistent set of headers (<sys/cdefs.h> - BSD-specific too,hubertf4-4/+12
but at least it's consistent :)
2001-07-09Get rid of BSD err() and warn() functions - for great just^Wportability!hubertf1-6/+6
2001-07-09Always use this pkg's md5 routines. The Solaris ones e.g. aren'thubertf1-2/+2
compatible, and not everyone uses a full BSD environment on !BSD.
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.