summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2006-08-01Rewrote upload to use the newly introduced sort-packages program.rillig1-121/+117
2006-08-01Always create the files for the lists, even if they would end up empty.rillig1-5/+7
2006-08-01Oops, fixed a typo and tested it again. Now it works.rillig1-3/+3
2006-08-01Added a program that sorts binary packages into categories, depending onrillig1-0/+94
2006-08-01- add a -h|--help flagdmcmahill1-16/+135
2006-07-31From the second point in Krister's mail to tech-pkg:jlam1-7/+7
2006-07-31Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren'tjlam9-57/+57
2006-07-30- use ${BMAKE} instead of 'make' in one instancejschauma1-5/+18
2006-07-28Update the usage output to reflect current reality. Noted by Stoneddmcmahill1-4/+14
2006-07-28remove spurious empty line at the top of the summary filesdmcmahill1-2/+3
2006-07-28Allow the binpkg-cache script to also generate pkg_summary.gz filesdmcmahill3-19/+75
2006-07-27Remove ftp.au.netbsd.org.lukem1-5/+3
2006-07-27Add back CONFLICTS handling that was accidentally left out when revisionjlam1-1/+2
2006-07-27Remove all uses of the following targets from pkgsrc:jlam3-22/+8
2006-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam12-73/+72
2006-07-27Make the language warning a bit less forceful, since it is often a falsejoerg1-3/+3
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-7/+4
2006-07-27Document the targets in fetch-list.mk.jlam1-2/+30
2006-07-27Note that "fetch-list" is a public target.jlam1-2/+2
2006-07-27Remove an unnecessary recursive make invocation.jlam1-18/+11
2006-07-27Replace this:jlam1-14/+13
2006-07-27All of the other *SITES* variables are plural, so rename DYNAMIC_SITE_*jlam2-8/+8
2006-07-27Apply the "convention over configuration" principle:jlam2-7/+9
2006-07-27The intention behind REPLACE_BASH was to make replacing /bin/sh withrillig1-2/+2
2006-07-27The ORDERED_SITES variable defined in fetch.mk was made private injlam1-3/+3
2006-07-27After auditing all the packages the ensure that they never invoke thejlam5-10/+10
2006-07-27Documented DIST_PATH and fixed two typos (${TARGET} is not ${.TARGET}).rillig2-15/+17
2006-07-26Pass MAKECONF down to recursive make processes to ensure they all usejlam1-1/+6
2006-07-26Ensure that the just-in-time su command invoked has the same environmentjlam1-2/+3
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