summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2006-07-26add a missing PHONYdrochner1-1/+2
2006-07-26When the bulk build code encounters a directory in *SPECIFIC_PKGSwiz2-5/+27
2006-07-25Move barrier to just after the depends phase. This allows both thejlam2-8/+8
2006-07-25BUILD_ENV was renamed to PKGSRC_MAKE_ENV.jlam1-3/+3
2006-07-25Whenever f2c is mentioned in USE_LANGUAGES, a C compiler is also needed,rillig1-1/+3
2006-07-24Remove comment for non-existing USETBL.wiz1-7/+1
2006-07-24Describe groff-docs.wiz1-0/+1
2006-07-23The proper phase to run just before "configure" is "patch", notjlam1-2/+2
2006-07-23Remove mirrors.sunsite.dk because it causes hangs in thewiz1-2/+1
2006-07-23Remove cran.dk -- causes hangs for weekly distfiles mirror job.wiz1-2/+1
2006-07-22Modify the barrier so that we always invoke the recursive make processjlam15-32/+32
2006-07-22The C compiler is also used for Objective C, so the c-fail-wrapper isrillig1-3/+3
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam5-13/+13
2006-07-21Rearrange sequence so that "wrapper" occurs between "tools" andjlam7-17/+24
2006-07-21Modify the shlib-type script so that it doesn't need to compile anythingjlam2-26/+22
2006-07-20Remove USE_GNU_GETTEXT from pkgsrc. Packages generally only neededjlam13-26/+13
2006-07-20Make _show-dbginfo-configure work for packages that don't setjlam1-1/+3
2006-07-20CONFIGURE_ARGS are processed by an ODE "for" loop, since that preventsrillig1-2/+2
2006-07-20Use an ODE variable loop instead of a make .for loop to output the listjlam1-6/+5
2006-07-20Added the build-env target.rillig1-4/+18
2006-07-20Include the file bsd.pkg.debug.mk if requested by invoking the "debug"rillig1-1/+4
2006-07-20Oops, there had been an RCS tag that should not have been expanded.rillig1-2/+2
2006-07-20Added the "debug" target, which outputs a lot of information helping inrillig1-0/+119
2006-07-20Up to now, the language "c" has always been enabled, no matter if therillig1-5/+9
2006-07-20Don't bother with error messages when attempting to remove the "work"jlam1-2/+2
2006-07-20The package directory path is "PKGPATH", not "PKG_PATH", which is usedjlam1-2/+2
2006-07-20Change last instance of _REPLACE.* to REPLACE.*. Remove specialjlam1-11/+1
2006-07-20verify_file() returns a non-zero result whenever the distfile does notjoerg1-3/+1
2006-07-20Remove ${SED} check that no longer works.jlam1-19/+1
2006-07-19Be more conservative and avoid possible shell implementation differencesjlam8-16/+28
2006-07-19Handle case where {SH,}LIBTOOL_OVERRIDE is empty for shells that don'tjlam1-3/+7
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-36/+4
2006-07-19Add messages noting when the PRE-INSTALL and POST-INSTALL actions are run.jlam1-1/+3
2006-07-19Make "mirror-distfiles" less verbose by not printing out anything if nojlam2-5/+11
2006-07-19Comment the code a bit more.jlam1-1/+4
2006-07-19The "makedistinfo" target should actually be named "distinfo" to matchjlam1-7/+9
2006-07-19Only pass -v to the fetch script if PKG_VERBOSE is set.jlam1-2/+2
2006-07-19Restore original quoting from old fetch.mk for _ORDERED_SITES to resolvejlam1-3/+5
2006-07-19Add a verbose flag to the fetch script to output the actual fetch command.jlam1-4/+11
2006-07-19Make some variables "private":jlam1-10/+10
2006-07-19Work around incomprehensible quoting mess surrounding MASTER_SORT* byjlam1-2/+2
2006-07-19PASSIVE_FETCH only affects "ftp", so move it to the ftp-related FETCH_*jlam1-8/+7
2006-07-18Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGEjlam2-17/+4
2006-07-18Overhaul fetch module:jlam7-403/+459
2006-07-18Add a flag "-s suffix" for allowing the specified files to have a suffixjlam1-6/+15
2006-07-17During 'make replace', use pkg_admin to set the unsafe_dependsgdt1-1/+2
2006-07-17Remove stale comment, noted by bad@ in PR 33871.wiz1-7/+1
2006-07-17First cut at a fetch script to replace the humungous fetch "macros" injlam1-0/+173
2006-07-17Don't say "ERROR:" or "WARNING:"... be a more typical shell script byjlam1-4/+4
2006-07-17Added LOCALBASE, PKGINFODIR and PKGMANDIR to _BUILD_DEFS, since theyrillig1-1/+4