Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-29 | Enable pkgviews installation. | schmonz | 1 | -1/+5 | |
2004-03-29 | Eek, revert previous; these weren't supposed to be committed. | tv | 2 | -10/+4 | |
2004-03-29 | Obey CPPFLAGS. | tv | 3 | -6/+13 | |
2004-03-28 | add missing DESCR to DISTFILES. | grant | 1 | -2/+2 | |
2004-03-28 | sync with ../DESCR | grant | 1 | -5/+2 | |
2004-03-28 | remove NO_TOOLS. we need the tools stuff to have the .sunpro/.gcc | grant | 2 | -4/+2 | |
links created so the compiler can be found. fixes build problem in sketch's bulk build. | |||||
2004-03-27 | reflect pkgchk -> pkg_chk move. bump date. s/netbsd.org/NetBSD.org/ | grant | 1 | -4/+4 | |
2004-03-27 | pkg_chk now lives in pkgtools/pkg_chk, don't try to cd to pkgtoos/pkgchk | grant | 1 | -2/+2 | |
2004-03-27 | Moved to pkg_chk. | wiz | 5 | -933/+0 | |
2004-03-27 | Move pkgchk to pkg_chk. | wiz | 1 | -2/+2 | |
2004-03-27 | Refer to pkg_chk here too. | wiz | 1 | -1/+1 | |
2004-03-27 | Re-import pkgtools/pkgchk as pkg_chk so that program name, PKGNAME, | wiz | 5 | -0/+935 | |
and directory path match. Addresses PR 23679. | |||||
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -2/+3 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-22 | 1.39 from usr.sbin/pkg_install/info/main.c: | wiz | 1 | -3/+3 | |
Check pkgdb_open for correct return value. From Peter Postma in PR 24863. | |||||
2004-03-22 | USE_BUILDLINK3 must be "yes" or "no", not just defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-21 | bump to 20040321 for vis.c multiple char[] fix. | grant | 1 | -2/+2 | |
2004-03-21 | Some compilers (e.g. Sunpro) emit one char[] per string, even when | bouyer | 1 | -5/+7 | |
multiple identical strings appear in a source file. As a result, comparing char *o to the "" pointer gives the wrong result in vis.c, as the "" pointer we're checking against isn't the same as the "" which initialised char *o. Use a global pointer initialised to "", and use it for MAKEEXTRALIST() calls. Thanks to Christos Zoulas for suggesting the right solution :) | |||||
2004-03-18 | Update pkgtools/createbuildlink to 3.4. Changes from version 3.3 | jlam | 2 | -6/+20 | |
include creating buildlink3.mk files that include other buildlink3.mk files outside of the region that is protected against multiple inclusion. This is required to fix a bug in properly ordering the packages listed in BUILDLINK_PACKAGES. | |||||
2004-03-17 | Force all of the headers and libraries to be symlinked into | jlam | 1 | -1/+7 | |
${BUILDLINK_X11_DIR}, even in the "pkgviews" case. This makes building X11 packages work with pkgviews again after the X11_TYPE-related changes. | |||||
2004-03-15 | Xrandr won't build without the X Extension library which is only present | recht | 1 | -1/+10 | |
in XFree86>=4.3; ignore it when checking dependencies or buildlinking. Skip also randrext (Xrandr's header files) in this case. The patch agains x11-links' builtin.mk is a slightly modified version of the patch jlam@ posted in: http://mail-index.netbsd.org/tech-pkg/2004/03/15/0001.html ok'd by jlam@ | |||||
2004-03-15 | Fix recursive variable assignment. | tron | 1 | -2/+2 | |
2004-03-15 | builtin.mk file to hold information about the built-in X11R6 | jlam | 1 | -0/+32 | |
implementation. | |||||
2004-03-13 | Set USE_DIGEST=no to avoid checking and building a new digest package. | jlam | 2 | -7/+9 | |
XXX This line should be removed once pkgsrc/bootstrap is up and running. | |||||
2004-03-13 | Set USE_NATIVE_GCC in digest to avoid chicken-and-egg problem with | jlam | 1 | -1/+6 | |
possibly depending on gcc. XXX This should be removed after digest-handling has been changed to be XXX done by BUILD_DEPENDS. | |||||
2004-03-13 | Solve a chicken-and-egg problem where pkgsrc uses newer features of | jlam | 1 | -1/+9 | |
pkg_install, but older NetBSD installations, e.g. 1.5.3, won't support them. In this case, we explicitly use the native GCC compiler to avoid problems with depending on pkgsrc GCC for building pkg_install. | |||||
2004-03-12 | #if 0 out the __weak_alias stuff, which isn't needed here. should fix | grant | 6 | -11/+23 | |
build on OpenBSD ELF platforms. | |||||
2004-03-11 | Add to DESCRiption: "It can be used as a file integrity checker." | reed | 1 | -1/+2 | |
2004-03-11 | Solaris has fsid_t in sys/vfs.h, so include appropriately. | sketch | 2 | -1/+7 | |
This gets the new pkgsrc bootstrap working on Solaris. | |||||
2004-03-11 | bump to 20040311 for Interix changes. | grant | 1 | -2/+2 | |
2004-03-11 | adding a file to cvs requires "cvs add". duh. | grant | 1 | -0/+59 | |
2004-03-11 | catch up with bootstrap-pkgsrc changes. | grant | 2 | -5/+5 | |
Just a comment doesn't seem to suffice in all cases. For no-op commands, use an explicit "true" invocation to avoid problems. (A future merge of current bmake may fix this issue.) | |||||
2004-03-11 | catch up with bootstrap-pkgsrc changes. | grant | 6 | -6/+228 | |
- check for existence of fsid_t type, and typedef it if missing - check for existence of struct statvfs.f_basetype field - if <sys/mkdev.h> is included and makedev() is missing, try to use mkdev() - add replacement library file for utimes() by wrappering utime() | |||||
2004-03-11 | catch up with bootstrap-pkgsrc changes. | grant | 1 | -1/+6 | |
Protect from multiple inclusion, in case system headers try to pull it in (happens on Interix). | |||||
2004-03-11 | Garbage collect USE_X11_LINKS, which was used solely to avoid | jlam | 1 | -2/+1 | |
dependency loops, and which are now handled in a more general way by bsd.buildlink3.mk. | |||||
2004-03-11 | Add a buildlink3.mk file for pkgtools/x11-links. This isn't meant to be | jlam | 1 | -0/+31 | |
included manually by a package, but is intended for inclusion by bsd.buildlink3.mk. It will be used to avoid special-casing x11-links when creating symlinks into the buildlink directory. | |||||
2004-03-11 | Don't cat nonexistent files during the build. | jlam | 1 | -2/+3 | |
2004-03-10 | bl3ify and enable pkgviews installation. | minskim | 1 | -2/+6 | |
2004-03-10 | Catch up with removal of BUILDLINK_{IS,USE}_BUILTIN. | jlam | 1 | -17/+10 | |
2004-03-10 | pkg_comp just works on NetBSD, so use ONLY_FOR_PLATFORM= NetBSD-*-*. | xtraeme | 1 | -1/+2 | |
2004-03-06 | Update pkgtools/createbuildlink to 3.3. Changes from version 3.2 include | jlam | 2 | -8/+20 | |
fixes to the whitespace in the generated files to more closely match the template buildlink3.mk file. | |||||
2004-03-05 | Update pkgtools/createbuildlink to 3.2. Changes from version 3.1 include | jlam | 2 | -23/+26 | |
creating buildlink3.mk that are in line with the template in revision 1.101 of mk/buildlink3/bsd.buildlink3.mk. | |||||
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -4/+7 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-29 | Update to 1.2: | jmmv | 2 | -4/+3 | |
- Do not check for fnmatch(3) in the default configure script because we don't know beforehand if a package wants a GNU or a POSIX version of it. This fixes the build of, for example, diffutils. | |||||
2004-02-24 | Update to 1.1: | jmmv | 2 | -5/+5 | |
- Fix detection of sys/mount.h in the default configure.ac script. | |||||
2004-02-23 | Improve pattern matching for possible RCS Ids | wiz | 2 | -4/+4 | |
to always check for a terminating dollar sign. Welcome to 3.68. | |||||
2004-02-21 | Prepend pkgtools to CATEGORIES. | jmmv | 1 | -2/+2 | |
2004-02-21 | autoswc moved from sysutils to pkgtools. | jmmv | 1 | -1/+2 | |
2004-02-21 | Reimport of autoswc, version 1.0, coming from sysutils: | jmmv | 8 | -0/+765 | |
autoswc is an utility that automatically generates system wide cache files for use with configure scripts created by GNU autoconf, and specially by those executed within pkgsrc. Reason for the move: pkgtools' Makefile says this category is for packages used within pkgsrc. autoswc is specially designed to work for pkgsrc, so it is better placed here. And it may get more exposure ;-) | |||||
2004-02-21 | Create installation directories. Fixes PR pkg/24514. | jmmv | 1 | -1/+3 | |