summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2004-01-14Sort options.wiz1-6/+6
2004-01-14relax the requirement for a >= 64bit off_t to enable long longgrant2-3/+3
support, as some systems with a < 64bit off_t have long long support.
2004-01-14use LL for long long suffix.grant1-3/+3
2004-01-14Update createbuildlink to 3.0. This now adds -2 and -3 options to createrh3-26/+89
either buildlink2.mk or buildlink3.mk files.
2004-01-13Fix typo (add missing word).jmmv1-2/+2
2004-01-12don't bother checking for md5.h, as the result overrides libnbcompat'sgrant3-314/+547
more appropriate test. fixes build problem noted on RedHat.
2004-01-10Fix for pkgviews. From Min Sik Kim in PR 24042.wiz4-7/+8
2004-01-10Bump date for previous.wiz1-2/+2
2004-01-10Correct the default maintainer in the man page.kristerw2-4/+4
PKGREVISION++.
2004-01-10Don't die if pkg-comment does not exist. Some ports have a COMMENT= incjep2-10/+12
their Makefile already.
2004-01-10Use tech-pkg@NetBSD.org as default MAINTAINER.cjep2-3/+4
2004-01-10Put the correct path to perl into the scripts. This fixes using thisjlam3-6/+7
package with pkgviews.
2004-01-08Update to 1.14:jmmv3-14/+31
- Add the AUTO_TARGET variable. This specifies the BUILD_TARGET used during an automated build of packages (i.e., pkg_comp auto), so that one can use 'bin-install'. Suggested by gavan@. - Fix minor bug so that a libkver package is built during makeroot.
2004-01-06Allow pkgviews installation.jmmv1-1/+6
2004-01-06Fix typo; new sentence, new line;wiz1-7/+7
drop trailing spaces; add comma in enumeration.
2004-01-06Rework a bit to describe the pkg wildcards in their ownhubertf1-73/+79
section, etc.
2004-01-06pkg_install now prints post-install message by default, if available.hubertf2-5/+6
2004-01-06Create only the right man/* directories based on the value of MANINSTALL.jlam1-2/+8
2004-01-05bl3ifyjlam3-7/+17
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-11/+8
2004-01-04Make sure LOCALBASE and X11BASE are defined before comparing them.reed1-1/+2
(Thank you, Takahiro.)
2004-01-04In the "quick depends pre-scan", first print all bad matching depends,hubertf2-9/+13
then exit (instead printing one conflicting pkg/version on each run).
2004-01-03xpkgwedge is not needed when X11BASE is LOCALBASE,reed1-1/+5
so use PKG_SKIP_REASON. (Okay'd by jlam@). (Next I need to make sure that MesaLib and Xrender are not installed when using wip/XFree86-libs.)
2004-01-03Update pkgtools/xpkgwedge to 1.9. Changes from version 1.8 are makingjlam3-9/+16
this package work in a pkgviews world by looking for imake config files in ${PREFIX}/lib/X11/config, then ${VIEWBASE}/lib/X11/config, then ${X11BASE}/lib/X11/config. The second directory is where some packages may share a commonly-editted host.def file.
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+25
buildlink3 framework.
2004-01-03Update to 1.13:jmmv2-5/+5
- Fix detection of outdated pkg_install. The 'grep' failed because the error message shown was recently changed in pkgsrc.
2003-12-30Add trailing / to HOMEPAGEscjep1-2/+2
2003-12-24Update to 3.66: warn if MAINTAINER contains @netbsd.org instead of @NetBSD.org.jmmv2-4/+6
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-23Replace ad hoc creation of installation directories in pre-install targetseb1-7/+6
by INSTALLATION_DIRS framework. While here also create {man,cat}pages directories.
2003-12-22Don't drop header files those extensions are >2 characters, e.g., "*.hpp".uebayasi2-6/+6
Min Sik Kim in PR pkg/23834. While here, "sort | uniq" -> "sort -u" in 2 places.
2003-12-22improve DESCR and COMMENT.grant2-14/+14
2003-12-20bump to 20031220grant1-2/+2
2003-12-20sync with -current:grant1-2/+5
#include <util.h> this is needed by fparseln on macos/darwin and is harmless on netbsd
2003-12-20sync with -current:grant1-7/+11
#include <util.h> this is needed by fparseln on macos/darwin and is harmless on netbsd Include filename in: 'existing entry for `sha1.h', type `file' does not match type `link' realloc pedant
2003-12-20Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031220.grant12-130/+209
New features include OS/arch/version checking and a large speed improvement to pkg_info.
2003-12-19regen for HAVE_WORKING_LONG_LONG renamegrant2-4/+4
2003-12-19* Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG.grant2-11/+19
* Don't bother providing compat defs for QUAD_{MIN,MAX} since they're not used anymore.
2003-12-19Sync to lib/libc/stdlib/strtoll.c 1.6:grant1-8/+11
* Use LLONG_{MIN,MAX} instead of QUAD_{MIN,MAX} * Use "long long int" instead of "long long" * Appease lint * Use "long long" instead of "quad" in comments.
2003-12-19sync to NetBSD for Todd's latest licensegrant1-2/+19
2003-12-19sync to NetBSD for Todd's latest license, and fix for potential SEGVgrant1-26/+17
2003-12-19Apply change from src/include/fts.h 1.10:grant1-3/+3
Make fts_pathlen and fts_nitems unsigned.
2003-12-19Convert the 4 clause UCB license to the 3 clause license.grant3-19/+7
2003-12-19Update for XFree 4.4.0 RC2:veego3-4/+11
Added shared libraries for libGLw and a different location for ft2build.h. Version bumped to 0.19.
2003-12-19Update to 1.12:jmmv3-11/+34
* Add the -n flag. When specified, do not install INSTALL_PACKAGES nor MAKE_PACKAGES during the creation of the chroot.
2003-12-18don't hardcode /var/db/pkg, use PKG_DBDIR.grant2-3/+4
2003-12-18also pass BUILDLINK_LDFLAGS.db for safety.grant1-2/+2
2003-12-18make use of FILES_SUBST_SED.grant1-6/+3
2003-12-14pass CPPFLAGS to compilerdillo1-2/+3