Age | Commit message (Expand) | Author | Files | Lines |
2000-08-01 | Do _not_ pass down NEED_NCURSES in the make flags, or we end up | wiz | 1 | -2/+4 |
2000-08-01 | * Remove RUN_DEPENDS (left in packages.7 intentionally) | hubertf | 1 | -66/+32 |
2000-08-01 | hand IS_LESSTIF off to MAKEFLAGS, and don't (re)calculate if not necessary | hubertf | 1 | -1/+4 |
2000-08-01 | expr 0 + 0 returns an error - catch! | hubertf | 1 | -2/+2 |
2000-07-31 | make sure the required packages (depends) are installed before the | hubertf | 1 | -1/+3 |
2000-07-31 | Motif-checking code broke when X11PREFIX == X11BASE and both lesstif and | jlam | 1 | -16/+8 |
2000-07-30 | The "lesstif12" package is in directory "pkgsrc/x11/lesstif12" not | tron | 1 | -2/+2 |
2000-07-30 | Add new "info" target which calls "pkg_info" for the package in the | tron | 1 | -1/+6 |
2000-07-29 | Fixup Motif-handling code to work again after X11PREFIX changes. | jlam | 1 | -9/+29 |
2000-07-28 | Add USE_CURSES for packages that need curses functionality that only | wiz | 1 | -1/+34 |
2000-07-28 | Pull in bulk-build targets if BATCH is set | hubertf | 1 | -1/+10 |
2000-07-28 | No need to set PKG_MISC_TARGETS in /etc/mk.conf any more, it's now | hubertf | 1 | -2/+1 |
2000-07-28 | Add bulk-package and bulk-install targets so people can invoke these | hubertf | 1 | -3/+3 |
2000-07-28 | initial commit of bulk build targets (more to come) | hubertf | 1 | -0/+188 |
2000-07-26 | Don't apply ${DIST_SUBDIR} twice. | hubertf | 1 | -15/+15 |
2000-07-25 | When constructing the +BUILD_INFO file, escape ${ECHO} using "make"'s :Q, | fredb | 1 | -2/+2 |
2000-07-25 | Optimise by setting the EVAL_PREFIX names and directories in MAKEFLAGS, so | agc | 1 | -2/+4 |
2000-07-25 | Add share/doc/html as in NetBSD.pkg.dist. | jlam | 1 | -1/+3 |
2000-07-24 | Let DEPENDS_TARGET default to 'install' not 'reinstall' for 'make update'. | rh | 1 | -1/+5 |
2000-07-23 | A license of "no-redistribution" is an oxymoron. Change "no-redistribution" | fredb | 1 | -2/+2 |
2000-07-23 | Add 'RESTRICTED' to ${BUILD_DEFS}, so that any restrictions are recorded | fredb | 1 | -3/+3 |
2000-07-23 | Document "no-redistribution" license. | fredb | 1 | -3/+5 |
2000-07-21 | Make REINSTALL=YES useful for 'make update' by explicitly deinstalling | rh | 1 | -12/+13 |
2000-07-20 | don't list 'mipsel' as a port name in the README.html's for the packages. | dmcmahill | 1 | -2/+2 |
2000-07-20 | make the update target work with absolute pathnames in ${DDIR} | rh | 1 | -3/+3 |
2000-07-20 | Introduce NO_{SRC,BIN}_ON_{FTP,CDROM}. Warn about placing files on CD-ROM | rh | 1 | -1/+17 |
2000-07-19 | Use "reinstall" as default for DEPENDS_TARGET, to use any pkg already | hubertf | 1 | -5/+3 |
2000-07-19 | Revise previous multi-component-pathname fix: do not depend on the | rh | 1 | -4/+7 |
2000-07-18 | Fix clean-update target to remove ${DDIR} if it didn't exist before. This | rh | 1 | -2/+4 |
2000-07-18 | Fix the ${DDIR} target to work with multi-component paths. This makes the | rh | 1 | -8/+9 |
2000-07-15 | Only look at the first prefix for a package when evaluating the prefix | agc | 1 | -2/+2 |
2000-07-15 | Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition, | agc | 1 | -3/+8 |
2000-07-14 | Use "printf("%d", ...)" instead of "print ..." when invoking "awk" in | tron | 1 | -3/+3 |
2000-07-14 | The previous method of using a make target for finding a prerequisite | agc | 1 | -11/+3 |
2000-07-14 | Introduce the mk.conf definition for PRIV_CONF_DIR, which defaults to | agc | 1 | -1/+7 |
2000-07-14 | Make USE_LIBTOOL depend on libtool-1.3.5nb4 or higher to make sure a C++ | rh | 1 | -3/+3 |
2000-07-13 | Remove trailing garbage from RCS Id on first line | hubertf | 1 | -1/+1 |
2000-07-11 | Make the determination of the pre-req package's installed directory be | agc | 1 | -1/+12 |
2000-07-07 | add missing flags to the unzip command | dmcmahill | 1 | -2/+2 |
2000-07-06 | Add bin-install package: will install a binary package if available, | hubertf | 1 | -1/+16 |
2000-07-06 | Allow overriding PKGSRCDIR and PKGPATH | hubertf | 1 | -3/+3 |
2000-07-06 | Add PKG_DEVELOPER | hubertf | 1 | -1/+8 |
2000-07-06 | Eval PKG_DEVELOPER, and if set | hubertf | 1 | -1/+7 |
2000-07-04 | * Fix processing of @dirrm commands: use the proper RE in sed, and | hubertf | 1 | -23/+24 |
2000-07-04 | print-PLIST: recognize MACHINE_ARCH and OPSYS_LOWER, and substitute with | hubertf | 1 | -3/+12 |
2000-07-03 | Don't bother defining an internal _USE_LOCALBASE_FOR_X11 variable - it's | agc | 1 | -6/+5 |
2000-06-30 | Replace one occurence of "$NetBSD$" by something that won't be replaced | hubertf | 1 | -2/+2 |
2000-06-28 | eliminate a few more makes from being forked off in the clean-depends area | dmcmahill | 1 | -4/+14 |
2000-06-28 | only clean depends with the "clean-depends" target, not the top level | dmcmahill | 1 | -5/+9 |
2000-06-28 | rework how the DEPENDS tree is traversed in the 'clean-depends' target. | dmcmahill | 1 | -10/+35 |