summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2006-11-30Converted the MIPSpro wrappers to use the transform_* functions.rillig2-73/+52
2006-11-30The function transform_pass_with_warning() also gets its debuggingrillig1-1/+2
2006-11-30Adjusted the indentation and the order of checks to match the otherrillig1-120/+82
2006-11-30Made the code simpler by converting it to the new transform_* functions.rillig1-74/+45
2006-11-30Added handlers for the standard options.rillig1-14/+17
2006-11-30Removed the transform_to_nocache() function, since it is unused.rillig1-10/+7
2006-11-30Converted to use the new transform_* functions from wrapper-subr.sh.rillig2-39/+42
2006-11-30Added transform_to_and_split(), which removes the need for therillig1-1/+9
2006-11-30Minor reformatting. I'm still not sure what the ideal indentation andrillig1-17/+13
2006-11-30Reformatted the file to look more beautiful.rillig1-42/+39
2006-11-29The -E option should be passed to SunPro without a warning.rillig1-1/+4
2006-11-29Make the dbus user and group configurable, because (at least on NetBSD) theghen1-1/+11
2006-11-27- modularize functionality into a number of distinct functionsjschauma1-301/+357
2006-11-26Removed the separate files for the cache header and footer. This makesrillig5-110/+11
2006-11-26Found some more known options for gcc.rillig1-1/+9
2006-11-26Merged the transformations from the Solaris-specific gcc part into therillig3-54/+12
2006-11-26Converted this file to use the shell functions provided inrillig1-29/+30
2006-11-26Oops, forgot to remove a line continuation.rillig1-2/+2
2006-11-26As the pkglint warning says, the pipe operator discards the exit status ofrillig1-6/+8
2006-11-26Oops, unknown options should be _passed_ to the real compiler, notrillig1-5/+7
2006-11-26Added a transformation file for gcc to check for unknown options.rillig2-1/+49
2006-11-26Renamed transform_pass_unknown to transform_pass_with_warning and addedrillig2-6/+15
2006-11-26transform_pass_unknown writes its warning into the wrapper log file,rillig1-2/+2
2006-11-26Moved the definition of append_extra_args a bit to make the code arillig1-4/+3
2006-11-26The bulk builds now use the new target can-be-built-here, which checksrillig2-3/+24
2006-11-26Moved the code that checks for PKG_FAIL_REASON and PKG_SKIP reason fromrillig3-43/+138
2006-11-26- Run a single find(1) command to get the list of new files rather than runningjschauma1-4/+4
2006-11-25set ORS to space for _MASTER_RAND_AWK, so that the output would be thejdolecek1-3/+3
2006-11-25MASTER_SITE_GNOME - add a .cz mirrorjdolecek1-2/+3
2006-11-23file(1) under NetBSD-sparc64 4.99.4 identifies the filetron1-2/+2
2006-11-21Only set BINPKG_SITES to ftp.netbsd.org, if the OS is actually NetBSD.joerg1-1/+5
2006-11-20Added better documentation for pre-extract, do-extract and post-extract.rillig1-2/+20
2006-11-19Use PKG_FAIL_REASON for platform checks, to make them work again.wiz1-2/+2
2006-11-19nuke two Useless Use of Wc and let awk do the legwork. This saves usjschauma1-6/+8
2006-11-18"Forcing an error", like expressed in the comment, should be done viarillig1-2/+2
2006-11-18Improved the wording of some of the comments.rillig1-9/+21
2006-11-18Added an empty line to make "make help topic=ABI" work better.rillig1-1/+2
2006-11-17Provided a useful error message for the case that X11_TYPE is set torillig1-4/+17
2006-11-17Added a check for whether X11BASE is set correctly. Currently the errorrillig1-1/+5
2006-11-17On Interix, the -c option of checkperms is disabled, as checkperms doesrillig1-2/+6
2006-11-16The undo-replace target had confused the "installed" and the "new" name.rillig1-43/+30
2006-11-16Moved the check for PKG_FAIL_REASON and PKG_SKIP_REASON at the very endrillig2-35/+28
2006-11-16Allow CPP to be set to something not on the PATH (as used to work inmarkd1-1/+5
2006-11-15Added some documentation on the DESTDIR support that has recently beenrillig1-0/+45
2006-11-15Font-related entries we skip for CHECK_FILES should be skipped forjoerg1-1/+14
2006-11-14Moved the code that checks PKG_FAIL_REASON and PKG_SKIP_REASON into itsrillig2-39/+50
2006-11-14Fixed indentation of the debugging messages and the missing newline atrillig1-4/+3
2006-11-13Instead of $0 and $1 .. $NF, the function check_test_eqeq should testrillig1-5/+6
2006-11-13Record the build host (i.e. the machine a package was built on) in theagc1-1/+4
2006-11-13add w3m optiondan1-0/+1