summaryrefslogtreecommitdiff
path: root/mk/buildlink2
AgeCommit message (Expand)AuthorFilesLines
2004-04-12Revert the uberdependencies introduced when originally intending totv1-109/+8
2004-03-30Check for !empty(X11_TYPE:Mnative) instead of checking forxtraeme1-2/+2
2004-03-30Enable X11_TYPE=XFree86, ok'ed by jlam@.xtraeme1-3/+9
2004-03-29Look at the list of run-time dependencies for the package (gleanedjlam1-8/+109
2004-02-21Pass LDFLAGS (minus any libraries) to the compiler when creating thejlam2-4/+5
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-2/+1
2004-02-17Require x11-links-0.23 for the correct set of links with XFree86-4.3.x.jlam1-2/+2
2004-02-15Create wrappers for the compilers for every language supported by thejlam1-7/+1
2004-02-09Don't generate wrapper scripts if we can't find the wrappee.jlam1-24/+27
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-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-2/+6
2004-02-05Allow this to work with ccache by passing the full PATH through libtool.jlam2-2/+4
2004-02-05Use the new work log format used by buildlink3. Lines beginning withjlam2-4/+10
2004-02-04Instead of tedious validating every platform for full caching compliance,jlam1-12/+11
2004-02-02Only create wrapper scripts for compilers that we require support for asjlam1-3/+11
2004-02-01use sanitize-rpath for SunPro again with the new compiler framework.grant1-6/+5
2004-01-31Bump the x11-links dependency to 0.20 to get the extensions/extutil.hrecht1-2/+2
2004-01-14 Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a morerh1-1/+11
2003-12-30Remove libraries from the output if they don't exist.gavan1-2/+15
2003-12-19Update for the latest x11-links 0.19.veego1-2/+2
2003-12-12Escape any ':' characters when using ${FLAG} as a match pattern.erh1-2/+2
2003-12-12Enable _BLNK_CACHE_ALL in FreeBSD (approved by silence in tech-pkg@).xtraeme1-1/+2
2003-12-08Use BUILDLINK_SHELL, do not hardcode /bin/sh.salo1-2/+2
2003-12-03fake-la also needs @AR@ replaced now.erh1-1/+2
2003-12-03Shared libraries on AIX have a ".a" extension. Handle those by either lookingerh1-2/+31
2003-10-18Bump minimum required version of "x11-links" package.tron1-2/+2
2003-10-13Update pkgtools/x11-links to 0.16.veego1-2/+2
2003-09-15Add a --mode== for libtool 1.5skrll1-2/+2
2003-09-10There's no need to preserve mode bits when copying the x11-links tree.jlam1-2/+2
2003-09-09Use pax(1) instead of "cp -R" so we preserve symlinks instead of followingjlam1-2/+2
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam6-14/+33
2003-08-31bsd.buildlink2.mk says that Solaris 9 works with full caching.jlam1-2/+2
2003-08-31Remove N/A from this file... it's much easier to read now.jlam1-7/+7
2003-08-31Don't allow -R* options in dependency_libs -- rpath info shouldn't be injlam1-1/+5
2003-08-31Strip bare -L${BUILDLINK_DIR}, -L${BUILDLINK_X11_DIR} and -L${WRKSRC}, asjlam1-3/+5
2003-08-27Correct the glob so that we actually match -L${BUILDLINK_DIR}/* andjlam1-2/+2
2003-08-27(*) Nuke the _BUILDLINK_SUBST_USE target now that subst.mk does the samejlam1-89/+7
2003-08-16Move the hide-tools portion of bsd.buildlink2.mk into tools.mk, andjlam1-93/+2
2003-08-16Teach the buildlink2 wrappers to respect an environment variablejlam2-4/+6
2003-08-09USE_NEW_TEXINFO is now ubiquitous. Remove conditionals on it.seb1-6/+4
2003-07-31Make it possible to have a package requiring makeinfo but not install-info.seb1-3/+1
2003-07-22Sync comments with reality wrt to USE_MAKEINFO == "no".seb1-2/+2
2003-07-09Use proper compiler test.salo1-2/+2
2003-07-09More support bits for native Sun compilers (on Solaris).salo2-2/+19
2003-07-02Use "$@" when it matters.seb1-2/+2
2003-06-25Using GNU missing script as makeinfo seemed like a good ideaseb1-2/+4
2003-06-19Introduce a new framework to handle info files, install-info andseb1-1/+52