Age | Commit message (Expand) | Author | Files | Lines |
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-30 | Add 'TCSH_STATIC' variable for producing static tcsh binary. | abs | 1 | -1/+6 |
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-25 | a couple of minor changes to the bulk-check-uptodate target: | dmcmahill | 1 | -9/+11 |
2000-08-24 | In check-shlibs, use ${LDD}, instead of directly invoking "ldd" to check | jlam | 1 | -5/+10 |
2000-08-24 | escape the \ in an echo command so we see it | dmcmahill | 1 | -2/+2 |
2000-08-24 | If a required binary pkg is found newer, tell which one. | hubertf | 1 | -2/+2 |
2000-08-24 | Remove a comment that's no longer valid after we have 'pkg_admin lsbest' | hubertf | 1 | -4/+1 |
2000-08-24 | Back out last commit: It nuked pkgs that we compile in several versions, | hubertf | 1 | -4/+4 |
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 | 2 | -4/+2 |
2000-08-12 | 'perl --version | grep "version"' won't work with perl-5.6.0. Change to | jlam | 1 | -2/+2 |
2000-08-11 | When rebuilding a pkg, don't only remove the binary pkg currently | hubertf | 1 | -4/+4 |
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-04 | Suppress any errors from pkg_delete if no pkgs are installed | hubertf | 1 | -1/+3 |
2000-08-03 | Fix LTCONFIG_OVERRIDE: | hubertf | 1 | -2/+4 |
2000-08-01 | minor grammar fix | dmcmahill | 1 | -2/+2 |
2000-08-01 | In LTCONFIG_OVERRIDE code, remove the old ltconfig file before writing | jlam | 1 | -1/+2 |
2000-08-01 | s/depends/install-depends/ | hubertf | 1 | -4/+4 |
2000-08-01 | * More target renaming: | hubertf | 1 | -22/+22 |
2000-08-01 | Some more target renaming: | hubertf | 1 | -7/+7 |
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 |