Age | Commit message (Expand) | Author | Files | Lines |
2003-09-14 | do-shlib-handling fix for Darwin: check if the ".so" file actually exists | danw | 1 | -2/+5 |
2003-09-14 | -lpthread is a no-op on Darwin, but it messes up buildlink. So add a new | danw | 8 | -9/+22 |
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-14 | Document that a buildlink3.mk file must either directly or indirectly set | jlam | 1 | -1/+9 |
2003-09-14 | Document that the correct "pop" action uses :C and not :S | jlam | 1 | -2/+2 |
2003-09-13 | Document IMAP_UW_MAILSPOOLHOME | kim | 1 | -1/+7 |
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 | Add the config files to the view also when there are rc.d scripts present. | jlam | 3 | -6/+13 |
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 | Correct an error message to be more meaningful, and optimize slightly by | jlam | 1 | -5/+4 |
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 | 2 | -20/+27 |
2003-09-12 | Make the PERL5_* definitions sane in a pkgviews world. | jlam | 1 | -11/+20 |
2003-09-12 | Sync comments with reality. | salo | 1 | -6/+6 |
2003-09-12 | remove redundant comment about USE_GCC2 and USE_GCC3 until they are | grant | 1 | -5/+3 |
2003-09-12 | move a SunPro tweak to compiler.mk. | grant | 2 | -10/+11 |
2003-09-12 | tidy up handling of LDFLAGS wrt USE_GCC_SHLIB a little. | grant | 1 | -5/+12 |
2003-09-12 | Typos/punctuation/caps. | salo | 2 | -4/+4 |
2003-09-12 | start of improved compiler handling, mostly derived from the existing | grant | 3 | -39/+100 |
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 | 2 | -7/+8 |
2003-09-12 | Make adding config files to views other than the default view work if | jlam | 5 | -16/+23 |
2003-09-11 | s/vulnerabilities/pkg-vulnerabilites | dmcmahill | 1 | -2/+2 |
2003-09-10 | During print-PLIST, use PKGNAME_NOREV to search for matches, not PKGNAME | jmmv | 1 | -2/+2 |
2003-09-10 | There's no need to preserve mode bits when copying the x11-links tree. | jlam | 2 | -4/+4 |
2003-09-10 | Create TEST_ENV variable that's initially just MAKE_ENV, but can be added | jlam | 1 | -2/+3 |
2003-09-10 | Check that ${_PKG_DBDIR} exists before cd'ing into it. This makes | jlam | 1 | -2/+5 |
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 |
2003-09-09 | Use pax(1) instead of "cp -R" so we preserve symlinks instead of following | jlam | 2 | -4/+4 |
2003-09-09 | Note how package views is also similar to GNU Stow, but state clearly the | jlam | 1 | -6/+12 |
2003-09-09 | Document this file, and do the command length reduction by suppressing | jlam | 1 | -2/+48 |
2003-09-09 | Remove this unsupported float comparison. How did this worked? I wonder... | seb | 1 | -4/+13 |
2003-09-08 | Reduce length of command lines executed by not appending some options that | jlam | 1 | -2/+30 |
2003-09-08 | Provide URL for CMU depot. | jlam | 1 | -3/+6 |
2003-09-08 | Instead of canonicalizing all ${DEPOTBASE}/* into ${LOCALBASE}, don't | jlam | 1 | -29/+43 |
2003-09-08 | Rename BUILDLINK_PKG_DBDIR into _BLNK_PKG_DBDIR. This really is a private | jlam | 1 | -10/+10 |
2003-09-08 | Allow BUILD_VIEWS to be "yes" or "YES". | jlam | 1 | -2/+3 |
2003-09-08 | We want to add consistently add to the default view if we use pkgviews | jlam | 1 | -2/+2 |
2003-09-06 | Suggest a good default value for RCD_SCRIPTS_DIR for pkgviews users. | jlam | 1 | -2/+3 |
2003-09-06 | Move RCD_SCRIPTS_DIR definition to bsd.pkg.defaults.mk. This implies that | jlam | 2 | -3/+8 |
2003-09-06 | Install the rcd scripts at post-install time, not at post-install-script | jlam | 1 | -2/+3 |
2003-09-06 | Add .PHONY targets for Makefile correctness. | jlam | 1 | -1/+7 |
2003-09-06 | Move PKG_SYSCONFBASE definition into bsd.pkg.defaults.mk. This implies | jlam | 2 | -3/+8 |
2003-09-06 | Also descend to sub directories for make lint | cjep | 1 | -1/+2 |
2003-09-05 | Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directory | tron | 1 | -2/+2 |