Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-19 | We're using buildlink2, so don't lie about where the rpm headers and | jlam | 1 | -5/+5 | |
libraries are actually found. | |||||
2002-09-18 | update to cdpack-1.4.2. This is a documentation fix only update. The | dmcmahill | 3 | -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-13 | Updated pkgchk to 1.32: | abs | 2 | -4/+4 | |
Make sure we handle unset PKG_PATH correctly (re: 1.31) | |||||
2002-09-13 | Updated pkgchk to 1.31: | abs | 2 | -3/+9 | |
Handle PKG_PATH being set - hide it from the 'make' calls, but use it in pkg_add. | |||||
2002-09-12 | 3.31: Check MESSAGE file format. Patch from sco at openface ca in pkg/18276. | wiz | 2 | -4/+48 | |
2002-09-07 | mdoc fixes, ispell. | wiz | 1 | -28/+22 | |
2002-09-07 | Add and enable pkg_comp | rh | 1 | -1/+2 | |
2002-09-07 | Initial import of pkg_comp-1.0, a utility that allows retargetable package | rh | 5 | -0/+914 | |
building in chrooted environments. Provided in PR pkg/17986 by Julio Merino <jmmv@hispabsd.org> | |||||
2002-09-06 | Update createbuildlink to 2.0. Now creates buildlink2.mk files. You can | rh | 6 | -135/+293 | |
use createbuildlink1 to still create old buildlink.mk files. | |||||
2002-09-05 | Revert previous change (which wouldn't have worked in all cases) until more | agc | 1 | -7/+1 | |
discussion has taken place. | |||||
2002-09-05 | make pkg_install self-bootstrapping (no need for /usr/sbin/pkg_*). | itojun | 1 | -1/+7 | |
2002-09-04 | Revert last change after buildlink2 problem was fixed by Johnny C. Lam. | tron | 1 | -1/+3 | |
2002-09-02 | Enabling buildlink2 for this package isn't necessary and breaks | tron | 1 | -3/+1 | |
bootstrapping on Solaris. | |||||
2002-08-26 | Actually define USE_BUILDLINK2 so that we can use the buildlink2.mk files. | jlam | 1 | -1/+2 | |
2002-08-26 | Add missing BUILDLINK_PACKAGES lines. | jlam | 2 | -2/+4 | |
2002-08-26 | Remove private buildlink.mk files that were only used by x11-links. They | jlam | 2 | -1590/+0 | |
are no longer necessary now that x11-links uses buildlink2. | |||||
2002-08-25 | Revert previous change now that the buildlink2.mk files have hit the main | jlam | 3 | -13/+16 | |
trunk. These packages can now safely use buildlink2.mk files. | |||||
2002-08-23 | revert buildlink2.mk merge until Johnny has a chance to look at the issues | abs | 3 | -20/+16 | |
2002-08-23 | Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk. | jlam | 8 | -20/+1588 | |
2002-08-23 | Merge pkgtools/xpkgwedge from the buildlink2 branch back into the main | jlam | 1 | -1/+3 | |
trunk. | |||||
2002-08-14 | Make patchdiff following package's PATCHDIR setting: useful when dealing with | seb | 2 | -4/+6 | |
packages sharing patch files directory. Increment the package version. Approved by wiz. | |||||
2002-08-13 | Strip leading './' from distinfo entry names before matching against | wiz | 2 | -11/+18 | |
the file system -- removes bogus warnings for at least opera and ymessenger, which have "DIST_SUBDIR=.". Bump to 3.30. | |||||
2002-08-12 | Darwin needs -DTAR_MISSING_FAST_READ, as noted by "Masahiro =Rhythm | schmonz | 2 | -6/+7 | |
Drive= Ishiyama" <masahiro@wide.ad.jp> on tech-pkg@. | |||||
2002-08-06 | Make it build on 1.4-1.4.2. | wiz | 4 | -16/+34 | |
2002-08-06 | buildlink-x11 is dead...it never really worked well enough anyway. | jlam | 9 | -380/+1 | |
2002-08-05 | regen | wiz | 1 | -2/+2 | |
2002-08-05 | Make compile again on 1.4.3. [Does not compile on 1.4.2 due to missing | wiz | 2 | -2/+18 | |
strlcpy.] | |||||
2002-08-05 | Reduce warning levels on NetBSD, to make this compile on the netbsd-1-5 | fredb | 2 | -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-05 | Separate out the OpenWindows buildlink logic and XFree buildlink logic | jlam | 4 | -1566/+1596 | |
into separate files for cleanliness. | |||||
2002-08-03 | Until this package is updated one more time from basesrc, provide a patch | seb | 2 | -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-02 | add a couple of items to the TODO list. | dmcmahill | 1 | -1/+12 | |
- direct to CD writing - inclusion of distfiles for pkgs which can't be packaged. | |||||
2002-08-01 | The 20020723 pkg_install tools use strlcpy(), which Darwin lacks. | schmonz | 3 | -7/+77 | |
Provide a strlcpy() implementation (from -r1.12 of basesrc/lib/libc/string/strlcpy.c), and use it on Darwin. | |||||
2002-08-01 | Updated pkg_install to 20020723 | martti | 6 | -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-29 | Tabify, and apply patch from pkg/17331 by Julio Merino, adding | wiz | 1 | -6/+8 | |
NO_PATCH and NO_CONFIGURE. | |||||
2002-07-21 | Add \n in an error message. Doesn't warrant version bump. | wiz | 1 | -2/+2 | |
2002-07-18 | remove item which has been done :) (flags to include/exclude ↵ | dmcmahill | 1 | -4/+1 | |
NO_BIN_ON_{FTP,CDROM}) | |||||
2002-07-15 | Pkgcvsupdate had been decommissioned. | seb | 1 | -2/+1 | |
2002-07-15 | Pkgcvsupdate is too buggy, so remove it. | seb | 5 | -288/+0 | |
If people are interested in beta testing a replacement, contact me <seb@netbsd.org>. | |||||
2002-07-15 | Remove RCS Id. | wiz | 1 | -2/+0 | |
2002-07-11 | Updated pkglint to 3.29 | abs | 2 | -4/+4 | |
Make -V work without -p, -O, or -R Fixes pkg/17558 from Dan McMahill | |||||
2002-07-11 | mdoc nit. | wiz | 1 | -2/+2 | |
2002-07-05 | Remove $Id$ from patch, and standardize. regen distinfo. | wiz | 2 | -79/+77 | |
2002-07-05 | how did I mess up distinfo on patch-ah? Its a new file but.... mystery | abs | 1 | -2/+2 | |
2002-07-03 | LORDER and TSORT will be handled in the correct place | abs | 1 | -2/+1 | |
2002-07-03 | Compile and run under Linux. We're still missing pax and mtree, but using the | abs | 10 | -73/+242 | |
Darwin bootstrap kit everything else now works. | |||||
2002-07-02 | 3.28: Note that USE_SSL is deprecated. | wiz | 2 | -3/+8 | |
2002-07-02 | 3.27: Warn about missing RCS Id in distinfo, and note that IS_INTERACTIVE | wiz | 2 | -7/+16 | |
is deprecated. | |||||
2002-06-27 | add -p to the diff arguments; it's useful to know which function a | lukem | 1 | -4/+4 | |
patch applies to when updating a package | |||||
2002-06-26 | Update pkgtool/x11-links to version 0.8: | jlam | 3 | -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-21 | Make this work under Linux, and fix manpage install on SunOS | abs | 2 | -5/+12 | |