summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
1999-08-10Small change to make pkglint run on Linux, much the same as the changeagc2-4/+4
used to make it run on Solaris - force the osname to be NetBSD, since pkgsrc is the same on all these different operating systems. Bump version number to 1.75 accordingly.
1999-08-10RUN_DEPENDS=pkglintsakamoto1-2/+2
1999-08-05Minor English corrections.agc1-1/+1
1999-08-01Add -P flag to lintpkgsrc to override PKGSRCDIRabs3-8/+16
1999-07-27Add and enable port2pkgsakamoto1-1/+2
1999-07-27Converter FreeBSD port to NetBSD pkgsrcsakamoto6-0/+371
1999-07-17Update "pkglibtool" to version 1.2p2. This version makes sure that youtron1-4/+5
don't use an a.out "pkglibtool" on an ELF system and vice versa.
1999-07-09Add package patch checksum files.agc1-0/+5
1999-07-08bsd.pkg.mk recognises patch files of the form "patches/patch-*", ratheragc3-5/+8
than "patches/patch-??" - fix pkglint.pl to mirror this. Bump version number to 1.73, and update CHANGELOG
1999-07-07make this reality.mrg1-4/+3
1999-07-02Make this package work on Solaris.agc1-2/+8
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc3-18/+6
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.
1999-06-24Update to 1.72 (new '-p' flag to lintpkgsrc to report (and optionaly remove)abs3-19/+53
old binary packages.
1999-06-18Update to V1.4.hubertf2-4/+4
Work around ls(1) working different when invoked as root than as normal user. Thanks to David Brownlee <abs@anim.dreamworks.com> for telling me!
1999-06-18> > > Hit a problem with the wrksrc=`ls w*` if run as root.feyrer1-4/+4
> > > A 'wrksrc=`cd w* ; echo *`' seems to fix it. > > > :) > The ls picks up the .extract_done file, which breaks things > somewhat :) => Fixed (Problem noted by David Brownlee <abs@anim.dreamworks.com>) ,
1999-06-05Update to 1.71.abs2-11/+15
Avoid uninit var warning, plus tighten up 'Maybe ...' check for unknown packages
1999-05-30Downgrade to version 19990412.tron2-4/+4
1999-05-30Remove blank line.tron1-2/+1
1999-05-30Set LOCALBASE explicitly after bsd.pkg.mk, and do not set PREFIX.tv1-3/+2
1999-05-30fix checksum, forgotten in last updatehubertf1-2/+2
1999-05-30update package source to 19990529christos1-2/+2
1999-05-23Allow PKGNAME to be derived from DISTNAME (substitute as necessary).tv1-1/+2
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-3/+1
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-12Sync to current version.bad1-2/+2
1999-05-06Add notes why some packages were commented out.hubertf1-5/+5
1999-05-06add and enable url2pkghubertf1-1/+2
1999-05-06Script to help bootstrapping pkgshubertf5-0/+33
1999-05-06point at Packages.txt at endfeyrer1-4/+4
1999-05-06Take address for MAINTAINER from $PKGMAINTAINER (if available)feyrer1-6/+19
oder $REPLYTO. Set to appropriate string if neither is available. Check if this is run in the fight dir - ../../mk/bsd.pkg/mk must be available. Most importang: move EXTRACT_SUFX to shut up pkglint - pointed out by Thorsten Frueauf ages ago.
1999-05-06Initial revisionfeyrer1-0/+107
1999-04-23 * Work around RCS ID expansionhubertf2-16/+9
* Use same old sources, we just patch 'em up in the package (only give the package a new version).
1999-04-23Fix to build on 1.3 systems.hubertf3-2/+601
Reported by Roger Fischer <roger@badger1.net>
1999-04-23Fixes for 1.3hubertf2-0/+103
1999-04-19Neither "patch" nor "configure" step is required.tron1-1/+3
1999-04-19Update "pkg_install" package to 12-April-1999 current sources.tron2-4/+4
1999-04-19Correct old '-u' reference (now '-o')abs1-4/+4
1999-04-19Bugger. s/pkg_check/lintpkgsrc/ in the usage.abs1-2/+2
1999-04-19Add pkg_check (renamed to lintpkgsrc, and add orginal lintpkgsrc functionalityabs6-50/+485
(fixed up to work a little better). lintpkgsrc can: -d : Check each Makefile's 'DEPENDS' matches current pkgsrc versions. -i : Check versions of installed packages against pkgsrc. -l : Run pkglint on every package in pkgsrc. -m : Report md5 mismatches for files in 'distfiles'. -o : Report old/obsolete 'distfiles' (not referenced by any md5). -r : Remove any 'bad' distfiles (Without -m or -o, implies both).
1999-04-18The print-pkgtools_ver target was renamed to show-pkgtools-versionhubertf1-3/+3
some time ago. Note this here!
1999-04-16Fix shell error causing "Syntax error: end of file unexpected"rh1-2/+2
if ${PKG_DBDIR} is missing
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-31Add Solaris support to pkglibtool, so that the correct format of .soagc1-1/+15
names (i.e. the same as NetBSD's pkglibtool) is supported. Native Solaris support (linux version_type) gives three digit .so names, and the rest of pkgsrc uses two digit ones (sunos version_type), whether on ELF or a.out NetBSD platforms, so standardise here. Please note that this is only for the version of libtool that's used in pkgsrc.
1999-03-30No need to call "pkg_admin rebuild" for every install.hubertf1-4/+5
1999-03-25If the user has never installed a package before, /var/db/pkg does notgarbled1-1/+4
exist, and pkg_admin rebuild fails miserably. Create this directory if it does not exist.
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-03-16This is pkgsrc, not the main tree; lint and depend only add useless extratv1-3/+2
to the compile time.
1999-03-13Call "pkg_admin rebuild" if it was never run before.hubertf2-2/+8
This should ONLY be run when upgrading from a non-pkgdb to a pkgdb-version of the pkg_* tools.
1999-03-10If running on Solaris, just use the NetBSD settings - it's the same pkgsrc.agc2-4/+9
Bump version number to denote Solaris support.
1999-03-10Fix default NetBSD rule to use architecture name instead of machine name.itohy1-0/+14
This fix make it compile on x68k, etc.
1999-03-08To be able to shoot oneself in the foot with a binary package of this,bad1-2/+4
LOCALBASE and NO_MTREE must be set. Some manual intervention is still necessary before it can hurt, though.