Age | Commit message (Expand) | Author | Files | Lines |
2000-09-28 | Fix the show-vulnerabilities and show-vulnerabilities-html targets to | agc | 1 | -8/+16 |
2000-09-27 | Postpone the check for vulnerabilities in the package being installed | agc | 1 | -13/+13 |
2000-09-20 | Add 'mps' as a convenience short-hand for 'makepatchsum' | hubertf | 1 | -1/+2 |
2000-09-20 | Test to see if there's a ${DISTDIR}/vulnerabilities file before trying | agc | 1 | -5/+11 |
2000-09-19 | Add the glue for showing any security vulnerabilities to the README.html | agc | 1 | -6/+28 |
2000-09-15 | Fix a problem with the print-pkg-size-this on Solaris. | veego | 1 | -5/+8 |
2000-09-15 | Use "dc" instead of "expr" to calculate total package size to avoid | tron | 1 | -2/+2 |
2000-09-15 | Rewrite "print-pkg-size-depends" target to work without invoking "awk". | tron | 1 | -5/+5 |
2000-09-15 | Fix cut and paste error in last commit. | tron | 1 | -2/+2 |
2000-09-15 | Because "awk" keeps getting overflows on "arm32" while calculating the | tron | 1 | -8/+13 |
2000-09-14 | Update "libtool" version number in comment. | tron | 1 | -2/+2 |
2000-09-14 | Make sure we use the latest (and greatest!) libtool. | skrll | 1 | -2/+2 |
2000-09-13 | Fix bug in 'describe, introduced in rev. 1.529. | hubertf | 1 | -2/+2 |
2000-09-10 | Improve wording of warning if required package is not found, which | wiz | 1 | -2/+2 |
2000-09-09 | Add a new mechanism for handling "crypto" packages, as discussed | fredb | 1 | -1/+12 |
2000-09-07 | Correct a factual error in the comment "ways to disable a package": | fredb | 1 | -11/+10 |
2000-09-07 | Revert last change. I only tested this on netbsd-1-4; it doesn't seem to | fredb | 1 | -20/+11 |
2000-09-06 | Introduce a new category, "crypto", with a special property: If the user | fredb | 1 | -11/+20 |
2000-09-06 | Move PERL5_* variable definitions out of USE_PERL5 .if.endif block; | jlam | 1 | -2/+2 |
2000-09-05 | Fix a EVAL_PREFIX problem with XPM and xfree86 4.x | veego | 1 | -2/+9 |
2000-09-01 | Fix broken MANZ handling in PERL5_PACKLIST case. Closes PR#10930 with fix | jlam | 1 | -6/+6 |
2000-09-01 | Back out the 'make reinstall' change from rev. 1.557: | hubertf | 1 | -2/+2 |
2000-08-31 | Make sure PKG_DBDIR is set for each call to pkg_info etc. by setting | hubertf | 1 | -10/+2 |
2000-08-31 | remove debug code from last commit | hubertf | 1 | -2/+1 |
2000-08-31 | * add CHECK_SHLIBS variable that can be set to "no" in emul/compat packages, | hubertf | 1 | -3/+5 |
2000-08-30 | Use only the first field of the perl5 packlist. Some packlists list the | jlam | 1 | -3/+3 |
2000-08-29 | Fix errors with not finding perl in another way. | jlam | 1 | -8/+22 |
2000-08-28 | Don't output any errors if perl isn't available when doing a "make clean" | jlam | 1 | -4/+4 |
2000-08-28 | Surround the PERL5_* in PLIST_SUBST with .if defined(USE_PERL5) ... .endif | jlam | 1 | -3/+5 |
2000-08-28 | Correct thinko which caused p5-Tk to not register installation correctly. | jlam | 1 | -3/+3 |
2000-08-27 | Changes for building dynamic PLIST for perl packages: | jlam | 1 | -11/+39 |
2000-08-24 | In check-shlibs, use ${LDD}, instead of directly invoking "ldd" to check | jlam | 1 | -5/+10 |
2000-08-23 | Add support for new variable "USE_XPM" for packages which use the Xpm | tron | 1 | -1/+15 |
2000-08-21 | Evalute correct value for "OBJECT_FMT" in case multiple packages match | tron | 1 | -2/+2 |
2000-08-19 | * Prevent " etc. in RESTRICTED (NO_{SRC,BIN}_ON_{CDROM,FTP}) and BROKEN | hubertf | 1 | -57/+60 |
2000-08-18 | * Replace MIRROR_DISTFILES with NO_SRC_ON_FTP | hubertf | 1 | -9/+9 |
2000-08-18 | check-shlibs: previous commit didn't work for pkgs using @cwd. Let | hubertf | 1 | -4/+4 |
2000-08-17 | USE_PKGLIBTOOL is no more | wiz | 1 | -12/+4 |
2000-08-17 | print-PLIST: move all the variables from PLIST_SUBST into their non-expanded | hubertf | 1 | -4/+16 |
2000-08-16 | Add support for "lha" archives (as distfiles). Patch submitted by SUNAGAWA | fredb | 1 | -10/+11 |
2000-08-16 | Look in the right directory for binaries and libraries when doing a | skrll | 1 | -2/+2 |
2000-08-16 | print-PLIST: on ELF systems, exclude libfoo.so.x and libfoo.so | hubertf | 1 | -2/+10 |
2000-08-13 | sunsite.auc.dk is no longer an X contrib mirror. | veego | 1 | -2/+1 |
2000-08-12 | 'perl --version | grep "version"' won't work with perl-5.6.0. Change to | jlam | 1 | -2/+2 |
2000-08-07 | Let "FATAL_OBJECT_FMT_SKEW=no" really work. | fredb | 1 | -2/+2 |
2000-08-07 | Don't override EXTRACT_CMD if EXTRACT_SUFX is ".zip". | wiz | 1 | -2/+2 |
2000-08-06 | forgot one depends -> install-depends rename | hubertf | 1 | -2/+2 |
2000-08-03 | Fix LTCONFIG_OVERRIDE: | hubertf | 1 | -2/+4 |
2000-08-01 | In LTCONFIG_OVERRIDE code, remove the old ltconfig file before writing | jlam | 1 | -1/+2 |
2000-08-01 | * More target renaming: | hubertf | 1 | -22/+22 |