Age | Commit message (Expand) | Author | Files | Lines |
2003-12-06 | When DIST_SUBDIR is set, make sure various download variables don't get | cube | 1 | -1/+11 |
2003-12-05 | add ftp.cz.NetBSD.org as another MASTER_SITE_BACKUP prior to ftp.netbsd.org | jdolecek | 1 | -1/+2 |
2003-12-04 | Whitespace fixes, no functional changes. | agc | 1 | -30/+29 |
2003-12-03 | Fix breakage in show-shlib-type introduced in last changes. | xtraeme | 1 | -2/+2 |
2003-12-03 | Add another shlib type "aixlib". | erh | 1 | -143/+179 |
2003-12-03 | Pay attention to the setting of $ROOT_USER when checking whether we're root. | erh | 1 | -3/+3 |
2003-12-03 | If PKGMAKECONF is defined, use it to set MAKECONF instead of "/dev/null". | erh | 1 | -1/+5 |
2003-12-02 | conditionally set LIBTOOL and SHLIBTOOL, as proposed by Michal | grant | 1 | -3/+3 |
2003-11-27 | update directory structure of ftp.mozilla.org in MASTER_SITE_MOZILLA | taya | 1 | -2/+2 |
2003-11-25 | Don't write conflicts into the binary packages unless they're "overwrite" | jlam | 1 | -2/+2 |
2003-11-23 | Make the value of VIEWBASE available in more settings. | jlam | 1 | -1/+4 |
2003-11-22 | Add public variables EXTRACT_CMD_OPTS.{zip,lha,lhz,zoo} that may be set in | jlam | 1 | -4/+8 |
2003-11-20 | Forgot a \ to make line continue. Sorry for breakage. | cube | 1 | -2/+2 |
2003-11-20 | When there is no distinfo file, do not apply patches we would not | cube | 1 | -1/+6 |
2003-11-02 | Depend on pkgtools-20030918 again; http support is not really a requirement. | wiz | 1 | -2/+2 |
2003-10-30 | implement the change in rev. 1.1296 (which was backed out in rev. | grant | 1 | -2/+2 |
2003-10-30 | Bump PKGTOOLS_REQD to 20031003, per a suggestion from agc. | wiz | 1 | -2/+2 |
2003-10-30 | Revert the change in 1.1296 which was causing problems on NetBSD when | agc | 1 | -2/+2 |
2003-10-18 | Fix PR 17883 by adding code to perform just-in-time su(1) functionality | agc | 1 | -3/+12 |
2003-10-18 | properly quote the value of PKGNAME_REQD when calling ${MAKE} to | grant | 1 | -2/+2 |
2003-10-11 | add a BUILD_DEPENDS on devel/patch if no suitable patch(1) is | grant | 1 | -1/+19 |
2003-10-11 | set CC_VERSION for non-gcc and use it in the BUILD_INFO file. | grant | 1 | -6/+2 |
2003-10-02 | Allow variables to be set on a per-OS basis. | gavan | 1 | -1/+11 |
2003-10-02 | Fail-safe check for circular dependencies. | gavan | 1 | -1/+6 |
2003-09-28 | use PKGBASE instead of PKGNAME when printing informational messages | grant | 1 | -3/+3 |
2003-09-25 | don't put ${RPATH_FLAG} in X11_LDFLAGS if _USE_RPATH==no (darwin) | danw | 1 | -1/+3 |
2003-09-24 | make CC_VERSION available to packages by including bsd.prefs.mk. | grant | 1 | -3/+1 |
2003-09-17 | Introduce a new variable "CONF_DEPENDS" for pkgviews: a package's | jlam | 1 | -2/+14 |
2003-09-16 | Use pkg_admin(1) instead of pkg_delete(1) to manipulate the file entries in | jlam | 1 | -2/+2 |
2003-09-15 | Do not rely on MANINSTALL beeing set (it's always set now) to do manpage | jmmv | 1 | -5/+1 |
2003-09-15 | add an @ on one of the print-summary-data target lines. This removes some | dmcmahill | 1 | -2/+2 |
2003-09-14 | do-shlib-handling fix for Darwin: check if the ".so" file actually exists | danw | 1 | -2/+5 |
2003-09-14 | Recommend "make clean && make install" instead of just "make install" when | jlam | 1 | -2/+2 |
2003-09-14 | Update PKGTOOLS_REQD to 20030914. This version fixes a problem in | jlam | 1 | -2/+2 |
2003-09-13 | Fix cases where we were calling "${PKG_BEST_EXISTS} <pkgbase>". <pkgbase> | jlam | 1 | -7/+8 |
2003-09-13 | Kill the odd "duplicate checksum target" warning by rearranging a test | jlam | 1 | -2/+2 |
2003-09-13 | We just depend on the package that best matches the pkgpattern, so remove | jlam | 1 | -17/+2 |
2003-09-13 | Change a few more uses of PKG_INFO into PKG_BEST_EXISTS. This corrects | jlam | 1 | -5/+6 |
2003-09-13 | Don't add the perl dependency in bsd.pkg.mk if BUILDLINK_DEPENDS.perl is | jlam | 1 | -2/+2 |
2003-09-13 | Only run the tests if TEST_TARGET is non-empty. | jlam | 1 | -2/+2 |
2003-09-13 | In cases where we need the best match for a pkgpattern, use | jlam | 1 | -19/+19 |
2003-09-12 | Make the PERL5_* definitions sane in a pkgviews world. | jlam | 1 | -11/+20 |
2003-09-12 | start of improved compiler handling, mostly derived from the existing | grant | 1 | -19/+3 |
2003-09-12 | Create two new variables: | jlam | 1 | -2/+16 |
2003-09-12 | Move the default settings for USE_BUILDLINK[23] from bsd.pkg.mk into | jlam | 1 | -6/+1 |
2003-09-12 | Make adding config files to views other than the default view work if | jlam | 1 | -4/+1 |
2003-09-10 | During print-PLIST, use PKGNAME_NOREV to search for matches, not PKGNAME | jmmv | 1 | -2/+2 |
2003-09-10 | Create TEST_ENV variable that's initially just MAKE_ENV, but can be added | jlam | 1 | -2/+3 |
2003-09-09 | Update PKGTOOLS_REQD to 20030907. Critical fixes include making | jlam | 1 | -2/+2 |
2003-09-09 | Check that the lockfile isn't stale from being left over across a system | jlam | 1 | -1/+6 |