Age | Commit message (Expand) | Author | Files | Lines |
2004-01-21 | Most of this file only applies if we're in some phase after buildlink, so | jlam | 1 | -1/+19 |
2004-01-21 | Introduce concept of the "phase" that we're in as we progress through | jlam | 2 | -11/+25 |
2004-01-21 | Put more debugging information in .work.log: first output the command the | jlam | 2 | -4/+10 |
2004-01-21 | Packages that use Kerberos are automatically categorized as restricted | jlam | 1 | -5/+12 |
2004-01-21 | Add a new command "sub-rpath" that does the same thing as "rpath" but only | jlam | 2 | -2/+17 |
2004-01-21 | Rename 'submangle' to 'sub-mangle' | jlam | 2 | -9/+9 |
2004-01-21 | Allow -L/usr/lib/* as NetBSD-current actually has shared libraries there, | jlam | 1 | -3/+6 |
2004-01-20 | s/it's/its/ | snj | 2 | -4/+4 |
2004-01-20 | add archivers/pax, net/tnftp, security/kth-krb4 and textproc/nbsed to | grant | 1 | -7/+9 |
2004-01-20 | make this work on Solaris by using perl's internal grep(). it is | grant | 1 | -15/+28 |
2004-01-20 | reverse some "if ! command;" statements so this works with Solaris' | grant | 1 | -9/+9 |
2004-01-20 | missed a `uname -p` | grant | 1 | -2/+2 |
2004-01-20 | get and use the value of ${MACHINE_ARCH} instead of `uname -p` to | grant | 1 | -2/+3 |
2004-01-20 | tiny whitespace tweak | grant | 1 | -2/+2 |
2004-01-20 | on Linux, use --bind arg to mount(8) and call 'MAKEDEV generic' to | grant | 1 | -2/+6 |
2004-01-19 | Fix PERL5_REQD=5.8 to mean that we want to install lang/perl58. Before, | jlam | 1 | -2/+2 |
2004-01-19 | Allow CONFIG_STATUS_OVERRIDE to override config.status scripts generated | jlam | 1 | -1/+15 |
2004-01-19 | Remove some extraneous commands and switch some targets to be conditionally | jlam | 1 | -10/+5 |
2004-01-19 | * Create two new package-settable variables: BUILDLINK_PASSTHRU_DIRS is | jlam | 1 | -76/+98 |
2004-01-19 | * Make the mangle and depot commands a bit more conservative in finding | jlam | 1 | -5/+39 |
2004-01-19 | Create a word separator $_sep variable and use throughout. | jlam | 1 | -34/+36 |
2004-01-18 | As i described in <9883.1074028467@gould.diplodocus.org> | epg | 1 | -1/+11 |
2004-01-18 | We only need the special PLIST info-file handling if we're using static | jlam | 1 | -4/+6 |
2004-01-17 | Be even less aggressive and just remove relative paths that start with "." | jlam | 1 | -7/+7 |
2004-01-17 | Fix overly aggressive substitution pattern in abs-rpath to allow things | jlam | 1 | -7/+7 |
2004-01-17 | portability fixes: | grant | 1 | -11/+22 |
2004-01-17 | minor whitespace cleanup. | grant | 1 | -15/+15 |
2004-01-17 | use GREP and SED as set by defs.opsys.mk so this works on non-NetBSD. | grant | 1 | -5/+18 |
2004-01-15 | Use nbsed on Solaris, as xpg4 sed is no longer good enough | gavan | 1 | -2/+2 |
2004-01-15 | Support a new yes/no variable "KERBEROS_PREFIX_CMDS" that can be used by | jlam | 1 | -1/+7 |
2004-01-15 | ensure we call chroot with the full path to 'sh'. | grant | 1 | -2/+3 |
2004-01-15 | Also merge -Wl,-R -Wl,/path/to/dir into a single argument so that we can | jlam | 1 | -3/+9 |
2004-01-15 | 'export VAR=value' doesn't work in some brain-dead shells. use | grant | 1 | -2/+3 |
2004-01-14 | Add warning to IGNORE_RECOMMENDED entry. | wiz | 1 | -2/+6 |
2004-01-14 | Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a more | rh | 4 | -4/+45 |
2004-01-13 | Add a new command "abs-rpath" to the gen-transform.sh script that removes | jlam | 2 | -13/+29 |
2004-01-13 | Differentiate between MAKE_FLAGS passed to the build, test and install | jlam | 1 | -8/+11 |
2004-01-12 | Sync comment with reality: tell about USE_PKGINSTALL and discourage direct | salo | 1 | -4/+4 |
2004-01-12 | show-shlib-type: use return(0) instead of exit(0). eliminates a | grant | 1 | -2/+2 |
2004-01-11 | Add ICECAST_CHUNKLEN and ICECAST_SOURCE_BUFFSIZE (for audio/icecast1). | kim | 1 | -1/+15 |
2004-01-11 | Add X10_PORT for selecting the default serial port for the X10 adapter. | kim | 1 | -1/+7 |
2004-01-11 | Use egrep instead of relying on GNU grep features. Fixes populating the | jlam | 1 | -2/+2 |
2004-01-11 | Back out the changes in revision 1.41 which were much more complex than | jlam | 1 | -21/+15 |
2004-01-11 | "for arg; do" -> "for arg do", as the latter is more portable. fixes | grant | 2 | -4/+4 |
2004-01-10 | If BUILDLINK_PREFIX.<pkg> is "/usr" and BUILDLINK_{INCDIRS,LIBDIRS}.<pkg> | jlam | 1 | -1/+27 |
2004-01-10 | Document the variables set and used by this file. | jlam | 1 | -1/+16 |
2004-01-10 | First cut at a generic buildlink3.mk file to be included by packages that | jlam | 1 | -0/+78 |
2004-01-10 | Only match the first result of "pkg_info -qp" in case there are weird | jlam | 1 | -2/+2 |
2004-01-10 | backout previous until it can be done a better way. | grant | 1 | -12/+38 |
2004-01-10 | make shared library handling more efficient by nuking the | grant | 1 | -38/+12 |