summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2004-02-04Instead of tedious validating every platform for full caching compliance,jlam2-26/+24
2004-02-04Avoid a non-zero exit value in a != variable definition.jlam1-2/+2
2004-02-04Define _GCC_PKG unconditionally since its value is determined by anotherjlam1-2/+2
2004-02-04Try to be smarter about detecting whether a cc in the PATH is actuallyjlam1-37/+40
2004-02-03Reorder checks when setting _GCC_SUBPREFIX so that we always search forjlam1-6/+9
2004-02-03Remove not_found checks now that we pre-filter them out when settingjlam1-3/+1
2004-02-03Do previous in a different way to avoid make errors.jlam1-2/+3
2004-02-03Don't add to LDFLAGS if the directories are "not_found".jlam1-1/+3
2004-02-03":H", not ":T", is the correct make variable modifier to get everythingjlam1-2/+2
2004-02-03Reorder sections a bit so that related sections are together.jlam1-49/+47
2004-02-03Whitespace nit.jlam1-2/+2
2004-02-03Fix a pervasive cut-and-paste bug: change a = back into a +=. Noted byjlam5-11/+11
2004-02-03add support for the GNU versions of lex and yacc, which are requiredgrant1-2/+43
2004-02-03Check whether _NEED_GCC[23] is yes/no rather than just defined, sincejlam1-11/+18
2004-02-03Move the _COMPILER_LD_FLAG setting to somehere global as it applies to alljlam1-2/+4
2004-02-03Avoid using "type" to find the absolute path to the compiler. We find itjlam1-27/+31
2004-02-02duh... s/CCACHE/DISTCC/jlam1-2/+2
2004-02-02Whitespace fixes.jlam1-3/+3
2004-02-02If we can't find the package using pkg_info, then use a simple heuristicjlam1-2/+10
2004-02-02G/C _GCC_ARCHSUBDIR. All references to it from gcc*/buildlink*.mk filesjlam1-5/+2
2004-02-02Kerberos-using packages now set CRYPTO, not RESTRICTED. Approved by pkgsrcjlam2-4/+4
2004-02-02Only prepend the compiler package location to the PATH if we actuallyjlam4-10/+16
2004-02-02Initialize a variable before use.jlam1-1/+2
2004-02-02s/:/./ to fix Makefile breakage.jlam1-3/+3
2004-02-02Whitespace fixes.jlam2-10/+10
2004-02-02If USE_GCC_SHLIB is defined, then pretend we need both C and C++ compilers.jlam1-1/+12
2004-02-02If we need a GCC C++ or Fortran compiler, then define USE_GCC_SHLIBS asjlam1-1/+6
2004-02-02Rename _GCC{2,3}_REQD to _NEED_GCC{2,3} which more clearly expresses whatjlam1-7/+7
2004-02-02Only create wrapper scripts for compilers that we require support for asjlam2-6/+22
2004-02-02Support a new variable in package Makefiles:jlam6-29/+118
2004-02-02transform -f{pic,PIC} -> -Kpic and -shared -> -G to fix building ofgrant1-8/+13
2004-02-01Fix a broken conditional.jlam1-3/+3
2004-02-01Use the gcc3-* packages instead of gcc3. The former are newer, and usingjlam1-16/+50
2004-02-01Use _GCC_REQD where we want the strictest value (GCC_REQD can be a list).jlam1-2/+2
2004-02-01use sanitize-rpath for SunPro again with the new compiler framework.grant1-6/+5
2004-02-01USE_{SUNPRO,MIPSPRO} are deprecated... check PKGSRC_COMPILER instead.jlam1-20/+5
2004-02-01Instead of silently failing to include missing files, be loud and give thejlam1-4/+2
2004-02-01Actually, it does matter what _GCC_PKG is set to as it's re-used later asjlam1-7/+3
2004-02-01Garbage collect compiler.mk as it's superseded by the new compilerjlam1-272/+0
2004-02-01Allow PKGSRC_COMPILER to take precedence over any deprecated variables.jlam1-6/+6
2004-02-01Match names for the C and C++ compilers with the ones we're masquerading.jlam2-6/+6
2004-02-01Note that PKGSRC_COMPILER should end in a real compiler.jlam1-1/+2
2004-02-01Prepend the path to the compiler to PATH even if we're using the builtinjlam1-1/+6
2004-02-01When overriding libtool in the source directory, replace it with a shelljlam1-3/+8
2004-02-01Prepend ${MIPSPROBASE}/bin to the PATH so that the correct compilers arejlam1-1/+2
2004-02-01Spell MIPSPROBASE correctly.jlam1-2/+2
2004-02-01We're included by bsd.prefs.mk, so no need to include bsd.prefs.mk forjlam2-6/+3
2004-02-01Prepend /opt/SUNWspro/bin to the PATH so that the compiler can be found byjlam1-3/+3
2004-02-01How'd that -lb get there?jlam1-2/+2
2004-02-01Use the new compiler selection framework instead of the old one.jlam1-5/+5