summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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.
1999-03-08Update for pkg_admin.bad1-9/+12
1999-03-04Storing ${.CURDIR} in a binary is not good for automounted paths.kim1-2/+3
PKGSRCDIR can now be set in /etc/mk.conf to remedy this.
1999-02-25remove redundant CONFLICTS linehubertf1-3/+1
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-2/+2
1999-02-18Reflect that we no longer enforce full path for install-info, bumpfrueauf2-15/+9
version to indicate change.
1999-02-14Update "pkglibtool" package to 1.2 patchlevel 1:tron4-19/+45
- Add "-cplusplus" option to link C++ shared libraries with "c++rt0.0" on "a.out" systems. This is required to get static constructors working. Fixes PR pkg/6935 by Jaromir Dolecek. - The binary is now called "pkglibtool-<VERSION>" so that "bsd.pkg.mk" can depend on a certain version.
1999-01-19fix for pkgdb version (19990119)hubertf1-2/+2
1999-01-19Adjust for the pkgdb codehubertf1-2/+2
1998-11-26Bump version of PKGNAME to 1.67 to indicate that there are changes sincefrueauf1-2/+4
1.66.
1998-11-17Stop failing with a fatal error if ${FILESDIR}/md5 file does not exist -agc1-4/+25
some perfectly sane packages do not have ${FILESDIR}/md5 files. Including pkgsrc/pkgtools/pkglint, funnily enough. In its place, introduce a checkmd5 subroutine, and call it if the file is present. This subroutine checks for the presence of the NetBSD RCS Id in the file.
1998-11-12Add missing rcs ids.frueauf2-0/+4
1998-11-11Add a check for a NetBSD RCS Id in each of the patch files.agc1-9/+12
Correct minor spelling mistake. Don't substitute ${PORTSDIR} for ../.. if the OS is NetBSD. Many thanks to Hubert Feyrer and Christoph Badura for the help with Perl.
1998-11-09bump PKGTOOLS_REQD to 19981107hubertf2-6/+7
1998-11-09mention "make print-pkgtools_ver"hubertf1-1/+2
1998-11-07fix for objdir compileshubertf1-2/+2
1998-10-26Update the (package) version of pkg_install tools to 19981026, to useagc2-4/+4
the new -b and -B flags to pkg_create, so that any binary packages that are created automatically get their build information and versioning data attached. Update bsd.pkg.mk to have PKGTOOLS_REQD= 19981026.
1998-10-23Fix old bug: pkglint was looking for MIRROR_DISTFILES, while the actualtsarna1-2/+2
variable is MIRROR_DISTFILE
1998-10-21Update this package to use the -current sources from October 19th, 1998.agc2-4/+4
1998-10-18Add support to pkglibtool for -b, -O and -G options in install mode. Thismatthias1-7/+16
is necessary for installing inn.
1998-10-15Add and enable pkglibtool.tv1-1/+2
1998-10-15Make it clear for whom the instructions about creating a distfile areagc1-1/+3
intended. Add a note about checking the "pkgtools version required" definition in bsd.pkg.mk
1998-10-04Add "pkgtools" to categories.tron1-2/+2
1998-10-02Make this conflict with the old libtool-1.2 pkg.tv1-1/+3
1998-10-02Addition of pkglibtool, a pkg-system-customized libtool which installstv7-0/+108
only the pkglibtool script
1998-09-30Make this actually work under 1.3.hubertf5-0/+400
Patches supplied by Alistair Crooks (thanks!), plus some more input from Luke Mewburn and some minor tweaks from me.
1998-09-27Add note on how to update this pkg's distfile.hubertf1-1/+5
1998-09-27Add "pkgtools" to "${CATEGORIES}".tron2-4/+4
1998-09-17Make the REQ and MESSAGE files specifiable from package Makefiles,agc1-5/+4
as REQ_FILE and MESSAGE_FILE respectively. Modify xpkgwedge to create its MESSAGE_FILE in the WRKDIR.
1998-09-11Update package tools to 980911 to catch "pkg_add" dependence fix.tron2-4/+5
1998-09-04Move xpkgwedge from x11 category to pkgtools category by Repository Copy.agc1-1/+2