Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-03-31 | Add Solaris support to pkglibtool, so that the correct format of .so | agc | 1 | -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-30 | No need to call "pkg_admin rebuild" for every install. | hubertf | 1 | -4/+5 | |
1999-03-25 | If the user has never installed a package before, /var/db/pkg does not | garbled | 1 | -1/+4 | |
exist, and pkg_admin rebuild fails miserably. Create this directory if it does not exist. | |||||
1999-03-22 | Catch up with MASTER_SITE_GNU reorganization. | bad | 1 | -2/+2 | |
1999-03-16 | This is pkgsrc, not the main tree; lint and depend only add useless extra | tv | 1 | -3/+2 | |
to the compile time. | |||||
1999-03-13 | Call "pkg_admin rebuild" if it was never run before. | hubertf | 2 | -2/+8 | |
This should ONLY be run when upgrading from a non-pkgdb to a pkgdb-version of the pkg_* tools. | |||||
1999-03-10 | If running on Solaris, just use the NetBSD settings - it's the same pkgsrc. | agc | 2 | -4/+9 | |
Bump version number to denote Solaris support. | |||||
1999-03-10 | Fix default NetBSD rule to use architecture name instead of machine name. | itohy | 1 | -0/+14 | |
This fix make it compile on x68k, etc. | |||||
1999-03-08 | To be able to shoot oneself in the foot with a binary package of this, | bad | 1 | -2/+4 | |
LOCALBASE and NO_MTREE must be set. Some manual intervention is still necessary before it can hurt, though. | |||||
1999-03-08 | Update for pkg_admin. | bad | 1 | -9/+12 | |
1999-03-04 | Storing ${.CURDIR} in a binary is not good for automounted paths. | kim | 1 | -2/+3 | |
PKGSRCDIR can now be set in /etc/mk.conf to remedy this. | |||||
1999-02-25 | remove redundant CONFLICTS line | hubertf | 1 | -3/+1 | |
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -2/+2 | |
1999-02-18 | Reflect that we no longer enforce full path for install-info, bump | frueauf | 2 | -15/+9 | |
version to indicate change. | |||||
1999-02-14 | Update "pkglibtool" package to 1.2 patchlevel 1: | tron | 4 | -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-19 | fix for pkgdb version (19990119) | hubertf | 1 | -2/+2 | |
1999-01-19 | Adjust for the pkgdb code | hubertf | 1 | -2/+2 | |
1998-11-26 | Bump version of PKGNAME to 1.67 to indicate that there are changes since | frueauf | 1 | -2/+4 | |
1.66. | |||||
1998-11-17 | Stop failing with a fatal error if ${FILESDIR}/md5 file does not exist - | agc | 1 | -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-12 | Add missing rcs ids. | frueauf | 2 | -0/+4 | |
1998-11-11 | Add a check for a NetBSD RCS Id in each of the patch files. | agc | 1 | -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-09 | bump PKGTOOLS_REQD to 19981107 | hubertf | 2 | -6/+7 | |
1998-11-09 | mention "make print-pkgtools_ver" | hubertf | 1 | -1/+2 | |
1998-11-07 | fix for objdir compiles | hubertf | 1 | -2/+2 | |
1998-10-26 | Update the (package) version of pkg_install tools to 19981026, to use | agc | 2 | -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-23 | Fix old bug: pkglint was looking for MIRROR_DISTFILES, while the actual | tsarna | 1 | -2/+2 | |
variable is MIRROR_DISTFILE | |||||
1998-10-21 | Update this package to use the -current sources from October 19th, 1998. | agc | 2 | -4/+4 | |
1998-10-18 | Add support to pkglibtool for -b, -O and -G options in install mode. This | matthias | 1 | -7/+16 | |
is necessary for installing inn. | |||||
1998-10-15 | Add and enable pkglibtool. | tv | 1 | -1/+2 | |
1998-10-15 | Make it clear for whom the instructions about creating a distfile are | agc | 1 | -1/+3 | |
intended. Add a note about checking the "pkgtools version required" definition in bsd.pkg.mk | |||||
1998-10-04 | Add "pkgtools" to categories. | tron | 1 | -2/+2 | |
1998-10-02 | Make this conflict with the old libtool-1.2 pkg. | tv | 1 | -1/+3 | |
1998-10-02 | Addition of pkglibtool, a pkg-system-customized libtool which installs | tv | 7 | -0/+108 | |
only the pkglibtool script | |||||
1998-09-30 | Make this actually work under 1.3. | hubertf | 5 | -0/+400 | |
Patches supplied by Alistair Crooks (thanks!), plus some more input from Luke Mewburn and some minor tweaks from me. | |||||
1998-09-27 | Add note on how to update this pkg's distfile. | hubertf | 1 | -1/+5 | |
1998-09-27 | Add "pkgtools" to "${CATEGORIES}". | tron | 2 | -4/+4 | |
1998-09-17 | Make the REQ and MESSAGE files specifiable from package Makefiles, | agc | 1 | -5/+4 | |
as REQ_FILE and MESSAGE_FILE respectively. Modify xpkgwedge to create its MESSAGE_FILE in the WRKDIR. | |||||
1998-09-11 | Update package tools to 980911 to catch "pkg_add" dependence fix. | tron | 2 | -4/+5 | |
1998-09-04 | Move xpkgwedge from x11 category to pkgtools category by Repository Copy. | agc | 1 | -1/+2 | |
1998-09-04 | Re-order packages into alphabetic order. | agc | 1 | -2/+2 | |
1998-09-04 | Move pkglint from devel category to pkgtools category by Repository copy. | agc | 1 | -1/+2 | |
1998-09-03 | Add, but do not enable, ftp and pax. | agc | 1 | -1/+3 | |
1998-09-03 | Addition of a package for NetBSD-current's version of pax(1). This deals | agc | 5 | -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-03 | Added ftp-19980903, the ftp(1) from NetBSD-current, into the pkgtools | agc | 5 | -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-28 | Set NO_PACKAGE for this package - binary packages cannot be made, | agc | 1 | -1/+2 | |
since package registration does not take place. Fixes a problem pointed out by Charles Hannum. | |||||
1998-08-28 | + Add a pkgtools category. | agc | 7 | -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-23 | Setting NO_CHECKSUM=yes is enough. | frueauf | 1 | -2/+2 | |
1998-08-23 | As there is nothing to extract, set EXTRACT_ONLY=#empty and remove | frueauf | 2 | -4/+2 | |
unnecessery md5 file. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 3 | -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-11 | Set ${PREFIX} after inclusion of bsd.pkg.mk; don't depend on bsd.pkg.mk to | tv | 1 | -5/+5 | |
conditionally set PREFIX. |