Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-14 | Sort options. | wiz | 1 | -6/+6 | |
2004-01-14 | relax the requirement for a >= 64bit off_t to enable long long | grant | 2 | -3/+3 | |
support, as some systems with a < 64bit off_t have long long support. | |||||
2004-01-14 | use LL for long long suffix. | grant | 1 | -3/+3 | |
2004-01-14 | Update createbuildlink to 3.0. This now adds -2 and -3 options to create | rh | 3 | -26/+89 | |
either buildlink2.mk or buildlink3.mk files. | |||||
2004-01-13 | Fix typo (add missing word). | jmmv | 1 | -2/+2 | |
2004-01-12 | don't bother checking for md5.h, as the result overrides libnbcompat's | grant | 3 | -314/+547 | |
more appropriate test. fixes build problem noted on RedHat. | |||||
2004-01-10 | Fix for pkgviews. From Min Sik Kim in PR 24042. | wiz | 4 | -7/+8 | |
2004-01-10 | Bump date for previous. | wiz | 1 | -2/+2 | |
2004-01-10 | Correct the default maintainer in the man page. | kristerw | 2 | -4/+4 | |
PKGREVISION++. | |||||
2004-01-10 | Don't die if pkg-comment does not exist. Some ports have a COMMENT= in | cjep | 2 | -10/+12 | |
their Makefile already. | |||||
2004-01-10 | Use tech-pkg@NetBSD.org as default MAINTAINER. | cjep | 2 | -3/+4 | |
2004-01-10 | Put the correct path to perl into the scripts. This fixes using this | jlam | 3 | -6/+7 | |
package with pkgviews. | |||||
2004-01-08 | Update to 1.14: | jmmv | 3 | -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-06 | Allow pkgviews installation. | jmmv | 1 | -1/+6 | |
2004-01-06 | Fix typo; new sentence, new line; | wiz | 1 | -7/+7 | |
drop trailing spaces; add comma in enumeration. | |||||
2004-01-06 | Rework a bit to describe the pkg wildcards in their own | hubertf | 1 | -73/+79 | |
section, etc. | |||||
2004-01-06 | pkg_install now prints post-install message by default, if available. | hubertf | 2 | -5/+6 | |
2004-01-06 | Create only the right man/* directories based on the value of MANINSTALL. | jlam | 1 | -2/+8 | |
2004-01-05 | bl3ify | jlam | 3 | -7/+17 | |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 | |
recommended by seb :) | |||||
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -11/+8 | |
2004-01-04 | Make sure LOCALBASE and X11BASE are defined before comparing them. | reed | 1 | -1/+2 | |
(Thank you, Takahiro.) | |||||
2004-01-04 | In the "quick depends pre-scan", first print all bad matching depends, | hubertf | 2 | -9/+13 | |
then exit (instead printing one conflicting pkg/version on each run). | |||||
2004-01-03 | xpkgwedge is not needed when X11BASE is LOCALBASE, | reed | 1 | -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-03 | Update pkgtools/xpkgwedge to 1.9. Changes from version 1.8 are making | jlam | 3 | -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-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+25 | |
buildlink3 framework. | |||||
2004-01-03 | Update to 1.13: | jmmv | 2 | -5/+5 | |
- Fix detection of outdated pkg_install. The 'grep' failed because the error message shown was recently changed in pkgsrc. | |||||
2003-12-30 | Add trailing / to HOMEPAGEs | cjep | 1 | -2/+2 | |
2003-12-24 | Update to 3.66: warn if MAINTAINER contains @netbsd.org instead of @NetBSD.org. | jmmv | 2 | -4/+6 | |
2003-12-24 | s/@netbsd.org/@NetBSD.org/ in MAINTAINER. | jmmv | 1 | -2/+2 | |
2003-12-23 | Replace ad hoc creation of installation directories in pre-install target | seb | 1 | -7/+6 | |
by INSTALLATION_DIRS framework. While here also create {man,cat}pages directories. | |||||
2003-12-22 | Don't drop header files those extensions are >2 characters, e.g., "*.hpp". | uebayasi | 2 | -6/+6 | |
Min Sik Kim in PR pkg/23834. While here, "sort | uniq" -> "sort -u" in 2 places. | |||||
2003-12-22 | improve DESCR and COMMENT. | grant | 2 | -14/+14 | |
2003-12-20 | bump to 20031220 | grant | 1 | -2/+2 | |
2003-12-20 | sync with -current: | grant | 1 | -2/+5 | |
#include <util.h> this is needed by fparseln on macos/darwin and is harmless on netbsd | |||||
2003-12-20 | sync with -current: | grant | 1 | -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-20 | Sync pkgtools/pkg_install with src/usr.sbin/pkg_install from 20031220. | grant | 12 | -130/+209 | |
New features include OS/arch/version checking and a large speed improvement to pkg_info. | |||||
2003-12-19 | regen for HAVE_WORKING_LONG_LONG rename | grant | 2 | -4/+4 | |
2003-12-19 | * Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG. | grant | 2 | -11/+19 | |
* Don't bother providing compat defs for QUAD_{MIN,MAX} since they're not used anymore. | |||||
2003-12-19 | Sync to lib/libc/stdlib/strtoll.c 1.6: | grant | 1 | -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-19 | sync to NetBSD for Todd's latest license | grant | 1 | -2/+19 | |
2003-12-19 | sync to NetBSD for Todd's latest license, and fix for potential SEGV | grant | 1 | -26/+17 | |
2003-12-19 | Apply change from src/include/fts.h 1.10: | grant | 1 | -3/+3 | |
Make fts_pathlen and fts_nitems unsigned. | |||||
2003-12-19 | Convert the 4 clause UCB license to the 3 clause license. | grant | 3 | -19/+7 | |
2003-12-19 | Update for XFree 4.4.0 RC2: | veego | 3 | -4/+11 | |
Added shared libraries for libGLw and a different location for ft2build.h. Version bumped to 0.19. | |||||
2003-12-19 | Update to 1.12: | jmmv | 3 | -11/+34 | |
* Add the -n flag. When specified, do not install INSTALL_PACKAGES nor MAKE_PACKAGES during the creation of the chroot. | |||||
2003-12-18 | don't hardcode /var/db/pkg, use PKG_DBDIR. | grant | 2 | -3/+4 | |
2003-12-18 | also pass BUILDLINK_LDFLAGS.db for safety. | grant | 1 | -2/+2 | |
2003-12-18 | make use of FILES_SUBST_SED. | grant | 1 | -6/+3 | |
2003-12-14 | pass CPPFLAGS to compiler | dillo | 1 | -2/+3 | |