summaryrefslogtreecommitdiff
path: root/mk/buildlink3
AgeCommit message (Expand)AuthorFilesLines
2004-03-26Ensure that ${LOCALBASE}/lib is always in the runtime library search path,jlam1-1/+8
2004-03-21Move the code that includes the package builtin.mk files into a separatejlam2-39/+116
2004-03-19Don't match "bin/libtool" and symlink into the buildlink directory ifjlam1-2/+2
2004-03-19add another darwin linker option that needs to be protected fromdanw1-4/+5
2004-03-18Back out part of previous that was an unrelated change accidentallyjlam1-107/+2
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-4/+108
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
2004-03-16Be more permissive in finding libraries to symlink into the buildlinkjlam1-2/+2
2004-03-16Some of the builtin.mk files append more values to BUILDLINK_PACKAGES, sojlam1-3/+4
2004-03-15Add -L${X11BASE}/lib for the benefit of any *-config scripts onjlam1-5/+10
2004-03-14Back out previous and remove an extra ")" that was causing "malformedjlam1-3/+2
2004-03-14Apparently, some pre-conditions aren't true, so set a default USE_BUILTINjlam1-1/+2
2004-03-14Don't bother checking whether a package is actually built-in or notjlam1-4/+10
2004-03-14Fix a 'malformed conditional' error.jmmv1-2/+2
2004-03-13Indent.uebayasi5-26/+26
2004-03-13During the "extract" phase (which is when "install-depends" is invoked),jlam1-1/+15
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