summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2002-08-03Until this package is updated one more time from basesrc, provide a patchseb2-5/+14
for Solaris on FTP_CMD value in Makefile.inc. Fixed in revision 1.19 of basesrc/usr.sbin/pkg_install/Makefile.inc.
2002-08-02add a couple of items to the TODO list.dmcmahill1-1/+12
- direct to CD writing - inclusion of distfiles for pkgs which can't be packaged.
2002-08-01The 20020723 pkg_install tools use strlcpy(), which Darwin lacks.schmonz3-7/+77
Provide a strlcpy() implementation (from -r1.12 of basesrc/lib/libc/string/strlcpy.c), and use it on Darwin.
2002-08-01Updated pkg_install to 20020723martti6-25/+25
- remove handling of PKG_ADD_BASE. - don't search current directory if PKG_PATH is set. - don't prefer local directories. - constify and cleanup.
2002-07-29Tabify, and apply patch from pkg/17331 by Julio Merino, addingwiz1-6/+8
NO_PATCH and NO_CONFIGURE.
2002-07-21Add \n in an error message. Doesn't warrant version bump.wiz1-2/+2
2002-07-18remove item which has been done :) (flags to include/exclude ↵dmcmahill1-4/+1
NO_BIN_ON_{FTP,CDROM})
2002-07-15Pkgcvsupdate had been decommissioned.seb1-2/+1
2002-07-15Pkgcvsupdate is too buggy, so remove it.seb5-288/+0
If people are interested in beta testing a replacement, contact me <seb@netbsd.org>.
2002-07-15Remove RCS Id.wiz1-2/+0
2002-07-11Updated pkglint to 3.29abs2-4/+4
Make -V work without -p, -O, or -R Fixes pkg/17558 from Dan McMahill
2002-07-11mdoc nit.wiz1-2/+2
2002-07-05Remove $Id$ from patch, and standardize. regen distinfo.wiz2-79/+77
2002-07-05how did I mess up distinfo on patch-ah? Its a new file but.... mysteryabs1-2/+2
2002-07-03LORDER and TSORT will be handled in the correct placeabs1-2/+1
2002-07-03Compile and run under Linux. We're still missing pax and mtree, but using theabs10-73/+242
Darwin bootstrap kit everything else now works.
2002-07-023.28: Note that USE_SSL is deprecated.wiz2-3/+8
2002-07-023.27: Warn about missing RCS Id in distinfo, and note that IS_INTERACTIVEwiz2-7/+16
is deprecated.
2002-06-27add -p to the diff arguments; it's useful to know which function alukem1-4/+4
patch applies to when updating a package
2002-06-26Update pkgtool/x11-links to version 0.8:jlam3-4/+16
Use _REQUIRE_BUILTIN_* to specify that the headers/libraries of some parts of X11 that are available from 3rd parties must be part of the standard X11 distribution or else their symlinks aren't installed as part of x11-links. This is to allow x11-links to contain all of the parts of the standard X11 distribution. The problem that prompted this is that newer releases of XFree86-4.x contain not just new libraries but new inter-library dependencies. Some of the X11 libraries present in XF86-4.x that were also in XF86-3.x now depend on libXpm.so or libfreetype.so, which, from a buildlink point-of-view, must also be found during the link phase when building software.
2002-06-21Make this work under Linux, and fix manpage install on SunOSabs2-5/+12
2002-06-20Update pkgchk to 1.30abs2-36/+22
Avoid problems if a file 'x' is in the current directory with obvious use of .PHONY. Implement and use extract_mk_dir_var().
2002-06-10Provide a default for "MAKECONF" for pre NetBSD 1.6 systems.tron1-1/+5
2002-06-10Updated pkg_install to 20020402 (fixes pkg/16176)martti2-5/+5
Check the return code from the second invocation of installprereq(), to make sure that a failed installation of a rpe-requisite package kills the attempt to add the package. This reverts pkg_add(1) to traditional behaviour.
2002-06-09Add support for "$PKG_DBDIR" and "$MAKECONF". Based on patches suppliedtron3-13/+44
by Jonathan Perkin in PR pkg/17069. Bump version number 1.29.
2002-06-08Darwin provides a /usr/bin/gnutar newer than what's in archivers/gtar-base.schmonz2-5/+5
2002-06-07This package doesn't work under Solaris because the include OpenWindowstron1-1/+3
is based on a very old X11 release.
2002-06-02Update to 3.26. Changes:wiz2-7/+37
. sync dewey support with pkg_info . fix 'elsif' handling (fixes bogus ns-flash warnings)
2002-05-22update to cdpack-1.4.1.dmcmahill3-8/+54
This update adds a prominant message at the end of the run explicitly stating which class of NO_BIN_ON_{FTP,CDROM} pkgs have been included or excluded from the set. This should help prevent accidental license violations. Suggested by Hubert Feyrer in private email.
2002-05-19Convert ${PORTNAME} to ${PKGNAME}, from YAMAMOTO Takashi in pkg/16772.wiz2-3/+4
Bump version to 1.11.
2002-05-19update to cdpack-1.4dmcmahill4-62/+253
- by default cdpack now excludes NO_BIN_ON_CDROM packages. This is the most important change. Previously all pkgs were included. - added flag to allow NO_BIN_ON_CDROM packages - added flag to exclude NO_BIN_ON_FTP packages - increased the verbosity resulting from the verbose flag - added a debug flag to preserve tmp files
2002-05-14Update url2pkg to 1.19. This adds some basic libtool-detection mechanismrh2-3/+19
that will set USE_LIBTOOL accordingly.
2002-05-11Fix typo in previous commit that prevented the created rules from workingrh2-6/+6
properly. Bump version to 1.5
2002-05-11Update createbuildlink to 1.4. This fixes the following problems:rh2-16/+21
* when creating BUILDLINK_CONFIG_WRAPPER_SED we also need to create a corresponding REPLACE_BUILDLINK_SED to reverse the effects * account for packages that set USE_X11BASE to an empty string.
2002-05-11Update createbuildlink to 1.3. Changes are:rh2-7/+41
* create BUILDLINK_CONFIG_WRAPPER_SED patterns if required * interpret "Makefile.common" as well as "Makefile" for packages that share common information
2002-05-05Update createbuildlink to 1.2. This revision addresses a couple of stylingrh2-11/+21
issues pointed out in private email by Thomas Klausner: * Include $PKGVERSION instead of RCS revision in script output * Add a few line breaks to make the output more readable
2002-05-05Update createbuildlink to 1.1. Includes the following changes:rh2-13/+20
* -buildlink-config-wrapper is a hardcoded suffix in bsd.buildlink.mk. Therefore, make sure the created config wapper targets actually have this suffix. * Prevent pkgconfig logic from twice including pkgconfig/buildlink.mk * Add missing \" in created sed rules * Include createbuildlink revision in created files
2002-04-29Nits.wiz1-8/+8
2002-04-29Add and enable createbuildlinkrh1-1/+2
2002-04-29Initial import of createbuildlink-1.0, a simple script that helps creatingrh5-0/+329
a buildlink.mk from a package's Makefile and PLIST. XXX: this is an attempt to make the creation of buildlink.mk files more XXX: systematic and less error-prone than copying existing buildlink.mk XXX: files and modifying them for a new package. Any help in making this XXX: script less simplistic and more versatile is gladly welcome!
2002-04-25two small typosheinz1-2/+2
2002-04-21Fix typo in DESCR: savet -> savedzuntum1-2/+2
Noted by Dawid Szymanski <dawszy@arhea.net> in private mail
2002-04-14Update to 0.7, which is needed for xfree-current (4.2.99.1).veego2-5/+18
Added: include/X11/Xft/XftCompat.h include/X11/extensions/XRes.h include/X11/extensions/XResproto.h include/fontconfig/fcfreetype.h include/fontconfig/fcprivate.h include/fontconfig/fontconfig.h lib/libXRes.a lib/libXft.so.2 lib/libXft.so.2.0 lib/libfontconfig lib/libfontconfig.so lib/libfontconfig.so.1 lib/libfontconfig.so.1.0
2002-04-08The location of postgres.h and utils/builtins.h has moved towennmach2-4/+4
${PREFIX}/include/pgsql/server. Therefore: o Change files/Makefile so that the include files are searched in both possible locations o Bump pkgconflict's revision to 0.3nb1
2002-04-08Recognize ${INSTALL_INFO} in PLISTs as install-info.wiz2-3/+7
Bump to 3.25.
2002-04-02Use basename in dodiff() so `pkgdiff /path/to/configure' works as expected.seb2-4/+4
Bump to 0.105
2002-04-01Update pkgchk to 1.28:abs2-11/+13
Now works on Solaris - fixes pkg/16145 from Darrin B. Jewell
2002-03-27Update pkgchk to 1.27abs2-6/+4
When using -f with -i, run fetch for mismatched packages
2002-03-22Update to 3.24:wiz2-3/+9
Report downlevel pkg_install version, too (in -i mode). Requested by gendalia and agc.
2002-03-18Update pkgchk to 1.26abs2-4/+4
Fix stupid bug in 1.25 relating to updating packages