summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2004-02-10Turn PERL5_REQD into a list of values, the highest of which will be usedjlam1-17/+38
2004-02-10Give a better pseudo CC_VERSION for the SunPro C compiler.jlam1-2/+2
2004-02-09Apparently, GCC isn't the only compiler that tries to be clever by checkingjlam2-6/+12
2004-02-09Update comment to reflect reality.jlam1-2/+2
2004-02-09Limit xargs to 256 args when passing args to ls for the package sizejlam1-2/+2
2004-02-09Reorder some lines so that a default definition for some variables isjlam1-13/+14
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.jlam2-49/+55
2004-02-09Also turn shlibtool into a shell script instead of a symlink. Thisjlam1-3/+8
2004-02-09We need the full path to the libtool that needs to be invoked when wejlam3-6/+23
2004-02-09Don't have recursive variable definitions.jlam2-6/+6
2004-02-09Use TOOLS_SHELL since we're creating the shell script at override-toolsjlam1-2/+2
2004-02-08print date and time in UTC.grant1-3/+5
2004-02-08It's not PKGSHLIBTOOL anymore but PKG_SHLIBTOOL.seb1-2/+2
2004-02-08include the total number of binary pkgs created in the report. fixgrant1-6/+17
2004-02-08Use ${PKG_LIBTOOL} to refer to the full path to the real libtool.jlam1-3/+3
2004-02-08Make those scripts executable.jlam1-1/+2
2004-02-08Use a two-line "exec" shell script instead of a symlink to the real GCC.jlam1-2/+4
2004-02-08* Let CC/CXX/CPP/FC always point to the compiler used in the actualjlam8-111/+70
2004-02-07Introduce EMACS_TYPE to determine which emacs version should be installed,uebayasi1-1/+7
2004-02-07Symlink the compiler into ${WRKDIR} so that there's a consistent path tojlam5-61/+121
2004-02-07Don't pass PREPEND_PATH via MAKEFLAGS as that overrides whatever valuejlam1-9/+10
2004-02-06I missed changing a defined(_NEED_GCC3) into a yes/no check.jlam1-2/+2
2004-02-06Whitespace nit.jlam1-2/+2
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam2-9/+9
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam4-13/+13
2004-02-06Remove a debugging statement.jlam1-2/+1
2004-02-06Hiding the PATH from certain phases of the build only accidentally workedjlam9-28/+36
2004-02-06Allow an empty USE_LANGUAGES setting to not break in show-shlib-type.jlam1-7/+7
2004-02-06We only prepend a directory to the PATH if we haven't already done sojlam9-31/+81
2004-02-05extract OPSYS and OS_VERSION from pkgsrc and use them in the reportgrant1-3/+8
2004-02-05show build start time in localtime, not seconds-since-epoch :)grant1-2/+6
2004-02-05Get the version string out of the MIPSpro compiler in the right way.jlam1-3/+4
2004-02-05Note that the variables (USE_LANGUAGES, GCC_REQD, PKGSRC_COMPILER) shouldjlam1-2/+3
2004-02-05Back out bikeshed material added in rev. 1.1371hubertf1-2/+2
2004-02-05Remove a local change which crept in with the last update.sketch1-3/+1
2004-02-05Allow this to work with ccache by passing the full PATH through libtool.jlam2-2/+4
2004-02-05Touch up the grammar a bit in the last commit.jlam1-6/+9
2004-02-05Use the new work log format used by buildlink3. Lines beginning withjlam2-4/+10
2004-02-05Mention that some buildlink3 variables are not defined at all times.seb1-2/+8
2004-02-05Pass the PATH when executing ${CC} so that the compiler may be found whenjlam1-1/+2
2004-02-05Document PREFER_PKGSRC and default to "no".jlam1-1/+10
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-05When a pkg is already found install, tell the user to 'make deinstall'hubertf1-2/+2
2004-02-05GCC_REQD should be appended to, not set.jlam2-5/+5
2004-02-05Simpilfy the test for whether we're inside bsd.prefs.mk.jlam5-11/+11
2004-02-05Include bsd.compiler.mk inside both bsd.pkg.mk and bsd.prefs.mk and definejlam2-3/+15
2004-02-05Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk.jlam6-226/+281