Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-10 | Fixed the creating of numerous zombie processes, which is a bug in the | rillig | 1 | -1/+8 | |
NetBSD /bin/sh, reported in PR 35227. | |||||
2006-12-10 | mirrors.cloud9.net: No address associated with hostname; remove it | wiz | 1 | -2/+1 | |
2006-12-10 | wustl GNU mirror is gone. | wiz | 1 | -2/+1 | |
2006-12-10 | Converted to using the functions from wrapper-subr.sh. | rillig | 1 | -31/+28 | |
2006-12-10 | Also "Assembler source" is a text file for _SUBST_IS_TEXT_FILE. | reed | 1 | -2/+2 | |
(Really the file is a wdm config file. Noticed when building wdm.) | |||||
2006-12-10 | + -M | rillig | 1 | -1/+2 | |
2006-12-09 | Add in descriptions for some common compression options. | adrianp | 1 | -0/+2 | |
2006-12-09 | report correct pkgcount by first cd'ing to PKGDB_DIR, then FINDing in there. | jschauma | 1 | -2/+2 | |
(else -prune will cause us to return immediately, always reporting 1 installed package even if we have more) | |||||
2006-12-09 | straighten out FIND command to figure out if a package needs to be rebuilt. | jschauma | 1 | -2/+2 | |
This should fix the problem reported by wiz@. | |||||
2006-12-09 | Added postgresql82 version 8.2.0 | adam | 1 | -3/+9 | |
2006-12-09 | Added a small program to test a single transformation plug-in. | rillig | 1 | -0/+41 | |
2006-12-09 | Since the wrapper transformations are usually quite hard to follow and | rillig | 1 | -1/+7 | |
may lead to failure for some packages, a note to the user is printed when a wrapped command fails, including the "real" command line of the wrapped command. This change arose from the implicit addition of the -std=c99, -std=gnu99 or -c99 options, which made some packages fail with obscure error messages. This change helps users get to the real cause more quickly. | |||||
2006-12-09 | + -fno-implicit-templates | rillig | 1 | -2/+3 | |
+ -MM | |||||
2006-12-09 | ".else if" -> ".elif", from David A. Holland in PR 35218. | wiz | 1 | -2/+2 | |
2006-12-08 | tyop | xtraeme | 1 | -2/+2 | |
2006-12-08 | apache.mk now knows about apache22, available for PKG_APACHE_DEFAULT. | xtraeme | 1 | -4/+10 | |
2006-12-08 | The SunPro C++ compiler knows the -template=* option. | rillig | 1 | -2/+3 | |
2006-12-07 | Due to a misunderstanding of mine, preventing to upload restricted | rillig | 1 | -2/+9 | |
binary packages has not worked in the last few months. Now I fixed the rsync command line to use --files-from instead of --include-from, which does the right thing. Tested in a directory of about 20 binary packages, including one that is restricted. Everything worked as expected. Fixes PR 35199. | |||||
2006-12-07 | + -Wcast-align | rillig | 1 | -1/+8 | |
2006-12-06 | Add fd-small option for misc/fd package. | taca | 1 | -0/+1 | |
2006-12-06 | Add description of ruby-build-ri-db. | taca | 1 | -0/+1 | |
2006-12-06 | Don't force strict C99 mode by default, but the relaxed GNU-C99 mode. | joerg | 1 | -2/+2 | |
2006-12-06 | Add quartz. | minskim | 1 | -0/+1 | |
2006-12-06 | + klash | xtraeme | 1 | -0/+1 | |
2006-12-05 | Add a few more, plus descriptions: | hubertf | 1 | -1/+7 | |
bittorrent, finger, fsp, ftp, gopher, nntp, spidermonkey | |||||
2006-12-05 | Recognize aclocal-1.10 and automake-1.10. | wiz | 1 | -3/+5 | |
2006-12-05 | SunPro knows the -mt option for enabling multi-threaded options. | rillig | 1 | -3/+4 | |
2006-12-03 | Ignore ccache and distcc in PKGSRC_COMPILER for the check for | rillig | 1 | -2/+4 | |
ONLY_FOR_COMPILER. For the opposite test, using NOT_FOR_COMPILER, they may still be specified. Fixes PR 35173. | |||||
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 | |
the java framework recognize the amd64 support in sun-jre15. | |||||
2006-12-03 | If 'c99' is in USE_LANGUAGES also add 'c'. | seb | 1 | -1/+6 | |
I bet 'c99' support in USE_LANGUAGES was only tested on -current. On -current there is no g77 command so mk/compiler/gcc.mk includes mk/compiler/f2c.mk which adds 'c' to USE_LANGUAGES ;) | |||||
2006-12-02 | Instead of setting compiler flags in each package if it uses C99, | jschauma | 3 | -5/+13 | |
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@ | |||||
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 | |
problem before, but the move to Xorg increased the including of this file a lot. | |||||
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 | |
output. | |||||
2006-11-30 | Adjusted the indentation and the order of checks to match the other | rillig | 1 | -120/+82 | |
files. | |||||
2006-11-30 | Made the code simpler by converting it to the new transform_* functions. | rillig | 1 | -74/+45 | |
A warning is printed whenever unknown options are passed. | |||||
2006-11-30 | Added handlers for the standard options. | rillig | 1 | -14/+17 | |
A warning is printed for all options that are not explicitly handled. Reindentation to align with the other files. | |||||
2006-11-30 | Removed the transform_to_nocache() function, since it is unused. | rillig | 1 | -10/+7 | |
When discarding arguments, split_arg is set to yes, so that no empty arguments are added to the resulting command line. A more informative debugging message is also printed in that case. Added a debugging message to transform_to(), for consistency with the other functions. | |||||
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 | |
compiler-specific transformations to access the split_arg variable directly. | |||||
2006-11-30 | Minor reformatting. I'm still not sure what the ideal indentation and | rillig | 1 | -17/+13 | |
source code layout is. But at least, this file looks to me as if even newbies could see where to change it to fit their needs. | |||||
2006-11-30 | Reformatted the file to look more beautiful. | rillig | 1 | -42/+39 | |
Reordered the compiler options to catch the standard ones first. | |||||
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 | |
defaults messagebus:messagebus trigger daily security warnings (more than 8 characters). The default values are set in mk/defaults/mk.conf but kept the same for backwards compatibility, so no PKGREVISION bump. | |||||
2006-11-27 | - modularize functionality into a number of distinct functions | jschauma | 1 | -301/+357 | |
- add the option "-p|--post-build" to allow you to only run the post-build portion of the bulk-build | |||||
2006-11-26 | Removed the separate files for the cache header and footer. This makes | rillig | 5 | -110/+11 | |
the code a lot more readable. | |||||
2006-11-26 | Found some more known options for gcc. | rillig | 1 | -1/+9 | |