Age | Commit message (Expand) | Author | Files | Lines |
2006-12-03 | Readded the check for NO_SKIP and documented that variable. | rillig | 1 | -2/+12 |
2006-12-03 | Claim NetBSD-[2-9].*-x86_64 as supported by sun-jdk15, to let | wiz | 1 | -1/+2 |
2006-12-03 | If 'c99' is in USE_LANGUAGES also add 'c'. | seb | 1 | -1/+6 |
2006-12-02 | Instead of setting compiler flags in each package if it uses C99, | jschauma | 3 | -5/+13 |
2006-12-02 | Use /usr/bin/unzip as unzip on Darwin. | minskim | 1 | -1/+2 |
2006-12-01 | Added -pipe and -Wno-implicit-int to the list of known gcc options. | rillig | 1 | -1/+3 |
2006-12-01 | Proper include guards to unbreak nautilus. This wasn't such a big | joerg | 1 | -3/+5 |
2006-11-30 | Converted the MIPSpro wrappers to use the transform_* functions. | rillig | 2 | -73/+52 |
2006-11-30 | The function transform_pass_with_warning() also gets its debugging | rillig | 1 | -1/+2 |
2006-11-30 | Adjusted the indentation and the order of checks to match the other | rillig | 1 | -120/+82 |
2006-11-30 | Made the code simpler by converting it to the new transform_* functions. | rillig | 1 | -74/+45 |
2006-11-30 | Added handlers for the standard options. | rillig | 1 | -14/+17 |
2006-11-30 | Removed the transform_to_nocache() function, since it is unused. | rillig | 1 | -10/+7 |
2006-11-30 | Converted to use the new transform_* functions from wrapper-subr.sh. | rillig | 2 | -39/+42 |
2006-11-30 | Added transform_to_and_split(), which removes the need for the | rillig | 1 | -1/+9 |
2006-11-30 | Minor reformatting. I'm still not sure what the ideal indentation and | rillig | 1 | -17/+13 |
2006-11-30 | Reformatted the file to look more beautiful. | rillig | 1 | -42/+39 |
2006-11-29 | The -E option should be passed to SunPro without a warning. | rillig | 1 | -1/+4 |
2006-11-29 | Make the dbus user and group configurable, because (at least on NetBSD) the | ghen | 1 | -1/+11 |
2006-11-27 | - modularize functionality into a number of distinct functions | jschauma | 1 | -301/+357 |
2006-11-26 | Removed the separate files for the cache header and footer. This makes | rillig | 5 | -110/+11 |
2006-11-26 | Found some more known options for gcc. | rillig | 1 | -1/+9 |
2006-11-26 | Merged the transformations from the Solaris-specific gcc part into the | rillig | 3 | -54/+12 |
2006-11-26 | Converted this file to use the shell functions provided in | rillig | 1 | -29/+30 |
2006-11-26 | Oops, forgot to remove a line continuation. | rillig | 1 | -2/+2 |
2006-11-26 | As the pkglint warning says, the pipe operator discards the exit status of | rillig | 1 | -6/+8 |
2006-11-26 | Oops, unknown options should be _passed_ to the real compiler, not | rillig | 1 | -5/+7 |
2006-11-26 | Added a transformation file for gcc to check for unknown options. | rillig | 2 | -1/+49 |
2006-11-26 | Renamed transform_pass_unknown to transform_pass_with_warning and added | rillig | 2 | -6/+15 |
2006-11-26 | transform_pass_unknown writes its warning into the wrapper log file, | rillig | 1 | -2/+2 |
2006-11-26 | Moved the definition of append_extra_args a bit to make the code a | rillig | 1 | -4/+3 |
2006-11-26 | The bulk builds now use the new target can-be-built-here, which checks | rillig | 2 | -3/+24 |
2006-11-26 | Moved the code that checks for PKG_FAIL_REASON and PKG_SKIP reason from | rillig | 3 | -43/+138 |
2006-11-26 | - Run a single find(1) command to get the list of new files rather than running | jschauma | 1 | -4/+4 |
2006-11-25 | set ORS to space for _MASTER_RAND_AWK, so that the output would be the | jdolecek | 1 | -3/+3 |
2006-11-25 | MASTER_SITE_GNOME - add a .cz mirror | jdolecek | 1 | -2/+3 |
2006-11-23 | file(1) under NetBSD-sparc64 4.99.4 identifies the file | tron | 1 | -2/+2 |
2006-11-21 | Only set BINPKG_SITES to ftp.netbsd.org, if the OS is actually NetBSD. | joerg | 1 | -1/+5 |
2006-11-20 | Added better documentation for pre-extract, do-extract and post-extract. | rillig | 1 | -2/+20 |
2006-11-19 | Use PKG_FAIL_REASON for platform checks, to make them work again. | wiz | 1 | -2/+2 |
2006-11-19 | nuke two Useless Use of Wc and let awk do the legwork. This saves us | jschauma | 1 | -6/+8 |
2006-11-18 | "Forcing an error", like expressed in the comment, should be done via | rillig | 1 | -2/+2 |
2006-11-18 | Improved the wording of some of the comments. | rillig | 1 | -9/+21 |
2006-11-18 | Added an empty line to make "make help topic=ABI" work better. | rillig | 1 | -1/+2 |
2006-11-17 | Provided a useful error message for the case that X11_TYPE is set to | rillig | 1 | -4/+17 |
2006-11-17 | Added a check for whether X11BASE is set correctly. Currently the error | rillig | 1 | -1/+5 |
2006-11-17 | On Interix, the -c option of checkperms is disabled, as checkperms does | rillig | 1 | -2/+6 |
2006-11-16 | The undo-replace target had confused the "installed" and the "new" name. | rillig | 1 | -43/+30 |
2006-11-16 | Moved the check for PKG_FAIL_REASON and PKG_SKIP_REASON at the very end | rillig | 2 | -35/+28 |
2006-11-16 | Allow CPP to be set to something not on the PATH (as used to work in | markd | 1 | -1/+5 |