summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15Xrandr won't build without the X Extension library which is only presentrecht1-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-15Fix recursive variable assignment.tron1-2/+2
2004-03-15builtin.mk file to hold information about the built-in X11R6jlam1-0/+32
implementation.
2004-03-13Set USE_DIGEST=no to avoid checking and building a new digest package.jlam2-7/+9
XXX This line should be removed once pkgsrc/bootstrap is up and running.
2004-03-13Set USE_NATIVE_GCC in digest to avoid chicken-and-egg problem withjlam1-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-13Solve a chicken-and-egg problem where pkgsrc uses newer features ofjlam1-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 fixgrant6-11/+23
build on OpenBSD ELF platforms.
2004-03-11Add to DESCRiption: "It can be used as a file integrity checker."reed1-1/+2
2004-03-11Solaris has fsid_t in sys/vfs.h, so include appropriately.sketch2-1/+7
This gets the new pkgsrc bootstrap working on Solaris.
2004-03-11bump to 20040311 for Interix changes.grant1-2/+2
2004-03-11adding a file to cvs requires "cvs add". duh.grant1-0/+59
2004-03-11catch up with bootstrap-pkgsrc changes.grant2-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-11catch up with bootstrap-pkgsrc changes.grant6-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-11catch up with bootstrap-pkgsrc changes.grant1-1/+6
Protect from multiple inclusion, in case system headers try to pull it in (happens on Interix).
2004-03-11Garbage collect USE_X11_LINKS, which was used solely to avoidjlam1-2/+1
dependency loops, and which are now handled in a more general way by bsd.buildlink3.mk.
2004-03-11Add a buildlink3.mk file for pkgtools/x11-links. This isn't meant to bejlam1-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-11Don't cat nonexistent files during the build.jlam1-2/+3
2004-03-10bl3ify and enable pkgviews installation.minskim1-2/+6
2004-03-10Catch up with removal of BUILDLINK_{IS,USE}_BUILTIN.jlam1-17/+10
2004-03-10pkg_comp just works on NetBSD, so use ONLY_FOR_PLATFORM= NetBSD-*-*.xtraeme1-1/+2
2004-03-06Update pkgtools/createbuildlink to 3.3. Changes from version 3.2 includejlam2-8/+20
fixes to the whitespace in the generated files to more closely match the template buildlink3.mk file.
2004-03-05Update pkgtools/createbuildlink to 3.2. Changes from version 3.1 includejlam2-23/+26
creating buildlink3.mk that are in line with the template in revision 1.101 of mk/buildlink3/bsd.buildlink3.mk.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-4/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-29Update to 1.2:jmmv2-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-24Update to 1.1:jmmv2-5/+5
- Fix detection of sys/mount.h in the default configure.ac script.
2004-02-23Improve pattern matching for possible RCS Idswiz2-4/+4
to always check for a terminating dollar sign. Welcome to 3.68.
2004-02-21Prepend pkgtools to CATEGORIES.jmmv1-2/+2
2004-02-21autoswc moved from sysutils to pkgtools.jmmv1-1/+2
2004-02-21Reimport of autoswc, version 1.0, coming from sysutils:jmmv8-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-21Create installation directories. Fixes PR pkg/24514.jmmv1-1/+3
2004-02-21Update to 1.17:jmmv3-7/+62
- Recognize the PKGSRC_COMPILER variable and set it automatically in mk.conf. - Add the REAL_CCACHE variable: if set, the directory pointed by it will be null-mounted inside the chroot in a place known by ccache to store the cache. This is useful to keep it across rebuilds of the sandbox. Idea suggested by gavan@.
2004-02-19USE_LANGUAGES= # emptymarkd1-1/+2
2004-02-18Update "rpm2pkg" package to version 2.0. Changes since version 1.3:tron2-647/+834
- added support for RPM archive compress with bzip2 as used by e.g. SuSE Linux 8.2. - (hopefully) made portable - rewrote ugly code for handling "-s" command line option - converted source to KNF
2004-02-17Update to x11-links-0.23: catch up with Xft2/buildlink3.mk changes.jlam4-14/+18
2004-02-17Update pkgtools/x11-links to 0.22. Changes from version 0.21 includejlam4-14/+18
handling the built-in expat libraries and headers.
2004-02-16Update pkgtools/x11-links to 0.21. Changes from version 0.20 includejlam9-40/+60
catching up to changes to xcursor, Xrender, render, Xrandr, and randrext by including their buildlink3.mk files.
2004-02-15Use more macros; fixes some warnings reported by tron.wiz1-8/+19
2004-02-14When checking for the <sys/mount.h> header, include <sys/param.h> ifsimonb2-636/+1750
it exists to stop a warning that comes from including <sys/mount.h> by itself. Fix from Love Hornquist Astrand in PR pkg/24419.
2004-02-13s/independant/independent/snj1-2/+2
2004-02-13We don' need no ... languagesabs1-1/+2
2004-02-11Update to 1.16:jmmv2-6/+6
- Use WRKDIR_BASENAME instead of OBJMACHINE to get a unique name of object directories. This way, multiple jails can use the same pkgsrc tree with write access and get the right obj links. - Fix COPYROOTCFG.
2004-02-11pass OPSYS and MACHINE_ARCH in the environmen, not CPPFLAGS.grant1-3/+3
2004-02-11just use ${OPSYS} and ${MACHINE_ARCH} from the environment. this meansgrant1-2/+2
we can set it in the environment if bootstrapping or have pkgsrc do it for us.
2004-02-10This package uses no compilers.jlam1-1/+2
2004-02-10This package uses no compilers.jlam1-1/+2
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-02-10Update pkgtools/createbuildlink to 3.1. Changes from version 3.0 includejlam2-6/+21
generating buildlink3.mk files that only append to BUILDLINK_DEPENDS.*.
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam1-2/+2
setting it.
2004-02-09Cut-n-paste error.jlam1-2/+2
2004-02-09bsd.prefs.mk includes mk/compiler/gcc.mk indirectly, which invokesjlam1-1/+2
${PKG_ADMIN}, so we need to not use "-K" with pkg_admin, too.