summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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
1998-09-04Re-order packages into alphabetic order.agc1-2/+2
1998-09-04Move pkglint from devel category to pkgtools category by Repository copy.agc1-1/+2
1998-09-03Add, but do not enable, ftp and pax.agc1-1/+3
1998-09-03Addition of a package for NetBSD-current's version of pax(1). This dealsagc5-0/+35
with GNU tar archives (which may include trailing rubbish) correctly. This package does not register itself, so it cannot be deleted. It simply overwrites the existing binaries with the newer version.
1998-09-03Added ftp-19980903, the ftp(1) from NetBSD-current, into the pkgtoolsagc5-0/+35
category. pkg_add(1) from the pkgtools directory uses ftp -o - to retrieve packages specified as URLs. This package will simply be installed over the top of the existing ftp binary in /usr/bin, and does not register itself, so that it cannot be deleted.
1998-08-28Set NO_PACKAGE for this package - binary packages cannot be made,agc1-1/+2
since package registration does not take place. Fixes a problem pointed out by Charles Hannum.
1998-08-28+ Add a pkgtools category.agc7-0/+50
+ Add a pkg_install package, in the pkgtools category, which is a copy of NetBSD-current's /usr/src/usr.sbin/pkg_install sources, as of August 28th 1998. This version of the pkg_* tools includes a version of pkg_info(1) which echoes matching package names, understands sh(1) globbing, csh(1)-style {,} alternates, and Dewey decimal version number relational matching.
1998-08-23Setting NO_CHECKSUM=yes is enough.frueauf1-2/+2
1998-08-23As there is nothing to extract, set EXTRACT_ONLY=#empty and removefrueauf2-4/+2
unnecessery md5 file.
1998-08-20The Grand Homepagification:tsarna3-7/+26
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-11Set ${PREFIX} after inclusion of bsd.pkg.mk; don't depend on bsd.pkg.mk totv1-5/+5
conditionally set PREFIX.
1998-08-09"make clean" shouldn't fail if nothing was built so far.tron1-2/+2
1998-08-08update for new nametsarna1-2/+2
1998-08-08remove me as MAINTAINER.frueauf1-2/+2
1998-08-07Our portlint has diverged significantly from FreeBSD's, sotsarna9-0/+1735
rename portlint to pkglint, and keep the sources right under files. This makes it much easier to maintain and keep up with changes to out package system.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+7
1998-07-31Make xpkgwedge capable of building a "binary pkg", for uniformity.tv2-4/+3