summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2002-09-19We're using buildlink2, so don't lie about where the rpm headers andjlam1-5/+5
libraries are actually found.
2002-09-18update to cdpack-1.4.2. This is a documentation fix only update. Thedmcmahill3-7/+8
change is to make the usage output and the manpage agree with each other and with reality. Thanks to hubertf at netbsd for pointing out the problem.
2002-09-13Updated pkgchk to 1.32:abs2-4/+4
Make sure we handle unset PKG_PATH correctly (re: 1.31)
2002-09-13Updated pkgchk to 1.31:abs2-3/+9
Handle PKG_PATH being set - hide it from the 'make' calls, but use it in pkg_add.
2002-09-123.31: Check MESSAGE file format. Patch from sco at openface ca in pkg/18276.wiz2-4/+48
2002-09-07mdoc fixes, ispell.wiz1-28/+22
2002-09-07Add and enable pkg_comprh1-1/+2
2002-09-07Initial import of pkg_comp-1.0, a utility that allows retargetable packagerh5-0/+914
building in chrooted environments. Provided in PR pkg/17986 by Julio Merino <jmmv@hispabsd.org>
2002-09-06Update createbuildlink to 2.0. Now creates buildlink2.mk files. You canrh6-135/+293
use createbuildlink1 to still create old buildlink.mk files.
2002-09-05Revert previous change (which wouldn't have worked in all cases) until moreagc1-7/+1
discussion has taken place.
2002-09-05make pkg_install self-bootstrapping (no need for /usr/sbin/pkg_*).itojun1-1/+7
2002-09-04Revert last change after buildlink2 problem was fixed by Johnny C. Lam.tron1-1/+3
2002-09-02Enabling buildlink2 for this package isn't necessary and breakstron1-3/+1
bootstrapping on Solaris.
2002-08-26Actually define USE_BUILDLINK2 so that we can use the buildlink2.mk files.jlam1-1/+2
2002-08-26Add missing BUILDLINK_PACKAGES lines.jlam2-2/+4
2002-08-26Remove private buildlink.mk files that were only used by x11-links. Theyjlam2-1590/+0
are no longer necessary now that x11-links uses buildlink2.
2002-08-25Revert previous change now that the buildlink2.mk files have hit the mainjlam3-13/+16
trunk. These packages can now safely use buildlink2.mk files.
2002-08-23revert buildlink2.mk merge until Johnny has a chance to look at the issuesabs3-20/+16
2002-08-23Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk.jlam8-20/+1588
2002-08-23Merge pkgtools/xpkgwedge from the buildlink2 branch back into the mainjlam1-1/+3
trunk.
2002-08-14Make patchdiff following package's PATCHDIR setting: useful when dealing withseb2-4/+6
packages sharing patch files directory. Increment the package version. Approved by wiz.
2002-08-13Strip leading './' from distinfo entry names before matching againstwiz2-11/+18
the file system -- removes bogus warnings for at least opera and ymessenger, which have "DIST_SUBDIR=.". Bump to 3.30.
2002-08-12Darwin needs -DTAR_MISSING_FAST_READ, as noted by "Masahiro =Rhythmschmonz2-6/+7
Drive= Ishiyama" <masahiro@wide.ad.jp> on tech-pkg@.
2002-08-06Make it build on 1.4-1.4.2.wiz4-16/+34
2002-08-06buildlink-x11 is dead...it never really worked well enough anyway.jlam9-380/+1
2002-08-05regenwiz1-2/+2
2002-08-05Make compile again on 1.4.3. [Does not compile on 1.4.2 due to missingwiz2-2/+18
strlcpy.]
2002-08-05Reduce warning levels on NetBSD, to make this compile on the netbsd-1-5fredb2-6/+11
branch. WARNS=2 turns on all kinds of stuff that isn't really appropriate, and isn't turned on in current. "-Wwrite-strings", in particular, triggers an error on a bit of harmless code in "file.c". Closes PR pkg/17840.
2002-08-05Separate out the OpenWindows buildlink logic and XFree buildlink logicjlam4-1566/+1596
into separate files for cleanliness.
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