summaryrefslogtreecommitdiff
path: root/mk/buildlink3
AgeCommit message (Expand)AuthorFilesLines
2004-03-12Ensure that _BLNK_DEPENDS is a subset of _BLNK_PACKAGES. Also rearrangejlam1-48/+53
2004-03-12Move a code snippet for easier readability.jlam1-6/+7
2004-03-12Put comments in order that make sense.jlam1-2/+2
2004-03-11Check that a variable is defined before using it.jlam1-3/+5
2004-03-11X11_TYPE is a user-settable variable that can take the values:jlam1-2/+12
2004-03-11We can garbage collect USE_X11_LINKS which was used solely to avoidjlam1-5/+2
2004-03-11Avoid build loops by ensuring that a package can never inadvertantly bejlam1-6/+19
2004-03-11Instead of doing a special step to copy the contents ofjlam1-22/+4
2004-03-11Along with BUILDLINK_INCDIRS.<pkg> and BUILDLINK_LIBDIRS.<pkg>, also havejlam1-14/+24
2004-03-10The libtool archive filter was incorrectly eating the closing quote onjlam1-12/+13
2004-03-10Get rid of BUILDLINK_USE_BUILTIN and BUILDLINK_IS_BUILTIN, as they'rejlam1-40/+19
2004-03-06Do previous in a different way by providing a default value forjlam1-3/+3
2004-03-06Make sure USE_BUILTIN.<pkg> is defined before checking its value. jlam@xtraeme1-3/+4
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-7/+38
2004-03-05Update template bsd.buildlink3.mk file to work with to-be-committedjlam1-4/+7
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