summaryrefslogtreecommitdiff
path: root/mk/buildlink3
AgeCommit message (Expand)AuthorFilesLines
2004-02-23sjg recommends escaping the bare left curly brace in the make variablejlam1-2/+2
2004-02-23Back out previous because that brace is not supposed to be there.jlam1-2/+2
2004-02-23add a missing } to the end of the line; fixes PR/24525.dogcow1-2/+2
2004-02-19According to the documentation on version numbering of shared libraries at:jlam1-7/+1
2004-02-19Use the mipspro-ucode bits if we're using the mipspro-ucode compiler.jlam1-1/+30
2004-02-19Resolve ${LOCALBASE} to its phyiscal path and mangle it back intojlam1-15/+25
2004-02-19Don't spew files in the package directory if the BUILDLINK_DEPENDS.<pkg>jlam1-4/+9
2004-02-18Output a more informative/desriptive error than:jlam1-1/+8
2004-02-18Remove some checks for PREPEND_PATH as we don't need them.jlam1-3/+1
2004-02-18* Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk.jlam1-6/+1
2004-02-18Initial support for the MIPSpro ucode compilers found on IRIX 5.3. Thejlam2-0/+53
2004-02-18Typo in comment.jlam1-2/+2
2004-02-18Typo in comment.jlam1-2/+2
2004-02-17Require x11-links-0.23 for the correct set of links with XFree86-4.3.x.jlam1-2/+2
2004-02-17Fix the glob pattern to match >= dependencies correctly.jlam1-11/+8
2004-02-17Do "dependency reduction" where dependency lists of the form "foo>=0.2jlam1-2/+53
2004-02-17+less obfuscated errorsjlam1-1/+3
2004-02-16also ignore -pedantic, SunPro doesn't need to be told ;-)grant2-3/+8
2004-02-16Symlink any *.pc files into ${BUILDLINK_DIR} for dependencies and forcejlam1-2/+2
2004-02-16Add some TODO items for me.jlam1-1/+7
2004-02-16ignore -ansi, SunPro doesn't need to be told to support ANSI C.grant2-3/+8
2004-02-16Move section that checks for PREFER_PKGSRC a little higher so that itjlam1-8/+8
2004-02-15Whitespace nits.jlam1-3/+3
2004-02-15Aside from everything under ${PREFIX}/include, grab all *.h files forjlam1-2/+2
2004-02-15Create wrappers for the compilers for every language supported by thejlam1-7/+1
2004-02-13Change "-I dir" to "-Idir" (same for -L/-R) so that the .transform.sedjlam1-1/+9
2004-02-12Move a test from the reorderlibs script out to the wrapper scripts forjlam3-6/+11
2004-02-12Add missing "$" that was causing the reorderlibs script to create ajlam1-2/+3
2004-02-12Skip the common cache for more options that are only sunpro-cc related.jlam1-2/+2
2004-02-12Modify the "no-rpath" to not need a "/" to start the rpath. Also modifyjlam2-20/+20
2004-02-09Darwin's special GCC also uses -dylib_file and -dylib_install_name injlam1-5/+10
2004-02-09Don't generate wrapper scripts if we can't find the wrappee.jlam1-25/+28
2004-02-09We need the full path to the libtool that needs to be invoked when wejlam1-1/+5
2004-02-08* Let CC/CXX/CPP/FC always point to the compiler used in the actualjlam1-38/+11
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-2/+2
2004-02-06Hiding the PATH from certain phases of the build only accidentally workedjlam1-3/+2
2004-02-06We only prepend a directory to the PATH if we haven't already done sojlam1-3/+7
2004-02-05Touch up the grammar a bit in the last commit.jlam1-6/+9
2004-02-05Mention that some buildlink3 variables are not defined at all times.seb1-2/+8
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam1-5/+3
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam1-5/+4
2004-02-05Support a new global variable:jlam1-1/+11
2004-02-05Fix an error that crept in between revisions 1.25 and 1.26 where some /'sjlam1-3/+3
2004-02-04Make it more apparent where certain "not_found" values are set forjlam1-9/+9
2004-02-04Fix harmless for-loop-break bug.jlam1-2/+2
2004-02-04Instead of tedious validating every platform for full caching compliance,jlam1-14/+13
2004-02-02Only create wrapper scripts for compilers that we require support for asjlam1-3/+11
2004-02-02transform -f{pic,PIC} -> -Kpic and -shared -> -G to fix building ofgrant1-8/+13
2004-02-01USE_{SUNPRO,MIPSPRO} are deprecated... check PKGSRC_COMPILER instead.jlam1-20/+5
2004-02-01How'd that -lb get there?jlam1-2/+2