Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
1998-08-09 | "make clean" shouldn't fail if nothing was built so far. | tron | 1 | -2/+2 | |
1998-08-08 | update for new name | tsarna | 1 | -2/+2 | |
1998-08-08 | remove me as MAINTAINER. | frueauf | 1 | -2/+2 | |
1998-08-07 | Our portlint has diverged significantly from FreeBSD's, so | tsarna | 9 | -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-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 3 | -0/+7 | |
1998-07-31 | Make xpkgwedge capable of building a "binary pkg", for uniformity. | tv | 2 | -4/+3 | |
1998-07-31 | Update to "0.4": new layout to coincide with USE_LOCALBASE_FOR_X11 | tv | 1 | -6/+13 | |
changes. | |||||
1998-07-14 | cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every | frueauf | 2 | -3/+7 | |
package Makefile. | |||||
1998-07-01 | Update to "0.2": define ConfigDir in terms of $(X11_ROOT), so that imake | tv | 2 | -3/+6 | |
can be used recursively ("make Makefiles"). | |||||
1998-06-26 | No need for both IS_INTERACTIVE and RESTRICTED; just put in RESTRICTED | tv | 1 | -3/+2 | |
with a suitable message. | |||||
1998-06-26 | Add xpkgwedge, an experimental patch that enables the build of X11 pkgs | tv | 9 | -0/+117 | |
(even imake ones) that will install in /usr/pkg instead of /usr/X11R6. This is NOT (yet?) the standard X11 pkg build procedure, but it does provide a "way out" for users that do not want to pollute their /usr/X11R6 tree with pkgs. |