Age | Commit message (Expand) | Author | Files | Lines |
2004-02-19 | Use the mipspro-ucode bits if we're using the mipspro-ucode compiler. | jlam | 1 | -1/+30 |
2004-02-19 | Resolve ${LOCALBASE} to its phyiscal path and mangle it back into | jlam | 1 | -15/+25 |
2004-02-19 | Don't spew files in the package directory if the BUILDLINK_DEPENDS.<pkg> | jlam | 1 | -4/+9 |
2004-02-18 | Output a more informative/desriptive error than: | jlam | 1 | -1/+8 |
2004-02-18 | Remove some checks for PREPEND_PATH as we don't need them. | jlam | 3 | -10/+3 |
2004-02-18 | * Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk. | jlam | 12 | -336/+266 |
2004-02-18 | Initial support for the MIPSpro ucode compilers found on IRIX 5.3. The | jlam | 4 | -2/+74 |
2004-02-18 | Allow overriding CC_VERSION_STRING and CC_VERSION. | jlam | 2 | -6/+6 |
2004-02-18 | Typo in comment. | jlam | 1 | -2/+2 |
2004-02-18 | Typo in comment. | jlam | 1 | -2/+2 |
2004-02-17 | Require x11-links-0.23 for the correct set of links with XFree86-4.3.x. | jlam | 2 | -4/+4 |
2004-02-17 | Fix the glob pattern to match >= dependencies correctly. | jlam | 1 | -11/+8 |
2004-02-17 | Do "dependency reduction" where dependency lists of the form "foo>=0.2 | jlam | 1 | -2/+53 |
2004-02-17 | G/C the unused GNU_MISSING_OVERRIDE logic, as we don't need it anymore | jlam | 1 | -14/+1 |
2004-02-17 | Move up the creation of the auto* stubs to just before the do-configure | jlam | 1 | -3/+3 |
2004-02-17 | +less obfuscated errors | jlam | 1 | -1/+3 |
2004-02-16 | also ignore -pedantic, SunPro doesn't need to be told ;-) | grant | 2 | -3/+8 |
2004-02-16 | Symlink any *.pc files into ${BUILDLINK_DIR} for dependencies and force | jlam | 1 | -2/+2 |
2004-02-16 | Add some TODO items for me. | jlam | 1 | -1/+7 |
2004-02-16 | Add RCS ID | hubertf | 1 | -0/+2 |
2004-02-16 | Be less aggressive about overriding all of the functionality of | jlam | 1 | -4/+15 |
2004-02-16 | Handle compressed info files in PLIST handling. | seb | 1 | -4/+5 |
2004-02-16 | ignore -ansi, SunPro doesn't need to be told to support ANSI C. | grant | 2 | -3/+8 |
2004-02-16 | Quote '+' in awk regexp related to PLIST and INFO_FILES. | seb | 1 | -3/+3 |
2004-02-16 | Move section that checks for PREFER_PKGSRC a little higher so that it | jlam | 1 | -8/+8 |
2004-02-15 | ml locale goes after mk. | jmmv | 9 | -27/+27 |
2004-02-15 | Whitespace nits. | jlam | 1 | -3/+3 |
2004-02-15 | Aside from everything under ${PREFIX}/include, grab all *.h files for | jlam | 1 | -2/+2 |
2004-02-15 | Create wrappers for the compilers for every language supported by the | jlam | 5 | -25/+13 |
2004-02-15 | avoid another long command line calling tar(1). | grant | 1 | -2/+2 |
2004-02-15 | Set CONF_FILES_MODE from @CONF_FILES_MODE@. | lukem | 1 | -1/+2 |
2004-02-14 | Use relative to ${WRKSRC} pathnames in do-gnu-missing-override target | seb | 1 | -6/+5 |
2004-02-14 | Make LIBTOOL_OVERRIDE more powerful by taking a list of shell globs | jlam | 1 | -21/+22 |
2004-02-14 | Make CONFIG_{GUESS,SUB}_OVERRIDE slighly more powerful by allowing them to | jlam | 1 | -11/+23 |
2004-02-14 | Change into ${WRKSRC} first so that shell globs expand properly. | jlam | 1 | -6/+6 |
2004-02-14 | Some shells barf if the for loop list is empty, so avoid that. | jlam | 1 | -3/+3 |
2004-02-14 | Default to overriding config.status after GNU configure has been run. We | jlam | 1 | -7/+20 |
2004-02-14 | Convert a debugging definition back into the real thing. | jlam | 1 | -3/+2 |
2004-02-14 | zoularis is deprecated, don't backup zoularis.mk. | grant | 1 | -2/+2 |
2004-02-14 | when copying the broken files, use find(1) instead of a shell glob | grant | 1 | -2/+2 |
2004-02-14 | add URL to my post to tech-pkg to deprecated Zoularis message. | grant | 1 | -1/+3 |
2004-02-14 | deprecate Zoularis: remove any tests for ZOULARIS* and bomb if | grant | 3 | -45/+15 |
2004-02-14 | GNU configure scripts generated by newer autoconf sometimes try to | jlam | 1 | -5/+5 |
2004-02-14 | if using GNU configure and CONFIG_{GUESS,SUB}_OVERRIDE is not defined, | grant | 1 | -1/+8 |
2004-02-14 | fall back to /usr/xpg4/bin/sed if nbsed isn't found, and bomb with a | grant | 1 | -1/+23 |
2004-02-13 | on Solaris, mount /opt/SUNWspro in the sandbox if it exists. | grant | 1 | -2/+2 |
2004-02-13 | Fix spelling of "suffixes". From Todd Vierling in PR 24400. | wiz | 1 | -11/+11 |
2004-02-13 | Don't use the new pkg_info options unless the the pkg_install tools are | jlam | 1 | -12/+19 |
2004-02-13 | Change "-I dir" to "-Idir" (same for -L/-R) so that the .transform.sed | jlam | 1 | -1/+9 |
2004-02-13 | Allow more case variations on "Makefile" to be included in USE_PKGLOCALEDIR | sketch | 1 | -3/+3 |